summaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Expand)Author
6 daysStage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2erdgeist
8 daysStage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
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-01added related_assets to pageshukl
2009-08-09removed menu item fixtures to make the tests pass againhukl
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-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-10remove event resource temporarily until its finalizedhukl
2009-03-10added calendar backend. more features and integration to comeerdgeist
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-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-02-15* permission api on user modelsimon
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
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
2009-02-15* initial commit of the stripped restful-authenticationsimon
2009-02-08added basic user model and user_id on page modelhukl
2009-02-02refactored the whole tagging thing. now usinghukl
2009-02-02aggregation spike with flags associated to pageshukl
2009-01-31additional tests and fixtureshukl
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