Commit Graph

824 Commits (2ecca7e4df96cba3fe5ab75997ca179cd62968f8)

Author SHA1 Message Date
Jean-Philippe Lang 9ccccb9984 Do not raise an error when destroying a Version with assigned issues. 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
Azamat Hackimov eb80b79c26 New strings to localization (#5225) 15 years ago
Jean-Philippe Lang 2bbc948e06 Preview description if it was edited while updating an issue (#741). 15 years ago
Jean-Philippe Lang b93cf03483 Fixes backslashes escaping when quoting issue description/note (#5129). 15 years ago
Jean-Philippe Lang 84dfff5957 Fixes permission check in QueriesController (#5181). 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 e584ae220d Cleans up status assignment in IssuesController#new handled by Issue#safe_attributes= now. 15 years ago
Eric Davis 6e6e260cea Refactor: Extract Query#sortable_columns from the controller. 15 years ago
Eric Davis b5d9a1dfbd Refactor: Extract method to the Member model 15 years ago
Eric Davis 194dab8e96 Refactor: Change the different find_object filters to share a common method. 15 years ago
Eric Davis e6c8760ad7 Refactor: Split the find_object methods to prep for a larger refactoring. 15 years ago
Jean-Philippe Lang 8e3d1b694a Adds subtasking (#443) including: 15 years ago
Jean-Philippe Lang e109c9b6b6 Do not reset session when a non logged in user request the login form (#4958). 15 years ago
Jean-Philippe Lang 63ed494f21 Adds missing flash messages on project settings (#5043). 15 years ago
Eric Davis c7c3c0cc7c Refactor: Extract method for setting the flash on bulk issue saves. 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
Jean-Philippe Lang 729bea1cf3 Moves ProjectsController#add_version to VersionsController#new. 15 years ago
Eric Davis d65922afde Remove double negative condition 15 years ago
Eric Davis 3f3e30c2aa Refactor: Moved the contents of #issue_update into Issue. 15 years ago
Eric Davis c58dc83e74 Refactor: Replace @journal with @issue.current_journal 15 years ago
Eric Davis afdcd770dc Refactor: Extract method 15 years ago
Eric Davis bc79caaf69 Refactor: Extract method 15 years ago
Eric Davis be20d98040 Refactor: Extract methods to before_filters 15 years ago
Eric Davis 3a99f18913 Refactor: Split method 15 years ago
Eric Davis ca6df3d78d Refactor: Extract method 15 years ago
Eric Davis 976cba0c5d Refactor: use the existing Issue#new_statuses_allowed_to method. 15 years ago
Eric Davis fe1e3ccd18 Refactor: Decouple failed attachments and the flash messages 15 years ago
Eric Davis f6d8752e44 Fixes destroying attachments if the update fails. (r2875 r3523) 15 years ago
Jean-Philippe Lang b09a483aa9 Fixed: error while deleting an in-use enumeration (#4970). 15 years ago
Eric Davis 0fd7e2d696 Refactor: Moved ApplicationController#attach_files to the Attachment model 15 years ago
Eric Davis f5f5a5f64f Verify issues are updated by HTTP PUT only. Regression from r3486. 15 years ago
Eric Davis 8699e5bbcd Refactor: Decouple building Issue and TimeEntry objects in #issue_update. 15 years ago
Jean-Philippe Lang c174540a0e Adds attachments upload on wiki edit form (#1223). 15 years ago
Eric Davis ddec53b9a2 Refactor: Extracted saving logic out of #update and into a utility method 15 years ago
Jean-Philippe Lang bfed36ac84 Let administrators see locked user profiles. 15 years ago
Eric Davis 3de1f2e157 Refactor: Extracted the duplication from the last commit into a new method 15 years ago
Eric Davis c68d853bf4 Refactor: Move the updating of an Issue to the #update method. 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 f838904a7e Refactor: Extract Issue#bulk_edit from the IssuesController 15 years ago
Jean-Philippe Lang 08d7c5bfb4 Adds a controller hook before issue move (#4850). 15 years ago
Jean-Philippe Lang 74e85953f0 Move SQL LIKE tokens to acts_as_searchable. 15 years ago
Jean-Philippe Lang c11d30ebc9 Makes search providers extensible (#3936). 15 years ago
Eric Davis 9e22faa640 Converted the REDMINE_SUPPORTED_SCM constant to a class 15 years ago
Eric Davis 49bfee0535 Refactor: Merged TrackersController#list and #index 15 years ago
Eric Davis c5f30fde28 Refactor: Merged AuthSourcesController#list and #index 15 years ago
Eric Davis 038a88e970 Refactor: Merged RolesController#list and #index 15 years ago