| 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 4.2 view fixes | erdgeist | |
| - Replace :confirm => with :data => { :confirm => } in all link_to calls - Fix link_to_path helper: use content_path named route instead of hash-style routing - Fix admin/_menu.html.erb: use named routes for logout and admin index - Fix admin layout: load jquery/jquery_ujs before jquery-ui, remove duplicate jQuery 1.3.2 - Add csrf_meta_tags to admin layout | |||
| 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 | Add warner if theres unescaped entities inside the Title fields | erdgeist | |
| 2025-02-05 | Enhance admin view by sitemap | erdgeist | |
| 2025-01-29 | Move footer back at its position | erdgeist | |
| 2025-01-28 | Add some missing files | erdgeist | |
| 2025-01-28 | Undo merge conflict | erdgeist | |
| 2025-01-28 | Big overhaul patch and style changes | Charlie Root | |
| 2012-04-03 | pull footer out of wrapper | hukl | |
| 2012-04-03 | franklin on a sepatate line | hukl | |
| 2012-04-03 | make quote italic | hukl | |
| 2012-04-03 | added quote | hukl | |
| 2012-02-18 | small style improvements. more button added | hukl | |
| 2012-02-18 | show number of gallery images if more than one | hukl | |
| 2012-02-18 | graceful handling of weird search results | hukl | |
| 2012-02-18 | handle missing node gracefully | hukl | |
| 2012-02-18 | added events icon | hukl | |
| 2012-02-18 | remove reference to old website | hukl | |
| 2012-02-18 | forgot to add classes to icons | hukl | |
| 2012-02-18 | added fun little icons for chaos network awesomeness | hukl | |
| 2011-07-23 | search xss fix | User | |
| 2010-12-29 | use sanitize instead of only html_escape! | User | |
| 2010-07-20 | adding sponsors footer | hukl | |
| 2010-05-09 | added index action for tags, primarily removing the associated exception | hukl | |
| 2010-01-31 | hmm this should've been there all along. | hukl | |
| 2009-12-06 | changed the auto discovery tag to annoucne rss and atom | hukl | |
| 2009-12-01 | dramatically reduced instanciated AR objects for tags | hukl | |
| 2009-12-01 | reduced instanciated AR objects for search | hukl | |
| 2009-11-21 | added rdf autodiscovery as well as .xml and .rdf extensions | hukl | |
| 2009-11-18 | rdf needs the path to be the url | hukl | |
| 2009-11-18 | added template for old RDF feed - needs to be validated though | 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-14 | nodes :show now also includes a direct link to to the live version of the node. Additionally, I changed the default route to a named route so it is much ↵ | hukl | |
| easier to generate proper public paths and urls. | |||
| 2009-11-14 | nodes :show now shows the tags so the user won't have to enter edit mode to see the tags and thereby create a new draft | hukl | |
| Closes #33 | |||
| 2009-11-14 | added headline to Tag :show view to suggest that it is a list rather than a singe page / article when only one page is tagged with a certain tag. | hukl | |
| I still want to avoid thos "more / mehr" links | |||
| 2009-11-11 | headline correction | evelyn | |
| 2009-11-11 | Modified templates to show the editor now | hukl | |
| 2009-11-10 | Merge branch 'master' of github.com:hukl/cccms | hukl | |
| 2009-11-09 | Added logout link to main navigation | hukl | |
| 2009-11-08 | headline angepasst | evelyn | |
| 2009-11-08 | headline, author/date, linie angepasst | evelyn | |
| 2009-11-08 | removed italic | evelyn | |
| 2009-11-08 | removed italic | evelyn | |
| 2009-11-08 | id must be an url of course | hukl | |
| 2009-11-08 | changes for atom feed - hope that helps | hukl | |
