Development

Changeset 8887

You must first sign up to be able to contribute.

Changeset 8887

Show
Ignore:
Timestamp:
05/10/08 03:49:53 (3 days ago)
Author:
xavier
Message:

sfPropelActAsTaggableBehaviorPlugin: releasing version 0.6 of the plugin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfPropelActAsTaggableBehaviorPlugin/trunk/README

    r8619 r8887  
    201201 
    202202// gets objects that are tagged with a certain number of tags within a set of  
    203 // tags. For instance, the following line returns all teh object tagged with at  
     203// tags. For instance, the following line returns all the object tagged with at  
    204204// least two of the following tags: toto, tutu, tata, titi 
    205205$objects = TagPeer::getTaggedWith('tutu, toto, tata, titi',  
     
    339339The plugin has been deeply unit-tested, if not fully. The tests are located in test/unit/sfPropelActAsTaggableBehaviorTest.php. If you want to run them: 
    340340 * install the plugin 
    341  * configure a model for using it, for instance "Post" 
    342  * copy the test file to /path/to/your/project/test/unit/sfPropelActAsTaggableBehaviorTest.php 
    343  * edit this file and modify line 3: 
     341 * configure two model for using it, for instance "Post" and "Link" 
     342 * edit the test file test/unit/sfPropelActAsTaggableBehaviorTest.php and modify line 3 and 4: 
    344343   {{{ 
    345344     define('TEST_CLASS', 'Post'); 
     345     define('TEST_CLASS', 'Link'); 
    346346   }}} 
    347347 * run the tests: 
    348348   {{{ 
    349      ./symfony test-unit sfPropelActAsTaggableBehavior 
     349     $ php ./plugins/sfPropelActAsTaggableBehaviorPlugin/test/unit/sfPropelActAsTaggableBehaviorTest.php 
    350350   }}} 
    351351 
    352352== License and credits == 
    353 This plugin has been developed by [http://lacot.org/blog Xavier Lacot] and is licensed under the MIT license. Thanks to Tristan Rivoallan for the help provided
     353This plugin has been developed by [http://lacot.org/ Xavier Lacot] and is licensed under the MIT license
    354354 
    355355== Changelog == 
    356356 
    357 === trunk === 
     357=== version 0.6 - 2008-05-10 === 
    358358 * added "nb_common_tags" option, that permits to select objects having a certain number of tags within a given tags list 
    359359 * added the possibility to retrieve the triple tags of an object that meet certain constraints (namespace, etc.) 
     360 * added "separator" option in the tag_list() helper 
     361 * improved preloadTags() performance, in case all the objects don't have a tag 
    360362 
    361363=== version 0.5 - 2008-03-21 === 
     
    376378 
    377379=== version 0.1 - 2007-05-22 === 
    378 Initial public release. Features tags attachment to heterogene Propel objects, and includes tag-clouds generation. 
     380Initial public release. Features tags attachment to heterogene Propel objects, and includes tag-clouds generation. Thanks to Tristan Rivoallan for the help provided. 
  • plugins/sfPropelActAsTaggableBehaviorPlugin/trunk/package.xml

    r8026 r8887  
    1111  <active>yes</active> 
    1212 </lead> 
    13  <date>2008-03-21</date> 
    14  <time>14:23:24</time> 
     13 <date>2008-05-10</date> 
     14 <time>03:55:12</time> 
    1515 <version> 
    16   <release>0.5.0</release> 
    17   <api>0.5.0</api> 
     16  <release>0.6.0</release> 
     17  <api>0.6.0</api> 
    1818 </version> 
    1919 <stability> 
     
    2222 </stability> 
    2323 <license uri="http://www.symfony-project.com/license">MIT license</license> 
    24  <notes>* compatibility with Symfony 1.1 
    25 * added setTags() method 
    26 * renamed table names in order to use the sf_ prefix 
     24 <notes>* added "nb_common_tags" option, that permits to select objects having a certain number of tags within a given tags list 
     25 * added the possibility to retrieve the triple tags of an object that meet certain constraints (namespace, etc.) 
     26 * added "separator" option in the tag_list() helper 
     27 * improved preloadTags() performance, in case all the objects don't have a tag 
    2728 </notes> 
    2829 <contents> 
     
    7879 <phprelease /> 
    7980 <changelog> 
     81  <release> 
     82   <version> 
     83    <release>0.6.0</release> 
     84    <api>0.6.0</api> 
     85   </version> 
     86   <stability> 
     87    <release>beta</release> 
     88    <api>beta</api> 
     89   </stability> 
     90   <date>2008-05-10</date> 
     91   <license uri="http://www.symfony-project.com/license">MIT license</license> 
     92   <notes>* added "nb_common_tags" option, that permits to select objects having a certain number of tags within a given tags list 
     93 * added the possibility to retrieve the triple tags of an object that meet certain constraints (namespace, etc.) 
     94 * added "separator" option in the tag_list() helper 
     95 * improved preloadTags() performance, in case all the objects don't have a tag</notes> 
     96  </release> 
    8097  <release> 
    8198   <version>