brockhaus at BerliOS | 1 Jun 2009 04:36
Picon

r2517 - in trunk: . docs plugins/serendipity_plugin_shoutbox plugins/serendipity_plugin_shoutbox/UTF-8

Author: brockhaus
Date: 2009-06-01 04:36:52 +0200 (Mon, 01 Jun 2009)
New Revision: 2517

Modified:
   trunk/
   trunk/docs/NEWS
   trunk/plugins/serendipity_plugin_shoutbox/UTF-8/lang_de.inc.php
   trunk/plugins/serendipity_plugin_shoutbox/lang_de.inc.php
   trunk/plugins/serendipity_plugin_shoutbox/lang_en.inc.php
   trunk/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php
Log:
Changed shoutbox plugin. Shoutbox input size is configurable now.

Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
   - index.html
serendipity_config_local.inc.php
.htaccess
uploads
archives
*.db
.project
.settings
trackback_test.php
pingback_test.php
DEADJOE
*.orig
*.diff
(Continue reading)

brockhaus at BerliOS | 1 Jun 2009 05:31
Picon

r2518 - in trunk: docs plugins/serendipity_plugin_shoutbox

Author: brockhaus
Date: 2009-06-01 05:31:13 +0200 (Mon, 01 Jun 2009)
New Revision: 2518

Modified:
   trunk/docs/NEWS
   trunk/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php
Log:
shoutbox plugin: Wrong description for dateformat fixed.

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2009-06-01 02:36:52 UTC (rev 2517)
+++ trunk/docs/NEWS	2009-06-01 03:31:13 UTC (rev 2518)
 <at>  <at>  -4,6 +4,7  <at>  <at> 
 ------------------------------------------------------------------------

     * Changed shoutbox plugin. Shoutbox input size is configurable now.
+      Wrong description for dateformat fixed.
       (brockhaus)

     * Change mail entry plugin to be able to send mails without

Modified: trunk/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php
===================================================================
--- trunk/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php	2009-06-01
02:36:52 UTC (rev 2517)
+++ trunk/plugins/serendipity_plugin_shoutbox/serendipity_plugin_shoutbox.php	2009-06-01
03:31:13 UTC (rev 2518)
 <at>  <at>  -67,7 +67,7  <at>  <at> 
(Continue reading)

brockhaus at BerliOS | 2 Jun 2009 14:49
Picon

r2520 - trunk/include

Author: brockhaus
Date: 2009-06-02 14:49:26 +0200 (Tue, 02 Jun 2009)
New Revision: 2520

Modified:
   trunk/include/functions_installer.inc.php
Log:
Better error message for having problems while including files. (using language entry for it now)

Modified: trunk/include/functions_installer.inc.php
===================================================================
--- trunk/include/functions_installer.inc.php	2009-06-02 12:36:39 UTC (rev 2519)
+++ trunk/include/functions_installer.inc.php	2009-06-02 12:49:26 UTC (rev 2520)
 <at>  <at>  -283,7 +283,7  <at>  <at> 

     $config =  <at> include($filename);
     if (! is_array($config)) {
-    	echo "<b>Error reading: " . $filename . "</b><br/>Perhaps the Webserver can't access the file?<br/>";
+    	printf(INCLUDE_ERROR,$filename);
     }

     foreach ( $config as $n => $category ) {

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
(Continue reading)

brockhaus at BerliOS | 2 Jun 2009 14:36
Picon

r2519 - trunk/include

Author: brockhaus
Date: 2009-06-02 14:36:39 +0200 (Tue, 02 Jun 2009)
New Revision: 2519

Modified:
   trunk/include/functions_installer.inc.php
Log:
Better error message for having problems while including files.

Modified: trunk/include/functions_installer.inc.php
===================================================================
--- trunk/include/functions_installer.inc.php	2009-06-01 03:31:13 UTC (rev 2518)
+++ trunk/include/functions_installer.inc.php	2009-06-02 12:36:39 UTC (rev 2519)
 <at>  <at>  -282,6 +282,9  <at>  <at> 
     }

     $config =  <at> include($filename);
+    if (! is_array($config)) {
+    	echo "<b>Error reading: " . $filename . "</b><br/>Perhaps the Webserver can't access the file?<br/>";
+    }

     foreach ( $config as $n => $category ) {
         /* If $areas is an array, we filter out those categories, not within the array */

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
(Continue reading)

yellowled at BerliOS | 5 Jun 2009 16:33
Picon

r2521 - branches/1.4/templates/bulletproof trunk/templates/bulletproof trunk/templates/bulletproof/UTF-8

Author: yellowled
Date: 2009-06-05 16:33:07 +0200 (Fri, 05 Jun 2009)
New Revision: 2521

Modified:
   branches/1.4/templates/bulletproof/info.txt
   branches/1.4/templates/bulletproof/style.css
   trunk/templates/bulletproof/UTF-8/lang_de.inc.php
   trunk/templates/bulletproof/UTF-8/lang_en.inc.php
   trunk/templates/bulletproof/info.txt
   trunk/templates/bulletproof/lang_de.inc.php
   trunk/templates/bulletproof/lang_en.inc.php
   trunk/templates/bulletproof/style.css
Log:
BP: Fix for display of unordered and ordered lists in entries together with ThickBox. Updated info.txt
since Don keeps forgetting to do so ;-)

Modified: branches/1.4/templates/bulletproof/info.txt
===================================================================
--- branches/1.4/templates/bulletproof/info.txt	2009-06-02 12:49:26 UTC (rev 2520)
+++ branches/1.4/templates/bulletproof/info.txt	2009-06-05 14:33:07 UTC (rev 2521)
 <at>  <at>  -1,4 +1,4  <at>  <at> 
 Name: Bulletproof v1.4 (s9y-bulletproof.com)
 Author: Bulletproof development team
-Date: 2008-12-16
+Date: 2009-06-05
 Require Serendipity: 1.2

Modified: branches/1.4/templates/bulletproof/style.css
===================================================================
(Continue reading)

garvinhicking at BerliOS | 11 Jun 2009 14:14
Picon

r2522 - in trunk: . plugins/serendipity_event_livesearch

Author: garvinhicking
Date: 2009-06-11 14:14:15 +0200 (Thu, 11 Jun 2009)
New Revision: 2522

Modified:
   trunk/comment.php
   trunk/index.php
   trunk/plugins/serendipity_event_livesearch/serendipity_event_livesearch.js
   trunk/serendipity_config.inc.php
Log:
Specific php session checks, if a session has already been issued.

Modified: trunk/comment.php
===================================================================
--- trunk/comment.php	2009-06-05 14:33:07 UTC (rev 2521)
+++ trunk/comment.php	2009-06-11 12:14:15 UTC (rev 2522)
 <at>  <at>  -2,6 +2,8  <at>  <at> 
 # Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity Developer Team)
 # All rights reserved.  See LICENSE file for licensing details

+#if ($_REQUEST['type'] == 'trackback') die('Disabled');
+
 include('serendipity_config.inc.php');
 include S9Y_INCLUDE_PATH . 'include/functions_entries_admin.inc.php';

Modified: trunk/index.php
===================================================================
--- trunk/index.php	2009-06-05 14:33:07 UTC (rev 2521)
+++ trunk/index.php	2009-06-11 12:14:15 UTC (rev 2522)
 <at>  <at>  -24,7 +24,6  <at>  <at> 
(Continue reading)

garvinhicking at BerliOS | 11 Jun 2009 17:38
Picon

r2523 - trunk/include

Author: garvinhicking
Date: 2009-06-11 17:38:22 +0200 (Thu, 11 Jun 2009)
New Revision: 2523

Modified:
   trunk/include/functions_comments.inc.php
   trunk/include/functions_entries.inc.php
Log:
API improvement, prpoerly store entry reference in printentries, and
save cid for api hook

Modified: trunk/include/functions_comments.inc.php
===================================================================
--- trunk/include/functions_comments.inc.php	2009-06-11 12:14:15 UTC (rev 2522)
+++ trunk/include/functions_comments.inc.php	2009-06-11 15:38:22 UTC (rev 2523)
 <at>  <at>  -960,7 +960,7  <at>  <at> 
             fclose($fp);
         }

-        serendipity_insertComment($id, $commentInfo, $type, $source, $ca);
+        $commentInfo['comment_cid'] = serendipity_insertComment($id, $commentInfo, $type, $source, $ca);
         $commentInfo['comment_id'] = $id;
         serendipity_plugin_api::hook_event('frontend_saveComment_finish', $ca, $commentInfo);
         return true;

Modified: trunk/include/functions_entries.inc.php
===================================================================
--- trunk/include/functions_entries.inc.php	2009-06-11 12:14:15 UTC (rev 2522)
+++ trunk/include/functions_entries.inc.php	2009-06-11 15:38:22 UTC (rev 2523)
 <at>  <at>  -1017,9 +1017,13  <at>  <at> 
(Continue reading)

brockhaus at BerliOS | 12 Jun 2009 13:57
Picon

r2524 - trunk/include

Author: brockhaus
Date: 2009-06-12 13:57:14 +0200 (Fri, 12 Jun 2009)
New Revision: 2524

Modified:
   trunk/include/functions_comments.inc.php
Log:
Fix urls with invalid cased protocol part while displaying entry comments.

Modified: trunk/include/functions_comments.inc.php
===================================================================
--- trunk/include/functions_comments.inc.php	2009-06-11 15:38:22 UTC (rev 2523)
+++ trunk/include/functions_comments.inc.php	2009-06-12 11:57:14 UTC (rev 2524)
 <at>  <at>  -369,6 +369,11  <at>  <at> 
             $comment['url']     = strip_tags($comment['url']);
             $comment['link_delete'] = $serendipity['baseURL'] . 'comment.php?serendipity[delete]=' .
$comment['id'] . '&amp;serendipity[entry]=' . $comment['entry_id'] . '&amp;serendipity[type]=comments';

+            /* Fix invalid cases in protocoll part */
+            if (!empty($comment['url'])) {
+                $comment['url'] = preg_replace(' <at> ^http:// <at> i','http://', $comment['url']);
+                $comment['url'] = preg_replace(' <at> ^https:// <at> i','https://', $comment['url']);
+            }
             /* Fix fucked links */
             if (!empty($comment['url']) && substr($comment['url'], 0, 7) != 'http://' &&
substr($comment['url'], 0, 8) != 'https://') {
                 $comment['url'] = 'http://' . $comment['url'];

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
(Continue reading)

brockhaus at BerliOS | 12 Jun 2009 14:13
Picon

r2525 - trunk/plugins/serendipity_plugin_comments

Author: brockhaus
Date: 2009-06-12 14:13:34 +0200 (Fri, 12 Jun 2009)
New Revision: 2525

Modified:
   trunk/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php
Log:
Fix urls with invalid cased protocol part while displaying entry comments.

Modified: trunk/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php
===================================================================
--- trunk/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php	2009-06-12
11:57:14 UTC (rev 2524)
+++ trunk/plugins/serendipity_plugin_comments/serendipity_plugin_comments.php	2009-06-12
12:13:34 UTC (rev 2525)
 <at>  <at>  -181,6 +181,11  <at>  <at> 
                 $isTrackBack = $row['comment_type'] == 'TRACKBACK' || $row['comment_type'] == 'PINGBACK';

                 if ($row['comment_url'] != '' && ( ($isTrackBack && ($showurls =='trackbacks' || $showurls =='all') ||
!$isTrackBack && ($showurls =='comments' || $showurls =='all')))) {
+                    
+                    /* Fix invalid cases in protocoll part */
+                    $row['comment_url'] = preg_replace(' <at> ^http:// <at> i','http://', $row['comment_url']);
+                    $row['comment_url'] = preg_replace(' <at> ^https:// <at> i','https://', $row['comment_url']);
+                    
                     if (substr($row['comment_url'], 0, 7) != 'http://' && 
                         substr($row['comment_url'], 0, 8) != 'https://') {
                         $row['comment_url'] = 'http://' . $row['comment_url']; 

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

garvinhicking at BerliOS | 15 Jun 2009 11:20
Picon

r2526 - in trunk/lang: . UTF-8

Author: garvinhicking
Date: 2009-06-15 11:19:59 +0200 (Mon, 15 Jun 2009)
New Revision: 2526

Modified:
   trunk/lang/UTF-8/serendipity_lang_cn.inc.php
   trunk/lang/UTF-8/serendipity_lang_cs.inc.php
   trunk/lang/UTF-8/serendipity_lang_cz.inc.php
   trunk/lang/UTF-8/serendipity_lang_da.inc.php
   trunk/lang/UTF-8/serendipity_lang_de.inc.php
   trunk/lang/UTF-8/serendipity_lang_en.inc.php
   trunk/lang/UTF-8/serendipity_lang_es.inc.php
   trunk/lang/UTF-8/serendipity_lang_fa.inc.php
   trunk/lang/UTF-8/serendipity_lang_fi.inc.php
   trunk/lang/UTF-8/serendipity_lang_fr.inc.php
   trunk/lang/UTF-8/serendipity_lang_is.inc.php
   trunk/lang/UTF-8/serendipity_lang_ja.inc.php
   trunk/lang/UTF-8/serendipity_lang_ko.inc.php
   trunk/lang/UTF-8/serendipity_lang_nl.inc.php
   trunk/lang/UTF-8/serendipity_lang_no.inc.php
   trunk/lang/UTF-8/serendipity_lang_pt.inc.php
   trunk/lang/UTF-8/serendipity_lang_ru.inc.php
   trunk/lang/UTF-8/serendipity_lang_tn.inc.php
   trunk/lang/UTF-8/serendipity_lang_tw.inc.php
   trunk/lang/UTF-8/serendipity_lang_zh.inc.php
   trunk/lang/serendipity_lang_de.inc.php
Log:
Language update by konus


(Continue reading)


Gmane