summaryrefslogtreecommitdiffstats
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Makes subtasks rescheduled when a 'precedes' relation is set on a parent task.Jean-Philippe Lang2010-03-131-1/+18
* Adds subtasking (#443) including:Jean-Philippe Lang2010-03-131-47/+212
* Fixed: error while moving an issue to a project with disabled tracker with SQ...Jean-Philippe Lang2010-03-121-4/+4
* Adds named scopes to replace custom finders.Eric Davis2010-03-101-1/+7
* Refactor: Moved the contents of #issue_update into Issue.Eric Davis2010-03-051-0/+28
* Refactor: Replace @journal with @issue.current_journalEric Davis2010-03-041-0/+2
* Refactor: use the existing Issue#new_statuses_allowed_to method.Eric Davis2010-03-041-1/+2
* Fixed: journal details duplicated when an issue is saved twice (#3690).Jean-Philippe Lang2010-02-281-29/+49
* Bulk edit refactoring.Jean-Philippe Lang2010-02-231-19/+7
* Refactor: Extract Issue#bulk_edit from the IssuesControllerEric Davis2010-02-231-0/+18
* Removes duplicated LOC.Jean-Philippe Lang2010-02-141-1/+0
* Fixed: SystemStackError (stack level too deep) on Issue#attributes= after mod...Jean-Philippe Lang2010-02-141-1/+2
* Refactor: Extracted the select_all calls to a new private method.Eric Davis2010-02-041-67/+47
* Refactor: Moved the raw SQL finders from ReportsController to Issue.Eric Davis2010-02-031-0/+100
* Set a white list of issue attributes that can be mass-assigned from controllers.Jean-Philippe Lang2010-01-121-0/+26
* Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_trac...Jean-Philippe Lang2010-01-091-1/+1
* Moves watchers filtering logic to ActsAsWatchable.Jean-Philippe Lang2009-12-131-7/+0
* Issue#done_ratio should not break if status is nil.Jean-Philippe Lang2009-12-121-2/+2
* Allow blank value for IssueStatus#default_done_ratio.Jean-Philippe Lang2009-12-121-2/+2
* Adds a Setting to control how an Issue's done_ratio is calculated:Eric Davis2009-12-111-1/+28
* Fixes tracker_id and custom_field_values assignment order for issues (#4353).Jean-Philippe Lang2009-12-091-0/+14
* Optimize updates of issue's shared versions.Jean-Philippe Lang2009-12-081-8/+25
* Optimize issue updates when a version sharing changes.Jean-Philippe Lang2009-12-081-2/+2
* Version sharing (#465) + optional inclusion of subprojects in the roadmap vie...Jean-Philippe Lang2009-12-061-2/+22
* Enhanced the Issue Bulk Copy feature:Eric Davis2009-12-041-1/+9
* Do not notify users that are no longer allowed to view an issue (#3589, #4263).Jean-Philippe Lang2009-12-031-5/+15
* Remove duplicate validation.Jean-Philippe Lang2009-11-291-4/+0
* Enable tracker update on issue edit form (#2405).Jean-Philippe Lang2009-11-291-0/+12
* Copy issue status on project copy (#3877).Jean-Philippe Lang2009-11-161-0/+1
* Adds version status to limit issue assignments (#1245).Jean-Philippe Lang2009-11-081-0/+25
* Reset timestamps and wiki page hierarchy on project copy.Jean-Philippe Lang2009-10-251-1/+1
* Include the issue status in search results and the Activity page. (#3700)Eric Davis2009-08-021-1/+1
* Actually block issues from closing when a blocking issue isn't closed (#1740).Jean-Philippe Lang2009-07-041-1/+7
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-2/+2
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Adds more css classes to the roadmap issues (#3214).Jean-Philippe Lang2009-04-251-0/+10
* Create the journal after issue save (#3140).Jean-Philippe Lang2009-04-081-24/+26
* Make sure that lock_version changes are not stored in journals table (#3004).Jean-Philippe Lang2009-04-021-1/+1
* Added some RDoc documentation for some models.Eric Davis2009-03-211-0/+10
* Adds missing scope for r2595.Jean-Philippe Lang2009-03-171-0/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-4/+4
* Replaces Enumeration.get_values and Enumeration.default with named scopes.Jean-Philippe Lang2009-02-151-1/+1
* Closed issue are not overdue, fixes r2140 (#2337).Jean-Philippe Lang2009-02-031-1/+1
* Fixed: issue details view discloses relations to issues that the user is not ...Jean-Philippe Lang2009-01-311-0/+5
* Removes Issue.visible_byJean-Philippe Lang2009-01-311-6/+0
* Fixed that 'My page' blocks may display issues that the user is no longer all...Jean-Philippe Lang2009-01-271-0/+3
* Adds ability to bulk copy issues (#1847).Jean-Philippe Lang2009-01-251-15/+24
* Different icon for closed issues in search result (#992).Jean-Philippe Lang2009-01-111-1/+2
* Makes issue description a non-required field (#2456).Jean-Philippe Lang2009-01-071-1/+1
* Adds a css class (overdue) to overdue issues on issue lists and detail views ...Jean-Philippe Lang2008-12-161-0/+5