| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-26 | Stage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2 | erdgeist | |
| - routing-filter 0.6.3 -> 0.7.0 (Rails 6.1 compatibility) - RSS named routes rss_xml/rss_rdf added - RouteWithParams workarounds: will_paginate_patch, content_path shim, safe_path helper - Paperclip removed, replaced with FileAttachment concern (preserves URL scheme) - Assets resource moved to /admin/assets (Sprockets middleware conflict) - ApplicationRecord base class added, all models migrated - Strong parameters added to Assets, Occurrences, Events, MenuItems controllers - update_attributes -> update throughout - render :nothing -> head :ok/:not_found throughout - language_selector rewritten (removes :overwrite_params) - Environment files updated for Rails 6.1 (eager_load, public_file_server, ActionMailer) - Arel::Visitors::DepthFirst and Integer/Float duration patches removed from test_helper - AssetsController tests added (10 tests covering upload, variants, destroy, auth) - ImageMagick geometry: 460x250! for headline crop (not # which is invalid in IM6) 129 runs, 311 assertions, 5 failures (all pre-existing), 0 errors | |||
| 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-01-28 | Big overhaul patch and style changes | Charlie Root | |
| 2012-02-18 | Bugfix: Finally after all those years, asset urls are not rewritten anymore with a locale prefix! Hoorray! | hukl | |
| 2011-02-10 | added body to the index and removed spaces | hukl | |
| 2010-03-03 | do not rewrite paths for assets | hukl | |
| 2010-01-14 | Updated globalize2 to latest version. Modified existing code accoringly | hukl | |
| 2009-12-01 | refactored the Page.aggregate to instanciate a lot less AR objects. Its actually instanciating only the ones being displayed. Still over 150 but still a ↵ | hukl | |
| massive improvement compared to over 1500 before. | |||
| 2009-11-17 | don't set the published_at upon creation of the first draft but rather on publish | 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-11-14 | Resolved issue of changing rss feed ids when changing the slugs of nodes | hukl | |
| Closes #35 | |||
| 2009-11-11 | implemented that pages now have an author and an editor | hukl | |
| 2009-11-03 | default now 25 | hukl | |
| 2009-11-03 | Prevent regular users from promoting themselves to admins | hukl | |
| 2009-11-02 | make sure user and published_at stay the same | hukl | |
| 2009-10-27 | fix for emtpy assets array | hukl | |
| 2009-10-20 | allow to overwrite the original user in edit view | hukl | |
| 2009-10-19 | changes for giving root a title | hukl | |
| 2009-10-17 | added some more validations to ensure data integrity and applied necessary changes on tests | hukl | |
| 2009-10-17 | added slug validation exception for Node.root | 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-17 | switched tagging plugin again for postgresql compatibility | hukl | |
| 2009-09-13 | added :dependent => :destroy to asset model so related assets get deleted as the asset they're referencing is deleted. | hukl | |
| Closes #25 | |||
| 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 | enhanced LockedByAnotherUser exception which now includes a message showing the last modified time. | hukl | |
| Closes #13 | |||
| 2009-09-10 | show the next event if none are found for the next 14 days. Closes #19 | 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-09 | fixed yet another bug when editing slugs or moving nodes | hukl | |
| 2009-09-09 | uhm yeah - well it was finally time to validate the uniqueness of slugs scoped to the parent_id. Who though it wasn't there already? | hukl | |
| 2009-09-07 | fixed a bug in update_unique_name | hukl | |
| 2009-09-07 | enabling featured articles | hukl | |
| 2009-09-05 | prepend public_link with slash | hukl | |
| 2009-09-04 | moved the image sorting into the model and wrapped it into a transaction | hukl | |
| 2009-09-03 | more graceful handling of locked pages exceptions. | hukl | |
| 2009-09-01 | added default scope for related assets | hukl | |
| 2009-09-01 | cloning a page clones the asset references as well | hukl | |
| 2009-09-01 | added expirimental routing for image galeries | hukl | |
| added plain image gallery template refinements | |||
| 2009-09-01 | added related_assets to pages | hukl | |
| 2009-08-31 | added cropped headline thumbnail | hukl | |
| 2009-08-16 | migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modifications | hukl | |
| 2009-08-15 | changed the implementation of Page.aggregate once more. Now faster, better shorter with acts_as_taggable_redux | hukl | |
| 2009-08-15 | added pagination for aggregators. costed me the whole day. crappy plugins ARGH! More work to do! | hukl | |
| 2009-08-09 | added sorting (via drag and drop) and deleting of menu items. Its not perfect though and needs more styling. I'm unsure about the proper route for the sort ↵ | hukl | |
| action. Will investigate. | |||
| 2009-08-08 | additionally indexing slug and unique name | hukl | |
