| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: rename TimelogController#details to #index | Eric Davis | 2010-10-06 | 1 | -1/+1 |
* | Refactor: extract TimelogController#report to a new controller class | Eric Davis | 2010-10-05 | 1 | -1/+1 |
* | Refactor: convert VersionsController to a REST resource. | Eric Davis | 2010-09-17 | 1 | -2/+2 |
* | Fix the new subproject link on project overview. #6388 | Eric Davis | 2010-09-17 | 1 | -1/+1 |
* | Refactor: convert ProjectEnumerations to a resource on a project. | Eric Davis | 2010-09-10 | 1 | -2/+2 |
* | Refactor: convert the Projects routes to resources. | Eric Davis | 2010-09-09 | 2 | -2/+2 |
* | Refactor: split method ProjectsController#edit to ProjectsController#update. | Eric Davis | 2010-09-08 | 1 | -1/+1 |
* | Refactor: rename method ProjectsController#add to ProjectsController#new | Eric Davis | 2010-09-07 | 2 | -1/+1 |
* | Change project add form to use #create. (From r4067) | Eric Davis | 2010-09-06 | 1 | -1/+1 |
* | Refactor: move method, ProjectsController#reset_activities to ProjectEnumerat... | Eric Davis | 2010-09-03 | 1 | -1/+1 |
* | Refactor: move method, ProjectsController#save_activities to ProjectEnumerati... | Eric Davis | 2010-09-02 | 1 | -1/+1 |
* | Refactor: move method, ProjectsController#add_file to FilesController#new. | Eric Davis | 2010-09-01 | 1 | -16/+0 |
* | Refactor: move method, ProjectsController#list_files to FilesController#index. | Eric Davis | 2010-08-31 | 1 | -46/+0 |
* | Refactor: move method, ProjectsController#roadmap to VersionsController#index. | Eric Davis | 2010-08-30 | 1 | -54/+0 |
* | Refactor: extract ProjectsController#activity to a new Activities controller. | Eric Davis | 2010-08-27 | 3 | -63/+2 |
* | Refactor: extract Members Box to partial. | Eric Davis | 2010-08-19 | 2 | -8/+9 |
* | Add maxlength attributes to some Project fields. #4896 | Eric Davis | 2010-08-04 | 1 | -2/+2 |
* | Add a link to the cross project time entries page to /projects. #4935 | Eric Davis | 2010-06-20 | 1 | -0/+1 |
* | Add ATOM auto discovery link to the Projects list. #5317 | Eric Davis | 2010-06-19 | 1 | -0/+4 |
* | Invalid HTML | Eric Davis | 2010-05-24 | 1 | -1/+1 |
* | Adds missing thead tags (#5440). | Jean-Philippe Lang | 2010-05-09 | 5 | -50/+50 |
* | Refactor: move Project Calendar to it's own controller. | Eric Davis | 2010-05-03 | 1 | -1/+1 |
* | Fixing indentation. | Jean-Philippe Lang | 2010-05-01 | 1 | -12/+12 |
* | Adds trackers to individual project XML (#5342). | Jean-Philippe Lang | 2010-05-01 | 1 | -7/+13 |
* | Refactor: Move gantts to a separate controller. | Eric Davis | 2010-04-28 | 1 | -1/+1 |
* | Removes hard-coded size on user search fields (#5319). | Jean-Philippe Lang | 2010-04-18 | 1 | -1/+1 |
* | Fixed: Links to missing wiki pages not red on project overview page (#5177). | Jean-Philippe Lang | 2010-03-27 | 1 | -1/+3 |
* | Adds an option to enable/disable email notifications during a project copy (#... | Jean-Philippe Lang | 2010-03-21 | 1 | -0/+2 |
* | Adds an helper for displaying the 'checked' image. | Jean-Philippe Lang | 2010-03-17 | 1 | -1/+1 |
* | Moves ProjectsController#add_issue_category to IssueCategoriesController#new. | Jean-Philippe Lang | 2010-03-06 | 2 | -7/+1 |
* | Moves ProjectsController#add_version to VersionsController#new. | Jean-Philippe Lang | 2010-03-06 | 2 | -7/+1 |
* | Adds context menu to the roadmap issue lists. | Jean-Philippe Lang | 2010-03-06 | 1 | -5/+11 |
* | Fixed: Wrong link when "http" not included in project "Homepage" link (#4944). | Jean-Philippe Lang | 2010-02-28 | 1 | -1/+1 |
* | Fixed: changing user/roles of project member not possible without javascript ... | Jean-Philippe Lang | 2010-02-24 | 1 | -1/+1 |
* | Fixed some labels to be more accessible. | Eric Davis | 2010-01-21 | 3 | -4/+6 |
* | Move ids in XML views. | Jean-Philippe Lang | 2010-01-17 | 2 | -2/+4 |
* | XML REST API for Projects (#296). | Jean-Philippe Lang | 2010-01-14 | 2 | -0/+34 |
* | Fixed untranslated string (:label_close_versions => Close completed versions) | Azamat Hackimov | 2010-01-01 | 1 | -1/+1 |
* | Ask for confirmation when a non-admin users tries to remove himself from a pr... | Jean-Philippe Lang | 2009-12-26 | 1 | -1/+2 |
* | Adds a 'Add subprojects' permission. | Jean-Philippe Lang | 2009-12-24 | 2 | -1/+7 |
* | Issue sidebar cleanup. | Jean-Philippe Lang | 2009-12-18 | 1 | -10/+9 |
* | IE8 fix. | Jean-Philippe Lang | 2009-12-17 | 1 | -2/+1 |
* | Removes large icons. | Jean-Philippe Lang | 2009-12-17 | 2 | -6/+6 |
* | Roadmap: sort issues by project and prepend project name if different (#4373). | Jean-Philippe Lang | 2009-12-12 | 1 | -2/+2 |
* | Removes changelog view. | Jean-Philippe Lang | 2009-12-12 | 1 | -47/+0 |
* | Display shared versions in project settings (#4357). | Jean-Philippe Lang | 2009-12-08 | 1 | -10/+12 |
* | Version sharing (#465) + optional inclusion of subprojects in the roadmap vie... | Jean-Philippe Lang | 2009-12-06 | 4 | -16/+20 |
* | Cleaning edit/delete links style. | Jean-Philippe Lang | 2009-11-27 | 2 | -9/+17 |
* | Adds links to versions on changelog. | Jean-Philippe Lang | 2009-11-15 | 1 | -1/+2 |
* | Eager load priorities on roadmap and changelog. | Jean-Philippe Lang | 2009-11-15 | 2 | -2/+2 |