summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the 'duplicates of' relation asymmetric:Jean-Philippe Lang2008-06-031-5/+25
* Estimated time recognizes improved time formats (#1092).Jean-Philippe Lang2008-04-261-0/+7
* Fixed: ActiveRecord::StaleObjectError exception on closing a set of circular ...Jean-Philippe Lang2008-04-261-0/+2
* Let the user choose when deleting issues with reported hours (closes #734, #71):Jean-Philippe Lang2008-02-291-0/+6
* Added per-project tracker selection. Trackers can be selected on project sett...Jean-Philippe Lang2007-11-201-1/+1
* Fixed: Update of time entry fails when the issue has been moved to an other p...Jean-Philippe Lang2007-11-171-1/+12
* Added the hability to copy an issue.Jean-Philippe Lang2007-10-281-1/+11
* Automatic closing of duplicate issues.Jean-Philippe Lang2007-08-251-0/+25
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-291-0/+27