| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-26 | Stage 5 fixes: RouteWithParams removal, Globalize fallbacks, search stub, to_s(:db) → to_fs(:db), LockedByAnotherUser autoload, test environment config | erdgeist | |
| - Remove safe_path helper and content_path shim from link_helper.rb - Update all safe_path call sites in views to use named route helpers directly - Fix Globalize fallbacks via config.i18n.fallbacks in application.rb, remove i18n initializer - Stub Node.search returning none (search disabled pending PostgreSQL upgrade) - Replace to_s(:db) with to_fs(:db) in node.rb, nodes_helper.rb, link_helper.rb, admin view - Move LockedByAnotherUser to app/models/locked_by_another_user.rb for Zeitwerk autoloading - Fix config/environments/test.rb: config.assets removed, cache_classes → enable_reloading, test_order removed, minitest pinned to ~> 5.25 - Fix config/environments/development.rb: cache_classes → enable_reloading - Park search vector migration in doc/ pending PostgreSQL and plpgsql availability | |||
| 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-23 | Update deployed state to what's currently running | erdgeist | |
| 2025-02-06 | Improve worklflow | erdgeist | |
| 2025-02-05 | Enhance admin view by sitemap | erdgeist | |
| 2025-01-28 | Add some missing files | erdgeist | |
| 2009-11-09 | Added logout link to main navigation | hukl | |
| 2009-10-18 | minor fix for admin overview | hukl | |
| 2009-10-18 | re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to come | hukl | |
| 2009-09-03 | cleared out the overview page - not sure what to make of it for now but it looked ugly | hukl | |
| 2009-09-03 | minor menu style fix - don't even look | hukl | |
| 2009-08-08 | lots of new code to manage menu items - harder than expected :/ | hukl | |
| 2009-08-08 | added menu items resource | hukl | |
| 2009-05-01 | fixed link | hukl | |
| 2009-04-27 | truncated titles with title attribute in recent changes view | hukl | |
| 2009-04-27 | seperated admin overview into partials. included recent changes | hukl | |
| 2009-04-25 | Integrated basic Asset upload functionality. You can upload files now and use their url in pages. | hukl | |
| 2009-04-13 | highlight the users button | hukl | |
| 2009-04-13 | rebuilding the admin interface | hukl | |
| 2009-03-28 | renamed the user association on nodes to lock_owner as it is more specific for its purpose | hukl | |
| 2009-03-15 | More linkage for revisions | hukl | |
| 2009-03-10 | added list of drafts to admin overview | 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-19 | adding the admin controller and his friends | hukl | |
