summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-191-3/+10
* No more IssuesController#preview action.Eric Davis2010-08-181-2/+2
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-182-15/+28
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-172-13/+26
* Add the Calendar as a project menu item.Eric Davis2010-08-161-0/+1
* Add the Gantt chart as a project menu itemEric Davis2010-08-161-0/+1
* Allow key authentication for Boards. #6132Eric Davis2010-08-161-0/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-162-25/+34
* Refactor: pull up method to ApplicationController.Eric Davis2010-08-133-23/+15
* Refactor: Pull up method to ApplicationController.Eric Davis2010-08-123-34/+17
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-112-58/+94
* Show projects depending on their visibility in user's profile. #6100Jean-Baptiste Barth2010-08-101-4/+2
* Added a warning when a new user or group membership is invalid. #3834Jean-Baptiste Barth2010-08-102-16/+32
* Refactor: extract method from #move and #perform_move.Eric Davis2010-08-101-14/+13
* Refactor TimelogController#report's joins and provide a hook to add more.Eric Davis2010-08-091-2/+9
* Refactor: extract POST version of IssuesController#move to #perform_move.Eric Davis2010-08-091-6/+12
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-061-1/+6
* Refactor: extract method in IssuesController#move.Eric Davis2010-08-051-7/+11
* Refactor: extract back_url method to ApplicationController.Eric Davis2010-08-042-1/+5
* Refactor: Add methods to User to edit the encapsulate the status field.Eric Davis2010-08-031-6/+6
* Display project names in cross-project gantt PNG (#5904).Jean-Philippe Lang2010-07-251-1/+1
* Adds missing visibility scope.Jean-Philippe Lang2010-07-251-1/+1
* Moves code to controller.Jean-Philippe Lang2010-07-251-0/+3
* 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