Commit Graph

255 Commits (141ca5d2e81f278f24a997362c80b539b75b5121)

Author SHA1 Message Date
Jens Ulferts 76568cc999 active and registered users can be selected as project members 13 years ago
Jens Ulferts 8046e8e15c refactored finding possible project members so that autocompleter and project_controller settings uses same method 13 years ago
Holger Just 91070236db Set source encoding to UTF-8 13 years ago
Holger Just c57c598204 Fix trailing whitespace 13 years ago
Eric Davis 477a5f3702 Refactor: replace comment with extracted utility method 13 years ago
Eric Davis c62e16b6cc Refactor: replace comment with utility method 13 years ago
Eric Davis a2eeb4ae20 Refactor: extract setup to before_filter 13 years ago
Eric Davis 9771e20462 Refactor: use the new utility method to load ivars for settings 13 years ago
Eric Davis 1d3d7ff10c Refactor: extract method to prepare to reuse 13 years ago
Eric Davis db7bc2bb82 Refactor: extract method with before_filter 13 years ago
Eric Davis 075f4e49df Refactor: remove unused instance variable 13 years ago
Eric Davis e04928c5b1 Refactor: change large :except before_filter to :only 13 years ago
Eric Davis 2918437f34 Refactor: audit and remove unknown actions 13 years ago
Holger Just 07185fb169 [#436] Remove trailing whitespace 14 years ago
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 14 years ago
Eric Davis e131c3b531 [#197] Remove old copyrights 14 years ago
Eric Davis 1eee7312f6 [#289] Remove single helpers in favor of :all in ApplicationController 14 years ago
Jean-Philippe Lang 1cab1bd51e Skip a count(*) SQL query. 14 years ago
Jean-Philippe Lang 3c19cacf97 Replaces TimeEntry.visible_by with a visible scope. 14 years ago
Jean-Philippe Lang 9222cf91ea Changes ProjectsController#modules param name and add tests. 14 years ago
Jean-Philippe Lang 072c4ad14c Verify HTTP method on ProjectsController#create. 14 years ago
Jean-Philippe Lang 9fb770ba50 Moves enabled_module_names param to project attribute so that it can be set through the Project API. 14 years ago
Jean-Philippe Lang 2d9b9362a9 Fixed: should redirect to the new project when copying a project. 14 years ago
Jean-Philippe Lang 283d25d823 Makes /projects API accept same pagination parameters as other API collection resources. 14 years ago
Jean-Philippe Lang a4d7a99c22 Declare safe attributes for User and Projects models. 14 years ago
Jean-Philippe Lang 224921460a Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 14 years ago
Jean-Philippe Lang 9284a32c9a Moves project attributes default assignments from ProjectsController#new to the model (#6064). 14 years ago
Jean-Philippe Lang a1f12e3ade Converts ProjectsController to use the new API template system. 14 years ago
Jean-Philippe Lang ae3fd4cb59 Accept key auth for ProjectsController#show (#6841). 14 years ago
Jean-Philippe Lang 3d6cb1435c Accept key auth for ProjectsController#destroy (#6841). 14 years ago
Jean-Philippe Lang 054b7d28f1 Accept key auth for ProjectsController#update (#6841). 14 years ago
Jean-Philippe Lang 8458faed11 Accept key auth for ProjectsController#create (#6841). 14 years ago
Jean-Philippe Lang eaab2ede76 Makes projects API return XML description when creating a project (#6874). 14 years ago
Eric Davis 76fcf136d0 Redirect to project settings after copying a project. #6443 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 763ab07942 Refactor: split ProjectsController#add into #add (GET) and #create (POST). 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
Eric Davis b925325ddb Refactor: extract ProjectsController#activity to a new Activities controller. 14 years ago
Eric Davis 921b425b8e Accept key authentication to ProjectsController#index (for feeds). #5317 15 years ago
Eric Davis f3cc84b343 Show subproject versions on the Roadmap. 15 years ago
Jean-Philippe Lang a4e411c643 Removes broken code in ProjectsController (#5412). 15 years ago
Jean-Philippe Lang 79b4f68176 Adds an option to enable/disable email notifications during a project copy (#4672). 15 years ago
Jean-Philippe Lang 63ed494f21 Adds missing flash messages on project settings (#5043). 15 years ago
Jean-Philippe Lang b99d4189b7 Fixed: NoMethodError error on roadmap if no trackers are selected and a shared version is available (#5006). 15 years ago
Jean-Philippe Lang 6511e94233 Moves ProjectsController#add_issue_category to IssueCategoriesController#new. 15 years ago