index
:
cccms
erdgeist-revive-events
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
Age
Commit message (
Expand
)
Author
2009-03-30
added named scope for heads
hukl
2009-03-29
minor refactor
hukl
2009-03-29
a few more assertions
hukl
2009-03-29
refactored the outdated translations functionality. also adding flexibility to allow filtering with custom values.
hukl
2009-03-29
Added unit test to verify the basic functionality of the find_with_outdated_translations method. Found and fixed some issued on the way. [ x ] Testing rocks
hukl
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-28
renamed the user association on nodes to lock_owner as it is more specific for its purpose
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-21
put the lock onto nodes
hukl
2009-03-19
adding proper link
hukl
2009-03-18
add missing location column to events. removed summary column from summary - we try joins instead. we can always fallback if it turns out to be a stupid idea...
hukl
2009-03-18
Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with reoccur...
hukl
2009-03-10
remove event resource temporarily until its finalized
hukl
2009-03-10
added calendar backend. more features and integration to come
erdgeist
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-03-02
fixes. wasn't working right in _all_ situations.
hukl
2009-03-01
refactored drafts which are now identified by a draft_id on the node rather than by guessing it. i was really that close to make that mistake again.
hukl
2009-02-28
well, seems i forgot the limit clause there
hukl
2009-02-27
more tests and fixes. always write tests - they are so good!
hukl
2009-02-27
modified the aggregate method to take only head / published pages into account
hukl
2009-02-27
changed that comment to fit the current implementation
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-26
narf
hukl
2009-02-26
there has to be a better way. need to read globalize2 documentation
hukl
2009-02-25
another locale fix
hukl
2009-02-25
added locale methods
hukl
2009-02-25
try
hukl
2009-02-25
fixed little locale loophole
hukl
2009-02-22
cloning tags from heads to new drafts. splitted the find_or_create_draft method to make it easier to read.
hukl
2009-02-22
disabling for now
hukl
2009-02-22
created route for home page, removed rails index.html
hukl
2009-02-22
another round of view updates
hukl
2009-02-21
changed minimum :login length
hukl
2009-02-21
cloning now with all the translations. test added
hukl
2009-02-21
creating new drafts with cloning the heads
hukl
2009-02-19
can't assign user right away ? weird
hukl
2009-02-15
* permission api on user model
simon
2009-02-15
* added missing associations
simon
[next]