Commit Graph

352 Commits (6e529f82a7521ea92549c3a1f9b8c23698ba4ef2)

Author SHA1 Message Date
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
Jean-Philippe Lang e584ae220d Cleans up status assignment in IssuesController#new handled by Issue#safe_attributes= now. 15 years ago
Jean-Philippe Lang 8e3d1b694a Adds subtasking (#443) including: 15 years ago
Eric Davis ddaa95523a Use assert_select to check the download link. (#4204) 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
Eric Davis 44955a519c Added test for when an attachment fails to save. 15 years ago
Eric Davis 81d617cd5b Fixes failing tests from r3521 15 years ago
Eric Davis f5f5a5f64f Verify issues are updated by HTTP PUT only. Regression from r3486. 15 years ago
Jean-Philippe Lang c174540a0e Adds attachments upload on wiki edit form (#1223). 15 years ago
Jean-Philippe Lang bfed36ac84 Let administrators see locked user profiles. 15 years ago
Eric Davis d581510af6 Refactor: Start to extract IssuesController#edit into #update (REST). 15 years ago
Jean-Philippe Lang e24d6cc223 Bulk edit refactoring. 15 years ago
Eric Davis 89cf2d256d Moved the IssuesController routing tests to an integration test. 15 years ago
Eric Davis 49bfee0535 Refactor: Merged TrackersController#list and #index 15 years ago
Eric Davis 038a88e970 Refactor: Merged RolesController#list and #index 15 years ago
Eric Davis c18f8d34fb Refactor: Merged IssueStatusesController#list and #index. 15 years ago
Jean-Philippe Lang 55a3ac764f Issue relation: fixes error with postgres when entering a non-numeric id (#4820) + accept hash (#) before id. 15 years ago
Eric Davis 597725d77c Separated ReportsController#issue_report into two separate actions. 15 years ago
Eric Davis 23c46c68ab Moved a routing test from a functional to an integration test. 15 years ago
Jean-Philippe Lang 8fb29d4d21 Adds pagination to forum messages (#4664). 15 years ago
Eric Davis 778117fead Converted a test to shoulda and added more checks for it's assignments. 15 years ago
Jean-Philippe Lang 320c191f04 Fixed: PDF export of a issue list grouped by a custom field raises an error (#4600). 15 years ago
Eric Davis 1827d609a1 Cleaned up the IssueController redirects to use the back_url like the other actions. 15 years ago
Jean-Philippe Lang dfe447f841 Fixes project editing route broken by r3313. 15 years ago
Jean-Philippe Lang 0a05cc2a37 Set a white list of issue attributes that can be mass-assigned from controllers. 15 years ago
Jean-Philippe Lang cab99aa5ad Allow bulk edit custom fields of any type (#461). 15 years ago
Jean-Philippe Lang e9810b5de6 Fixed: bulk edit doesn't include global custom fields (#4505). 15 years ago
Jean-Philippe Lang ff7eb7b23a Auto-detect attachment content type when blank (#3782). 15 years ago
Jean-Philippe Lang 62c83bdd2e Adds a 'Add subprojects' permission. 15 years ago
Eric Davis aa9951b38b Added an API token for each User to use when making API requests. (#3920) 15 years ago
Jean-Philippe Lang 3b7e7be72a Fixes odd test failures. 15 years ago
Eric Davis e1013c44a3 Make sure the RSS token is getting destroyed and created. 15 years ago
Jean-Philippe Lang cf9bb2699f Adds on optional API key to repositories management controller and reposman.rb. 15 years ago