2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix preview URL when parent slug changed. Closes #51. More... over 15 years ago
Fix an error when adding page parts. More... almost 16 years ago
Make "View page after saving" work when using script/server. Closes #45. More... almost 16 years ago
Fix cross-contaminating specs. More... almost 16 years ago
Don't clear the cache when you save an draft or reviewed page. Closes #46. More... almost 16 years ago
Try that migration one more time. You see, before when you created a draft and it remained a draft through the current version, it had no page parts in the main table. Now, it does, so if it's the current version but has no page parts in the main table, create them. More... about 16 years ago
Combining the migrations from c8a0339 and e518c3 so it might actually convert properly this time without creating page parts that duplicate themselves when edited because they're missing ids. More... about 16 years ago
Improve a migration that was failing when a page part name had changed. More... about 16 years ago
Add ability to revert layouts. More... over 16 years ago
Add ability to revert snippets. More... over 16 years ago
Add rollback for pages. More... over 16 years ago
Fix inheritance using the wrong status. Closes #41. More... over 16 years ago
Don't version a page's parent_id and do make the immediate change when it gets saved. More... over 16 years ago
Pull features out of the specs task More... over 16 years ago
Remove code tags from things that aren't code in the README. More... over 16 years ago
Update the README, convert to Textile. More... over 16 years ago
Paginate the history page. Closes #20. More... over 16 years ago
Fix a problem with reloading in dev environment. Closes #39. More... over 16 years ago
chnaged yaml column to mediumtext
ehaselwanter
as Edmund Haselwanter
More... over 16 years ago
Protect against some malformed paths and missing params. More... over 16 years ago
Split out the status column partial since that's the only thing modified. More... over 16 years ago
Remove deprecation warning. More... over 16 years ago
Make children, parent, and find Radius tags return current versions when in dev mode. More... over 16 years ago
Use versionable_type.constantize instead of versionable.class in case versionable is nil (future support for keeping version history after deleting a record OR whatever weird situation dko got into). Closes #29. More... over 16 years ago
Fix the problem of layout not being saved when it was changed in a previous draft version and you are now publishing it. Closes #35. More... over 16 years ago
Delete the real page, not some version instantiated from YAML. Fixes the first part of #29. More... over 16 years ago
Version bump. Now works with Radiant 0.8.0 More... over 16 years ago
Merge Cucumber features task into spec suite as integration test. More... over 16 years ago
Remove show action on pages controller, which Radiant 0.8 defined. I don't think it served any purpose anyway, other than to fill the void. More... over 16 years ago
Fix caching problem in features that was causing false failure. More... over 16 years ago