Author: weaverryan
Date: 2010-02-07 21:23:39 +0100 (Sun, 07 Feb 2010)
New Revision: 27666

Removed:
   
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/lib/Basesympal_commentsComponents.class.php
   
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_blog_popular_tags.php
Modified:
   plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml
Log:
[1.4][sfSympalCommentsPlugin][1.0] Removing my last commit - this was meant for 
the sfSympalTagsPlugin


Modified: plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml
===================================================================
--- plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml  2010-02-07 
20:17:11 UTC (rev 27665)
+++ plugins/sfSympalCommentsPlugin/branches/1.4/config/app.yml  2010-02-07 
20:23:39 UTC (rev 27666)
@@ -12,9 +12,3 @@
       requires_auth:  false
       allow_websites: true        # whether to allow a "websites" field on the 
comments
       websites_no_follow: true    # whether to make website links nofollow
-    
-    # add comments to the sidebar widget
-    blog-post:
-      sidebar:
-        widgets:
-          tags: sympal_comments/blog_popular_tags
\ No newline at end of file

Deleted: 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/lib/Basesympal_commentsComponents.class.php
===================================================================
--- 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/lib/Basesympal_commentsComponents.class.php
     2010-02-07 20:17:11 UTC (rev 27665)
+++ 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/lib/Basesympal_commentsComponents.class.php
     2010-02-07 20:23:39 UTC (rev 27666)
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * Components class for comments
- * 
- * @package     sfSympalCommentsPlugin
- * @subpackage  components
- * @author      Ryan Weaver <[email protected]>
- * @since       2010-02-07
- * @version     svn:$Id$ $Author$
- */
-class Basesympal_commentsComponents extends sfComponents
-{
-  
-  /**
-   * displays popular tags in a list - used by sfSympalBlogPlugin if it
-   * is installed, but this basic idea could be extended to other content types
-   */
-  public function executeBlog_popular_tags(sfWebRequest $request)
-  {
-    $this->tags = 
Doctrine::getTable('sfSympalTag')->retrieveTagsForContentType('sfSympalBlogPost',
 5);
-  }
-}
\ No newline at end of file

Deleted: 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_blog_popular_tags.php
===================================================================
--- 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_blog_popular_tags.php
        2010-02-07 20:17:11 UTC (rev 27665)
+++ 
plugins/sfSympalCommentsPlugin/branches/1.4/modules/sympal_comments/templates/_blog_popular_tags.php
        2010-02-07 20:23:39 UTC (rev 27666)
@@ -1,6 +0,0 @@
-<h3>Tags</h3>
-<ul>
-  <?php foreach ($tags as $tag => $postCount): ?>
-    <li><?php echo $tag ?> (<?php echo $postCount ?>)</li>
-  <?php endforeach; ?>
-</ul>
\ No newline at end of file

-- 
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