summaryrefslogtreecommitdiff
path: root/test/functional/nodes_controller_test.rb
AgeCommit message (Expand)Author
6 daysRails 5.2 test updateserdgeist
8 daysStage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
8 daysUpdate deployed state to what's currently runningerdgeist
2009-11-11implemented that pages now have an author and an editorhukl
2009-11-02add tests hukl
2009-10-20allow to overwrite the original user in edit viewhukl
2009-10-17added some more validations to ensure data integrity and applied necessary changes on testshukl
2009-10-07refactored 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 g...hukl
2009-10-07implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to cr...hukl
2009-09-17switched tagging plugin again for postgresql compatibility hukl
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-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-03-09after creating a node, edit it rather than showing ithukl
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-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-08added nodes controller and made it a resource.hukl