summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Allow setting an issue's notes via params[:issue][:notes]. (XML API)Eric Davis2010-08-271-1/+1
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-279-57/+72
* Refactor: extract common code to link_to_month.Eric Davis2010-08-261-8/+9
* Add the project_id to the Calendar link to month.Eric Davis2010-08-262-6/+8
* Refactor: extract target link generation.Eric Davis2010-08-261-6/+10
* Refactor: extract ternary operators to temps.Eric Davis2010-08-261-6/+30
* Refactor: extract link to previous and next month into helpers.Eric Davis2010-08-262-8/+15
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-264-3/+12
* Refactor: extract method in bulk_update.Eric Davis2010-08-251-4/+8
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-242-22/+25
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-234-20/+28
* Add RTL support to the context menu. #6012Eric Davis2010-08-222-0/+6
* Fix the calendar link in the Issues sidebar. #5591Eric Davis2010-08-221-1/+1
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-202-19/+14
* Refactor: extract Members Box to partial.Eric Davis2010-08-192-8/+9
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-195-32/+36
* Real RTL-theme support in locales (#6012)Azamat Hackimov2010-08-191-0/+1
* Add Issue Status to the tooltip. #6169Eric Davis2010-08-191-0/+2
* 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-185-17/+30
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-174-17/+27
* 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-163-26/+35
* Refactor: pull up method to ApplicationController.Eric Davis2010-08-133-23/+15
* Fixed: changing view style in repository/diff doesn't keep previously selecte...Jean-Baptiste Barth2010-08-131-1/+1
* Refactor: Pull up method to ApplicationController.Eric Davis2010-08-123-34/+17
* Refactor: Extract a new IssueMovesController from IssuesController.Eric Davis2010-08-116-64/+102
* 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
* Removed hard-coded english error message on failed Member creationJean-Baptiste Barth2010-08-091-1/+1
* Removed useless debug code. #5978Jean-Baptiste Barth2010-08-081-1/+0
* Added project filter when viewing all issues. #5084Jean-Baptiste Barth2010-08-081-0/+6
* Refactor: added link_to_project helper to handle links to projectsJean-Baptiste Barth2010-08-0810-15/+30
* Refactor: start to split IssuesController#move into two separate actions.Eric Davis2010-08-062-2/+7
* Refactor: extract method in IssuesController#move.Eric Davis2010-08-051-7/+11
* Fixed: assigned_to and author filters in cross project issues view should be ...Jean-Baptiste Barth2010-08-041-1/+1
* Focus on the input when adding a related issue on issues/show page. #4656Jean-Baptiste Barth2010-08-041-1/+1
* Display projects as links in users/memberships partial. #5898Jean-Baptiste Barth2010-08-041-1/+3
* Refactor: extract back_url method to ApplicationController.Eric Davis2010-08-042-1/+5
* Added css classes to the HTML body based on the theme, controller, and action...Eric Davis2010-08-042-1/+14
* Add maxlength attributes to some Project fields. #4896Eric Davis2010-08-041-2/+2
* Use the MenuManager for the Administration menu. #6008Eric Davis2010-08-041-18/+3
* Show the number of days in the subject line of Reminder emails.Eric Davis2010-08-031-1/+1
* Refactor: Add methods to User to edit the encapsulate the status field.Eric Davis2010-08-032-6/+30