summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds visibility condition to Issue.by_* count methods.Jean-Philippe Lang2011-04-081-2/+10
* Makes visible scopes accept projects option and deprecate Project.visible_by.Jean-Philippe Lang2011-04-051-0/+16
* Prevent SystemStackError on Issue#all_dependent_issues with mutiple circular ...Jean-Philippe Lang2011-03-131-0/+12
* Fixes a failing test.Jean-Philippe Lang2011-02-271-0/+2
* Keep track of issue description changes (#746).Jean-Philippe Lang2011-02-271-2/+23
* Allow additional workflow transitions for issue author and assignee (#2732).Jean-Philippe Lang2011-02-201-0/+27
* Prevent SystemStackError on Issue#all_dependent_issues with circular dependen...Jean-Philippe Lang2011-01-151-0/+19
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes a NoMethodError in tests with ruby 1.8.6.Jean-Philippe Lang2010-11-141-1/+1
* Fixed: precedes/follows relations no longer update start/due dates (#5803).Jean-Philippe Lang2010-10-191-0/+11
* Don't duplicate users in Issue#assignable_users. From r4240Eric Davis2010-10-071-0/+9
* Allow assigning issues back to the author. #4199Eric Davis2010-10-071-3/+13
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-281-1/+22
* Added tests for Issue#recipientsEric Davis2010-09-281-1/+25
* Fixes reverting an issue to a status with a done_ratio of 0%. #5170Eric Davis2010-09-261-3/+15
* Rewrite the Gantt chart. #6276Eric Davis2010-09-101-0/+22
* Fixes behaviour of move_issues permission for non member role (#5309).Jean-Philippe Lang2010-04-181-0/+17
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-15/+16
* Fixed: error while moving an issue to a project with disabled tracker with SQ...Jean-Philippe Lang2010-03-121-0/+10
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-0/+20
* Fixes a test failure due to a default custom field value.Jean-Philippe Lang2010-02-281-4/+2
* Adds missing fixtures.Jean-Philippe Lang2010-02-281-0/+1
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-281-0/+26
* Added tests for Issue#by_X findersEric Davis2010-02-041-0/+42
* Fixes a test failure.Jean-Philippe Lang2009-12-211-1/+1
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-111-0/+60
* Fixes tracker_id and custom_field_values assignment order for issues (#4353).Jean-Philippe Lang2009-12-091-0/+17
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-0/+40
* Enhanced the Issue Bulk Copy feature:Eric Davis2009-12-041-0/+32
* Do not notify users that are no longer allowed to view an issue (#3589, #4263).Jean-Philippe Lang2009-12-031-0/+17
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-0/+23
* Copy issue status on project copy (#3877).Jean-Philippe Lang2009-11-161-0/+10
* Add view_issues permission (#3187).Jean-Philippe Lang2009-11-141-1/+42
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-081-0/+51
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Actually block issues from closing when a blocking issue isn't closed (#1740).Jean-Philippe Lang2009-07-041-1/+27
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-6/+6
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+5
* Create the journal after issue save (#3140).Jean-Philippe Lang2009-04-081-0/+19
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+8
* Patch ActiveRecord::Errors#full_messages so that it contains custom values er...Jean-Philippe Lang2009-02-221-0/+13
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-3/+3
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-5/+5
* Closed issue are not overdue, fixes r2140 (#2337).Jean-Philippe Lang2009-02-031-0/+1
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-251-0/+24
* Makes issue description a non-required field (#2456).Jean-Philippe Lang2009-01-071-0/+6
* Fixed a failing test caused by comparing a Time object (n.day.ago) with a Dat...Eric Davis2008-12-181-2/+2
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-161-0/+7
* When moving an issue to another project, reassign it to the category with sam...Jean-Philippe Lang2008-07-261-3/+12
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-1/+77