summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-6/+6
* Set menu item for IssueMovesController.Jean-Philippe Lang2011-07-231-0/+19
* Adds 'Create and continue' button on the new group form.Jean-Philippe Lang2011-07-211-2/+4
* Adds a 'Create and continue' button on project form.Jean-Philippe Lang2011-07-211-1/+4
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-9/+15
* Adds issue id link in the issue creation flash message (#3033).Jean-Philippe Lang2011-07-091-2/+2
* Typo in api_key_auth deprecation code (#8773).Jean-Philippe Lang2011-07-091-2/+2
* Fixed: search options get lost after clicking on a specific result type (#7501).Jean-Philippe Lang2011-07-091-4/+4
* Separation of RSS/API auth actions.Jean-Philippe Lang2011-07-0913-22/+70
* Mitigates vulnerability in API authentication introduced in r3218.Jean-Philippe Lang2011-07-061-1/+1
* Makes custom queries available through the REST API (#5737).Jean-Philippe Lang2011-07-061-3/+23
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-10/+15
* Makes versions resource shallow (#7403).Jean-Philippe Lang2011-07-051-1/+1
* Adds REST API for versions (#7403).Jean-Philippe Lang2011-07-041-30/+63
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-1/+10
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-10/+33
* Adds a 'New version' link on the roadmap.Jean-Philippe Lang2011-07-031-3/+3
* Fixed: private queries should not be accessible to other users (#8729).Jean-Philippe Lang2011-07-031-0/+3
* Do not cache I18n strings when truncating a long diff (#5089).Jean-Baptiste Barth2011-06-131-1/+1
* Do not show inactive document categories where not necessary (#8573).Jean-Baptiste Barth2011-06-131-1/+1
* Do not show inactive issue priorities where not necessary (#8573).Jean-Baptiste Barth2011-06-132-4/+4
* Fixed: Private flag ignored when creating an issue with set_own_issues_privat...Jean-Philippe Lang2011-06-011-1/+1
* remove trailing white-spaces from sys controller source.Toshi MARUYAMA2011-05-251-6/+6
* Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).Jean-Philippe Lang2011-05-221-3/+3
* scm: code clean up repositories controller.Toshi MARUYAMA2011-05-211-2/+6
* scm: remove trailing white-spaces from repositories controller.Toshi MARUYAMA2011-05-211-10/+10
* remove trailing white-spaces from mail handler controller source.Toshi MARUYAMA2011-05-181-8/+8
* remove trailing white-spaces from files controller source.Toshi MARUYAMA2011-05-181-1/+1
* remove trailing white-spaces from attachments controller source.Toshi MARUYAMA2011-05-181-15/+15
* remove trailing white-spaces and an empty line from activities controller sou...Toshi MARUYAMA2011-05-181-7/+6
* remove trailing white-spaces from settings controller source.Toshi MARUYAMA2011-05-181-4/+4
* remove trailing white-spaces from wiki controller source.Toshi MARUYAMA2011-05-171-20/+20
* remove trailing white-spaces from issues controller source.Toshi MARUYAMA2011-05-171-20/+20
* remove trailing white-spaces from issue moves controller source.Toshi MARUYAMA2011-05-171-2/+2
* scm: use repository merge_extra_info() to save extra_ parameter (#8365, #7047).Toshi MARUYAMA2011-05-131-0/+1
* scm: switch to save repository setting params in "extra_" or not (#8365, #7047).Toshi MARUYAMA2011-05-131-1/+11
* remove trailing white-spaces from app/controllers/application_controller.rb.Toshi MARUYAMA2011-05-121-35/+35
* scm: code clean up Repositories Controller.Toshi MARUYAMA2011-05-081-2/+3
* scm: set disable a button if scm is not selected in project scm setting.Toshi MARUYAMA2011-05-041-1/+1
* scm: code clean up RepositoriesController.Toshi MARUYAMA2011-05-031-20/+19
* Fix potential Execution After Redirect bugs.Toshi MARUYAMA2011-05-016-15/+25
* Fixed: selected modules are not activated when copying a project (#8244).Jean-Philippe Lang2011-04-291-1/+0
* code clean up AdminController.Toshi MARUYAMA2011-04-251-12/+10
* Warn about subtasks before deleting a parent issue (#6562).Jean-Philippe Lang2011-04-171-0/+1
* Fixed no method error due to typo.Jean-Philippe Lang2011-04-121-1/+1
* No need to query changesets if user is not allowed to view them.Jean-Philippe Lang2011-04-121-3/+7
* Do a redirect when accessing a renamed wiki page.Jean-Philippe Lang2011-04-111-1/+10
* Code cleanup.Jean-Philippe Lang2011-04-111-6/+7
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-112-3/+13
* Removed calls to deprecated Project.visible_by method.Jean-Philippe Lang2011-04-051-1/+1