OSDN Git Service

Enhanced the Issue Bulk Copy feature:
[redminele/redmine.git] / app / models / issue.rb
2009-12-04 Eric DavisEnhanced the Issue Bulk Copy feature:
2009-12-03 Jean-Philippe LangDo not notify users that are no longer allowed to view...
2009-11-29 Jean-Philippe LangRemove duplicate validation.
2009-11-29 Jean-Philippe LangEnable tracker update on issue edit form (#2405).
2009-11-16 Jean-Philippe LangCopy issue status on project copy (#3877).
2009-11-08 Jean-Philippe LangAdds version status to limit issue assignments (#1245).
2009-10-25 Jean-Philippe LangReset timestamps and wiki page hierarchy on project...
2009-08-02 Eric DavisInclude the issue status in search results and the...
2009-07-04 Jean-Philippe LangActually block issues from closing when a blocking...
2009-05-30 Eric DavisChanged Enumerations to use a Single Table Inheritance
2009-05-10 Jean-Philippe LangAllows multiple roles on the same project (#706). Prere...
2009-04-25 Jean-Philippe LangAdds more css classes to the roadmap issues (#3214).
2009-04-08 Jean-Philippe LangCreate the journal after issue save (#3140).
2009-04-02 Jean-Philippe LangMake sure that lock_version changes are not stored...
2009-03-21 Eric DavisAdded some RDoc documentation for some models.
2009-03-17 Jean-Philippe LangAdds missing scope for r2595.
2009-02-21 Jean-Philippe LangMerged Rails 2.2 branch. Redmine now requires Rails...
2009-02-15 Jean-Philippe LangReplaces Enumeration.get_values and Enumeration.default...
2009-02-03 Jean-Philippe LangClosed issue are not overdue, fixes r2140 (#2337).
2009-01-31 Jean-Philippe LangFixed: issue details view discloses relations to issues...
2009-01-31 Jean-Philippe LangRemoves Issue.visible_by
2009-01-27 Jean-Philippe LangFixed that 'My page' blocks may display issues that...
2009-01-25 Jean-Philippe LangAdds ability to bulk copy issues (#1847).
2009-01-11 Jean-Philippe LangDifferent icon for closed issues in search result ...
2009-01-07 Jean-Philippe LangMakes issue description a non-required field (#2456).
2008-12-16 Jean-Philippe LangAdds a css class (overdue) to overdue issues on issue...
2008-12-09 Jean-Philippe LangAttachmentsController now handles attachments deletion.
2008-11-30 Jean-Philippe LangDisplay latest user's activity on account/show view.
2008-08-25 Jean-Philippe LangFixed: Issue updated_on is not updated when a user...
2008-07-27 Jean-Philippe LangActivity refactoring.
2008-07-26 Jean-Philippe LangWhen moving an issue to another project, reassign it...
2008-07-20 Jean-Philippe LangSearch engine: display total results count (#906) and...
2008-06-29 Jean-Philippe LangFixed: associated revisions are displayed in wrong...
2008-06-27 Jean-Philippe LangCustom fields refactoring: most of code moved from...
2008-06-03 Jean-Philippe LangMake the 'duplicates of' relation asymmetric:
2008-05-25 Jean-Philippe LangGantt chart: display issues that don't have a due date...
2008-05-18 Jean-Philippe LangAbility to search all projects or the projects the...
2008-04-26 Jean-Philippe LangEstimated time recognizes improved time formats (#1092).
2008-04-26 Jean-Philippe LangFixed: ActiveRecord::StaleObjectError exception on...
2008-04-01 Jean-Philippe LangTime report can be done at issue level (closes #970...
2008-02-29 Jean-Philippe LangLet the user choose when deleting issues with reported...
2008-02-28 Jean-Philippe LangInclude subprojects on the issue list, calendar and...
2008-02-21 Jean-Philippe LangDo not clear issue relations when moving an issue to...
2008-02-17 Jean-Philippe LangFixed: auto closing of duplicates doesn't work.
2008-01-17 Jean-Philippe LangFixed: locked users should not receive email notifications.
2008-01-06 Jean-Philippe LangMerged IssuesController change_status and add_note...
2007-11-20 Jean-Philippe LangAdded per-project tracker selection. Trackers can be...
2007-11-17 Jean-Philippe LangFixed: Update of time entry fails when the issue has...
2007-10-28 Jean-Philippe LangAdded the hability to copy an issue.
2007-10-20 Jean-Philippe LangMore flexible mail notifications settings at user level...
2007-10-19 Jean-Philippe LangFixed: unable to add a file to an issue without enterin...
2007-10-18 Jean-Philippe LangRemoved issue assignment validation to avoid validation...
2007-10-09 Jean-Philippe LangAdded 'Bulk edit' functionality.
2007-10-05 Jean-Philippe LangAdded default value for enumerations.
2007-09-27 Jean-Philippe LangSearch engines now supports pagination.
2007-09-15 Jean-Philippe LangAdded 'Estimated hours' attribute on issues.
2007-09-05 Jean-Philippe LangFixed: custom field displayed as deleted in the issue...
2007-08-29 Jean-Philippe LangMerged 0.6 branch into trunk.
2007-08-25 Jean-Philippe LangAutomatic closing of duplicate issues.
2007-08-16 Jean-Philippe LangAdded a 'Assignable' boolean on Role model.
2007-07-16 Jean-Philippe LangAdded several validates_length_of
2007-07-02 Jean-Philippe LangFixed: issue_id not nullified on time entries when...
2007-06-29 Jean-Philippe LangEach category can now be associated to a user, so that...
2007-05-05 Jean-Philippe LangIssue#long_id no more used and removed
2007-05-05 Jean-Philippe LangIssue relations first commit (not thoroughly tested...
2007-04-24 Jean-Philippe LangCommit messages are now scanned for referenced or fixed...
2007-04-21 Jean-Philippe LangAdded "Watch" functionality on issues. It allows users...
2007-04-03 Jean-Philippe LangFeature 9784 Set status when raising issue.
2007-03-23 Jean-Philippe LangSimple time tracking functionality added. Time can...
2007-03-12 Jean-Philippe Langadded svn:eol-style native property on /app files
2006-12-26 Jean-Philippe Langreplaced deprecated ":dependent => true" statements
2006-12-05 Jean-Philippe Langtrunk moved from /trunk/redmine to /trunk