summaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2009-09-17switched tagging plugin again for postgresql compatibility hukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl
2009-09-10refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner caseshukl
2009-09-09added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ge...hukl
2009-09-08lots of gui improvements for creating nodeshukl
2009-09-06added public search controller with corresponding viewhukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-08-08added menu items resourcehukl
2009-07-19fixed link_for_path issuehukl
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 removed...hukl
2009-04-25skip testing default behaviorhukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-03-18Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with reoccur...hukl
2009-03-15first revision and diff interfacehukl
2009-03-10remove event resource temporarily until its finalizedhukl
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-04renamed render_page template to standard_templatehukl
2009-03-03introducing page templates - need to add edit capabilitieshukl
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
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-20fixed testshukl
2009-02-19adding the admin controller and his friendshukl
2009-02-15* regenerated the user fixtures with new site key, login tests work nowsimon
2009-02-15* initial commit of the stripped restful-authenticationsimon
2009-02-08added nodes controller and made it a resource.hukl
2009-02-07added head id to node model which points to thehukl
2009-02-01fixed routing issueshukl
2009-01-31additional tests and fixtureshukl
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 as...hukl