summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* A column has been specified more than once in the order by list (#12713).Jean-Philippe Lang2013-01-031-1/+1
* Log an error when trying to send an attachment that cannot be read.Jean-Philippe Lang2012-12-261-1/+6
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+14
* Renamed #_issues_path to #_project_issues_path.Jean-Philippe Lang2012-12-232-5/+5
* Moved routes helper methods to an helper.Jean-Philippe Lang2012-12-231-10/+2
* Display 25 items.Jean-Philippe Lang2012-12-172-2/+2
* Use scoped models for pagination.Jean-Philippe Lang2012-12-173-3/+3
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-171-0/+1
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-131-4/+10
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-1/+1
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-112-2/+1
* Removed unused code.Jean-Philippe Lang2012-12-111-47/+0
* Code cleanup.Jean-Philippe Lang2012-12-111-6/+7
* Use named routes in controllers.Jean-Philippe Lang2012-12-1119-84/+113
* Use named routes in controllers.Jean-Philippe Lang2012-12-1111-37/+42
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-105-16/+35
* Fixed notes preview in issue history broken and hidden by a broken test.Etienne Massip2012-12-101-1/+2
* Rescue Query::StatementInvalid in TimelogController.Jean-Philippe Lang2012-12-091-0/+2
* Adds filters for regular/custom fields to the time entries list/report (#10191).Jean-Philippe Lang2012-12-091-2/+2
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-17/+20
* Moved build_query_from_params helper to Query#build_from_params.Jean-Philippe Lang2012-12-091-3/+3
* Adds STI to Query model. Issue queries are now IssueQuery instances.Jean-Philippe Lang2012-12-091-5/+5
* Removed conditions on HTTP methods.Jean-Philippe Lang2012-12-081-2/+2
* Code cleanup.Jean-Philippe Lang2012-12-031-2/+2
* Removed unused helper.Jean-Philippe Lang2012-12-031-3/+0
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-036-21/+23
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-2/+2
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+4
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-0210-26/+29
* Removed unused instance variable.Jean-Philippe Lang2012-12-021-3/+0
* Fixed find_issues logic.Jean-Philippe Lang2012-12-021-1/+1
* Code cleanup.Jean-Philippe Lang2012-12-023-26/+16
* Code cleanup.Jean-Philippe Lang2012-12-011-6/+3
* Code cleanup.Jean-Philippe Lang2012-12-011-8/+2
* Fixed that roles API should accept API auth for when authentication is requir...Jean-Philippe Lang2012-11-301-0/+1
* remove trailing white-space from app/controllers/trackers_controller.rbToshi MARUYAMA2012-11-181-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-181-11/+2
* Eager-load authors.Jean-Philippe Lang2012-11-181-1/+1
* Removed the limit of 75 pages when exporting wiki pages (#12274).Jean-Philippe Lang2012-11-181-1/+1
* remove trailing white-space from app/controllers/timelog_controller.rbToshi MARUYAMA2012-11-131-1/+1
* Ability to sort issues by grouped column (#3511).Jean-Philippe Lang2012-10-291-0/+1
* Use page parameter instead of p for pagination.Jean-Philippe Lang2012-10-281-1/+1
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-281-3/+7
* remove trailing white-space from app/controllers/repositories_controller.rbToshi MARUYAMA2012-10-281-1/+1
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-252-16/+45
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-6/+15
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-1/+9
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-1/+1