Skip to content
Snippets Groups Projects
  1. May 26, 2010
  2. Mar 28, 2010
  3. Mar 27, 2010
  4. Mar 16, 2010
  5. Mar 13, 2010
  6. Mar 08, 2010
  7. Jan 13, 2010
  8. Dec 06, 2009
  9. Nov 14, 2009
  10. Nov 04, 2009
  11. Oct 10, 2009
  12. Sep 04, 2009
  13. Jul 29, 2009
  14. May 30, 2009
    • Eric Davis's avatar
      Changed Enumerations to use a Single Table Inheritance · 62e58f26
      Eric Davis authored
      * 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
      62e58f26
  15. Apr 25, 2009
  16. Mar 12, 2009
  17. Mar 07, 2009
  18. Feb 21, 2009
  19. Jan 07, 2009
  20. Dec 16, 2008
  21. Sep 05, 2008
  22. Aug 25, 2008
  23. Jul 22, 2008
  24. Jun 27, 2008
  25. Jun 26, 2008
  26. Jun 19, 2008
  27. Jun 08, 2008
  28. Mar 30, 2008
  29. Mar 26, 2008
  30. Feb 21, 2008
  31. Dec 01, 2007
  32. Nov 27, 2007
  33. Nov 18, 2007
  34. Nov 05, 2007
  35. Oct 03, 2007
  36. Sep 14, 2007