Intermediate commit:

* Improved tag framework 
 * Added support for image tags
 * Moved most code of StoryMgr.evalNewStory to Story.evalStory to decrease redundancy
 * Added compatibility module (including drafts for database conversions)
 * Moved code for topics to compatibility module
 * Removed obsolete code
This commit is contained in:
Tobi Schäfer 2007-08-03 19:41:51 +00:00
parent d5c59cf2ec
commit 09b39b2af3
48 changed files with 872 additions and 494 deletions

View file

@ -61,6 +61,6 @@ modifier.foreign = USER_ID
tags = collection(TagHub)
tags.local.1 = $id
tags.foreign.1 = parent_id
tags.foreign.1 = tagged_id
tags.local.2 = $prototype
tags.foreign.2 = parent_type
tags.foreign.2 = tagged_type