| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use the full path to the partials | Eric Davis | 2010-09-15 | 2 | -2/+2 |
* | Refactor: Split VersionsController#edit into #edit and #update | Eric Davis | 2010-09-15 | 1 | -1/+1 |
* | Refactor: convert FilesController to a restful resource. | Eric Davis | 2010-09-14 | 2 | -2/+2 |
* | Refactor: split FilesController#new into #new and #create. | Eric Davis | 2010-09-13 | 1 | -1/+1 |
* | Fixed broken context_menu on roadmap. #6351 | Jean-Baptiste Barth | 2010-09-11 | 1 | -1/+1 |
* | Refactor: move method to Project#css_classes | Eric Davis | 2010-09-10 | 1 | -1/+1 |
* | Refactor: convert ProjectEnumerations to a resource on a project. | Eric Davis | 2010-09-10 | 1 | -2/+2 |
* | Fixed the zoom, previous, and next links on the Gantt chart. | Eric Davis | 2010-09-10 | 1 | -2/+2 |
* | Rewrite the Gantt chart. #6276 | Eric Davis | 2010-09-10 | 1 | -69/+11 |
* | Refactor: convert the Projects routes to resources. | Eric Davis | 2010-09-09 | 3 | -3/+3 |
* | 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 | 3 | -2/+2 |
* | Change project add form to use #create. (From r4067) | Eric Davis | 2010-09-06 | 1 | -1/+1 |
* | Refocus the related issue field after submitting an issue. #6275 | Eric Davis | 2010-09-06 | 1 | -0/+1 |
* | Refactor: move method to model. (references r4057) | Eric Davis | 2010-09-05 | 1 | -1/+1 |
* | Do not display items without valid selection in context menu when on differen... | Jean-Baptiste Barth | 2010-09-03 | 1 | -1/+7 |
* | Add css classes to journals display to facilitate theming | Jean-Baptiste Barth | 2010-09-03 | 1 | -1/+1 |
* | Hide checkboxes in issues list when printing | Jean-Baptiste Barth | 2010-09-03 | 1 | -2/+2 |
* | Allow mass status update through context menu. #3411 | Jean-Baptiste Barth | 2010-09-03 | 1 | -6/+9 |
* | 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 | 2 | -2/+2 |
* | Refactor: move method, ProjectsController#list_files to FilesController#index. | Eric Davis | 2010-08-31 | 1 | -0/+0 |
* | Refactor: move method, ProjectsController#roadmap to VersionsController#index. | Eric Davis | 2010-08-30 | 1 | -0/+0 |
* | Refactor: extract ProjectsController#activity to a new Activities controller. | Eric Davis | 2010-08-27 | 7 | -10/+10 |
* | Add the project_id to the Calendar link to month. | Eric Davis | 2010-08-26 | 1 | -1/+1 |
* | Refactor: extract link to previous and next month into helpers. | Eric Davis | 2010-08-26 | 1 | -8/+1 |
* | Refactor: convert many of the custom Issue routes to REST resources. | Eric Davis | 2010-08-26 | 2 | -2/+4 |
* | Refactor: extract #bulk_update method from IssuesController#bulk_edit. | Eric Davis | 2010-08-24 | 1 | -1/+1 |
* | Refactor: move IssuesController#changes to JournalsController#index. | Eric Davis | 2010-08-23 | 2 | -1/+1 |
* | Add RTL support to the context menu. #6012 | Eric Davis | 2010-08-22 | 1 | -0/+1 |
* | Fix the calendar link in the Issues sidebar. #5591 | Eric Davis | 2010-08-22 | 1 | -1/+1 |
* | Refactor: merge IssuesController#update_form into IssuesController#new | Eric Davis | 2010-08-20 | 1 | -1/+1 |
* | Refactor: extract Members Box to partial. | Eric Davis | 2010-08-19 | 2 | -8/+9 |
* | Refactor: move IssuesController#context_menu to a new controller. | Eric Davis | 2010-08-19 | 3 | -2/+2 |
* | Real RTL-theme support in locales (#6012) | Azamat Hackimov | 2010-08-19 | 1 | -0/+1 |
* | Refactor: move IssuesController#preview to a new controller. | Eric Davis | 2010-08-18 | 3 | -2/+2 |
* | Refactor: move IssuesController#auto_complete to a new controller. #4382 | Eric Davis | 2010-08-17 | 2 | -4/+1 |
* | Fixed: changing view style in repository/diff doesn't keep previously selecte... | Jean-Baptiste Barth | 2010-08-13 | 1 | -1/+1 |
* | Refactor: Extract a new IssueMovesController from IssuesController. | Eric Davis | 2010-08-11 | 3 | -6/+6 |
* | Refactor: added link_to_project helper to handle links to projects | Jean-Baptiste Barth | 2010-08-08 | 7 | -7/+7 |
* | Refactor: start to split IssuesController#move into two separate actions. | Eric Davis | 2010-08-06 | 1 | -1/+1 |
* | Focus on the input when adding a related issue on issues/show page. #4656 | Jean-Baptiste Barth | 2010-08-04 | 1 | -1/+1 |
* | Display projects as links in users/memberships partial. #5898 | Jean-Baptiste Barth | 2010-08-04 | 1 | -1/+3 |
* | Added css classes to the HTML body based on the theme, controller, and action... | Eric Davis | 2010-08-04 | 1 | -1/+1 |
* | Add maxlength attributes to some Project fields. #4896 | Eric Davis | 2010-08-04 | 1 | -2/+2 |
* | Use the MenuManager for the Administration menu. #6008 | Eric Davis | 2010-08-04 | 1 | -18/+3 |
* | RTL theme for reference (thanks to Orgad Shaneh, #5972) | Azamat Hackimov | 2010-07-29 | 2 | -2/+4 |
* | Add a favicon link with support for suburi. #3301 | Eric Davis | 2010-07-29 | 1 | -0/+1 |
* | Moves LDAP entry in admin menu. | Jean-Philippe Lang | 2010-07-25 | 1 | -1/+1 |