summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove double negative conditionEric Davis2010-03-051-8/+2
* Refactor: Moved the contents of #issue_update into Issue.Eric Davis2010-03-051-29/+13
* Refactor: Replace @journal with @issue.current_journalEric Davis2010-03-041-5/+8
* Refactor: Extract methodEric Davis2010-03-041-6/+9
* Refactor: Extract methodEric Davis2010-03-041-6/+9
* Refactor: Extract methods to before_filtersEric Davis2010-03-041-5/+13
* Refactor: Split methodEric Davis2010-03-041-1/+6
* Refactor: Extract methodEric Davis2010-03-041-3/+7
* Refactor: use the existing Issue#new_statuses_allowed_to method.Eric Davis2010-03-041-1/+1
* Refactor: Decouple failed attachments and the flash messagesEric Davis2010-03-036-11/+17
* Fixes destroying attachments if the update fails. (r2875 r3523)Eric Davis2010-03-031-1/+1
* Fixed: error while deleting an in-use enumeration (#4970).Jean-Philippe Lang2010-03-021-2/+2