garvinhicking | 16 Dec 2010 09:51
Picon

r2713 - in trunk/lang: . UTF-8

Author: garvinhicking
Date: 2010-12-16 09:51:54 +0100 (Thu, 16 Dec 2010)
New Revision: 2713

Modified:
   trunk/lang/UTF-8/plugin_lang.php
   trunk/lang/UTF-8/serendipity_lang_bg.inc.php
   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_hu.inc.php
   trunk/lang/UTF-8/serendipity_lang_is.inc.php
   trunk/lang/UTF-8/serendipity_lang_it.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_pl.inc.php
   trunk/lang/UTF-8/serendipity_lang_pt.inc.php
   trunk/lang/UTF-8/serendipity_lang_pt_PT.inc.php
   trunk/lang/UTF-8/serendipity_lang_ro.inc.php
   trunk/lang/UTF-8/serendipity_lang_ru.inc.php
   trunk/lang/UTF-8/serendipity_lang_sa.inc.php
(Continue reading)

garvinhicking | 21 Dec 2010 20:41
Picon

r2714 - in trunk: docs include include/admin

Author: garvinhicking
Date: 2010-12-21 20:41:19 +0100 (Tue, 21 Dec 2010)
New Revision: 2714

Modified:
   trunk/docs/NEWS
   trunk/include/admin/comments.inc.php
   trunk/include/functions_comments.inc.php
   trunk/include/functions_smarty.inc.php
Log:
missing commit

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2010-12-16 08:51:54 UTC (rev 2713)
+++ trunk/docs/NEWS	2010-12-21 19:41:19 UTC (rev 2714)
 <at>  <at>  -3,6 +3,8  <at>  <at> 
 Version 1.6 ()
 ------------------------------------------------------------------------

+    * Allow to moderate multiple selected comments (garvinhicking)
+    
     * Allow to pass 'template' variable to serendipity_showPlugin

     * Make CSS permalink pattern compatible to 1&1 servers,
 <at>  <at>  -83,6 +85,14  <at>  <at> 
     * Added event hook backend_sendcomment for sending comments and
       being able to chang via plugin API (onli)

+Version 1.5.5 (December 21st, 2010)
(Continue reading)

garvinhicking | 21 Dec 2010 20:42
Picon

r2715 - in branches/1.5: . htmlarea/examples/files

Author: garvinhicking
Date: 2010-12-21 20:42:47 +0100 (Tue, 21 Dec 2010)
New Revision: 2715

Removed:
   branches/1.5/htmlarea/examples/files/ext_example-dest.php
Modified:
   branches/1.5/serendipity_config.inc.php
Log:
backport

Deleted: branches/1.5/htmlarea/examples/files/ext_example-dest.php
===================================================================
--- branches/1.5/htmlarea/examples/files/ext_example-dest.php	2010-12-21 19:41:19 UTC (rev 2714)
+++ branches/1.5/htmlarea/examples/files/ext_example-dest.php	2010-12-21 19:42:47 UTC (rev 2715)
 <at>  <at>  -1,23 +0,0  <at>  <at> 
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-  <title>Example of Xinha</title>
-  <link rel="stylesheet" href="full_example.css" />
-</head>
-<body>
-<?php
-if (get_magic_quotes_gpc()) {
-  $_REQUEST = array_map('stripslashes',$_REQUEST);
-}
-// or in php.ini
-//; Magic quotes for incoming GET/POST/Cookie data.
-//magic_quotes_gpc = Off
(Continue reading)

garvinhicking | 21 Dec 2010 20:46
Picon

r2716 - in branches/1.5: docs htmlarea/contrib htmlarea/plugins/ExtendedFileManager htmlarea/plugins/FormOperations htmlarea/plugins/HtmlTidy htmlarea/plugins/ImageManager htmlarea/plugins/InsertPicture htmlarea/plugins/InsertSnippet htmlarea/plugins/SpellChecker htmlarea/plugins/SuperClean

Author: garvinhicking
Date: 2010-12-21 20:45:59 +0100 (Tue, 21 Dec 2010)
New Revision: 2716

Modified:
   branches/1.5/docs/NEWS
   branches/1.5/htmlarea/contrib/php-xinha.php
   branches/1.5/htmlarea/plugins/ExtendedFileManager/config.inc.php
   branches/1.5/htmlarea/plugins/FormOperations/formmail.php
   branches/1.5/htmlarea/plugins/HtmlTidy/html-tidy-logic.php
   branches/1.5/htmlarea/plugins/ImageManager/config.inc.php
   branches/1.5/htmlarea/plugins/InsertPicture/InsertPicture.php
   branches/1.5/htmlarea/plugins/InsertSnippet/snippets.php
   branches/1.5/htmlarea/plugins/SpellChecker/aspell_setup.php
   branches/1.5/htmlarea/plugins/SpellChecker/spell-check-logic.php
   branches/1.5/htmlarea/plugins/SuperClean/tidy.php
Log:
backport

Modified: branches/1.5/docs/NEWS
===================================================================
--- branches/1.5/docs/NEWS	2010-12-21 19:42:47 UTC (rev 2715)
+++ branches/1.5/docs/NEWS	2010-12-21 19:45:59 UTC (rev 2716)
 <at>  <at>  -1,5 +1,13  <at>  <at> 
 # $Id$

+Version 1.5.5 (December 21st, 2010)
+------------------------------------------------------------------------
+
+    * Due to security issues in the bundled Xinha WYSIWYG,
(Continue reading)

garvinhicking | 21 Dec 2010 20:46
Picon

r2717 - in trunk/htmlarea: contrib examples/files plugins/ExtendedFileManager plugins/FormOperations plugins/HtmlTidy plugins/ImageManager plugins/InsertPicture plugins/InsertSnippet plugins/SpellChecker plugins/SuperClean

Author: garvinhicking
Date: 2010-12-21 20:46:29 +0100 (Tue, 21 Dec 2010)
New Revision: 2717

Removed:
   trunk/htmlarea/examples/files/ext_example-dest.php
Modified:
   trunk/htmlarea/contrib/php-xinha.php
   trunk/htmlarea/plugins/ExtendedFileManager/config.inc.php
   trunk/htmlarea/plugins/FormOperations/formmail.php
   trunk/htmlarea/plugins/HtmlTidy/html-tidy-logic.php
   trunk/htmlarea/plugins/ImageManager/config.inc.php
   trunk/htmlarea/plugins/InsertPicture/InsertPicture.php
   trunk/htmlarea/plugins/InsertSnippet/snippets.php
   trunk/htmlarea/plugins/SpellChecker/aspell_setup.php
   trunk/htmlarea/plugins/SpellChecker/spell-check-logic.php
   trunk/htmlarea/plugins/SuperClean/tidy.php
Log:
xinha security issue, temporarily disabled all PHP plugins

Modified: trunk/htmlarea/contrib/php-xinha.php
===================================================================
--- trunk/htmlarea/contrib/php-xinha.php	2010-12-21 19:45:59 UTC (rev 2716)
+++ trunk/htmlarea/contrib/php-xinha.php	2010-12-21 19:46:29 UTC (rev 2717)
 <at>  <at>  -1,4 +1,5  <at>  <at> 
 <?php
+die('disabled in s9y');
   /** Write the appropriate xinha_config directives to pass data to a PHP (Plugin) backend file.
    *
    *  ImageManager Example:
(Continue reading)

garvinhicking | 31 Dec 2010 18:29
Picon

r2718 - in trunk: docs include templates templates/default

Author: garvinhicking
Date: 2010-12-31 18:29:51 +0100 (Fri, 31 Dec 2010)
New Revision: 2718

Added:
   trunk/templates/jquery.js
Modified:
   trunk/docs/NEWS
   trunk/include/plugin_api.inc.php
   trunk/templates/default/index.tpl
Log:
bundle jquery


Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2010-12-21 19:46:29 UTC (rev 2717)
+++ trunk/docs/NEWS	2010-12-31 17:29:51 UTC (rev 2718)
 <at>  <at>  -3,6 +3,15  <at>  <at> 
 Version 1.6 ()
 ------------------------------------------------------------------------
 
+    * Bundle jquery by default and enable it in frontend and backend
+      templates; overrides serendipity_event_jquery. If your template
+      contains its own "jquery.js" file, the core will NOT use it.
+      (garvinhicking)
+    
+    * Include API logic to allow the core to utilize event hooks with
+      internal function calls (used for jquery output, for example)
+      (garvinhicking)
(Continue reading)

garvinhicking | 31 Dec 2010 19:00
Picon

r2719 - in trunk: docs include

Author: garvinhicking
Date: 2010-12-31 19:00:43 +0100 (Fri, 31 Dec 2010)
New Revision: 2719

Modified:
   trunk/docs/NEWS
   trunk/include/functions_smarty.inc.php
Log:
Add new parameter "empty" to {serendipity_showPlugin}

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2010-12-31 17:29:51 UTC (rev 2718)
+++ trunk/docs/NEWS	2010-12-31 18:00:43 UTC (rev 2719)
 <at>  <at>  -3,6 +3,15  <at>  <at> 
 Version 1.6 ()
 ------------------------------------------------------------------------

+    * Added new parameter "empty" to {serendipity_showPlugin}. When
+      no callable plugins were found, the string in the "empty" parameter
+      will be shown instead, allowing users to get notified of a missing
+      plugin:
+      
+       {serendipity_showPlugin 
+           class="serendipity_plugin_twitter"
+           empty="Twitter plugin not found!"}
+
     * Bundle jquery by default and enable it in frontend and backend
       templates; overrides serendipity_event_jquery. If your template
       contains its own "jquery.js" file, the core will NOT use it.
(Continue reading)


Gmane