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
2010-03-03
do not rewrite paths for assets
hukl
2010-01-14
Updated globalize2 to latest version. Modified existing code accoringly
hukl
2009-12-01
refactored the Page.aggregate to instanciate a lot less AR objects. Its actually instanciating only the ones being displayed. Still over 150 but still a mass...
hukl
2009-11-17
don't set the published_at upon creation of the first draft but rather on publish
hukl
2009-11-15
removed date and author from the standard template and introduced a dedicated update template which will get auto assigned if a node is created under updates...
hukl
2009-11-14
Resolved issue of changing rss feed ids when changing the slugs of nodes
hukl
2009-11-11
implemented that pages now have an author and an editor
hukl
2009-11-03
default now 25
hukl
2009-11-03
Prevent regular users from promoting themselves to admins
hukl
2009-11-02
make sure user and published_at stay the same
hukl
2009-10-27
fix for emtpy assets array
hukl
2009-10-20
allow to overwrite the original user in edit view
hukl
2009-10-19
changes for giving root a title
hukl
2009-10-17
added some more validations to ensure data integrity and applied necessary changes on tests
hukl
2009-10-17
added slug validation exception for Node.root
hukl
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
[next]