great tagging system
Reported by Gaspard Bucher | September 3rd, 2008 @ 08:28 PM | in 1.0
The idea is to have a super simple yet very powerful way to
- add tags to nodes
- use tag information in search queries
We also need to set/unset specific tags in forms:
set:
<input type='checkbox' name='tagged[foobar]' />
unset:
<input type='hidden' name='tagged[foobar]' value='' /> ===> false
Comments and changes to this ticket
-
Gaspard Bucher November 22nd, 2008 @ 10:02 AM
- Tag changed from enhancement, zafu, zena to enhancement, up, zafu, zena
(from [951a9cbe6675e3b7f3f90bf0d9c93eef43c6008e]) Working tags (cannot be used in queries yet). [#210] http://github.com/zena/zena/comm...
-
Gaspard Bucher November 22nd, 2008 @ 09:07 PM
(from [a2950c7c01d7dd489d462e7d4a44323242017ade]) Better modularity for NodeQuery and added query support for tags ("nodes where tag = 'blue' in site"). [#210]. http://github.com/zena/zena/comm...
-
Gaspard Bucher November 28th, 2008 @ 10:55 PM
(from [33c2efecb09bae24091a7e2c6fb4fa4843a2b9da]) Added a field in 'title' edit tab for tags. This is a quick way to start using tags without any funky ajax tagger. [#210]. http://github.com/zena/zena/comm...
-
Gaspard Bucher July 15th, 2009 @ 03:12 PM
(from [b24c97c495aeeace7d091bfc84e78200f2226aab]) Added support to explicitly set/unset specific tags by using "tagged" hash. [#210]. http://github.com/zena/zena/commit/b24c97c495aeeace7d091bfc84e78200...
-
Gaspard Bucher July 15th, 2009 @ 05:00 PM
- State changed from new to resolved
-
Gaspard Bucher July 21st, 2009 @ 05:13 PM
(from [42d1d0c5de128b13f5fcf963ce4cc7207f43a4cc]) Using sub_attribute name as default value in [input] checkbox tags (ex "tagged[sky]", default value is "sky"). [#210 state:resolved] http://github.com/zena/zena/commit/42d1d0c5de128b13f5fcf963ce4cc720...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Tags
Referenced by
- 210 great tagging system (from [951a9cbe6675e3b7f3f90bf0d9c93eef43c6008e]) Working...
- 210 great tagging system (from [a2950c7c01d7dd489d462e7d4a44323242017ade]) Better ...
- 210 great tagging system (from [33c2efecb09bae24091a7e2c6fb4fa4843a2b9da]) Added a...
- 210 great tagging system (from [b24c97c495aeeace7d091bfc84e78200f2226aab]) Added s...
- 210 great tagging system (from [42d1d0c5de128b13f5fcf963ce4cc7207f43a4cc]) Using s...