| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 8 days | 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 | |||
| 2025-02-06 | Improve worklflow | erdgeist | |
| 2009-09-10 | going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errors | hukl | |
| also changing the german error messages to english as the interface is english only so far | |||
| 2009-09-08 | lots of gui improvements for creating nodes | hukl | |
| 2009-09-08 | new interface for adding nodes. still needs a bit radio button magick | hukl | |
| 2009-02-22 | replaced freeform textfield with select tag which has to be replaced with something more decent soon. but it works for now | hukl | |
| 2009-02-22 | another round of view updates | hukl | |
| 2009-02-22 | lots of view improvements - not ready though | hukl | |
| 2009-02-08 | added nodes controller and made it a resource. | hukl | |
| since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves. | |||
