| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-07-01 | Add RRULE humanizer and wire events into nodes#show | erdgeist | |
| - app/models/concerns/rrule_humanizer.rb: new concern included into Event, renders recurring schedule as natural-language German or English from RRULE string; handles WEEKLY/MONTHLY, biweekly (INTERVAL=2), ordinal weekday positions (1TU, -1TH, -2WE), BYMONTH single-month exclusions (December pause convention); gracefully returns nil for COUNT/UNTIL/unrecognized shapes - test/models/concerns/rrule_humanizer_test.rb: 15 tests covering all distinct RRULE shapes found in production data - app/helpers/nodes_helper.rb: add event_schedule_text helper combining humanize_rrule with start_time formatting - app/views/nodes/show.html.erb: add events row, conditionally rendered when node has associated events - config/locales/de.yml, en.yml: add event_schedule_time, event_schedule_unrecognized, event_schedule_none keys | |||
| 2009-11-14 | nodes :show now also includes a direct link to to the live version of the node. Additionally, I changed the default route to a named route so it is much ↵ | hukl | |
| easier to generate proper public paths and urls. | |||
| 2009-11-14 | nodes :show now shows the tags so the user won't have to enter edit mode to see the tags and thereby create a new draft | hukl | |
| Closes #33 | |||
| 2009-11-11 | Modified templates to show the editor now | 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-07 | refactored revsions controller to act as a nested resource of nodes. boy that cleaned up some stuff quite a bit. also having tests for that is just feeling ↵ | hukl | |
| great | |||
| 2009-09-12 | changed the ui click flow a bit | hukl | |
| 2009-09-01 | Added javascript goodness to add and sort and drag and drop images on pages | 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-03-15 | More linkage for revisions | hukl | |
| 2009-03-08 | added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered. | hukl | |
| 2009-02-21 | wiring together some views to make basic navigation | hukl | |
| in the admin interface possible | |||
| 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. | |||
