summaryrefslogtreecommitdiff
path: root/app/models
AgeCommit message (Expand)Author
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-12changed the ui click flow a bithukl
2009-09-12Moved galery template and changed width of headline image thumbnail presethukl
2009-09-11enhanced LockedByAnotherUser exception which now includes a message showing the last modified time.hukl
2009-09-10show the next event if none are found for the next 14 days. Closes #19hukl
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
2009-09-09fixed yet another bug when editing slugs or moving nodeshukl
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-07fixed a bug in update_unique_namehukl
2009-09-07enabling featured articleshukl
2009-09-05prepend public_link with slashhukl
2009-09-04moved the image sorting into the model and wrapped it into a transactionhukl
2009-09-03more graceful handling of locked pages exceptions.hukl
2009-09-01added default scope for related assetshukl
2009-09-01cloning a page clones the asset references as wellhukl
2009-09-01added expirimental routing for image galerieshukl
2009-09-01added related_assets to pageshukl
2009-08-31added cropped headline thumbnailhukl
2009-08-16migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modificationshukl
2009-08-15changed the implementation of Page.aggregate once more. Now faster, better shorter with acts_as_taggable_reduxhukl
2009-08-15added pagination for aggregators. costed me the whole day. crappy plugins ARGH! More work to do!hukl
2009-08-09added sorting (via drag and drop) and deleting of menu items. Its not perfect though and needs more styling. I'm unsure about the proper route for the sort a...hukl
2009-08-08additionally indexing slug and unique namehukl
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-07-18cleaned up the Page#public_link methodhukl
2009-06-10little convenience method for retrieving a useful title for a nodehukl
2009-05-02fix for parenthesis warninghukl
2009-05-01added thinking_sphinx plugin for fulltext search on nodes and headshukl
2009-04-27named scopes for media typeshukl
2009-04-27minor fix. users were not set properlyhukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-04-18changed :include to :join which is much faster. adding named scopes with includes if they are neededhukl
2009-04-18adding "restore_revision" functionality to the backendhukl
2009-04-18there was actually a small glitch herehukl
2009-04-11removed lib/chaos_calendar as we now have the erdgeist-chaos_calendar gem on github - YAY!hukl
2009-04-07made this line a little easier to understand. thanks to @handtwerkhukl
2009-03-30added named scope for headshukl
2009-03-29minor refactorhukl
2009-03-29a few more assertionshukl
2009-03-29refactored the outdated translations functionality. also adding flexibility to allow filtering with custom values.hukl
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-28added class and instance methods to find untranslated pages and for detecting pages with outdated translations. not publicly exposed yet as I need to test it...hukl
2009-03-28introducing named scope :drafts for Pagehukl
2009-03-28reducing queries here as well - yayhukl
2009-03-28renamed the user association on nodes to lock_owner as it is more specific for its purposehukl
2009-03-22Finally! The cloning of pages for creating new drafts is now a lot cleaner. I had to search for a while to figure out a better way. Thank you svenfuchs and j...hukl