| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-24 | Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade | erdgeist | |
| - Converted plugins to gems (Gemfile) - Updated config structure (application.rb, boot.rb, environment.rb) - Converted routes to Rails 3 DSL - Converted named_scope to scope throughout models - Converted find(:all, :conditions) to where() chains - Fixed has_many :order to use ordering scope - Updated session store and secret token configuration - Fixed exception_notification middleware configuration - Patched Ruby 2.4 / Rails 3.2 incompatibilities: - Integer/Float duration arithmetic (ActiveSupport) - Arel visit_Integer for PostgreSQL adapter - create_database String/Integer coercion - ActionController consider_all_requests_local - Migrated taggings schema for acts-as-taggable-on - Replaced dynamic_form gem with custom form_error_messages helper - Fixed Rails 3 block helper syntax (form_for, form_tag, fields_for) - Fixed admin layout yield - Updated test suite for Rails 3 APIs | |||
| 2010-01-14 | Updated globalize2 to latest version. Modified existing code accoringly | hukl | |
| 2009-11-15 | removed date and author from the standard template and introduced a dedicated update template which will get auto assigned if a node is created under ↵ | hukl | |
| updates/<year>/<slug> Added tests and convenient method | |||
| 2009-10-17 | added some more validations to ensure data integrity and applied necessary changes on tests | hukl | |
| 2009-07-18 | Test::Unit Fixtures can't handle globalize2's translated attributes which is why its impossible to set translated attributes via fixtures. Therefor I ↵ | hukl | |
| removed the page fixtures entirely and and made sure that a title is set to "Untitled" when it is not specified otherwise. If a new node is created, its initial draft has "Untitled" set as title automatically. Modified tests accordingly | |||
| 2009-04-05 | renamed count to size for older rubys | hukl | |
| 2009-03-29 | a few more assertions | hukl | |
| 2009-03-29 | Added unit test to verify the basic functionality of the find_with_outdated_translations method. Found and fixed some issued on the way. [ x ] Testing rocks | hukl | |
| 2009-03-10 | small compatibility fix for page test | erdgeist | |
| 2009-03-05 | rewriting url in body fields to include the locale before saving the page. xpath magick for the win! | hukl | |
| added corresponding test of course | |||
| 2009-02-27 | more tests and fixes. always write tests - they are so good! | hukl | |
| 2009-02-27 | unit test for the Page.aggregate method to verify only published pages are aggregated | hukl | |
| 2009-01-31 | Added Page model scaffold | hukl | |
