summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Translations updateAzamat Hackimov2010-09-192-6/+7
* Adds a link to edit the associated wiki page on the version view. #4416Jean-Baptiste Barth2010-09-1844-0/+44
* Fixes switching between inline and side-by-side in diff view with path. #6242Jean-Baptiste Barth2010-09-181-1/+1
* Removed file mistakenly added in r4092. #6392Jean-Baptiste Barth2010-09-171-26/+0
* Refactor: add VersionsController#status_by to the resource.Eric Davis2010-09-172-2/+2
* Refactor: convert VersionsController to a REST resource.Eric Davis2010-09-176-21/+14
* Added some documentation about the Rails Logger. #6135Eric Davis2010-09-171-1/+6
* Fix the new subproject link on project overview. #6388Eric Davis2010-09-171-1/+1
* Use the relative_url_root when generating asset_paths. #3935Eric Davis2010-09-171-2/+2
* Fixed: pressing enter in filters should result to an 'apply', not a 'save'. #...Jean-Baptiste Barth2010-09-162-0/+13
* Fix links to activity pages broken with r4047. #6392Jean-Baptiste Barth2010-09-163-3/+29
* Fixed non standard SQL syntax. #6413Jean-Baptiste Barth2010-09-161-1/+1
* Refactor: split VersionsController#new into #new and #createEric Davis2010-09-167-13/+25
* Use the full path to the partialsEric Davis2010-09-152-2/+2
* Refactor: Split VersionsController#edit into #edit and #updateEric Davis2010-09-156-5/+17
* Change the TimelogController's to/from dates based on the project time entriesEric Davis2010-09-145-15/+65
* Refactor: move method to Model.Eric Davis2010-09-143-2/+25
* Refactor: convert FilesController to a restful resource.Eric Davis2010-09-147-17/+12
* Refactor: split FilesController#new into #new and #create.Eric Davis2010-09-136-19/+18
* Fixed "Create and continue" redirection broken by recent changes. #6333Jean-Baptiste Barth2010-09-112-2/+3
* Fixed broken context_menu on roadmap. #6351Jean-Baptiste Barth2010-09-112-1/+3
* Translations updateAzamat Hackimov2010-09-1142-76/+161
* Refactor: move method to Project#css_classesEric Davis2010-09-103-9/+9
* Refactor: replace chained finders with an inject. Should handle edge cases be...Eric Davis2010-09-101-3/+8
* Added a "Member of Role" to the issues filters. #5869Eric Davis2010-09-104-1/+96
* Added a "Member of Group" to the issues filter. #5869Eric Davis2010-09-103-2/+108
* Define Principal#name so all subclasses will have some sort of name when prin...Eric Davis2010-09-101-1/+5
* 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