| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-26 | Stage 5 fixes: RouteWithParams removal, Globalize fallbacks, search stub, to_s(:db) → to_fs(:db), LockedByAnotherUser autoload, test environment config | erdgeist | |
| - Remove safe_path helper and content_path shim from link_helper.rb - Update all safe_path call sites in views to use named route helpers directly - Fix Globalize fallbacks via config.i18n.fallbacks in application.rb, remove i18n initializer - Stub Node.search returning none (search disabled pending PostgreSQL upgrade) - Replace to_s(:db) with to_fs(:db) in node.rb, nodes_helper.rb, link_helper.rb, admin view - Move LockedByAnotherUser to app/models/locked_by_another_user.rb for Zeitwerk autoloading - Fix config/environments/test.rb: config.assets removed, cache_classes → enable_reloading, test_order removed, minitest pinned to ~> 5.25 - Fix config/environments/development.rb: cache_classes → enable_reloading - Park search vector migration in doc/ pending PostgreSQL and plpgsql availability | |||
| 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-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-29 | Move footer back at its position | 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 | remove reference to old website | hukl | |
| 2010-07-20 | adding sponsors footer | hukl | |
| 2009-12-06 | changed the auto discovery tag to annoucne rss and atom | hukl | |
| 2009-11-21 | added rdf autodiscovery as well as .xml and .rdf extensions | hukl | |
| 2009-11-08 | changes for atom feed - hope that helps | hukl | |
| 2009-11-03 | hostname instead of ip for old ccc.de link | hukl | |
| 2009-10-31 | beta badge and link to old ccc.de page | hukl | |
| 2009-10-19 | minor html and css fixes | hukl | |
| 2009-10-08 | enabled shadowbox for headline images on public pages. if js is disabled the regular html version is rendered | hukl | |
| 2009-09-17 | added shadowbody, first js gallery initializer and template modifications | hukl | |
| 2009-09-12 | fixed edit link bug | hukl | |
| 2009-09-11 | edit link on public page if user is logged in. link points to the show action so the user has the chance to rethink the decision to edit ;) | hukl | |
| Closes #14 | |||
| 2009-09-10 | added auto discovery link to layout | hukl | |
| 2009-09-07 | enabling featured articles | hukl | |
| 2009-09-06 | search field now at the right position with image button and image textfield | hukl | |
| 2009-09-05 | added tag resource, widget and auxillary files | hukl | |
| 2009-07-19 | intermediate commit introducing main menu and calendar widget which will get refactored soon. need another feature first | hukl | |
| 2009-07-18 | replaced header image. added left_column background image. some css modifications | hukl | |
| 2009-07-12 | clean up for application.html layout | hukl | |
| 2009-03-19 | fixing the link | hukl | |
| 2009-03-19 | adding proper link | hukl | |
| 2009-03-19 | render real events - YAY ! | hukl | |
| 2009-03-08 | added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered. | hukl | |
| 2009-03-08 | enhanced the link_to_path helper and fixed the menu links | hukl | |
| 2009-03-04 | new public_link method for pages which includes locale | hukl | |
| 2009-03-04 | links in menu, edit button when logged in and css fixes | hukl | |
| 2009-03-03 | no need to hand the page to the helper | hukl | |
| 2009-03-03 | setting the title tag dynamically | hukl | |
| 2009-02-22 | created route for home page, removed rails index.html | hukl | |
| 2009-02-01 | split up the rendering a bit | hukl | |
| 2009-02-01 | added abstract | hukl | |
| 2009-01-31 | added everything needed to render a page | hukl | |
| 2009-01-29 | added node model to make basic functional tests pass. added awesome_nested_set plugin | hukl | |
