summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 daysFix 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
7 daysUpgrade 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
8 daysStage 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
8 daysUpdate 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
2010-07-20adding sponsors footerhukl
2010-05-17added i18n initializer to re-enable fallbacks - jesusUser