| 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 | |||
| 2009-10-18 | re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to come | hukl | |
| 2009-10-17 | changed some node related methods and implementation of unlock | hukl | |
| 2009-10-07 | refactored revsions controller to act as a nested resource of nodes. boy that cleaned up some stuff quite a bit. also having tests for that is just feeling ↵ | hukl | |
| great | |||
| 2009-09-12 | changed the ui click flow a bit | hukl | |
| 2009-07-19 | fixed link_for_path issue | hukl | |
| 2009-04-16 | minor ui tweak | hukl | |
| 2009-04-13 | little layout fix | hukl | |
| 2009-04-13 | now the node index page is sexy too ! | hukl | |
| 2009-03-28 | renamed the user association on nodes to lock_owner as it is more specific for its purpose | hukl | |
| 2009-03-21 | put the lock onto nodes | hukl | |
| 2009-03-21 | cleaned up the node index view | hukl | |
| 2009-03-15 | this was the wrong revision number | hukl | |
| 2009-03-15 | adding revision links to the interface. disabling destroy for now | hukl | |
| 2009-03-08 | added revision column to nodes overview | hukl | |
| 2009-03-02 | added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as ↵ | hukl | |
| well | |||
| 2009-03-02 | put the rendering of titles in the node overview into the nodes_helper | hukl | |
| 2009-03-02 | template changes. now lets link that stuff together | hukl | |
| 2009-02-22 | resolved deprecation | hukl | |
| 2009-02-22 | another round of view updates | hukl | |
| 2009-02-22 | lots of view improvements - not ready though | hukl | |
| 2009-02-17 | a little style here and there | hukl | |
| 2009-02-17 | forgot the view | 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. | |||
