| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-27 | Stage 6 click-testing fixes and production setup | erdgeist | |
| - file_attachment.rb: delete old upload directory before writing replacement files; fixes orphaned variants when filename or mime type changes - assets/edit.html.erb: add file upload field and current file display; the form was previously empty and non-functional - admin.css: fix button_to hover styling; buttons now show orange hover to signal interactivity - test/controllers/users_controller_test.rb: assert input[type=submit] not anchor tag for destroy action (button_to change) - test/test_helper.rb: add I18n.locale reset in setup block - doc/rc.d_cccms: fix cccms_chdir, add start_precmd for log/pid dirs, PATH export for bash wrapper, user/pid/tcp_nopush unicorn fixes - doc/INSTALL.md: new installation guide covering all non-obvious steps - Remove parked search migration from doc/ (now in db/migrate/) | |||
| 2026-06-26 | Stage 5 click-testing fixes | erdgeist | |
| - Fix link_to :method → button_to for all PUT/DELETE actions - Add button_to CSS reset to admin.css for visual consistency - Fix admin layout: replace broken jquery/jquery_ujs pipeline refs with admin_bundle via sprockets; add sprockets-rails, jquery-ui-rails gems - Add app/assets/javascripts/admin_bundle.js pipeline manifest - Fix event_information helper: use safe_join to avoid double-escaping - Fix nodes_helper: to_s(:db) → to_fs(:db) for event times - Fix revisions view: eliminate nested forms; diff button uses vanilla JS to collect radio button values before POST - Fix config/environments/development.rb and test.rb: cache_classes → enable_reloading - Add routing_filter_rails71_patch.rb version guard - Move LockedByAnotherUser to own file for Zeitwerk autoloading - Fix Globalize fallbacks via config.i18n.fallbacks in application.rb | |||
| 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 | Enhance admin view by sitemap | erdgeist | |
| 2025-01-28 | Big overhaul patch and style changes | Charlie Root | |
| 2012-03-25 | remove lowercasing of menu items | 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 | move headline line above headline | hukl | |
| 2012-02-18 | added events icon | hukl | |
| 2012-02-18 | minor css tweaks | hukl | |
| 2009-11-13 | headline changes | evelyn | |
| 2009-11-11 | back to a little darker gray for navigation | hukl | |
| 2009-11-10 | re-enabled regular link hover color | hukl | |
| 2009-11-10 | Merge branch 'master' of github.com:hukl/cccms | hukl | |
| 2009-11-10 | link fixes | hukl | |
| 2009-11-08 | link color | evelyn | |
| calendar margin-top | |||
| 2009-11-08 | background color white | evelyn | |
| menu color, size, uppercase | |||
| 2009-11-08 | body background default color | hukl | |
| 2009-11-07 | Using password field for user passwords. Closes #43 | hukl | |
| 2009-10-31 | beta badge and link to old ccc.de page | hukl | |
| 2009-10-20 | some more user view cleanup | hukl | |
| 2009-10-20 | cleaned up the user views a bit | hukl | |
| 2009-10-19 | new header and different menu | hukl | |
| 2009-10-19 | minor html and css fixes | hukl | |
| 2009-10-19 | first set of css updates | hukl | |
| 2009-10-18 | re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to come | hukl | |
| 2009-10-17 | changed some node related methods and implementation of unlock | hukl | |
| 2009-10-08 | enabled shadowbox for headline images on public pages. if js is disabled the regular html version is rendered | hukl | |
| 2009-10-07 | implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to ↵ | hukl | |
| create, edit, destroy other users | |||
| 2009-09-17 | added shadowbody, first js gallery initializer and template modifications | hukl | |
| 2009-09-13 | drag handles for menu item interface | hukl | |
| Closes #12 #20 | |||
| 2009-09-12 | padding at the bottom | hukl | |
| 2009-09-11 | fixed the widget ids | hukl | |
| 2009-09-10 | small css fix | hukl | |
| 2009-09-09 | added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ↵ | hukl | |
| get staged and are applied once that revision is published | |||
| 2009-09-08 | new interface for adding nodes. still needs a bit radio button magick | hukl | |
| 2009-09-06 | Merge branch 'public_search' | hukl | |
| 2009-09-06 | search field now at the right position with image button and image textfield | hukl | |
| 2009-09-06 | another layout refinement | hukl | |
| 2009-09-06 | minor stylesheet changes | hukl | |
| 2009-09-05 | css finetuning | hukl | |
| 2009-09-05 | added tag resource, widget and auxillary files | hukl | |
| 2009-09-05 | fixing menu padding and font-size | hukl | |
| 2009-09-03 | flash error styling and more padding (top/bottom) for highlighted texts | hukl | |
| 2009-09-03 | visual clean up: it all starts with the login screen. this will be so minimal! | hukl | |
| 2009-09-02 | corresponding css and js changes | hukl | |
| 2009-09-02 | further interface improvements | hukl | |
