Author: tkoomzaaskz
Date: 2010-02-24 10:56:03 +0100 (Wed, 24 Feb 2010)
New Revision: 28246

Modified:
   plugins/tdGuestbookPlugin/trunk/README
   
plugins/tdGuestbookPlugin/trunk/config/tdGuestbookPluginConfiguration.class.php
   
plugins/tdGuestbookPlugin/trunk/lib/model/doctrine/PlugintdGuestbook.class.php
   plugins/tdGuestbookPlugin/trunk/package.xml
Log:
[td][guestbook] release 0.1.6

Modified: plugins/tdGuestbookPlugin/trunk/README
===================================================================
--- plugins/tdGuestbookPlugin/trunk/README      2010-02-24 09:53:57 UTC (rev 
28245)
+++ plugins/tdGuestbookPlugin/trunk/README      2010-02-24 09:56:03 UTC (rev 
28246)
@@ -66,9 +66,6 @@
   * _td_guestbook_entries_per_page_ - number of guestbook entries shown on each
     page.
 
-  * _td_guestbook_short_text_sign_count_ - character count of a short guestbook
-    entry descrtiption version
-
 Translations
 ============
 

Modified: 
plugins/tdGuestbookPlugin/trunk/config/tdGuestbookPluginConfiguration.class.php
===================================================================
--- 
plugins/tdGuestbookPlugin/trunk/config/tdGuestbookPluginConfiguration.class.php 
    2010-02-24 09:53:57 UTC (rev 28245)
+++ 
plugins/tdGuestbookPlugin/trunk/config/tdGuestbookPluginConfiguration.class.php 
    2010-02-24 09:56:03 UTC (rev 28246)
@@ -19,8 +19,5 @@
   {
     // number of guestbook entries shown on each page
     sfConfig::set('td_guestbook_entries_per_page', 15);
-
-    // video short description sign count
-    sfConfig::set('td_guestbook_short_text_sign_count', 200);
   }
 }
\ No newline at end of file

Modified: 
plugins/tdGuestbookPlugin/trunk/lib/model/doctrine/PlugintdGuestbook.class.php
===================================================================
--- 
plugins/tdGuestbookPlugin/trunk/lib/model/doctrine/PlugintdGuestbook.class.php  
    2010-02-24 09:53:57 UTC (rev 28245)
+++ 
plugins/tdGuestbookPlugin/trunk/lib/model/doctrine/PlugintdGuestbook.class.php  
    2010-02-24 09:56:03 UTC (rev 28246)
@@ -19,7 +19,7 @@
    */
   public function getTextShort()
   {
-    return tdTools::getMbShortenedString($this->getText(), 
sfConfig::get('td_guestbook_short_text_sign_count'));
+    return tdTools::getMbShortenedString($this->getText(), 
sfConfig::get('td_short_text_sign_count'));
   }
 
   /**

Modified: plugins/tdGuestbookPlugin/trunk/package.xml
===================================================================
--- plugins/tdGuestbookPlugin/trunk/package.xml 2010-02-24 09:53:57 UTC (rev 
28245)
+++ plugins/tdGuestbookPlugin/trunk/package.xml 2010-02-24 09:56:03 UTC (rev 
28246)
@@ -10,10 +10,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2010-02-21</date>
+ <date>2010-02-24</date>
  <time>11:00:00</time>
  <version>
-   <release>0.1.5</release>
+   <release>0.1.6</release>
    <api>0.1.0</api>
  </version>
  <stability>
@@ -120,7 +120,7 @@
     <package>
      <name>tdCorePlugin</name>
      <channel>plugins.symfony-project.org</channel>
-     <min>0.1.8</min>
+     <min>0.1.9</min>
     </package>
     <package>
      <name>sfCryptoCaptchaPlugin</name>
@@ -137,6 +137,23 @@
 
    <release>
     <version>
+     <release>0.1.6</release>
+     <api>0.1.0</api>
+    </version>
+    <stability>
+     <release>beta</release>
+     <api>beta</api>
+    </stability>
+    <license uri="http://www.symfony-project.org/license";>MIT license</license>
+    <date>2010-02-24</date>
+    <license>MIT</license>
+    <notes>
+     * short description sign count moved to core
+    </notes>
+   </release>
+
+   <release>
+    <version>
      <release>0.1.5</release>
      <api>0.1.0</api>
     </version>

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to