| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 5 days | Fix RSS feeds, xmlparser initializer | erdgeist | |
| 6 days | 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 | |||
| 6 days | 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 | |||
| 2009-09-06 | Marked Controllers private / public and added authorization filters accordingly | hukl | |
| 2009-09-04 | moved the image sorting into the model and wrapped it into a transaction | hukl | |
| 2009-09-01 | Added javascript goodness to add and sort and drag and drop images on pages | hukl | |
| 2009-06-13 | put the preview into the pages controller | hukl | |
| 2009-02-27 | preparing deletion of the pages controller as we should not really need it because nodes act as proxy for dealing with pages | 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 | * here comes da wicked sick auditing observer hack | simon | |
| 2009-01-31 | Added Page model scaffold | hukl | |
