summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Allow js formatted responses.Eric Davis2010-07-051-0/+4
* Added hook :controller_timelog_available_criteriasEric Davis2010-07-011-0/+1
* Refactor: extract @available_criterias to utility method.Eric Davis2010-07-011-45/+50
* Typecast issue ids when searched for.Eric Davis2010-06-201-1/+1
* Handle unsuccessful destroys in TimelogController. #5700Eric Davis2010-06-201-2/+5
* Fix for Ruby 1.9 strings.Eric Davis2010-06-201-1/+1
* Hide the role forms when editing or adding Project members. #5452Eric Davis2010-06-191-1/+7
* Accept key authentication to ProjectsController#index (for feeds). #5317Eric Davis2010-06-191-1/+1
* Added JSON support to the issues API. #1214Eric Davis2010-06-052-1/+15
* Show subproject versions on the Roadmap.Eric Davis2010-05-271-1/+3
* Add error messages to MembersController#new so a user is informed of missing ...Eric Davis2010-05-241-6/+22
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-231-1/+1
* Refactor AuthSourcesController to support non-LDAP sources. #1131Eric Davis2010-05-232-7/+40
* Eager load group projects to avoid N SQL queries.Jean-Philippe Lang2010-05-091-1/+1
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-032-28/+40
* Refactor: Pull up #find_optional_project to ApplicationController.Eric Davis2010-04-303-19/+10
* Removes broken code in ProjectsController (#5412).Jean-Philippe Lang2010-04-301-1/+0
* Fixes selected menu tab when issue creation fails.Jean-Philippe Lang2010-04-301-1/+1
* Fixed: 500 internal error when browsing any Redmine page in Epiphany (#5401).Jean-Philippe Lang2010-04-301-1/+2
* Refactor: pull #query_statement_invalid up to ApplicationController.Eric Davis2010-04-293-17/+11
* Refactor: Move gantts to a separate controller.Eric Davis2010-04-282-33/+65
* Fixed: private subprojects names may be revealed on issue summary report (#53...Jean-Philippe Lang2010-04-271-2/+2
* Refactor: move method to helper.Eric Davis2010-04-271-34/+0
* Refactor: extract error to new method with before_filter.Eric Davis2010-04-261-4/+8
* Refactor: Extract duplicated code to a new method.Eric Davis2010-04-231-43/+26
* Refactor: Split IssuesController#new to #new and #create to match REST pattern.Eric Davis2010-04-221-28/+49
* Refactor: Move method to Query modelEric Davis2010-04-191-6/+2
* Fixes behaviour of move_issues permission for non member role (#5309).Jean-Philippe Lang2010-04-181-8/+1
* Add "Repository" menu item after repository creation (#5328).Jean-Philippe Lang2010-04-171-1/+8
* Fixed: API 401 response does not include WWW-Authenticate header (#5322).Jean-Philippe Lang2010-04-171-2/+2
* Do not raise an error when destroying a Version with assigned issues.Jean-Philippe Lang2010-04-111-5/+7
* Fixed: issue optimistic locking broken by r3308 (#5280).Jean-Philippe Lang2010-04-111-6/+0
* Makes the wiki sidebar editable (#5208).Jean-Philippe Lang2010-04-111-1/+1
* New strings to localization (#5225)Azamat Hackimov2010-04-034-4/+4
* Preview description if it was edited while updating an issue (#741).Jean-Philippe Lang2010-03-281-3/+11
* Fixes backslashes escaping when quoting issue description/note (#5129).Jean-Philippe Lang2010-03-271-3/+6
* Fixes permission check in QueriesController (#5181).Jean-Philippe Lang2010-03-241-1/+1
* Adds an option to enable/disable email notifications during a project copy (#...Jean-Philippe Lang2010-03-211-12/+14
* Cleans up status assignment in IssuesController#new handled by Issue#safe_att...Jean-Philippe Lang2010-03-201-11/+5
* Refactor: Extract Query#sortable_columns from the controller.Eric Davis2010-03-191-2/+2
* Refactor: Extract method to the Member modelEric Davis2010-03-182-4/+2
* Refactor: Change the different find_object filters to share a common method.Eric Davis2010-03-176-33/+29
* Refactor: Split the find_object methods to prep for a larger refactoring.Eric Davis2010-03-168-16/+24
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-132-7/+24
* Do not reset session when a non logged in user request the login form (#4958).Jean-Philippe Lang2010-03-121-3/+5
* Adds missing flash messages on project settings (#5043).Jean-Philippe Lang2010-03-121-0/+3
* Refactor: Extract method for setting the flash on bulk issue saves.Eric Davis2010-03-111-14/+14
* Fixed: NoMethodError error on roadmap if no trackers are selected and a share...Jean-Philippe Lang2010-03-081-1/+1
* Moves ProjectsController#add_issue_category to IssueCategoriesController#new.Jean-Philippe Lang2010-03-062-30/+37
* Moves ProjectsController#add_version to VersionsController#new.Jean-Philippe Lang2010-03-062-35/+34