index
:
cccms
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
page.rb
Age
Commit message (
Expand
)
Author
2009-03-28
added 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-28
introducing named scope :drafts for Page
hukl
2009-03-28
reducing queries here as well - yay
hukl
2009-03-22
Finally! 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-21
only clone attributes if they are for real and not a fallback
hukl
2009-03-09
only 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-08
added date selector for published_at. Also removed the part that reset the published_at attribute to Time.now. Some cleanups
hukl
2009-03-06
now we need that again
hukl
2009-03-05
more entities translated, refined xpath selector
hukl
2009-03-05
added begin rescue as too much can go wrong
hukl
2009-03-05
rewriting url in body fields to include the locale before saving the page. xpath magick for the win!
hukl
2009-03-04
new public_link method for pages which includes locale
hukl
2009-03-04
renamed render_page template to standard_template
hukl
2009-03-03
introducing page templates - need to add edit capabilities
hukl
2009-03-02
refactoring of the page cloning and draft creating
hukl
2009-02-28
well, seems i forgot the limit clause there
hukl
2009-02-27
modified the aggregate method to take only head / published pages into account
hukl
2009-02-26
the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beauty
hukl
2009-02-25
added locale methods
hukl
2009-02-15
* removed the auditing observer, we'll do it the old fashioned way
simon
2009-02-08
lots of concept refinements
hukl
2009-02-07
added globalize2 plugin as well as some modifications
hukl
2009-02-07
added head id to node model which points to the
hukl
2009-02-03
added lots of comments to describe what the
hukl
2009-02-02
now again with custom order !
hukl
2009-02-02
corrected example to use the new syntax
hukl
2009-02-02
refactored the whole tagging thing. now using
hukl
2009-02-02
comments on top of the class to keep the class
hukl
2009-02-02
more comments with alternate queries
hukl
2009-02-02
aggregation spike with flags associated to pages
hukl
2009-02-01
added first careful steps for aggregation
hukl
2009-01-31
Added Page model scaffold
hukl
[prev]