| 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 | Fix tagged content aggregator, assets path, and add regression tests | erdgeist | |
| - Replace tagged_with calls in Page.aggregate, TagsController, RssController with direct SQL joins (acts-as-taggable-on 3.5 broken on Rails 3.2) - Fix Paperclip :path/:url to use plain :id format matching existing uploads - Add proper regression tests for aggregator, tags, and rss controllers - Fix assert_select assertions to target div.body div.article_partial | |||
| 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 | |
| 2025-02-05 | Enhance admin view by sitemap | erdgeist | |
| 2025-01-28 | Big overhaul patch and style changes | Charlie Root | |
| 2012-01-04 | sanitized this motherfuckin search string | User | |
| 2011-01-08 | Exclude root node from admin overview. | Jens Ohlig | |
| 2010-07-20 | adding sponsors footer | hukl | |
| 2010-05-09 | added index action for tags, primarily removing the associated exception | hukl | |
| 2010-05-09 | return 404 for non existent galleries | hukl | |
| 2010-05-09 | only respond to html requests here | hukl | |
| 2010-05-09 | filter out invalid locales right away | hukl | |
| 2010-05-09 | fix for non existing tags | hukl | |
| 2010-01-31 | sanitize weird locales | hukl | |
| 2009-12-01 | dramatically reduced instanciated AR objects for tags | hukl | |
| 2009-12-01 | reduced instanciated AR objects for search | hukl | |
| 2009-11-20 | Its the final fix for the RSS Feed issues. Apparently people were subscribing the feed with weird locales set. Therfore the locale in the feed links and ids ↵ | hukl | |
| contained the weird locales - got chached and messed up everything for the rest of the world. | |||
| 2009-11-18 | added template for old RDF feed - needs to be validated though | hukl | |
| 2009-11-03 | rss updates expire in 31 minutes | hukl | |
| 2009-11-03 | Prevent regular users from promoting themselves to admins | hukl | |
| 2009-11-02 | prevent tags internal server error | hukl | |
| 2009-11-02 | expires in 20 minutes now | hukl | |
| 2009-10-31 | added exception notifier plugin to catch all exceptions | hukl | |
| 2009-10-20 | cleaned up the user views a bit | hukl | |
| 2009-10-19 | changes for giving root a title | hukl | |
| 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-17 | small clean up in the content controller | hukl | |
| 2009-10-08 | setting expiry header | 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-10-07 | enabling users to edit their own details - tested as well - yay | hukl | |
| 2009-10-07 | implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to ↵ | hukl | |
| create, edit, destroy other users | |||
| 2009-09-12 | changed the ui click flow a bit | hukl | |
| 2009-09-12 | Moved galery template and changed width of headline image thumbnail preset | hukl | |
| 2009-09-11 | first steps for recent changes rss feed | hukl | |
| 2009-09-11 | enhanced LockedByAnotherUser exception which now includes a message showing the last modified time. | hukl | |
| Closes #13 | |||
| 2009-09-10 | more rss feed enhancements | hukl | |
| 2009-09-10 | added public rss controller plus template to render the latest 20 updates into a neat little atom feed | hukl | |
| 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 | added public search controller with corresponding view | hukl | |
| 2009-09-06 | Marked Controllers private / public and added authorization filters accordingly | hukl | |
| 2009-09-05 | added tag resource, widget and auxillary files | hukl | |
| 2009-09-04 | moved the image sorting into the model and wrapped it into a transaction | hukl | |
