summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Plugins cannot route wiki page sub-path (#12749).Jean-Philippe Lang2013-01-111-1/+1
* Fixed that previews are broken by r10957 (#12642).Jean-Philippe Lang2013-01-061-4/+4
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+3
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-231-2/+2
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-231-2/+2
* Adds route names for r11072.Jean-Philippe Lang2012-12-221-2/+2
* Code cleanup, use named routes.Jean-Philippe Lang2012-12-221-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-2/+2
* Routes cleanup.Jean-Philippe Lang2012-12-111-6/+1
* Specifies HTTP methods for all routes.Jean-Philippe Lang2012-12-081-18/+18
* Make the tests pass when config.threadsafe! is enabled (#12097).Jean-Philippe Lang2012-12-021-1/+1
* backout r10707 (#12196)Toshi MARUYAMA2012-10-241-5/+2
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-2/+5
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-0/+1
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-211-3/+3
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-1/+2
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-121-1/+1
* Adds a view for editing all trackers fields.Jean-Philippe Lang2012-09-021-1/+5
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-1/+1
* Use named routes.Jean-Philippe Lang2012-07-151-1/+1
* Workflow enhancement: editable and required fields configurable by role, trac...Jean-Philippe Lang2012-07-151-0/+1
* Use named routes.Jean-Philippe Lang2012-07-071-2/+2
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-0/+1
* Fixed: unified diff link broken on specific file/revision diff (#11325).Jean-Philippe Lang2012-07-041-0/+2
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+2
* route: scm: fix diff of two revisionsToshi MARUYAMA2012-05-051-2/+2
* route: scm: split entry and raw actionsToshi MARUYAMA2012-05-051-18/+8
* route: scm: fix git and mercurial changes actionToshi MARUYAMA2012-05-031-2/+8
* route: remove duplicate repository committersToshi MARUYAMA2012-05-011-2/+0
* Reverts r9547 that breaks 2 tests.Jean-Philippe Lang2012-04-271-20/+4
* remove trailing white-spaces from config/routes.rbToshi MARUYAMA2012-04-271-5/+5
* route: use constraints for repositories ":format => 'raw'" and :actionToshi MARUYAMA2012-04-271-4/+20
* route: add constraints to repositories which are lost in Rails3 routeToshi MARUYAMA2012-04-271-4/+24
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-374/+296
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+2
* Adds missing route to project search.Jean-Philippe Lang2012-04-081-0/+1
* scm: fix revisions page "OK" button always returns 404 error (#10567)Toshi MARUYAMA2012-04-021-4/+6
* Ability to add non-member watchers on issue creation (#5159).Jean-Philippe Lang2012-03-241-0/+2
* Resourcified auth_sources.Jean-Philippe Lang2012-03-111-16/+1
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-15/+0