Menu

Source Commit Log


Commit Date  
[r2786] by jplang

Fixes drop-down list selected value (#3472).

2009-06-13 09:32:23 Tree
[r2785] by edavis10

Added the Rails i18n language file to the plugin generator.

2009-06-10 03:39:02 Tree
[r2784] by edavis10

Added an empty tmp/test directory so rake test will run out of the box.

2009-06-08 02:07:30 Tree
[r2783] by edavis10

Converted script/about to use Unix line ending. It has DOS line endings and would fail.

(#3387)

2009-06-07 18:22:27 Tree
[r2782] by jplang

Fixes locales broken by r2781 (#3456).

2009-06-07 12:36:46 Tree
[r2781] by winterheart

Translation updates (#3401, #3409, #3434, #3446)

2009-06-06 17:20:01 Tree
[r2780] by jplang

Fixed: Bazaar "[merge]" tags parsing fails (#3445).

2009-06-06 10:49:36 Tree
[r2779] by jplang

Do not start user session when accessing atom feed with token-based authentication.

2009-06-06 10:20:27 Tree
[r2778] by jplang

Delete previous tokens when creating a new one.

2009-06-02 17:24:50 Tree
[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
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.