| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-19 | fixed link_for_path issue | hukl | |
| 2009-07-18 | Test::Unit Fixtures can't handle globalize2's translated attributes which is why its impossible to set translated attributes via fixtures. Therefor I ↵ | hukl | |
| removed the page fixtures entirely and and made sure that a title is set to "Untitled" when it is not specified otherwise. If a new node is created, its initial draft has "Untitled" set as title automatically. Modified tests accordingly | |||
| 2009-03-09 | after creating a node, edit it rather than showing it | 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 | refactoring of the page cloning and draft creating | hukl | |
| 2009-03-02 | added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as ↵ | hukl | |
| well | |||
| 2009-03-01 | tiny new test | hukl | |
| 2009-03-01 | simple functional test for the NodesController#update method | hukl | |
| 2009-03-01 | refactored drafts which are now identified by a draft_id on the node rather than by guessing it. i was really that close to make that mistake again. | 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. | |||
