| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-25 | Rails 4.2 model and controller fixes | erdgeist | |
| - 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-24 | Fix tagged content aggregator, assets path, and add regression tests | erdgeist | |
| - 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-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 | Add warner if theres unescaped entities inside the Title fields | erdgeist | |
| 2025-02-05 | Enhance admin view by sitemap | erdgeist | |
| 2025-01-29 | Move footer back at its position | erdgeist | |
| 2025-01-28 | Add some missing files | 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 | small style improvements. more button added | hukl | |
| 2012-02-18 | show number of gallery images if more than one | hukl | |
| 2012-02-18 | graceful handling of weird search results | hukl | |
| 2012-02-18 | handle missing node gracefully | hukl | |
| 2012-02-18 | Bugfix: Finally after all those years, asset urls are not rewritten anymore with a locale prefix! Hoorray! | hukl | |
| 2012-02-18 | added events icon | hukl | |
| 2012-02-18 | remove reference to old website | hukl | |
| 2012-02-18 | forgot to add classes to icons | hukl | |
| 2012-02-18 | added fun little icons for chaos network awesomeness | hukl | |
| 2012-01-04 | sanitized this motherfuckin search string | User | |
| 2011-07-23 | search xss fix | User | |
| 2011-02-11 | reject events with no corresponding page | hukl | |
| spaces | |||
| 2011-02-10 | Merge branch 'master' of github.com:hukl/cccms | hukl | |
| 2011-02-10 | added body to the index and removed spaces | hukl | |
| 2011-01-08 | Exclude root node from admin overview. | Jens Ohlig | |
| 2010-12-29 | use sanitize instead of only html_escape! | User | |
| 2010-07-20 | adding sponsors footer | hukl | |
| 2010-05-09 | added index action for tags, primarily removing the associated exception | hukl | |
| 2010-05-09 | return 404 for non existent galleries | hukl | |
| 2010-05-09 | only respond to html requests here | hukl | |
| 2010-05-09 | filter out invalid locales right away | hukl | |
| 2010-05-09 | fix for non existing tags | hukl | |
| 2010-03-03 | do not rewrite paths for assets | hukl | |
| 2010-01-31 | sanitize weird locales | hukl | |
| 2010-01-31 | hmm this should've been there all along. | hukl | |
| 2010-01-14 | Updated globalize2 to latest version. Modified existing code accoringly | hukl | |
| 2009-12-06 | changed the auto discovery tag to annoucne rss and atom | hukl | |
| 2009-12-01 | dramatically reduced instanciated AR objects for tags | hukl | |
| 2009-12-01 | reduced instanciated AR objects for search | hukl | |
| 2009-12-01 | refactored the Page.aggregate to instanciate a lot less AR objects. Its actually instanciating only the ones being displayed. Still over 150 but still a ↵ | hukl | |
| massive improvement compared to over 1500 before. | |||
| 2009-11-21 | added rdf autodiscovery as well as .xml and .rdf extensions | hukl | |
| 2009-11-20 | Its the final fix for the RSS Feed issues. Apparently people were subscribing the feed with weird locales set. Therfore the locale in the feed links and ids ↵ | hukl | |
| contained the weird locales - got chached and messed up everything for the rest of the world. | |||
| 2009-11-18 | rdf needs the path to be the url | hukl | |
| 2009-11-18 | added template for old RDF feed - needs to be validated though | hukl | |
