summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
10 daysAdd the missing assertions two tests were silently running withouterdgeist
10 daysFix rrule/url column overflow on events#indexerdgeist
11 daysAdd test for backlink in revisions#indexerdgeist
11 daysInclude assets, tags and template in diff between revisionserdgeist
11 daysStop diff output from corrupting the document on structural tag changeserdgeist
11 daysEnsure that comparison view toggle is there for all diff modeserdgeist
11 daysDestroying Draft or Discarding Autosave drops you where you lefterdgeist
11 daysAdd head/draft/autosave layer comparison at three UI entry pointserdgeist
11 daysWhitespace fixeserdgeist
11 daysFix stale assertions and escaped body in revisions#showerdgeist
11 daysRetire vendored cacycle_diff.js for a diff-lcs-based diff viewerdgeist
12 daysAdd revert!/discard and rebuild nodes#edit around the new hierarchyerdgeist
12 daysFix authorship and published_at loss in autosave promotionerdgeist
12 daysFix node_content count in show-with-published-draft testerdgeist
12 daysFix tests for the new autosave routingerdgeist
12 daysAdd head/draft/autosave hierarchy to Nodeerdgeist
2026-07-06Fix test to match the current layouterdgeist
2026-07-06Fix shared preview links breaking after a second publisherdgeist
2026-07-06Strengthen event/occurrence cascade test with real assertionserdgeist
2026-07-06Remove dead custom_rrule references after column droperdgeist
2026-07-04Add self-service event creation from nodes#showerdgeist
2026-07-01Add RRULE humanizer and wire events into nodes#showerdgeist
2026-06-30Phase 1: standalone events, external_url on nodeserdgeist
2026-06-30Fix aggregate shortcode syntax in content_controller_testerdgeist
2026-06-27Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11erdgeist
2026-06-27Stage 6 click-testing fixes and production setuperdgeist
2026-06-26Stage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2erdgeist
2026-06-25Rails 5.2 test updateserdgeist
2026-06-25Upgrade to Rails 4.2.11.3erdgeist
2026-06-24Fix tagged content aggregator, assets path, and add regression testserdgeist
2026-06-24Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
2026-06-23Update deployed state to what's currently runningerdgeist
2010-01-14Updated globalize2 to latest version. Modified existing code accoringlyhukl
2009-11-17don't set the published_at upon creation of the first draft but rather on publishhukl
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-11-14Just a test that only one root node can be created. Closes #32hukl
2009-11-11implemented that pages now have an author and an editorhukl
2009-11-03Prevent regular users from promoting themselves to adminshukl
2009-11-02add tests hukl
2009-10-20allow to overwrite the original user in edit viewhukl
2009-10-20fixing view testhukl
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-07enabling users to edit their own details - tested as well - yayhukl
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-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-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