summaryrefslogtreecommitdiff
path: root/app/models/page.rb
AgeCommit message (Expand)Author
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-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
2009-03-21only clone attributes if they are for real and not a fallback hukl
2009-03-09only render pages if their published_at date is either nil or set to a time < Time.now. The render_page method will render a 404 otherwise.hukl
2009-03-08added date selector for published_at. Also removed the part that reset the published_at attribute to Time.now. Some cleanupshukl
2009-03-06now we need that againhukl
2009-03-05more entities translated, refined xpath selectorhukl
2009-03-05added begin rescue as too much can go wronghukl
2009-03-05rewriting url in body fields to include the locale before saving the page. xpath magick for the win!hukl
2009-03-04new public_link method for pages which includes localehukl
2009-03-04renamed render_page template to standard_templatehukl
2009-03-03introducing page templates - need to add edit capabilitieshukl
2009-03-02refactoring of the page cloning and draft creatinghukl
2009-02-28well, seems i forgot the limit clause therehukl
2009-02-27modified the aggregate method to take only head / published pages into accounthukl
2009-02-26the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beautyhukl
2009-02-25added locale methodshukl
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
2009-02-08lots of concept refinementshukl
2009-02-07added globalize2 plugin as well as some modificationshukl
2009-02-07added head id to node model which points to thehukl
2009-02-03added lots of comments to describe what thehukl
2009-02-02now again with custom order !hukl
2009-02-02corrected example to use the new syntaxhukl
2009-02-02refactored the whole tagging thing. now usinghukl
2009-02-02comments on top of the class to keep the classhukl
2009-02-02more comments with alternate querieshukl
2009-02-02aggregation spike with flags associated to pageshukl
2009-02-01added first careful steps for aggregationhukl
2009-01-31Added Page model scaffoldhukl