Commit Graph

100 Commits (3ee44b363cdf51b4769f4ec62547c6103fc6b7be)

Author SHA1 Message Date
Eric Davis 99a12ecbcf [#129] Replace public strings using Redmine with ChiliProject 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 df88dc117f Fixed: r4492 breaks the ability to select issue custom fields available for projects issues (#7121). 14 years ago
Jean-Baptiste Barth 17f86d964f Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 14 years ago
Jean-Philippe Lang a4d7a99c22 Declare safe attributes for User and Projects models. 14 years ago
Jean-Philippe Lang 2fab7bd9b1 Adds leading slash to all assert_redirected_to arguments (#6887). 14 years ago
Jean-Philippe Lang 475530e59f Adds a "visible" option on User and Project custom fields (#1738). 14 years ago
Jean-Philippe Lang eea456ed84 Improved error message when trying to access an archived project (#2995). 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 116c7a7964 Add a link to the cross project time entries page to /projects. #4935 15 years ago
Eric Davis f3cc84b343 Show subproject versions on the Roadmap. 15 years ago
Jean-Philippe Lang 51c8f3143c Fixes URLs in atom feeds broken by r3681 (#5403). 15 years ago
Eric Davis 9b595c689d Refactor: Move the rest of the routing tests to RoutingTest. 15 years ago
Jean-Philippe Lang 6511e94233 Moves ProjectsController#add_issue_category to IssueCategoriesController#new. 15 years ago
Jean-Philippe Lang 729bea1cf3 Moves ProjectsController#add_version to VersionsController#new. 15 years ago
Jean-Philippe Lang dfe447f841 Fixes project editing route broken by r3313. 15 years ago
Jean-Philippe Lang 62c83bdd2e Adds a 'Add subprojects' permission. 15 years ago
Jean-Philippe Lang c66943c9b8 Removes changelog view. 15 years ago
Jean-Philippe Lang a2b4bb0dfb Ability to add a new version from the issue form (#4315). 15 years ago
Jean-Philippe Lang 5f8e9d7118 Version sharing (#465) + optional inclusion of subprojects in the roadmap view (#2666). 15 years ago
Jean-Philippe Lang 534ce51154 Allow non admin users to add subprojects (#2963). 15 years ago
Eric Davis 37d401ac58 When a specific TimeEntryActivity are change, associated TimeEntries will be 15 years ago
Eric Davis 5833ba9f81 Added a Activities tab to Project Settings 15 years ago
Jean-Philippe Lang ac8a67191f Renames uploaded_test_file helper. 15 years ago
Jean-Philippe Lang 21e18c1eb4 Adds missing native eol properties. 15 years ago
Jean-Philippe Lang 52a6b0a21e Fixed: Custom values with a nil value cause error on (project|account)/show (#3705). 15 years ago
Eric Davis 7b0cb6aba8 Upgraded to Rails 2.3.4 (#3597) 15 years ago
Jean-Philippe Lang 8141110eb2 Ability to allow non-admin users to create projects (#1007). 16 years ago
Jean-Philippe Lang 7dccf9fda6 Allows multiple roles on the same project (#706). Prerequisite for user groups feature. 16 years ago
Eric Davis fa7bd1c71d Added the ability to copy a project in the Project Administration panel. 16 years ago
Jean-Philippe Lang a95a8aa40b Fixes tests broken by r2532 (#2853). 16 years ago
Jean-Philippe Lang 9c4a86d96c Moves project menu tests to a dedicated integration test. 16 years ago
Jean-Philippe Lang fe28193e4e Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 16 years ago
Jean-Philippe Lang 33e7ae96ad Adds (a maximum of 3) links to project ancestors in the page title (#2788). 16 years ago
Eric Davis 765f7abc60 Converted routing and urls to follow the Rails REST convention. 16 years ago
Jean-Philippe Lang c9906480d3 Merged nested projects branch. Removes limit on subproject nesting (#594). 16 years ago
Jean-Philippe Lang 2355324d73 Jump to the current tab when using the project quick-jump combo (#2364). 16 years ago
Jean-Philippe Lang caf6b4b3f1 Fixes functional test failures. 16 years ago