garvinhicking at BerliOS | 1 Mar 2007 12:06
Picon

r1637 - trunk/plugins/serendipity_event_creativecommons

Author: garvinhicking
Date: 2007-03-01 12:06:56 +0100 (Thu, 01 Mar 2007)
New Revision: 1637

Modified:
   trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php
Log:
Fix is_array() check

Modified: trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php
===================================================================
---
trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php	2007-02-27
12:15:00 UTC (rev 1636)
+++
trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php	2007-03-01
11:06:56 UTC (rev 1637)
 <at>  <at>  -23,7 +23,7  <at>  <at> 
         $propbag->add('description',   PLUGIN_CREATIVECOMMONS_DESC);
         $propbag->add('stackable',     false);
         $propbag->add('author',        'Evan Nemerson');
-        $propbag->add('version',       '1.2');
+        $propbag->add('version',       '1.3');
         $propbag->add('requirements',  array(
             'serendipity' => '0.8',
             'smarty'      => '2.6.7',
 <at>  <at>  -167,8 +167,10  <at>  <at> 

             case 'frontend_display:rss-1.0:once':
                 $eventData['display_dat'] .= '<cc:License rdf:about="'.$license_uri.'">';
(Continue reading)

garvinhicking at BerliOS | 1 Mar 2007 20:54
Picon

r1638 - in trunk: docs include

Author: garvinhicking
Date: 2007-03-01 20:54:27 +0100 (Thu, 01 Mar 2007)
New Revision: 1638

Modified:
   trunk/docs/NEWS
   trunk/include/functions_entries.inc.php
Log:
Fix SQL error message display when invalid categories selected

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2007-03-01 11:06:56 UTC (rev 1637)
+++ trunk/docs/NEWS	2007-03-01 19:54:27 UTC (rev 1638)
 <at>  <at>  -80,6 +80,11  <at>  <at> 
 Version 1.1.2 ()
 -----------------------------------------------------------------------

+    * Fix showing SQL error message when an empty category is selected
+      for viewing. Fixes an issue reported by Samenspender that was
+      falsely declard as SQL injection. In fact, no invalid SQL code
+      can be injected. (garvinhicking)
+
     * Better checks to see if the local PEAR inclusion is required
       (garvinhicking)

Modified: trunk/include/functions_entries.inc.php
===================================================================
--- trunk/include/functions_entries.inc.php	2007-03-01 11:06:56 UTC (rev 1637)
+++ trunk/include/functions_entries.inc.php	2007-03-01 19:54:27 UTC (rev 1638)
(Continue reading)

garvinhicking at BerliOS | 1 Mar 2007 20:55
Picon

r1639 - in branches/1.1: docs include

Author: garvinhicking
Date: 2007-03-01 20:55:51 +0100 (Thu, 01 Mar 2007)
New Revision: 1639

Modified:
   branches/1.1/docs/NEWS
   branches/1.1/include/functions_entries.inc.php
Log:
Backport

Modified: branches/1.1/docs/NEWS
===================================================================
--- branches/1.1/docs/NEWS	2007-03-01 19:54:27 UTC (rev 1638)
+++ branches/1.1/docs/NEWS	2007-03-01 19:55:51 UTC (rev 1639)
 <at>  <at>  -3,6 +3,11  <at>  <at> 
 Version 1.1.2 ()
 ------------------------------------------------------------------------

+    * Fix showing SQL error message when an empty category is selected
+      for viewing. Fixes an issue reported by Samenspender that was
+      falsely declard as SQL injection. In fact, no invalid SQL
+      code can be injected. (garvinhicking)
+                
     * Better checks to see if the local PEAR inclusion is required
       (garvinhicking)

Modified: branches/1.1/include/functions_entries.inc.php
===================================================================
--- branches/1.1/include/functions_entries.inc.php	2007-03-01 19:54:27 UTC (rev 1638)
+++ branches/1.1/include/functions_entries.inc.php	2007-03-01 19:55:51 UTC (rev 1639)
(Continue reading)

jwalker | 8 Mar 2007 19:06
Picon

r1640 - in trunk/plugins: serendipity_event_weblogping serendipity_event_weblogping/UTF-8 serendipity_plugin_comments/UTF-8

Author: jwalker
Date: 2007-03-08 19:06:13 +0100 (Thu, 08 Mar 2007)
New Revision: 1640

Added:
   trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php
   trunk/plugins/serendipity_event_weblogping/lang_bg.inc.php
Modified:
   trunk/plugins/serendipity_plugin_comments/UTF-8/lang_bg.inc.php
Log:
1) Translated serendipity_event_weblogping into BG.
2) Removed typing error.

Added: trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php
===================================================================
--- trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php	2007-03-01 19:55:51 UTC
(rev 1639)
+++ trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php	2007-03-08 18:06:13 UTC
(rev 1640)
 <at>  <at>  -0,0 +1,16  <at>  <at> 
+<?php # $Id: lang_en.inc.php 1381 2006-08-15 10:14:56Z elf2000 $
+
+/**
+ *   <at> version $Revision: 1381 $
+ *   <at> author Iwan Cenov <jwalker <at> hotmail.bg>
+ */
+
+ <at> define('PLUGIN_EVENT_WEBLOGPING_PING', 'Анонсиране на статии (чрез
XML-RPC пинг) на:');
+ <at> define('PLUGIN_EVENT_WEBLOGPING_SENDINGPING', 'Изпращане на XML-RPC пинк
(Continue reading)

jwalker | 8 Mar 2007 19:10
Picon

r1641 - in trunk/plugins/serendipity_event_weblogping: . UTF-8

Author: jwalker
Date: 2007-03-08 19:09:58 +0100 (Thu, 08 Mar 2007)
New Revision: 1641

Modified:
   trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php
   trunk/plugins/serendipity_event_weblogping/lang_bg.inc.php
Log:
1) Added forgotten $Id keyword.

Modified: trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php
===================================================================
--- trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php	2007-03-08 18:06:13 UTC
(rev 1640)
+++ trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php	2007-03-08 18:09:58 UTC
(rev 1641)
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-<?php # $Id: lang_en.inc.php 1381 2006-08-15 10:14:56Z elf2000 $
+<?php # $Id$

 /**
  *   <at> version $Revision: 1381 $

Property changes on: trunk/plugins/serendipity_event_weblogping/UTF-8/lang_bg.inc.php
___________________________________________________________________
Name: svn:keywords
   + Id

Modified: trunk/plugins/serendipity_event_weblogping/lang_bg.inc.php
===================================================================
(Continue reading)

garvinhicking at BerliOS | 9 Mar 2007 10:04
Picon

r1642 - trunk/include

Author: garvinhicking
Date: 2007-03-09 10:04:40 +0100 (Fri, 09 Mar 2007)
New Revision: 1642

Modified:
   trunk/include/plugin_internal.inc.php
Log:
Add 'serendipity_xml_icon' CSS class to links for XML icons to authors and syndication plugin

Modified: trunk/include/plugin_internal.inc.php
===================================================================
--- trunk/include/plugin_internal.inc.php	2007-03-08 18:09:58 UTC (rev 1641)
+++ trunk/include/plugin_internal.inc.php	2007-03-09 09:04:40 UTC (rev 1642)
 <at>  <at>  -904,7 +904,7  <at>  <at> 
         if (serendipity_db_bool($this->get_config('show_0.91', true))) {
 ?>
         <div style="padding-bottom: 2px;">
-            <a href="<?php echo serendipity_rewriteURL(PATH_FEEDS .'/index.rss', 'serendipityHTTPPath')
?>"><img src="<?php echo serendipity_getTemplateFile('img/xml.gif'); ?>" alt="XML"
style="border: 0px" /></a>
+            <a class="serendipity_xml_icon" href="<?php echo serendipity_rewriteURL(PATH_FEEDS
.'/index.rss', 'serendipityHTTPPath') ?>"><img src="<?php echo
serendipity_getTemplateFile('img/xml.gif'); ?>" alt="XML" style="border: 0px" /></a>
             <a href="<?php echo serendipity_rewriteURL(PATH_FEEDS .'/index.rss', 'serendipityHTTPPath')
?>">RSS 0.91 feed</a>
         </div>
 <?php
 <at>  <at>  -913,7 +913,7  <at>  <at> 
         if (serendipity_db_bool($this->get_config('show_1.0', true))) {
 ?>
(Continue reading)

garvinhicking at BerliOS | 9 Mar 2007 10:25
Picon

r1643 - trunk/plugins/serendipity_event_entryproperties

Author: garvinhicking
Date: 2007-03-09 10:25:51 +0100 (Fri, 09 Mar 2007)
New Revision: 1643

Modified:
   trunk/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
Log:
Remove optimization, was causing trouble...

Modified: trunk/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
===================================================================
---
trunk/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php	2007-03-09
09:04:40 UTC (rev 1642)
+++
trunk/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php	2007-03-09
09:25:51 UTC (rev 1643)
 <at>  <at>  -598,10 +598,6  <at>  <at> 
                     break;

                 case 'frontend_entryproperties':
-                    if (is_array($eventData[0]['properties'])) {
-                        // Skip fetching entryproperties again, it has already been done in functions_entries::fetchEntry().
-                        return true;
-                    }
                     $and = $this->returnQueryCondition($is_cache);
                     $q = "SELECT entryid, property, value FROM {$serendipity['dbPrefix']}entryproperties WHERE entryid
IN (" . implode(', ', array_keys($addData)) . ") $and";

-------------------------------------------------------------------------
(Continue reading)

garvinhicking at BerliOS | 11 Mar 2007 13:35
Picon

r1644 - trunk/plugins/serendipity_plugin_remoterss

Author: garvinhicking
Date: 2007-03-11 13:35:50 +0100 (Sun, 11 Mar 2007)
New Revision: 1644

Modified:
   trunk/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php
Log:
Use old default setting

Modified: trunk/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php
===================================================================
--- trunk/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php	2007-03-09
09:25:51 UTC (rev 1643)
+++ trunk/plugins/serendipity_plugin_remoterss/serendipity_plugin_remoterss.php	2007-03-11
12:35:50 UTC (rev 1644)
 <at>  <at>  -257,7 +257,7  <at>  <at> 
         $propbag->add('description',   PLUGIN_REMOTERSS_BLAHBLAH);
         $propbag->add('stackable',     true);
         $propbag->add('author',        'Udo Gerhards, Richard Thomas Harrison');
-        $propbag->add('version',       '1.7');
+        $propbag->add('version',       '1.8');
         $propbag->add('requirements',  array(
             'serendipity' => '0.8',
             'smarty'      => '2.6.7',
 <at>  <at>  -274,7 +274,7  <at>  <at> 
                 $propbag->add('type', 'boolean');
                 $propbag->add('name', PLUGIN_REMOTERSS_RSSLINK);
                 $propbag->add('description', PLUGIN_REMOTERSS_RSSLINK_DESC);
-                $propbag->add('default', 'false');
+                $propbag->add('default', 'true');
(Continue reading)

garvinhicking at BerliOS | 11 Mar 2007 13:50
Picon

r1645 - in trunk: . docs

Author: garvinhicking
Date: 2007-03-11 13:50:42 +0100 (Sun, 11 Mar 2007)
New Revision: 1645

Modified:
   trunk/docs/NEWS
   trunk/index.php
Log:
* Fix permalink patterns for some cases to properly detect      pagination variables instead of interpreting
search words      as those (garvinhicking)

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2007-03-11 12:35:50 UTC (rev 1644)
+++ trunk/docs/NEWS	2007-03-11 12:50:42 UTC (rev 1645)
 <at>  <at>  -3,26 +3,30  <at>  <at> 
 Version 1.2 ()
 ------------------------------------------------------------------------

+    * Fix permalink patterns for some cases to properly detect
+      pagination variables instead of interpreting search words
+      as those (garvinhicking)
+
     * Improve performance of displaying the complete archive. Instead
       of year*months SQL queries, only one query is now used.
       (garvinhicking)
- 
+
     * Improve installation on hosts where fsockopen() is disabled
       (garvinhicking)
(Continue reading)

garvinhicking at BerliOS | 11 Mar 2007 14:34
Picon

r1646 - trunk/plugins/serendipity_event_livesearch

Author: garvinhicking
Date: 2007-03-11 14:34:15 +0100 (Sun, 11 Mar 2007)
New Revision: 1646

Modified:
   trunk/plugins/serendipity_event_livesearch/lang_en.inc.php
Log:
Add missing constant

Modified: trunk/plugins/serendipity_event_livesearch/lang_en.inc.php
===================================================================
--- trunk/plugins/serendipity_event_livesearch/lang_en.inc.php	2007-03-11 12:50:42 UTC (rev 1645)
+++ trunk/plugins/serendipity_event_livesearch/lang_en.inc.php	2007-03-11 13:34:15 UTC (rev 1646)
 <at>  <at>  -9,5 +9,5  <at>  <at> 
  <at> define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livesearch');
  <at> define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Enhances the internal search function by adding
live-updates on keypress (JavaScript)');
  <at> define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Wait, sending request...');
-
+ <at> define('PLUGIN_EVENT_LIVESEARCH_NOTFOUND', 'No entries match your query');
 ?>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Gmane