Commit Graph

2118 Commits (73f12765a99b6d78c5d23a58fe887c79a4012e99)

Author SHA1 Message Date
Jean-Philippe Lang 79b4f68176 Adds an option to enable/disable email notifications during a project copy (#4672). 15 years ago
Jean-Philippe Lang 5225fb70f5 Optimize retrieval of user's projects members. 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
Jean-Philippe Lang 5e4eef1a4e Fixed: code syntax highlighting not working in Document page (#3740). 15 years ago
Jean-Philippe Lang 4dd4300147 Adds text formatting to documents index (#202). 15 years ago
Eric Davis b5d9a1dfbd Refactor: Extract method to the Member model 15 years ago
Jean-Philippe Lang f741ca7269 Adds an helper for displaying the 'checked' image. 15 years ago
Jean-Philippe Lang 388805ad58 Do not query the database for project level on projects list. 15 years ago
Jean-Philippe Lang 0e0b8e0799 Accept issue links inside brackets (#4418). 15 years ago
Eric Davis 194dab8e96 Refactor: Change the different find_object filters to share a common method. 15 years ago
Eric Davis 0f999ef0e0 Fixes undefined method 'notes' error from r3594 15 years ago
Jean-Philippe Lang f4be4d101b Inlines some code to speed up large ticket history rendering. 15 years ago
Jean-Philippe Lang 2f0fbef858 Fixed: Wrong label in issue-journal for subtask-changes (#5090). 15 years ago
Eric Davis e6c8760ad7 Refactor: Split the find_object methods to prep for a larger refactoring. 15 years ago
Jean-Philippe Lang 6b88de1234 Close unclosed pre/code tags (#4265). 15 years ago
Jean-Philippe Lang 7203196212 Do not parse redmine links inside pre/code tags (#1288). 15 years ago
Jean-Philippe Lang a179f261cd Extract parsing of inline attachments, wiki links and redmine links. 15 years ago
Jean-Philippe Lang ad487bf7cc Replace the hardcoded "CodeRay" css class name for highlighted elements. 15 years ago
Jean-Philippe Lang c03b4c2e1e Extract CodeRay calls to Redmine::SyntaxHighlighting (#2985). 15 years ago
Jean-Philippe Lang 2f5c17a0f6 Optimization: load attachments when needed. 15 years ago
Jean-Philippe Lang e605973ec4 Move issue watchers to the sidebar. 15 years ago
Jean-Philippe Lang 508df4a33a Slight UI changes to the subtasks tree. 15 years ago
Jean-Philippe Lang d550c46160 Makes subtasks rescheduled when a 'precedes' relation is set on a parent task. 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 3dc4dbe302 Fixed: error while moving an issue to a project with disabled tracker with SQLite3 (#5049). 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 3e2e5a0a0c Removes broken javascript on wiki history. 15 years ago
Eric Davis 22c1e2b8cf Adds named scopes to replace custom finders. 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
Eric Davis c07696b578 Refactor: Remove duplicated case statements. 15 years ago
Eric Davis 43e3c43cbd Refactor: Extract similar logic in IssuesHelper#show_detail to a new method. 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 2af97616f7 Adds context menu to the roadmap issue lists. 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
Jean-Philippe Lang bd5fe10c13 Adds an helper for creating the context menu. 15 years ago
Jean-Philippe Lang 12759fd416 Fixed: hard coded English string at the selection of issue watchers (#4982). 15 years ago
Eric Davis c58dc83e74 Refactor: Replace @journal with @issue.current_journal 15 years ago
Eric Davis 7514e12d33 Hide the main menu div if there isn't any items for it. #3259 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
Jean-Philippe Lang cdb86d5ef7 Fixed: no email notification on new project/version file added (#4966). 15 years ago