summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Redmine::Plugin.directory is an absolute path (#24007).Jean-Philippe Lang2017-06-171-1/+1
* Plugin directory is configurable (#24007).Jean-Philippe Lang2017-06-101-1/+1
* Moves project quick search to a dedicated action.Jean-Philippe Lang2017-05-131-0/+4
* Removes MyControllerTest#page_layout (#25297).Jean-Philippe Lang2017-03-091-1/+0
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-0/+1
* Don't render memberships forms, use #edit instead.Jean-Philippe Lang2017-01-071-1/+1
* Issue subject is not updated when you select another issue on time entry form...Jean-Philippe Lang2016-11-181-0/+4
* My page - Spent time: configurable number of days to display (#8761).Jean-Philippe Lang2016-10-301-0/+1
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-1/+1
* Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang2016-10-011-2/+2
* Remove special behaviour for listing issue time entries, use a filter for that.Jean-Philippe Lang2016-07-121-5/+1
* Removes dynamic :action in routes.Jean-Philippe Lang2016-07-111-22/+29
* Adds "New wiki page" link to create a new wiki page (#5536).Jean-Philippe Lang2016-04-221-1/+2
* Allow addition of watchers via bulk edit context menu (#5754).Jean-Philippe Lang2016-04-091-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Use regular edit/update actions and named routes for JournalsController.Jean-Philippe Lang2016-01-211-2/+5
* Adds Enumeration custom field format (#21060).Jean-Philippe Lang2015-10-251-1/+4
* Named routed for RSS/API keys (#20997).Jean-Philippe Lang2015-10-151-3/+3
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+7
* Adds a named route for test email.Jean-Philippe Lang2015-06-291-1/+1
* Use shorter syntax for admin routes.Jean-Philippe Lang2015-06-291-6/+6
* The test email action should only be accessible with POST (#20203).Jean-Philippe Lang2015-06-291-1/+1
* Changed /my/show_api_key route to /my/api_key (#19851).Jean-Philippe Lang2015-06-191-1/+1
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+1
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-151-1/+3
* Update activities list when changing project/issue id on the time entry form ...Jean-Philippe Lang2015-05-301-0/+2
* Implements /issues/new form for creating issues outside a project (#1003).Jean-Philippe Lang2015-02-141-0/+2
* Removed IssuesController#update_form action, use #new and #edit instead.Jean-Philippe Lang2015-02-131-2/+6
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-10/+14
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-0/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+2
* Removed deep nested time entries routes.Jean-Philippe Lang2014-11-161-2/+2
* Moved new group user to its own action GroupsController#new_users.Jean-Philippe Lang2014-11-161-2/+3
* Code cleanup, removed duplicate project activity route.Jean-Philippe Lang2014-11-111-2/+1
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-6/+4
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-8/+8
* Removes routes for time entries nested under project/issues.Jean-Philippe Lang2014-10-041-7/+1
* Makes sys#fetch_changesets accept POST requests (#17077).Jean-Philippe Lang2014-09-131-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-0/+1
* Use a shallow block instead of the :shallow option that ignores routes scope ...Jean-Philippe Lang2013-05-161-9/+17
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-1/+1
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-161-1/+1
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-101-2/+2
* Clean up watchers routes declaration.Jean-Philippe Lang2013-02-101-7/+7
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+3
* Adds a named route for thumbnails and use route helper in #thumbnail_tag.Jean-Philippe Lang2013-01-141-1/+1
* Add named routes for attachments and use route helpers in #link_to_attachment.Jean-Philippe Lang2013-01-141-4/+4