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-10-07
implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to cr...
hukl
2009-09-17
switched tagging plugin again for postgresql compatibility
hukl
2009-09-13
added :dependent => :destroy to asset model so related assets get deleted as the asset they're referencing is deleted.
hukl
2009-09-12
changed the ui click flow a bit
hukl
2009-09-12
Moved galery template and changed width of headline image thumbnail preset
hukl
2009-09-11
enhanced LockedByAnotherUser exception which now includes a message showing the last modified time.
hukl
2009-09-10
show the next event if none are found for the next 14 days. Closes #19
hukl
2009-09-10
refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner cases
hukl
2009-09-09
added 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-09
fixed yet another bug when editing slugs or moving nodes
hukl
2009-09-09
uhm 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-07
fixed a bug in update_unique_name
hukl
2009-09-07
enabling featured articles
hukl
2009-09-05
prepend public_link with slash
hukl
2009-09-04
moved the image sorting into the model and wrapped it into a transaction
hukl
2009-09-03
more graceful handling of locked pages exceptions.
hukl
2009-09-01
added default scope for related assets
hukl
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
[next]