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-09-01
cloning a page clones the asset references as well
hukl
2009-09-01
added expirimental routing for image galeries
hukl
2009-09-01
added related_assets to pages
hukl
2009-08-31
added cropped headline thumbnail
hukl
2009-08-16
migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modifications
hukl
2009-08-15
changed the implementation of Page.aggregate once more. Now faster, better shorter with acts_as_taggable_redux
hukl
2009-08-15
added pagination for aggregators. costed me the whole day. crappy plugins ARGH! More work to do!
hukl
2009-08-09
added 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-08
additionally indexing slug and unique name
hukl
2009-08-08
added dynamic main menu
hukl
2009-07-18
Test::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-18
cleaned up the Page#public_link method
hukl
2009-06-10
little convenience method for retrieving a useful title for a node
hukl
2009-05-02
fix for parenthesis warning
hukl
2009-05-01
added thinking_sphinx plugin for fulltext search on nodes and heads
hukl
2009-04-27
named scopes for media types
hukl
2009-04-27
minor fix. users were not set properly
hukl
2009-04-25
Integrated basic Asset upload functionality. You can upload files now and use their url in pages.
hukl
2009-04-18
changed :include to :join which is much faster. adding named scopes with includes if they are needed
hukl
2009-04-18
adding "restore_revision" functionality to the backend
hukl
2009-04-18
there was actually a small glitch here
hukl
2009-04-11
removed lib/chaos_calendar as we now have the erdgeist-chaos_calendar gem on github - YAY!
hukl
2009-04-07
made this line a little easier to understand. thanks to @handtwerk
hukl
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
[prev]
[next]