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:
parent
d5c59cf2ec
commit
09b39b2af3
48 changed files with 872 additions and 494 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue