| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed: subtasks don't resepect following/precedes relations on creation (#129... | Jean-Philippe Lang | 2013-03-17 | 1 | -1/+1 |
* | Fixed that copying an issue as a child of itself creates an extra issue (#133... | Jean-Philippe Lang | 2013-03-01 | 1 | -5/+12 |
* | Adds "tracker-[id]" CSS class to issues (#13309). | Jean-Philippe Lang | 2013-03-01 | 1 | -1/+1 |
* | Fixed that #reload raises a Stack too deep error with ruby 2.0. | Jean-Philippe Lang | 2013-02-28 | 1 | -1/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2013-02-28 | 1 | -2/+2 |
* | Don't reload the issue in after_save callback. | Jean-Philippe Lang | 2013-02-28 | 1 | -3/+0 |
* | Fixed that relations may not be refreshed when adding a follows relation (#13... | Jean-Philippe Lang | 2013-02-24 | 1 | -0/+1 |
* | replace tabs to spaces at app/models/issue.rb | Toshi MARUYAMA | 2013-02-17 | 1 | -2/+2 |
* | Adds Issue#status_was that returns the initial issue status. | Jean-Philippe Lang | 2013-02-17 | 1 | -3/+16 |
* | Adds closed_on column that stores the time of the last closing (#824). | Jean-Philippe Lang | 2013-02-16 | 1 | -4/+17 |
* | "Parent task is invalid" while editing child issues with restricted Issues Vi... | Jean-Philippe Lang | 2013-01-20 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Gantt perf: fixed that Project#start_date and #due_date run way too much quer... | Jean-Philippe Lang | 2013-01-06 | 1 | -0/+4 |
* | Negative estimated hours should not be valid (#12735). | Jean-Philippe Lang | 2013-01-05 | 1 | -1/+1 |
* | Adds a custom validator for dates (#12736). | Jean-Philippe Lang | 2013-01-05 | 1 | -8/+2 |
* | Code cleanup, use named routes. | Jean-Philippe Lang | 2012-12-22 | 1 | -0/+5 |
* | Moved IssueRelations to IssueRelation::Relations. | Jean-Philippe Lang | 2012-12-10 | 1 | -2/+2 |
* | Rewrites named scopes with ARel queries. | Jean-Philippe Lang | 2012-12-07 | 1 | -7/+8 |
* | Use lambda form in model scopes (#12499) | Jean-Baptiste Barth | 2012-12-07 | 1 | -3/+3 |
* | Fixed the behaviour for when rescheduling a parent task (#4590). | Jean-Philippe Lang | 2012-11-24 | 1 | -1/+9 |
* | Precede-Follow relation should move following issues earlier when reschedulin... | Jean-Philippe Lang | 2012-11-24 | 1 | -3/+8 |
* | Ignore non-working days when rescheduling an issue (#2161). | Jean-Philippe Lang | 2012-10-29 | 1 | -4/+21 |
* | Adds a textual css class for issue priorities (#12216). | Jean-Philippe Lang | 2012-10-26 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-10-18 | 1 | -1/+1 |
* | Fixed that invalid start date is ignored (#12092). | Jean-Philippe Lang | 2012-10-18 | 1 | -1/+5 |
* | Fixed that entering #nnn as parent task should validate (#11979). | Jean-Philippe Lang | 2012-10-14 | 1 | -1/+2 |
* | Fixed: No validation errors when entering an invalid "Parent task" (#11979). | Jean-Philippe Lang | 2012-10-12 | 1 | -6/+12 |
* | Adds a setting to allow subtasks to belong to other projects (#5487). | Jean-Philippe Lang | 2012-10-10 | 1 | -5/+26 |
* | Private issue notes (#1554). | Jean-Philippe Lang | 2012-10-03 | 1 | -4/+26 |
* | Makes related issues available for display and filtering on the issue list (#... | Jean-Philippe Lang | 2012-09-29 | 1 | -1/+20 |
* | Do not link copied issues when copying a project (#6899). | Jean-Philippe Lang | 2012-09-27 | 1 | -1/+1 |
* | Adds a "Copied from/to" relation when copying issue(s) (#6899). | Jean-Philippe Lang | 2012-09-27 | 1 | -4/+13 |
* | Anonymous users should always see public issues only (#11872). | Jean-Philippe Lang | 2012-09-20 | 1 | -19/+19 |
* | Anonymous users should not see private issues with anonymous author (#11872). | Jean-Philippe Lang | 2012-09-19 | 1 | -6/+14 |
* | Fixed comment. | Etienne Massip | 2012-09-12 | 1 | -1/+1 |
* | Option to copy subtasks when copying issue(s) (#6965). | Jean-Philippe Lang | 2012-09-08 | 1 | -0/+27 |
* | Code cleanup: removed the obsolete with_limit scope. | Jean-Philippe Lang | 2012-08-27 | 1 | -1/+0 |
* | Fixed that open scope on Project#issues raises an error (#11545). | Jean-Philippe Lang | 2012-08-13 | 1 | -1/+0 |
* | Code cleanup. | Jean-Philippe Lang | 2012-08-08 | 1 | -0/+9 |
* | Code cleanup. | Jean-Philippe Lang | 2012-08-08 | 1 | -1/+1 |
* | Prevents "Overwriting existing method Issue.open" warning (#11545). | Jean-Philippe Lang | 2012-08-07 | 1 | -0/+1 |
* | Versions that are not shared should not be assignable when selecting another ... | Jean-Philippe Lang | 2012-07-27 | 1 | -1/+18 |
* | Changed issues css class from priority-{position} to status-{id} (#2071). | Jean-Philippe Lang | 2012-07-26 | 1 | -1/+1 |
* | Changed issues css class from status-{position} to status-{id} (#11304). | Jean-Philippe Lang | 2012-07-26 | 1 | -1/+1 |
* | ruby1.8 compatibility (#703, #3521). | Jean-Philippe Lang | 2012-07-15 | 1 | -2/+2 |
* | Workflow enhancement: editable and required fields configurable by role, trac... | Jean-Philippe Lang | 2012-07-15 | 1 | -10/+116 |
* | Ability to disable standard fields on a per tracker basis (#1091). | Jean-Philippe Lang | 2012-07-05 | 1 | -5/+16 |
* | Fixed that deleting a project with subtasks may fail (#11185). | Jean-Philippe Lang | 2012-06-18 | 1 | -0/+22 |
* | Fixed that updated_on is not updated when updating an issue (#10964). | Jean-Philippe Lang | 2012-05-21 | 1 | -3/+8 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |