index
:
cccms
erdgeist-revive-events
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
node.rb
Age
Commit message (
Expand
)
Author
2009-09-03
more graceful handling of locked pages exceptions.
hukl
2009-08-08
additionally indexing slug and unique name
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-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
minor fix. users were not set properly
hukl
2009-04-18
adding "restore_revision" functionality to the backend
hukl
2009-04-07
made this line a little easier to understand. thanks to @handtwerk
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
put the lock onto nodes
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-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-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-27
more tests and fixes. always write tests - they are so good!
hukl
2009-02-27
changed that comment to fit the current implementation
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
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
* added missing associations
simon
2009-02-15
* removed the auditing observer, we'll do it the old fashioned way
simon
2009-02-15
added implementation details for nodes
hukl
2009-02-08
lots of concept refinements
hukl
2009-02-08
refactored refined concept of nodes and pages into
hukl
2009-02-07
added draft method to node model
hukl
2009-02-07
added new helper code to create links for a given
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-01
added test for retrieving a specific revision via
hukl
2009-01-31
added everything needed to render a page
hukl
2009-01-31
made sure that returned pages are always ordered
hukl
2009-01-31
connected page and node model + some minor tweaks
hukl
2009-01-29
added generation of unique names based on the position on the tree after adding a node as a children of another node
hukl
2009-01-29
added node model to make basic functional tests pass. added awesome_nested_set plugin
hukl