summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-06-25Rails 4.2 model and controller fixeserdgeist
- Wrap all scopes in lambdas (required in Rails 4) - Move scopes after associations in page.rb (evaluated at load time in Rails 4) - Convert association :order options to lambda syntax - Remove attr_accessible from page.rb and user.rb - Add Strong Parameters: user_params in UsersController, node_params/page_params in NodesController - Fix clone_attributes_from: exclude id/page_id/timestamps when cloning translations - Fix redirect_to :back → request.referer fallback in nodes_controller - Fix node_path/publish and unlock actions: pass @node argument
2026-06-25Upgrade to Rails 4.2.11.3erdgeist
- 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-24Fix tagged content aggregator, assets path, and add regression testserdgeist
- 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-24Upgrade acts-as-taggable-on to 3.5, add Rails 3.2 config fixeserdgeist
- 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-24Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
- 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-23Update deployed state to what's currently runningerdgeist
2025-02-06Improve worklflowerdgeist
2025-02-05Add warner if theres unescaped entities inside the Title fieldserdgeist
2025-02-05Enhance admin view by sitemaperdgeist
2025-02-05fix edit node behaviourerdgeist
2025-01-29Move footer back at its positionerdgeist
2025-01-29Some images changederdgeist
2025-01-28Add some missing fileserdgeist
2025-01-28Undo merge conflicterdgeist
2025-01-28Big overhaul patch and style changesCharlie Root
2025-01-28Merge pull request #1 from erdgeist/deployed-stateerdgeist
Deployed state
2012-04-03a little lesshukl
2012-04-03even more min heighthukl
2012-04-03increase min heighthukl
2012-04-03pull footer out of wrapperhukl
2012-04-03forgot csshukl
2012-04-03franklin on a sepatate linehukl
2012-04-03make quote italichukl
2012-04-03added quotehukl
2012-04-03added footer imagehukl
2012-03-25remove lowercasing of menu itemshukl
2012-02-19new events iconhukl
2012-02-18small style improvements. more button addedhukl
2012-02-18show number of gallery images if more than onehukl
2012-02-18graceful handling of weird search resultshukl
2012-02-18handle missing node gracefullyhukl
2012-02-18Bugfix: Finally after all those years, asset urls are not rewritten anymore with a locale prefix! Hoorray!hukl
2012-02-18new headerhukl
2012-02-18move headline line above headlinehukl
2012-02-18added events iconhukl
2012-02-18remove reference to old websitehukl
2012-02-18forgot to add classes to iconshukl
2012-02-18minor css tweakshukl
2012-02-18added fun little icons for chaos network awesomenesshukl
2012-01-04sanitized this motherfuckin search stringUser
2011-07-23search xss fixUser
2011-02-11reject events with no corresponding pagehukl
spaces
2011-02-10Merge branch 'master' of ssh://svn.medienhaus.udk-berlin.de/usr/local/git/cccmsUser
2011-02-10switched to 2.3.11User
2011-02-10Merge branch 'master' of github.com:hukl/cccmshukl
2011-02-10added body to the index and removed spaceshukl
2011-02-10removed thinking_sphinx plugin and replaced it with gem.hukl
also tuned dependencies
2011-01-08Exclude root node from admin overview.Jens Ohlig
2010-12-29use sanitize instead of only html_escape!User
2010-07-20updated faviconhukl