Menu

Source Commit Log


Commit Date  
[r2777] by edavis10

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

2009-05-30 23:30:36 Tree
[r2776] by edavis10

Added Redmine::Info.issue to get links to specific issue numbers.

2009-05-30 23:00:22 Tree
[r2775] by edavis10

Added plugin hook, :controller_timelog_edit_before_save. (#3341)

2009-05-30 22:49:39 Tree
[r2774] by edavis10

Added more plugin hooks:

* :controller_messages_new_after_save
* :controller_messages_reply_after_save
* :controller_wiki_edit_after_save

#3306

2009-05-30 22:43:01 Tree
[r2773] by edavis10

Added hook, :model_changeset_scan_commit_for_issue_ids_pre_issue_update. #3279

2009-05-30 22:34:27 Tree
[r2772] by edavis10

Added two plugin hooks to the account page:

* :view_account_left_bottom
* :view_account_right_bottom

2009-05-30 22:09:49 Tree
[r2771] by edavis10

Added :view_versions_show_contextual hook. (#3036)

2009-05-30 21:57:47 Tree
[r2770] by edavis10

Fixed failing test in #3391. Quotes (") are html escaped.

2009-05-30 21:47:10 Tree
[r2769] by jplang

User groups branch added

2009-05-26 10:11:32 Tree
[r2768] by jplang

FIxed: inline images not displayed in atom feeds (#3391).

2009-05-26 08:28:36 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.