sfDoctrineActAsTaggablePlugin plugins.symfony-project.org This behavior allows tags to be attached to Doctrine objects. This behavior allows tags to be attached to Doctrine objects. It includes tag-cloud generation and helpers to display these clouds. It also offers optional typeahead features for entering tags. Mickael Kurmann Mickael.Kurmann mickael.kurmann@gmail.com yes Klemens Ullmann klemens-ullmann klemens.ullmann@ull.at yes Thomas Boutell boutell tom@punkave.com yes Alex Gilbert alex-gilbert alex@punkave.com yes Dan Ordille dordille dan@punkave.com yes John Benson johnnyoffline johnny@punkave.com yes ##CURRENT_DATE## ##PLUGIN_VERSION## ##API_VERSION## ##STABILITY## ##STABILITY## MIT license - ##CONTENTS## 5.2.4 1.4.1 symfony pear.symfony-project.com 1.2.0 2.0.0 2.0.0 1.0.0 1.0.0 stable stable MIT license 2010-02-02 MIT Correct PEAR channel for package. --verbose option for taggable:clean, which is now quiet by default as all cron jobs should be when nothing is wrong. Documented taggable:clean. Added additional developer credits. Acknowledged Symfony 1.3/1.4 compatibility. Fixed schema.yml syntax for indexes for the tag table, the wrong syntax was tolerated by MySQL but caused errors in SQLite. Nonbreaking spaces are no longer inserted into the left spacer of the tag typeahead module. CSS suggestions updated. 0.0.8 1.0.0 stable stable MIT license 2009-06-09 MIT Addressing a packaging problem. No functional changes 0.0.7 1.0.0 stable stable MIT license 2009-06-09 MIT Addressing a packaging problem. No functional changes 0.0.5 1.0.0 stable stable MIT license 2009-04-19 MIT * Tag typeahead feature. Optional, based on jQuery (boutell) * getObjectTaggedWithQuery correctly returns nothing rather than everything when there are no matching objects (agilbert) * Removing tags works properly (boutell, agilbert) * getAllTagName lets you pass a query without setting select() and from() yourself (but you can if you want to) (boutell, agilbert) * Fixed Doctrine INDEXBY error 0.0.4 1.0.0 stable stable MIT license 2009-03-08 MIT * (klemens_u) PluginTagTable::getAllTagNameWithCount: Set the "from" query part only if not passed. This allows more complex queries with joins etc to be passed to the function. * (punkave) Various bugfixes 0.0.3 1.0.0 stable stable MIT license 2009-01-13 MIT * Package compatible with sf1.2 and with last svn version * made all failing unit-tests green * fixed relation in schema (klemens) * beautified schema (klemens) * removed schema.xml (klemens) * updated schema: don't export constraints to database for Tagging. This is necessary because multiple models can join Tagging->taggable_id (klemens) * fixed missing "from" part in tags removal (klemens) * added option for min tag occurence in selectAllTagWithCount (mickael) * various additional fixes for symfony 1.2 upgrade (new included doctrine version) (klemens) 0.0.2 1.0.0 stable stable MIT license 2008-09-22 MIT * Organisation of svn, documentation update (Klemens) * Added .xml file for plugin-manager (Mickael) 0.0.1 1.0.0 stable stable MIT license 2008-09-22 MIT * Initial public release. Features tags attachment to heterogene Doctrine objects, and includes tag-clouds generation. Some bug still remaining