Commit Graph

146 Commits (c778cc9208487d47d13d1c6ee256608dc5ace288)

Author SHA1 Message Date
Eric Davis 1f8828838e [#123] Attachment changes need to be prefixed 14 years ago
Jean-Philippe Lang 9fa13cf4b8 Save queries. 14 years ago
Jean-Philippe Lang f6d059485d Adds css classes to parent/child issues (#7986). 14 years ago
Jean-Philippe Lang 7c2a3dc57d Adds Issue#visible_condition to build issue visibility statement. 14 years ago
Jean-Philippe Lang 1bf4f52de5 Check for a valid time entry if comments have been entered when updating an issue (#7581). 14 years ago
Jean-Philippe Lang 93a4f621f0 Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular dependencies (#7320). 14 years ago
Jean-Philippe Lang af34ecdb90 Code cleanup. 14 years ago
Jean-Philippe Lang c9497f39b8 Keep track of issue description changes (#746). 14 years ago
Jean-Philippe Lang cc2d6f3605 Allow additional workflow transitions for issue author and assignee (#2732). 14 years ago
Jean-Philippe Lang 4525b7f6e2 Fixed: subtasks are deleted (not destroyed) when destroying parent issue (#7385). 14 years ago
Jean-Philippe Lang befd725b8b Prevent SystemStackError on Issue#all_dependent_issues with circular dependency (#7320). 14 years ago
Jean-Philippe Lang 3409333522 Makes issue safe_attributes extensible (#6000). 14 years ago
Jean-Philippe Lang 3e3315c103 Support for updating custom fields using the received custom_fields array (#6345, #6403). 14 years ago
Jean-Philippe Lang 77c6188ec2 Fixed: gantt displays issues by date of creation. 14 years ago
Jean-Philippe Lang 06b0176a3e Fixed: submitting a non numerical parent task input creates a 500 error (#6932). 14 years ago
Jean-Philippe Lang e0e8c14c2a Makes MailHandler accept all issue attributes and custom fields that can be set/updated (#4071, #4807, #5622, #6110). 14 years ago
Jean-Philippe Lang 0eb7d8f614 Moved some permission checks for issue update from controller to model. 14 years ago
Tim Felgentreff 905ac8c1e6 update to incorporate latest acts_as_journalized fixes 14 years ago
Tim Felgentreff 5dda7e34a3 test fixes 14 years ago
Tim Felgentreff 9bb45d9e75 Fix journal_observer 14 years ago
Tim Felgentreff 1a2aa363bd fix journal observer tests, remove journal observer 14 years ago
Tim Felgentreff 8c5312e0ec more merge fixups 14 years ago
Jean-Philippe Lang f3baa5bfee Fixed: precedes/follows relations no longer update start/due dates (#5803). 14 years ago
Eric Davis 73f12765a9 Don't duplicate users in Issue#assignable_users. From r4240 14 years ago
Eric Davis 7798e1b1f7 Allow assigning issues back to the author. #4199 14 years ago
Eric Davis c059300d99 Added User#notify_about? to check when a user should be notified about an event 14 years ago
Eric Davis 83e0be5d07 Fixes reverting an issue to a status with a done_ratio of 0%. #5170 14 years ago
Eric Davis f62a1827f3 Updated issue delete confirmation when it has child issues. #6191 14 years ago
Jean-Baptiste Barth c4d44af54c Fixed non standard SQL syntax. #6413 14 years ago
Tim Felgentreff 61fdd38435 move issue journal reply to issue controller test, as each journalized controller will now use the render_reply journals helper to reply 14 years ago
Tim Felgentreff 485335599a fix attachment_removal 14 years ago
Tim Felgentreff 9cd55d8dd4 more test fixes 14 years ago
Tim Felgentreff 4eb07d6ce6 fix use of versions vs journals 14 years ago
Tim Felgentreff a6a25cc5c1 render done_ratio as decimal 14 years ago
Eric Davis bdb3937e0f Rewrite the Gantt chart. #6276 14 years ago
Tim Felgentreff 1f9eda4e0d update tests to work with the new data model, where neccessary 14 years ago
Tim Felgentreff d34abea14e use the journal formatters API to register the issue journal formats 14 years ago
Tim Felgentreff 2ec2405b32 convert more to acts_as_journalized 15 years ago
Tim Felgentreff aecb868b85 remove more journal specific functionality 15 years ago
Tim Felgentreff d7768ce600 remove journals to start moving it all out to vestal_versions based plugin 15 years ago
Eric Davis c6201ae15b Recalculate inherited attributes on parents when a child is moved under a new parent. #5524 15 years ago
Eric Davis 7ccdaee110 Only copy visible issues. 15 years ago
Jean-Philippe Lang 0004b52646 Fixes behaviour of move_issues permission for non member role (#5309). 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 e584ae220d Cleans up status assignment in IssuesController#new handled by Issue#safe_attributes= now. 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 3dc4dbe302 Fixed: error while moving an issue to a project with disabled tracker with SQLite3 (#5049). 15 years ago
Eric Davis 22c1e2b8cf Adds named scopes to replace custom finders. 15 years ago