summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor: convert ProjectEnumerations to a resource on a project.Eric Davis2010-09-107-26/+29
* Fixed the zoom, previous, and next links on the Gantt chart.Eric Davis2010-09-103-7/+11
* Add project names to the Versions in the Gantt export. #5904Eric Davis2010-09-102-2/+6
* Rewrite the Gantt chart. #6276Eric Davis2010-09-1029-401/+1877
* Refactor: convert the Projects routes to resources.Eric Davis2010-09-095-36/+32
* Refactor: split method ProjectsController#edit to ProjectsController#update.Eric Davis2010-09-086-31/+34
* Refactor: rename method ProjectsController#add to ProjectsController#newEric Davis2010-09-078-19/+18
* Change project add form to use #create. (From r4067)Eric Davis2010-09-061-1/+1
* Refactor: split ProjectsController#add into #add (GET) and #create (POST).Eric Davis2010-09-065-68/+99
* Allow user password changes when changing to Internal authentication. #6267Eric Davis2010-09-062-1/+15
* Refocus the related issue field after submitting an issue. #6275Eric Davis2010-09-061-0/+1
* Change link_to_if_authorized to allow url paths. (Fixes #6195)Eric Davis2010-09-062-1/+49
* Use the built in Rails ActionView::TestCase for testing helpers.Eric Davis2010-09-061-4/+1
* Refactor: move method to model. (references r4057)Eric Davis2010-09-053-8/+9
* Added string "cant_link_an_issue_with_a_descendant" to translations missed in...Azamat Hackimov2010-09-0536-5/+40
* Translation updates:Azamat Hackimov2010-09-053-143/+150
* Do not display items without valid selection in context menu when on differen...Jean-Baptiste Barth2010-09-032-3/+9
* Added missing tests for User#allowed_to? #6291Jean-Baptiste Barth2010-09-031-0/+43
* Add css classes to journals display to facilitate themingJean-Baptiste Barth2010-09-032-1/+8
* Hide checkboxes in issues list when printingJean-Baptiste Barth2010-09-031-2/+2
* Allow mass status update through context menu. #3411Jean-Baptiste Barth2010-09-033-7/+19
* Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat...Eric Davis2010-09-038-58/+59
* 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