garvinhicking at BerliOS | 1 Feb 2008 15:10
Picon

r2100 - in trunk: . docs include include/admin plugins/serendipity_event_entryproperties

Author: garvinhicking
Date: 2008-02-01 15:10:14 +0100 (Fri, 01 Feb 2008)
New Revision: 2100

Modified:
   trunk/docs/NEWS
   trunk/include/admin/category.inc.php
   trunk/include/admin/comments.inc.php
   trunk/include/admin/entries.inc.php
   trunk/include/admin/entries_overview.inc.php
   trunk/include/admin/groups.inc.php
   trunk/include/admin/installer.inc.php
   trunk/include/admin/overview.inc.php
   trunk/include/admin/personal.inc.php
   trunk/include/admin/users.inc.php
   trunk/include/functions_images.inc.php
   trunk/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
   trunk/serendipity_admin.php
Log:
    * Add ability to plugins to check uploaded media files for invalid
      file extensions. Added more escaping to user- and groupnames
      for untrusted author environments, thanks to Hanno Boeck.
      (garvinhicking)

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2008-01-30 11:47:36 UTC (rev 2099)
+++ trunk/docs/NEWS	2008-02-01 14:10:14 UTC (rev 2100)
 <at>  <at>  -3,6 +3,11  <at>  <at> 
 Version 1.3 ()
(Continue reading)

garvinhicking at BerliOS | 1 Feb 2008 15:16
Picon

r2101 - trunk/include

Author: garvinhicking
Date: 2008-02-01 15:16:55 +0100 (Fri, 01 Feb 2008)
New Revision: 2101

Modified:
   trunk/include/functions_entries.inc.php
Log:
Missed one commit file

Modified: trunk/include/functions_entries.inc.php
===================================================================
--- trunk/include/functions_entries.inc.php	2008-02-01 14:10:14 UTC (rev 2100)
+++ trunk/include/functions_entries.inc.php	2008-02-01 14:16:55 UTC (rev 2101)
 <at>  <at>  -1007,6 +1007,8  <at>  <at> 
                 $entry['authorid'] = $serendipity['authorid'];
             }

+            $entry['author'] = htmlspecialchars($entry['author']);
+
             $authorData = array(
                             'authorid' => $entry['authorid'],
                             'username' => $entry['loginname'],

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
slothman at BerliOS | 1 Feb 2008 16:37
Picon

r2102 - trunk/lang

Author: slothman
Date: 2008-02-01 16:37:00 +0100 (Fri, 01 Feb 2008)
New Revision: 2102

Modified:
   trunk/lang/serendipity_lang_en.inc.php
Log:
Add CENTER for alignments (required for karma plugin)

Modified: trunk/lang/serendipity_lang_en.inc.php
===================================================================
--- trunk/lang/serendipity_lang_en.inc.php	2008-02-01 14:16:55 UTC (rev 2101)
+++ trunk/lang/serendipity_lang_en.inc.php	2008-02-01 15:37:00 UTC (rev 2102)
 <at>  <at>  -150,6 +150,7  <at>  <at> 
  <at> define('SERENDIPITY_INSTALLATION', 'Serendipity Installation');
  <at> define('LEFT', 'left');
  <at> define('RIGHT', 'right');
+ <at> define('CENTER', 'center');
  <at> define('HIDDEN', 'hidden');
  <at> define('REMOVE_TICKED_PLUGINS', 'Remove ticked plugins');
  <at> define('SAVE_CHANGES_TO_LAYOUT', 'Save changes to layout');

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
garvinhicking at BerliOS | 2 Feb 2008 12:05
Picon

r2103 - trunk/include/admin

Author: garvinhicking
Date: 2008-02-02 12:05:35 +0100 (Sat, 02 Feb 2008)
New Revision: 2103

Modified:
   trunk/include/admin/entries.inc.php
Log:
Missing commit

Modified: trunk/include/admin/entries.inc.php
===================================================================
--- trunk/include/admin/entries.inc.php	2008-02-01 15:37:00 UTC (rev 2102)
+++ trunk/include/admin/entries.inc.php	2008-02-02 11:05:35 UTC (rev 2103)
 <at>  <at>  -266,13 +266,13  <at>  <at> 
                     <tr>
                         <td>
                             <?php
-                echo POSTED_BY . ' ' . $entry['author'];
+                echo POSTED_BY . ' ' . htmlspecialchars($entry['author']);
                 if (count($entry['categories'])) {
                     echo ' ' . IN . ' ';
                     $cats = array();
                     foreach ($entry['categories'] as $cat) {
                         $caturl = serendipity_categoryURL($cat);
-                        $cats[] = '<a href="' . $caturl . '">' . $cat['category_name'] . '</a>';
+                        $cats[] = '<a href="' . $caturl . '">' . htmlspecialchars($cat['category_name']) . '</a>';
                     }
                     echo implode(', ', $cats);
                 }

(Continue reading)

jwalker | 3 Feb 2008 09:26
Picon

r2105 - in trunk/templates/bulletproof: . UTF-8

Author: jwalker
Date: 2008-02-03 09:26:54 +0100 (Sun, 03 Feb 2008)
New Revision: 2105

Modified:
   trunk/templates/bulletproof/UTF-8/lang_bg.inc.php
   trunk/templates/bulletproof/lang_bg.inc.php
Log:
BP: Added BG translations.

Modified: trunk/templates/bulletproof/UTF-8/lang_bg.inc.php
===================================================================
--- trunk/templates/bulletproof/UTF-8/lang_bg.inc.php	2008-02-03 08:26:43 UTC (rev 2104)
+++ trunk/templates/bulletproof/UTF-8/lang_bg.inc.php	2008-02-03 08:26:54 UTC (rev 2105)
 <at>  <at>  -6,7 +6,7  <at>  <at> 

 // Colorsets
  <at> define('THEME_COLORSET', 'Цветова схема');
- <at> define('USER_STYLESHEET','');
+ <at> define('USER_STYLESHEET','Използване на допълнителна CSS.
Файлът трябва да бъде записан в директорията на
шаблона (bulletproof) и да бъде с име user.css. Може да бъде
използван за предефиниране на стилове.');
 // Layout
  <at> define('LAYOUT_TYPE','Общо оформление (B = Статия, S = Странична
приставка, CF = Първо съдържанието)');
  <at> define('LAYOUT_SBS','Три колони S-B-S');
 <at>  <at>  -15,8 +15,8  <at>  <at> 
  <at> define('LAYOUT_SB','Две колони, S-B');
  <at> define('LAYOUT_BS','Две колони, B-S, CF');
(Continue reading)

jwalker | 3 Feb 2008 09:26
Picon

r2104 - in branches/1.2/templates/bulletproof: . UTF-8

Author: jwalker
Date: 2008-02-03 09:26:43 +0100 (Sun, 03 Feb 2008)
New Revision: 2104

Modified:
   branches/1.2/templates/bulletproof/UTF-8/lang_bg.inc.php
   branches/1.2/templates/bulletproof/lang_bg.inc.php
Log:
BP: Added BG translations.

Modified: branches/1.2/templates/bulletproof/UTF-8/lang_bg.inc.php
===================================================================
--- branches/1.2/templates/bulletproof/UTF-8/lang_bg.inc.php	2008-02-02 11:05:35 UTC (rev 2103)
+++ branches/1.2/templates/bulletproof/UTF-8/lang_bg.inc.php	2008-02-03 08:26:43 UTC (rev 2104)
 <at>  <at>  -6,7 +6,7  <at>  <at> 

 // Colorsets
  <at> define('THEME_COLORSET', 'Цветова схема');
- <at> define('USER_STYLESHEET','');
+ <at> define('USER_STYLESHEET','Използване на допълнителна CSS.
Файлът трябва да бъде записан в директорията на
шаблона (bulletproof) и да бъде с име user.css. Може да бъде
използван за предефиниране на стилове.');
 // Layout
  <at> define('LAYOUT_TYPE','Общо оформление (B = Статия, S = Странична
приставка, CF = Първо съдържанието)');
  <at> define('LAYOUT_SBS','Три колони S-B-S');
 <at>  <at>  -15,8 +15,8  <at>  <at> 
  <at> define('LAYOUT_SB','Две колони, S-B');
  <at> define('LAYOUT_BS','Две колони, B-S, CF');
(Continue reading)

garvinhicking at BerliOS | 6 Feb 2008 10:02
Picon

r2106 - in trunk/lang: . UTF-8

Author: garvinhicking
Date: 2008-02-06 10:02:11 +0100 (Wed, 06 Feb 2008)
New Revision: 2106

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 at BerliOS | 6 Feb 2008 15:50
Picon

r2107 - in trunk: docs include/admin/importers

Author: garvinhicking
Date: 2008-02-06 15:50:31 +0100 (Wed, 06 Feb 2008)
New Revision: 2107

Added:
   trunk/include/admin/importers/nuke.inc.php
Modified:
   trunk/docs/NEWS
Log:
Add phpnuke importer

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2008-02-06 09:02:11 UTC (rev 2106)
+++ trunk/docs/NEWS	2008-02-06 14:50:31 UTC (rev 2107)
 <at>  <at>  -3,6 +3,8  <at>  <at> 
 Version 1.3 ()
 ------------------------------------------------------------------------

+    * Added phpNuke importer (garvinhicking)
+
     * Add ability to plugins to check uploaded media files for invalid
       file extensions. Added more escaping to user- and groupnames
       for untrusted author environments, thanks to Hanno Boeck.

Added: trunk/include/admin/importers/nuke.inc.php
===================================================================
--- trunk/include/admin/importers/nuke.inc.php	2008-02-06 09:02:11 UTC (rev 2106)
+++ trunk/include/admin/importers/nuke.inc.php	2008-02-06 14:50:31 UTC (rev 2107)
 <at>  <at>  -0,0 +1,319  <at>  <at> 
(Continue reading)

slothman at BerliOS | 8 Feb 2008 03:35
Picon

r2108 - trunk/plugins/serendipity_plugin_recententries

Author: slothman
Date: 2008-02-08 03:35:44 +0100 (Fri, 08 Feb 2008)
New Revision: 2108

Modified:
   trunk/plugins/serendipity_plugin_recententries/serendipity_plugin_recententries.php
Log:
Most minor bugfix imaginable: add . to make plugin respect selected categories

Modified: trunk/plugins/serendipity_plugin_recententries/serendipity_plugin_recententries.php
===================================================================
---
trunk/plugins/serendipity_plugin_recententries/serendipity_plugin_recententries.php	2008-02-06
14:50:31 UTC (rev 2107)
+++
trunk/plugins/serendipity_plugin_recententries/serendipity_plugin_recententries.php	2008-02-08
02:35:44 UTC (rev 2108)
 <at>  <at>  -20,8 +20,8  <at>  <at> 
         $propbag->add('name',          PLUGIN_RECENTENTRIES_TITLE);
         $propbag->add('description',   PLUGIN_RECENTENTRIES_BLAHBLAH);
         $propbag->add('stackable',     true);
-        $propbag->add('author',        'Christian Machmeier, Christian Brabandt');
-        $propbag->add('version',       '1.8');
+        $propbag->add('author',        'Christian Machmeier, Christian Brabandt, Judebert');
+        $propbag->add('version',       '1.9');
         $propbag->add('requirements',  array(
             'serendipity' => '0.8',
             'smarty'      => '2.6.7',
 <at>  <at>  -178,7 +178,7  <at>  <at> 
             $sql_order = "ORDER BY timestamp DESC ";
(Continue reading)

brockhaus at BerliOS | 10 Feb 2008 11:01
Picon

r2109 - trunk/include/admin

Author: brockhaus
Date: 2008-02-10 11:01:32 +0100 (Sun, 10 Feb 2008)
New Revision: 2109

Modified:
   trunk/include/admin/comments.inc.php
Log:
Changed used language entry for option "Show comment complete"

Modified: trunk/include/admin/comments.inc.php
===================================================================
--- trunk/include/admin/comments.inc.php	2008-02-08 02:35:44 UTC (rev 2108)
+++ trunk/include/admin/comments.inc.php	2008-02-10 10:01:32 UTC (rev 2109)
 <at>  <at>  -262,7 +262,7  <at>  <at> 
     if ( document.getElementById(id + '_full').style.display == '' ) {
         document.getElementById(id + '_full').style.display='none';
         document.getElementById(id + '_summary').style.display='';
-        document.getElementById(id + '_text').innerHTML = '<?php echo TOGGLE_ALL ?>';
+        document.getElementById(id + '_text').innerHTML = '<?php echo VIEW_FULL ?>';
     } else {
         document.getElementById(id + '_full').style.display='';
         document.getElementById(id + '_summary').style.display='none';

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane