| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-25 | Rails 5.2 application fixes | erdgeist | |
| - Rename before_filter → before_action across all controllers - Fix string conditions in validators to lambda syntax (node.rb) - Fix publish_draft!: move staged slug/parent logic outside draft guard, use move_to_child_of for parent changes, add nil guard for no-op calls - Fix update_unique_names_of_children: use parent_id traversal instead of lft/rgt descendants (awesome_nested_set 3.x lft/rgt update bug) - Fix unique_path to return Array instead of String - Fix Occurrence.delete_all syntax for Rails 5 - Fix Page.find_with_outdated_translations: use includes instead of all - Fix outdated_translations?: use find instead of splat array | |||
| 2026-06-25 | Rails 4.2 model and controller fixes | erdgeist | |
| - Wrap all scopes in lambdas (required in Rails 4) - Move scopes after associations in page.rb (evaluated at load time in Rails 4) - Convert association :order options to lambda syntax - Remove attr_accessible from page.rb and user.rb - Add Strong Parameters: user_params in UsersController, node_params/page_params in NodesController - Fix clone_attributes_from: exclude id/page_id/timestamps when cloning translations - Fix redirect_to :back → request.referer fallback in nodes_controller - Fix node_path/publish and unlock actions: pass @node argument | |||
| 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 | |||
| 2026-06-23 | Update deployed state to what's currently running | erdgeist | |
| 2025-02-06 | Improve worklflow | erdgeist | |
| 2009-10-17 | changed some node related methods and implementation of unlock | hukl | |
| 2009-09-12 | changed the ui click flow a bit | hukl | |
| 2009-09-11 | enhanced LockedByAnotherUser exception which now includes a message showing the last modified time. | hukl | |
| Closes #13 | |||
| 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-10 | forgot to remove the breakpoint here | hukl | |
| 2009-09-10 | refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner cases | hukl | |
| 2009-09-09 | added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ↵ | hukl | |
| get staged and are applied once that revision is published | |||
| 2009-09-08 | lots of gui improvements for creating nodes | hukl | |
| 2009-09-06 | Marked Controllers private / public and added authorization filters accordingly | hukl | |
| 2009-09-03 | more graceful handling of locked pages exceptions. | hukl | |
| 2009-06-13 | added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions ↵ | hukl | |
| and locks all the time when he / she only wants to take a look at it. | |||
| 2009-05-01 | always render a preview | hukl | |
| 2009-04-19 | fix for renamed method | hukl | |
| 2009-04-16 | added autosave to node edit view. saves every 15 seconds | hukl | |
| 2009-03-22 | Finally! The cloning of pages for creating new drafts is now a lot cleaner. I had to search for a while to figure out a better way. Thank you svenfuchs and ↵ | hukl | |
| joshmh for the support! | |||
| 2009-03-21 | small change | hukl | |
| 2009-03-09 | after creating a node, edit it rather than showing it | hukl | |
| 2009-03-08 | added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered. | 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-01 | refactored drafts which are now identified by a draft_id on the node rather than by guessing it. i was really that close to make that mistake again. | hukl | |
| 2009-02-26 | the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beauty | hukl | |
| 2009-02-24 | small modification with a big workflow impact! | 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-21 | wiring together some views to make basic navigation | hukl | |
| in the admin interface possible | |||
| 2009-02-21 | adding @node filter for publish action and setting | hukl | |
| a new member route for the nodes resource so that a put request on /nodes/id/publish will publish the current draft of a node | |||
| 2009-02-21 | added before_filter :login_required | hukl | |
| 2009-02-17 | changed index action to use pagination. avoiding a | hukl | |
| tree for now | |||
| 2009-02-15 | using real users now that we have a real user model | hukl | |
| 2009-02-15 | more nodes controller functionality | hukl | |
| 2009-02-15 | * removed the auditing observer, we'll do it the old fashioned way | simon | |
| * added permission model * locked down attributes on page model | |||
| 2009-02-15 | * mergin stuff yo, why do i have to do this again? | simon | |
| 2009-02-15 | * here comes da wicked sick auditing observer hack | simon | |
| 2009-02-15 | brace for impact | simon | |
| oh god, oh god, we're all going to die ... | |||
| 2009-02-15 | added implementation details for nodes | hukl | |
| 2009-02-13 | tiny change for future user model | 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. | |||
