summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2009-03-10small compatibility fix for page testerdgeist
2009-03-10added calendar backend. more features and integration to comeerdgeist
2009-03-09after creating a node, edit it rather than showing ithukl
2009-03-05rewriting url in body fields to include the locale before saving the page. xpath magick for the win!hukl
added corresponding test of course
2009-03-04renamed render_page template to standard_templatehukl
2009-03-03introducing page templates - need to add edit capabilitieshukl
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-02refactoring of the page cloning and draft creatinghukl
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-01renamed user to users controllerhukl
2009-03-01created empty user controllerhukl
2009-03-01tiny new testhukl
2009-03-01simple functional test for the NodesController#update methodhukl
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-28added custom partials to aggregators, added test and refactored some methodshukl
2009-02-28a little test refactoring as preparation for aggregator tests with different partialshukl
2009-02-27more tests and fixes. always write tests - they are so good!hukl
2009-02-27unit test for the Page.aggregate method to verify only published pages are aggregatedhukl
2009-02-27some more fixture datahukl
2009-02-27100% test coverage for node modelhukl
2009-02-21cloning now with all the translations. test addedhukl
2009-02-20fixed testshukl
2009-02-19proper users - yippieh!hukl
2009-02-19no more page fixtureshukl
2009-02-19adding the admin controller and his friendshukl
2009-02-15* permission api on user modelsimon
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
* added permission model * locked down attributes on page model
2009-02-15* mergin stuff yo, why do i have to do this again?simon
2009-02-15* here comes da wicked sick auditing observer hacksimon
2009-02-15* regenerated the user fixtures with new site key, login tests work nowsimon
* removed some cookie related tests
2009-02-15* initial commit of the stripped restful-authenticationsimon
* http basic auth and login from cookie have been removed * no it does not work yet, it's so f*cking secure, it won't even let legitimate users login
2009-02-08lots of concept refinementshukl
2009-02-08added basic user model and user_id on page modelhukl
to introduce the concept of authors.
2009-02-08refactored refined concept of nodes and pages intohukl
the node model
2009-02-08added 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.
2009-02-07added head id to node model which points to thehukl
head of the nodes pages collection. modified tests, importer etc renamed flags to tags
2009-02-02refactored the whole tagging thing. now usinghukl
acts_as_taggable_on_steroids instead of a homebrew solution
2009-02-02aggregation spike with flags associated to pageshukl
Page has now a named_scope :with_flags which accepts an array of flag names and returns corresponding pages. Can be chained with order and limit
2009-02-01added test for retrieving a specific revision via hukl
a given node. turned out it wasn't working the way I thought so I rewrote it to use only Fixnums
2009-02-01fixed routing issueshukl
2009-01-31additional tests and fixtureshukl
2009-01-31newlineshukl
2009-01-31made sure that returned pages are always ordered hukl
by there revision
2009-01-31connected page and node model + some minor tweakshukl
2009-01-31Added Page model scaffoldhukl
2009-01-29added node model to make basic functional tests pass. added awesome_nested_set pluginhukl
2009-01-29added the content controller which will be responsible for rendering all public pages later on. added a new custom route for the public url schema as well ↵hukl
as a functional test which tests the correct mapping of the custom route
2009-01-29initial import with edge rails included as a submodulehukl