summaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2009-10-17added some more validations to ensure data integrity and applied necessary changes on testshukl
2009-09-13added :dependent => :destroy to asset model so related assets get deleted as the asset they're referencing is deleted.hukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl
2009-09-09uhm yeah - well it was finally time to validate the uniqueness of slugs scoped to the parent_id. Who though it wasn't there already?hukl
2009-09-06added public search controller with corresponding viewhukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-09-04fixed test - checking for new lock exceptionhukl
2009-09-01added related_assets to pageshukl
2009-08-08added menu items resourcehukl
2009-08-08added dynamic main menuhukl
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-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-04-18adding "restore_revision" functionality to the backendhukl
2009-04-05renamed count to size for older rubyshukl
2009-03-29a few more assertionshukl
2009-03-29Added unit test to verify the basic functionality of the find_with_outdated_translations method. Found and fixed some issued on the way. [ x ] Testing rockshukl
2009-03-28renamed the user association on nodes to lock_owner as it is more specific for its purposehukl
2009-03-21put the lock onto nodeshukl
2009-03-18add missing location column to events. removed summary column from summary - we try joins instead. we can always fallback if it turns out to be a stupid idea...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-10small compatibility fix for page testerdgeist
2009-03-10added calendar backend. more features and integration to comeerdgeist
2009-03-05rewriting url in body fields to include the locale before saving the page. xpath magick for the win!hukl
2009-03-01renamed user to users controllerhukl
2009-03-01created empty user controllerhukl
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-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-27100% test coverage for node modelhukl
2009-02-21cloning now with all the translations. test addedhukl
2009-02-19proper users - yippieh!hukl
2009-02-19adding the admin controller and his friendshukl
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
2009-02-15* initial commit of the stripped restful-authenticationsimon
2009-02-08lots of concept refinementshukl
2009-02-08added basic user model and user_id on page modelhukl
2009-02-08refactored refined concept of nodes and pages intohukl
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-02refactored the whole tagging thing. now usinghukl
2009-02-02aggregation spike with flags associated to pageshukl
2009-02-01added test for retrieving a specific revision via hukl
2009-01-31additional tests and fixtureshukl
2009-01-31newlineshukl
2009-01-31made sure that returned pages are always ordered hukl
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