| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-26 | Stage 5 click-testing fixes | erdgeist | |
| - Fix link_to :method → button_to for all PUT/DELETE actions - Add button_to CSS reset to admin.css for visual consistency - Fix admin layout: replace broken jquery/jquery_ujs pipeline refs with admin_bundle via sprockets; add sprockets-rails, jquery-ui-rails gems - Add app/assets/javascripts/admin_bundle.js pipeline manifest - Fix event_information helper: use safe_join to avoid double-escaping - Fix nodes_helper: to_s(:db) → to_fs(:db) for event times - Fix revisions view: eliminate nested forms; diff button uses vanilla JS to collect radio button values before POST - Fix config/environments/development.rb and test.rb: cache_classes → enable_reloading - Add routing_filter_rails71_patch.rb version guard - Move LockedByAnotherUser to own file for Zeitwerk autoloading - Fix Globalize fallbacks via config.i18n.fallbacks in application.rb | |||
| 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 | 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 | |||
| 2009-09-09 | huge tiny_mce update - now using the tiny_mce jquery build which allows tiny_mce to be initialized via jquery - great! | hukl | |
| 2009-09-09 | always hide the search widget | hukl | |
| 2009-09-09 | moved tiny mce at the bottom of the layout to hopefully fix the js render bugs | hukl | |
| 2009-09-07 | changed js load order | hukl | |
| 2009-09-03 | flash error styling and more padding (top/bottom) for highlighted texts | 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 authenticty token for js | hukl | |
| 2009-06-13 | added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions ↵ | hukl | |
| and locks all the time when he / she only wants to take a look at it. | |||
| 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-08 | put the whole autosave stuff into admin_interface.js | hukl | |
| 2009-05-07 | moving the observer around | hukl | |
| 2009-05-07 | autosave only when something has actually changed. this was hard. i don't like javascript | hukl | |
| 2009-04-16 | added autosave to node edit view. saves every 15 seconds | hukl | |
| 2009-04-13 | streamlining the admin layout | hukl | |
| 2009-04-13 | added clear: both to navigation | hukl | |
| 2009-04-13 | rebuilding the admin interface | hukl | |
| 2009-03-21 | adding title to admin layout | hukl | |
| 2009-03-05 | another option for tinymce | hukl | |
| 2009-03-03 | lets see if tinymce is not trying to rewrite urls | hukl | |
| 2009-03-01 | stupid me. to lazy to read the whole tinymce documentation | hukl | |
| 2009-02-28 | allowing the aggregate tag to be entered. I had to patch tinymce for as the self closing tags are hardcoded - very very bad ! | hukl | |
| 2009-02-24 | one more button in the wysiwyg editor | hukl | |
| 2009-02-24 | added format select for wysiwyg editor | hukl | |
| 2009-02-22 | another round of view updates | hukl | |
| 2009-02-22 | lots of view improvements - not ready though | hukl | |
| 2009-02-21 | wiring together some views to make basic navigation | hukl | |
| in the admin interface possible | |||
| 2009-02-21 | small template fix | hukl | |
| 2009-02-19 | adding the admin controller and his friends | hukl | |
| 2009-02-17 | added tinymce editor for body area of pages | hukl | |
| 2009-02-17 | added admin layout - more to come | hukl | |
| 2009-02-08 | added nodes controller and made it a resource. | hukl | |
| since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves. | |||
