| 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-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 | 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-09 | huge tiny_mce update - now using the tiny_mce jquery build which allows tiny_mce to be initialized via jquery - great! | hukl | |
| 2009-09-09 | always hide the search widget | hukl | |
| 2009-09-09 | moved tiny mce at the bottom of the layout to hopefully fix the js render bugs | hukl | |
| 2009-09-07 | changed js load order | 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-09-03 | flash error styling and more padding (top/bottom) for highlighted texts | 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 | added authenticty token for js | 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-06-13 | added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions ↵ | hukl | |
| and locks all the time when he / she only wants to take a look at it. | |||
| 2009-06-10 | added basic ajax search interface. lots of css / js improvements needed but it seems to work quite okay for now. more on that tomorrow | hukl | |
| 2009-05-08 | put the whole autosave stuff into admin_interface.js | hukl | |
| 2009-05-07 | moving the observer around | hukl | |
| 2009-05-07 | autosave only when something has actually changed. this was hard. i don't like javascript | hukl | |
| 2009-04-25 | Integrated basic Asset upload functionality. You can upload files now and use their url in pages. | hukl | |
| 2009-04-16 | added autosave to node edit view. saves every 15 seconds | hukl | |
| 2009-04-13 | streamlining the admin layout | hukl | |
| 2009-04-13 | added clear: both to navigation | hukl | |
| 2009-04-13 | rebuilding the admin interface | hukl | |
| 2009-03-21 | adding title to admin layout | hukl | |
| 2009-03-19 | fixing the link | hukl | |
