summaryrefslogtreecommitdiff
path: root/lib/update_importer.rb
AgeCommit message (Collapse)Author
6 daysStage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2erdgeist
- 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
2009-03-18modified importer to update carefully!!!1elfhukl
2009-03-02Parse iCalendar-entities from eventserdgeist
2009-03-01run rake cccms:setup_environment to get all tasks done at oncehukl
2009-02-22cloning tags from heads to new drafts. splitted the find_or_create_draft method to make it easier to read.hukl
fixed a bug in the importer which caused tag loss
2009-02-21added importer for authors and adding proper authorshukl
to imported pages
2009-02-21updated the importer to set the published_at datehukl
properly
2009-02-07added globalize2 plugin as well as some modificationshukl
which use the new translation facilities. backend mostly.
2009-02-07added head id to node model which points to thehukl
head of the nodes pages collection. modified tests, importer etc renamed flags to tags
2009-02-02refactored the whole tagging thing. now usinghukl
acts_as_taggable_on_steroids instead of a homebrew solution
2009-02-02importer now recognizes flags and adds them to thehukl
pages
2009-02-01added updates.tbz to db/ which includes all old /hukl
current updates on www.ccc.de in utf-8. Also added the commands necessary to import those xml into the local db to the README in /doc
2009-01-31updated importer to notice titles and other stuffhukl
2009-01-31added importer for old ccc updateshukl