Commit Graph

385 Commits (270b559d362a39a8a9594f5fe6a10804e4653af1)

Author SHA1 Message Date
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
Eric Davis b925325ddb Refactor: extract ProjectsController#activity to a new Activities controller. 14 years ago
Eric Davis 56e984b5e7 Refactor: convert many of the custom Issue routes to REST resources. 14 years ago
Eric Davis 80256cf298 Refactor: extract #bulk_update method from IssuesController#bulk_edit. 14 years ago
Eric Davis b67b3820a1 Refactor: move IssuesController#changes to JournalsController#index. 14 years ago
Eric Davis dfd1d0c7fe Refactor: merge IssuesController#update_form into IssuesController#new 14 years ago
Eric Davis 1fcc1bdc89 Refactor: move IssuesController#context_menu to a new controller. 14 years ago
Eric Davis 1f8d396e3f Refactor: move IssuesController#preview to a new controller. 14 years ago
Eric Davis 3eff27344b Refactor: move IssuesController#auto_complete to a new controller. #4382 14 years ago
Eric Davis 22c978ad94 Refactor: move IssuesController#reply to JournalsController 14 years ago
Eric Davis a6112ef40d Fix path to test_helper 14 years ago
Eric Davis ff43bb1a74 Refactor: Extract a new IssueMovesController from IssuesController. 14 years ago
Jean-Baptiste Barth e43f9fc21e Show projects depending on their visibility in user's profile. #6100 14 years ago
Jean-Baptiste Barth 83e4cf3dd4 Prevent 500 error on login when there's a typo in OpenID URI scheme, such as http;// or http.// 14 years ago
Eric Davis 041bca6ac9 Refactor: start to split IssuesController#move into two separate actions. 14 years ago
Eric Davis 70973fda64 Fix a few requires for metric_fu's rcov. 14 years ago
Eric Davis 25037b841b Refactor: extract method to shoulda macro. 14 years ago
Eric Davis d3158e37b9 Added tests for AccountController#register POST with automatic registration. 14 years ago
Eric Davis 5c525f0b41 Added tests for AccountController#register GET. 14 years ago
Eric Davis 56af944afa Extend changes.path and changes.from_path to support longer paths. #5771 15 years ago
Eric Davis 7376ef2ad7 Typecast issue ids when searched for. 15 years ago
Eric Davis c98f46d691 Handle unsuccessful destroys in TimelogController. #5700 15 years ago
Eric Davis 116c7a7964 Add a link to the cross project time entries page to /projects. #4935 15 years ago
Eric Davis c5863c0ad0 Support listing directories in svn which include square brackets. #5548 15 years ago
Eric Davis 70da33fc29 Add some assertions on the default data loading test to debug a Ruby 1.9 failure. 15 years ago
Eric Davis 41ff1b9cb2 Display the correct ISO week number on the project calendar. 15 years ago
Eric Davis 093853b56a Added tests for #5533's behavior. 15 years ago
Eric Davis f3cc84b343 Show subproject versions on the Roadmap. 15 years ago
Eric Davis 0d34c3731b Add error messages to MembersController#new so a user is informed of missing data. 15 years ago
Eric Davis 715c9d16ef Refactor AuthSourcesController to support non-LDAP sources. #1131 15 years ago
Eric Davis 36c82ecc1f Refactor: move Project Calendar to it's own controller. 15 years ago
Jean-Philippe Lang edeb84a070 Fixes strange random test failures with Mysql. 15 years ago
Jean-Philippe Lang 1be15816dd Adds test helpers for test repositories. 15 years ago
Jean-Philippe Lang 80f7faf10a Fixes EOL style related test failures. 15 years ago
Jean-Philippe Lang 51c8f3143c Fixes URLs in atom feeds broken by r3681 (#5403). 15 years ago
Jean-Philippe Lang 3db77a86a9 Fixes some parameters in functional tests. 15 years ago
Eric Davis e65c3cfc7d Refactor: Move gantts to a separate controller. 15 years ago
Eric Davis 2c898d8a81 Refactor: Split IssuesController#new to #new and #create to match REST pattern. 15 years ago
Eric Davis 9b595c689d Refactor: Move the rest of the routing tests to RoutingTest. 15 years ago
Eric Davis 0fc884cf42 Move more routing tests into the routing integration test. 15 years ago
Jean-Philippe Lang f23aceba86 Fixes a test failure with SQLite3 due to transaction fixtures (#5290). 15 years ago
Jean-Philippe Lang f35921d308 Fixes Issue#save_issue_with_child_records so that time entry do not get saved if issue save fails. 15 years ago
Jean-Philippe Lang 43e5bb75d2 Fixed: issue optimistic locking broken by r3308 (#5280). 15 years ago
Jean-Philippe Lang 5879273739 Makes the wiki sidebar editable (#5208). 15 years ago
Jean-Philippe Lang 2bbc948e06 Preview description if it was edited while updating an issue (#741). 15 years ago