summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor: move method, ProjectsController#save_activities to ProjectEnumerati...Eric Davis2010-09-028-149/+164
* Refactor: move method, ProjectsController#add_file to FilesController#new.Eric Davis2010-09-019-59/+60
* Refactor: move method, ProjectsController#list_files to FilesController#index.Eric Davis2010-08-318-33/+57
* Refactor: move method, ProjectsController#roadmap to VersionsController#index.Eric Davis2010-08-308-73/+75
* Translation updatesAzamat Hackimov2010-08-294-33/+950
* Allow setting an issue's notes via params[:issue][:notes]. (XML API)Eric Davis2010-08-272-6/+16
* Refactor: extract ProjectsController#activity to a new Activities controller.Eric Davis2010-08-2714-145/+166
* 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-269-53/+44
* Refactor: extract method in bulk_update.Eric Davis2010-08-251-4/+8
* remove BOM from zh-TWAzamat Hackimov2010-08-241-1/+1
* Translation updatesAzamat Hackimov2010-08-243-17/+18
* Refactor: extract #bulk_update method from IssuesController#bulk_edit.Eric Davis2010-08-246-39/+46
* Adding missed new strings for #6153:Azamat Hackimov2010-08-2342-0/+85
* Updated permissions for r4034Eric Davis2010-08-231-1/+2
* Refactor: move IssuesController#changes to JournalsController#index.Eric Davis2010-08-238-28/+39
* Sure hope 1.0.1 wasn't released in 201,008 AD...Eric Davis2010-08-221-1/+1
* Bump version to 1.0.1Eric Davis2010-08-221-1/+1
* Updated changelog for 1.0.1Eric Davis2010-08-221-0/+60
* Add RTL support to the context menu. #6012Eric Davis2010-08-224-4/+15
* Treat Calendar and Gantt pages as separate modules. #6153Eric Davis2010-08-225-4/+57
* Fix the calendar link in the Issues sidebar. #5591Eric Davis2010-08-221-1/+1
* Refactor: merge IssuesController#update_form into IssuesController#newEric Davis2010-08-203-21/+16
* Fix the mock_file test helper.Eric Davis2010-08-192-3/+7
* Refactor: extract Members Box to partial.Eric Davis2010-08-192-8/+9
* Remove dublicate stringAzamat Hackimov2010-08-191-1/+1
* Localisation updates: New string to fix #5162Azamat Hackimov2010-08-1942-1/+44
* Refactor: move IssuesController#context_menu to a new controller.Eric Davis2010-08-1910-116/+130
* Real RTL-theme support in locales (#6012)Azamat Hackimov2010-08-1945-12/+71
* Fixing #6009Azamat Hackimov2010-08-1916-15/+73
* Translation updates for upcoming releaseAzamat Hackimov2010-08-1917-2273/+2296
* Add Issue Status to the tooltip. #6169Eric Davis2010-08-191-0/+2
* Small test refactoring, extract method.Eric Davis2010-08-192-3/+7
* Scope the calendar popup CSS so it doesn't conflict with the Calendar menu. #...Eric Davis2010-08-191-42/+42
* Use the base layout for all 403, 404, and 500 pages. #6172Eric Davis2010-08-192-3/+36
* Added a rake task to display permissions.Eric Davis2010-08-181-0/+9
* No more IssuesController#preview action.Eric Davis2010-08-181-2/+2
* Refactor: move IssuesController#preview to a new controller.Eric Davis2010-08-189-33/+57
* Refactor: move IssuesController#auto_complete to a new controller. #4382Eric Davis2010-08-179-34/+52
* Add the Calendar as a project menu item.Eric Davis2010-08-162-0/+2
* Add the Gantt chart as a project menu itemEric Davis2010-08-162-0/+2
* Allow key authentication for Boards. #6132Eric Davis2010-08-161-0/+1
* Refactor: move IssuesController#reply to JournalsControllerEric Davis2010-08-168-44/+53
* 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