| 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 | |||
| 2025-01-28 | Big overhaul patch and style changes | Charlie Root | |
| 2009-10-20 | allow to overwrite the original user in edit view | hukl | |
| 2009-08-08 | more readable dates for event meta data | hukl | |
| 2009-04-27 | truncated titles with title attribute in recent changes view | 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-03-21 | do not truncate title anymore | 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-02 | put the rendering of titles in the node overview into the nodes_helper | 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. | |||
