obsolete.ChilliProject/app/views/issues
Eric Davis 62e58f26b0 Changed Enumerations to use a Single Table Inheritance
* Added migrations to change Enumerations to an STI relationship
* Added TimeEntryActivity model (STI)
* Added DocumentCategory model (STI)
* Added IssuePriority model (STI)
* Added Enumeration#get_subclasses to get a list of the subclasses of Enumeration
* Changed Enumeration to use the STI type field instead of the opt field
* Changed Enumeration#opt to return the old opt values but with a deprecation warning.
* Removed Enumeration::OPTIONS
* Removed the dynamic named_scopes in favor of specific named_scopes.  Kept for
  compatibility reasons.
* Added Enumeration#default so each subclass can easily find it's default record.
* Fixed Enumeration#default to use the STI scoping with a fake default scope for finding Enumeration's default.
* Added a 'all' named scope for getting all records in order by position.
* Added Deprecation warnings to the old named_scopes in Enumerations.
* Moved various methods off of Enumeration and onto the concrete classes
* Changed the EnumerationsController to use types
* Updated the Enumeration list template
* Added has_many relationships to the Enumeration STI classes.
* Fixes for tests.

  #3007

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2777 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-05-30 23:30:36 +00:00
..
_changesets.rhtml Link to the appropriate repository (#3376). 2009-05-18 17:45:45 +00:00
_edit.rhtml Added :view_issues_edit_notes_bottom hook 2008-12-03 23:18:12 +00:00
_form.rhtml Do not show Category field when categories are not defined. 2009-01-17 08:03:53 +00:00
_form_custom_fields.rhtml Fixes custom fields display order at several places (#1768). 2008-08-11 18:24:39 +00:00
_form_update.rhtml Slight visual changes on the issue form. 2009-01-17 07:53:32 +00:00
_history.rhtml Changes issue history headings. 2008-12-06 11:21:10 +00:00
_list.rhtml Adds group folding on issue list (#2679). 2009-05-04 18:04:09 +00:00
_list_simple.rhtml Link the project name in simple issue lists. 2009-05-06 04:47:13 +00:00
_relations.rhtml Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
_sidebar.rhtml Adds controller to urls in case the side bar is called from another controller (#2960). 2009-03-13 19:25:11 +00:00
bulk_edit.rhtml Changed Enumerations to use a Single Table Inheritance 2009-05-30 23:30:36 +00:00
calendar.rhtml Fixing calendar and gantt links broken by r2317. 2009-01-28 21:20:39 +00:00
changes.rxml FIxed: inline images not displayed in atom feeds (#3391). 2009-05-26 08:28:36 +00:00
context_menu.rhtml Added plugin hooks to the context menu 2009-03-21 00:01:48 +00:00
destroy.rhtml Fixed: %0.2f is rendered as plain text in issues/destroy view (#3167). 2009-04-24 17:18:36 +00:00
edit.rhtml Merged IssuesController #edit and #update into a single actions. 2008-02-09 16:11:18 +00:00
gantt.rhtml Adds an helper to render other formats download links. 2009-01-29 13:53:17 +00:00
index.rhtml Ticket grouping (#2679). 2009-04-26 13:09:14 +00:00
move.rhtml Render the project list as a tree on Move form. 2009-01-25 13:52:40 +00:00
new.rhtml Makes subject field get focus on 'New issue' form (#2522). 2009-01-16 20:57:18 +00:00
show.rhtml Fixes consistency of custom fields display on the issue detail view (#3190). 2009-05-10 10:36:40 +00:00