summaryrefslogtreecommitdiff
path: root/test/fixtures/pages.yml
AgeCommit message (Collapse)Author
2009-07-18Test::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-02added 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-01refactored 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-27some more fixture datahukl
2009-02-20fixed testshukl
2009-02-19no more page fixtureshukl
2009-01-31additional tests and fixtureshukl
2009-01-31Added Page model scaffoldhukl