summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-0/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-161-1/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18257 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: fix error when *.yml and *.txt show (#31141, #30850)Toshi MARUYAMA2019-05-301-4/+13
| | | | | | Contributed by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18211 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright year.Go MAEDA2019-05-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@18198 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
| | | | | | | Patch by Go MAEDA and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18197 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-0/+1
| | | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@18181 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import time entries (#28234).Go MAEDA2019-05-091-0/+1
| | | | | | | Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18146 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Generalize issues imports (#28234).Go MAEDA2019-05-091-1/+1
| | | | | | | | | Extend import controller to support arbitrary imports based on Import subclasses. This way, we may add other kinds of imports, by providing some views and a custom import class. This may also be done from within plugins. Patch by Gregor Schmidt. git-svn-id: http://svn.redmine.org/redmine/trunk@18145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Enable frozen_string_literal for all files under config directory (#26561).Go MAEDA2019-03-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17982 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unified diff link broken on specific file/revision diff view (#30850).Jean-Philippe Lang2019-03-151-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17962 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
| | | | | | | This will be changed to true in the future. git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds preview option to the wiki toolbar (#27758).Jean-Philippe Lang2018-09-261-2/+1
| | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17521 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow project bulk edit of time entries (#26534).Go MAEDA2018-09-141-1/+3
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes repository routes without repository_id (#26522).Jean-Philippe Lang2018-06-161-23/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17386 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unused WikisController#edit (#26579)Toshi MARUYAMA2017-11-051-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@17018 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes the Modules tab in project settings (#26488).Jean-Philippe Lang2017-07-261-1/+0
| | | | | | Modules can now be select on the first tab, just like when creating a project. git-svn-id: http://svn.redmine.org/redmine/trunk@16892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-18/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16859 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16685 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Redmine::Plugin.directory is an absolute path (#24007).Jean-Philippe Lang2017-06-171-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16670 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Plugin directory is configurable (#24007).Jean-Philippe Lang2017-06-101-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@16654 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Moves project quick search to a dedicated action.Jean-Philippe Lang2017-05-131-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16550 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16385 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16170 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-071-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@16149 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue subject is not updated when you select another issue on time entry ↵Jean-Philippe Lang2016-11-181-0/+4
| | | | | | form (#24041). git-svn-id: http://svn.redmine.org/redmine/trunk@15951 e93f8b46-1217-0410-a6f0-8f06a7374b81
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15942 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15861 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename AttachmentsController#edit and #update to #edit_all and #update_all ↵Jean-Philippe Lang2016-10-011-2/+2
| | | | | | (#22356). git-svn-id: http://svn.redmine.org/redmine/trunk@15860 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-5/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15644 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removes dynamic :action in routes.Jean-Philippe Lang2016-07-111-22/+29
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15634 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15346 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-2/+5
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@15074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-1/+4
| | | | | | Similar to List format but stores possible values as records. git-svn-id: http://svn.redmine.org/redmine/trunk@14745 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Named routed for RSS/API keys (#20997).Jean-Philippe Lang2015-10-151-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14677 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14493 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a named route for test email.Jean-Philippe Lang2015-06-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14391 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use shorter syntax for admin routes.Jean-Philippe Lang2015-06-291-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14390 e93f8b46-1217-0410-a6f0-8f06a7374b81
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14389 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Changed /my/show_api_key route to /my/api_key (#19851).Jean-Philippe Lang2015-06-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14334 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+1
| | | | | | Patch by Jens Krämer. git-svn-id: http://svn.redmine.org/redmine/trunk@14333 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-151-1/+3
| | | | | | Use GET /mail_handler?key= to get the form. git-svn-id: http://svn.redmine.org/redmine/trunk@14314 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Update activities list when changing project/issue id on the time entry form ↵Jean-Philippe Lang2015-05-301-0/+2
| | | | | | (#19656). git-svn-id: http://svn.redmine.org/redmine/trunk@14287 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13999 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-2/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13997 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-10/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13892 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13872 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13665 e93f8b46-1217-0410-a6f0-8f06a7374b81