summaryrefslogtreecommitdiff
path: root/test/unit/page_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
2010-01-14Updated globalize2 to latest version. Modified existing code accoringlyhukl
2009-11-15removed date and author from the standard template and introduced a dedicated update template which will get auto assigned if a node is created under updates...hukl
2009-10-17added some more validations to ensure data integrity and applied necessary changes on testshukl
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-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-10small compatibility fix for page testerdgeist
2009-03-05rewriting url in body fields to include the locale before saving the page. xpath magick for the win!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-01-31Added Page model scaffoldhukl