Commit Graph

3302 Commits (8900797adaf29adc447925b800d5457ca941795f)
 

Author SHA1 Message Date
Eric Davis 8900797ada Refactor: move method to Model. 14 years ago
Eric Davis 1b90703157 Refactor: convert FilesController to a restful resource. 14 years ago
Eric Davis 41c055363e Refactor: split FilesController#new into #new and #create. 14 years ago
Jean-Baptiste Barth 12e10f6956 Fixed "Create and continue" redirection broken by recent changes. #6333 14 years ago
Jean-Baptiste Barth 4b69a895df Fixed broken context_menu on roadmap. #6351 14 years ago
Azamat Hackimov f2a8057d63 Translations update 14 years ago
Eric Davis 878bb55522 Refactor: move method to Project#css_classes 14 years ago
Eric Davis d36700eeee Refactor: replace chained finders with an inject. Should handle edge cases better. 14 years ago
Eric Davis 41f8d043eb Added a "Member of Role" to the issues filters. #5869 14 years ago
Eric Davis 109b42f482 Added a "Member of Group" to the issues filter. #5869 14 years ago
Eric Davis 4c656fcffc Define Principal#name so all subclasses will have some sort of name when printed. 14 years ago
Eric Davis 3a2efb4757 Refactor: convert ProjectEnumerations to a resource on a project. 14 years ago
Eric Davis 5e1c295230 Fixed the zoom, previous, and next links on the Gantt chart. 14 years ago
Eric Davis abf3ee4999 Add project names to the Versions in the Gantt export. #5904 14 years ago
Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276 14 years ago
Eric Davis 8d52608dba Refactor: convert the Projects routes to resources. 14 years ago
Eric Davis bf7476af5b Refactor: split method ProjectsController#edit to ProjectsController#update. 14 years ago
Eric Davis 2295b61cb6 Refactor: rename method ProjectsController#add to ProjectsController#new 14 years ago
Eric Davis 06878e5004 Change project add form to use #create. (From r4067) 14 years ago
Eric Davis 763ab07942 Refactor: split ProjectsController#add into #add (GET) and #create (POST). 14 years ago
Eric Davis 9da4ee5fcc Allow user password changes when changing to Internal authentication. #6267 14 years ago
Eric Davis 270b559d36 Refocus the related issue field after submitting an issue. #6275 14 years ago
Eric Davis d771fa9289 Change link_to_if_authorized to allow url paths. (Fixes #6195) 14 years ago
Eric Davis 563c879e44 Use the built in Rails ActionView::TestCase for testing helpers. 14 years ago
Eric Davis db11030410 Refactor: move method to model. (references r4057) 14 years ago
Azamat Hackimov cbe266079e Added string "cant_link_an_issue_with_a_descendant" to translations missed in #443 14 years ago
Azamat Hackimov c5071cd091 Translation updates: 14 years ago
Jean-Baptiste Barth a9f5a17c67 Do not display items without valid selection in context menu when on different projects. #4998 14 years ago
Jean-Baptiste Barth c799d03ece Added missing tests for User#allowed_to? #6291 14 years ago
Jean-Baptiste Barth b6d9f2bddf Add css classes to journals display to facilitate theming 14 years ago
Jean-Baptiste Barth 4776a5a427 Hide checkboxes in issues list when printing 14 years ago
Jean-Baptiste Barth a2ce6e236c Allow mass status update through context menu. #3411 14 years ago
Eric Davis c1068bf0cd Refactor: move method, ProjectsController#reset_activities to ProjectEnumerationsController#destroy. 14 years ago
Eric Davis 83b4343d2d Refactor: move method, ProjectsController#save_activities to ProjectEnumerationsController#save 14 years ago
Eric Davis b5e90972d8 Refactor: move method, ProjectsController#add_file to FilesController#new. 14 years ago
Eric Davis daa8eaa9ae Refactor: move method, ProjectsController#list_files to FilesController#index. 14 years ago
Eric Davis a188abbe28 Refactor: move method, ProjectsController#roadmap to VersionsController#index. 14 years ago
Azamat Hackimov 1ebb0d9cae Translation updates 14 years ago
Eric Davis f92dcdf50a Allow setting an issue's notes via params[:issue][:notes]. (XML API) 14 years ago
Eric Davis b925325ddb Refactor: extract ProjectsController#activity to a new Activities controller. 14 years ago
Eric Davis 5b08b2f33d Refactor: extract common code to link_to_month. 14 years ago
Eric Davis 30821586cb Add the project_id to the Calendar link to month. 14 years ago
Eric Davis ab1e74d16c Refactor: extract target link generation. 14 years ago
Eric Davis 91380eeaab Refactor: extract ternary operators to temps. 14 years ago
Eric Davis 3eea03d70e Refactor: extract link to previous and next month into helpers. 14 years ago
Eric Davis 56e984b5e7 Refactor: convert many of the custom Issue routes to REST resources. 14 years ago
Eric Davis daa4272c0e Refactor: extract method in bulk_update. 14 years ago
Azamat Hackimov bc951a9d4f remove BOM from zh-TW 14 years ago
Azamat Hackimov 2e2241cf84 Translation updates 14 years ago
Eric Davis 80256cf298 Refactor: extract #bulk_update method from IssuesController#bulk_edit. 14 years ago