| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-25 | Upgrade to Rails 5.2.8.1 on Ruby 2.5.8 | erdgeist | |
| - Bump rails 4.2.11.3 → 5.2.8.1, ruby 2.4.10 → 2.5.8 - Upgrade acts-as-taggable-on ~> 3.5 → ~> 6.0 - Upgrade exception_notification ~> 4.4 → ~> 4.5 - Upgrade globalize ~> 5.0 → ~> 5.2.0 - Upgrade pg ~> 0.17 → ~> 1.0 - Upgrade sass-rails ~> 4.0 → ~> 5.0 - Upgrade libxml-ruby to ~> 3.2 (5.x requires Ruby 3.2+) - Pin awesome_nested_set ~> 3.4.0 (3.9 has lft/rgt update bug) - Add rails-controller-testing gem - Add assets initializer for jquery precompile - Add acts_as_taggable missing indexes migration - Set eager_load, serve_static_files, active_record settings | |||
| 2026-06-25 | Upgrade to Rails 4.2.11.3 | erdgeist | |
| - Bump rails 3.2.22.5 → 4.2.11.3 - Replace globalize3 with globalize ~> 5.0 (gem renamed at 5.0) - Upgrade routing-filter ~> 0.3 → ~> 0.6 - Upgrade sass-rails, coffee-rails to 4.x - Upgrade awesome_nested_set 2.x → 3.x (Rails 4 required) - Add jquery-rails for UJS support - Pin nokogiri ~> 1.10.10, loofah ~> 2.20.0, rails-html-sanitizer ~> 1.4.4 - Add config/secrets.yml (gitignored), eager_load, serve_static_files - Fix routes: add via: to all match calls, remove legacy catch-all routes - Add admin named route, fix rvm dotfiles - Fix ActiveRecord::FixtureSet rename in test_helper - Set active_support.test_order and active_record.raise_in_transactional_callbacks | |||
| 2026-06-24 | Upgrade acts-as-taggable-on to 3.5, add Rails 3.2 config fixes | erdgeist | |
| - Bump acts-as-taggable-on from 2.4.1 to 3.5.0 - Fake engine migrations for pre-existing schema - Set serve_static_assets in development - Fix request.fullpath in authenticated_system (request_uri removed in Rails 3.x) - Fix Paperclip path format to match existing file 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-28 | Big overhaul patch and style changes | Charlie Root | |
| 2012-02-18 | small style improvements. more button added | hukl | |
| 2012-02-18 | show number of gallery images if more than one | hukl | |
| 2011-02-10 | removed thinking_sphinx plugin and replaced it with gem. | hukl | |
| also tuned dependencies | |||
| 2010-12-29 | use sanitize instead of only html_escape! | User | |
| 2010-07-20 | adding sponsors footer | hukl | |
| 2010-05-17 | added i18n initializer to re-enable fallbacks - jesus | User | |
| 2010-01-14 | updated to latest rails stable version | hukl | |
| 2009-11-18 | added template for old RDF feed - needs to be validated though | hukl | |
| 2009-11-16 | added action mailer config for production environment | hukl | |
| 2009-11-16 | changed email address for exception notifier | hukl | |
| 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 | 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-10-31 | beta badge and link to old ccc.de page | hukl | |
| 2009-10-31 | added exception notifier plugin to catch all exceptions | hukl | |
| 2009-10-17 | added sanitize statements to hopefully all critical templates to protect against cross site scripting. | hukl | |
| added section to environment.rb listing the whitelisted tags and attributes and examples on how to extend the list | |||
| 2009-10-07 | refactored revsions controller to act as a nested resource of nodes. boy that cleaned up some stuff quite a bit. also having tests for that is just feeling ↵ | hukl | |
| great | |||
| 2009-09-12 | removed sqlite3 sample config as its no longer supported by me | hukl | |
| 2009-09-12 | added another gem requirement and updated the chaos_importer task to work with the current node validations | hukl | |
| 2009-09-10 | added public rss controller plus template to render the latest 20 updates into a neat little atom feed | hukl | |
| 2009-09-10 | going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errors | hukl | |
| also changing the german error messages to english as the interface is english only so far | |||
| 2009-09-07 | fixing searchd configuration | hukl | |
| 2009-09-07 | added searchd production settings | hukl | |
| 2009-09-06 | added public search controller with corresponding view | hukl | |
| 2009-09-06 | updated rails boot.rb | hukl | |
| 2009-09-06 | removed the rcov dependency | hukl | |
| 2009-09-05 | switched to rails 2.3.4 | hukl | |
| 2009-09-05 | added tag resource, widget and auxillary files | hukl | |
| 2009-09-05 | changed the rcov gem requirement and updated rcov task | hukl | |
| 2009-09-04 | fixed the aggregate tag parsing | hukl | |
| 2009-09-01 | Added javascript goodness to add and sort and drag and drop images on pages | hukl | |
| 2009-09-01 | added expirimental routing for image galeries | hukl | |
| added plain image gallery template refinements | |||
| 2009-08-15 | updated environment.rb to work with rails 2.3.3 | 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 menu items resource | hukl | |
| 2009-06-13 | put the preview into the pages controller | hukl | |
| 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-01 | introducing the restore revision functionality | hukl | |
| 2009-04-25 | Integrated basic Asset upload functionality. You can upload files now and use their url in pages. | hukl | |
| 2009-04-19 | fixed the libxml gem dependency | hukl | |
| 2009-04-19 | changed gem dependencies | hukl | |
| 2009-04-18 | setting environment.rb accordingly | hukl | |
| 2009-04-13 | beautified the revision and diff interface. so pretty and so functional. i'm happy | hukl | |
| 2009-04-11 | added proper gem dependencies | hukl | |
| 2009-03-18 | configure proper time zone | hukl | |
