| 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-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-01-28 | Big overhaul patch and style changes | Charlie Root | |
| 2011-02-11 | reject events with no corresponding page | hukl | |
| spaces | |||
| 2009-11-08 | fixed typo - evil | hukl | |
| 2009-10-20 | allow to overwrite the original user in edit view | hukl | |
| 2009-10-20 | link helper fix | hukl | |
| 2009-10-17 | changed some node related methods and implementation of unlock | 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-08 | fixed the helper to merge the html options properly | 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-10 | and one more tiny modification on the atom feed | hukl | |
| 2009-09-10 | more rss feed enhancements | 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 | show the next event if none are found for the next 14 days. Closes #19 | hukl | |
| 2009-09-07 | enabling featured articles | hukl | |
| 2009-09-06 | added public search controller with corresponding view | hukl | |
| 2009-09-05 | added tag resource, widget and auxillary files | hukl | |
| 2009-09-04 | fixed the aggregate tag parsing | hukl | |
| 2009-09-03 | took almost an hour to find the reason for the invalid html! anyway - fixed now! | hukl | |
| 2009-09-01 | added expirimental routing for image galeries | hukl | |
| added plain image gallery template refinements | |||
| 2009-08-15 | added pagination for aggregators. costed me the whole day. crappy plugins ARGH! More work to do! | hukl | |
| 2009-08-15 | order of menu items set | hukl | |
| 2009-08-08 | more readable dates for event meta data | hukl | |
| 2009-08-08 | added menu items resource | hukl | |
| 2009-08-08 | added dynamic main menu | hukl | |
| 2009-07-19 | fixed link_for_path issue | hukl | |
| 2009-07-19 | intermediate commit introducing main menu and calendar widget which will get refactored soon. need another feature first | hukl | |
| 2009-04-27 | truncated titles with title attribute in recent changes view | hukl | |
| 2009-04-25 | Integrated basic Asset upload functionality. You can upload files now and use their url in pages. | hukl | |
| 2009-04-22 | fixes for new event form | hukl | |
| 2009-04-18 | links | hukl | |
| 2009-04-18 | adding event information to the metadata section allowing to add and edit events | hukl | |
| 2009-04-13 | rebuilding the admin interface | hukl | |
| 2009-03-21 | do not truncate title anymore | hukl | |
| 2009-03-18 | Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with ↵ | hukl | |
| reoccurrence and intervals etc. | |||
| 2009-03-15 | first revision and diff interface | hukl | |
| 2009-03-10 | remove event resource temporarily until its finalized | hukl | |
| 2009-03-10 | added calendar backend. more features and integration to come | erdgeist | |
| 2009-03-08 | enhanced the link_to_path helper and fixed the menu links | hukl | |
| 2009-03-04 | minor fixes | hukl | |
| 2009-03-03 | introducing page templates - need to add edit capabilities | hukl | |
| renamed the custom template folder forgot one fix for the new custom template path page templates refined renamed page attribute template to template_name as i suspected it to be a reserved word. it still didn't work until i discovered that simon defined the accessible attributes! That costed me 40 minutes of lifetime. But he apologized ;) tests for public and custom page templates | |||
| 2009-03-03 | no need to hand the page to the helper | hukl | |
| 2009-03-03 | setting the title tag dynamically | hukl | |
| 2009-03-02 | put the rendering of titles in the node overview into the nodes_helper | hukl | |
| 2009-03-01 | renamed user to users controller | hukl | |
| 2009-03-01 | created empty user controller | hukl | |
