author | Mario Ferraro <fadinlight@gmail.com> |
Sun, 15 Nov 2009 22:12:20 +0100 | |
changeset 3093 | d1be59b6b627 |
parent 3087 | 9de33dfd6220 |
permissions | -rw-r--r-- |
3086
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
1 |
Melange taggable module |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
2 |
Copyright 2008-2009 Adam Crossland and Melange authors. |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
3 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
4 |
This software contains code derived from the taggable-mixin open source project developed by Adam Crossland. |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
5 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
6 |
Melange developers and contributors have introduced various modifications. The most significant ones are listed below: |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
7 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
8 |
- tag_property function added; its purpose is to support more than one tag per data model |
3087
9de33dfd6220
Minor linguistic changes to NOTICE file for the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
3086
diff
changeset
|
9 |
- Taggable class serves as tags container |
3086
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
10 |
- scope property added to the Tag model; most class methods are extended to support that field |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
11 |
- auto_delete property added to the Tag model in order to automatically get rid of unused tag instances |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
12 |
|
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
13 |
The original software is available from |
f3031537547a
NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com>
parents:
diff
changeset
|
14 |
http://code.google.com/p/taggable-mixin/ |