brockhaus at BerliOS | 1 Sep 2007 15:47
Picon

r1882 - trunk/templates/bulletproof

Author: brockhaus
Date: 2007-09-01 15:47:00 +0200 (Sat, 01 Sep 2007)
New Revision: 1882

Modified:
   trunk/templates/bulletproof/base.css
   trunk/templates/bulletproof/ie6.css
   trunk/templates/bulletproof/ie7.css
Log:
Added changes sugested by yellowled and Don Chambers in http://board.s9y.org/viewtopic.php?t=10928&postdays=0&postorder=asc&start=0

Modified: trunk/templates/bulletproof/base.css
===================================================================
--- trunk/templates/bulletproof/base.css	2007-08-31 10:39:55 UTC (rev 1881)
+++ trunk/templates/bulletproof/base.css	2007-09-01 13:47:00 UTC (rev 1882)
 <at>  <at>  -108,8 +108,9  <at>  <at> 
     clear: both;
     margin: 0;
     padding: 0!important;
-    width: auto;
+    width: 100%;
     height: 100%;
+    float:left;
 }

 /*** Accessibility styles ***/

Modified: trunk/templates/bulletproof/ie6.css
===================================================================
--- trunk/templates/bulletproof/ie6.css	2007-08-31 10:39:55 UTC (rev 1881)
(Continue reading)

brockhaus at BerliOS | 2 Sep 2007 03:23
Picon

r1883 - in trunk: include include/admin lang

Author: brockhaus
Date: 2007-09-02 03:23:21 +0200 (Sun, 02 Sep 2007)
New Revision: 1883

Modified:
   trunk/include/admin/comments.inc.php
   trunk/include/functions_comments.inc.php
   trunk/lang/addlang.txt
Log:
Added pingback filter option for comments in admin area

Modified: trunk/include/admin/comments.inc.php
===================================================================
--- trunk/include/admin/comments.inc.php	2007-09-01 13:47:00 UTC (rev 1882)
+++ trunk/include/admin/comments.inc.php	2007-09-02 01:23:21 UTC (rev 1883)
 <at>  <at>  -187,6 +187,9  <at>  <at> 
 if ($serendipity['GET']['filter']['type'] == 'TRACKBACK') {
     $c_type = 'TRACKBACK';
     $searchString .= "&amp;serendipity[filter][type]=TRACKBACK";
+} elseif ($serendipity['GET']['filter']['type'] == 'PINGBACK') {
+    $c_type = 'PINGBACK';
+    $searchString .= "&amp;serendipity[filter][type]=PINGBACK";
 } elseif ($serendipity['GET']['filter']['type'] == 'NORMAL') {
     $c_type = 'NORMAL';
     $searchString .= "&amp;serendipity[filter][type]=NORMAL";
 <at>  <at>  -197,6 +200,9  <at>  <at> 
 if ($serendipity['GET']['filter']['type'] == 'TRACKBACK') {
     $c_type = 'TRACKBACK';
     $searchString .= "&amp;serendipity[filter][type]=TRACKBACK";
+} elseif ($serendipity['GET']['filter']['type'] == 'PINGBACK') {
(Continue reading)

brockhaus at BerliOS | 2 Sep 2007 15:53
Picon

r1884 - trunk/include/admin

Author: brockhaus
Date: 2007-09-02 15:53:18 +0200 (Sun, 02 Sep 2007)
New Revision: 1884

Modified:
   trunk/include/admin/comments.inc.php
Log:
* Pingbacks are named "pingback" in the admins comment list (instead of "trackback")
* Added new css class for pending comments in order to mark them optical via css

Modified: trunk/include/admin/comments.inc.php
===================================================================
--- trunk/include/admin/comments.inc.php	2007-09-02 01:23:21 UTC (rev 1883)
+++ trunk/include/admin/comments.inc.php	2007-09-02 13:53:18 UTC (rev 1884)
 <at>  <at>  -395,6 +395,9  <at>  <at> 

     serendipity_plugin_api::hook_event('backend_view_comment', $comment,
'&amp;serendipity[page]='. $page . $searchString);
     $class = 'serendipity_admin_list_item_' . (($i % 2 == 0 ) ? 'even' : 'uneven');
+    if ($comment['status'] == 'pending') {
+        $class .= ' serendipity_admin_comment_pending'; 
+    }
     $header_class = ($comment['status'] == 'pending' ? 'serendipityAdminMsgNote' : '');
 ?>
 <tr>
 <at>  <at>  -403,7 +406,7  <at>  <at> 
             <img style="width: 22px; height: 22px; border: 0px; padding-right: 4px; vertical-align: middle"
src="<?php echo serendipity_getTemplateFile('admin/img/admin_msg_note.png'); ?>" alt="" />
 <?php   }?>
         <a name="c<?php echo $comment['id'] ?>"></a>
(Continue reading)

brockhaus at BerliOS | 2 Sep 2007 15:57
Picon

r1885 - trunk/templates/bulletproof/admin

Author: brockhaus
Date: 2007-09-02 15:57:11 +0200 (Sun, 02 Sep 2007)
New Revision: 1885

Modified:
   trunk/templates/bulletproof/admin/style.css
Log:
BP Template: Added red border around pending comments

Modified: trunk/templates/bulletproof/admin/style.css
===================================================================
--- trunk/templates/bulletproof/admin/style.css	2007-09-02 13:53:18 UTC (rev 1884)
+++ trunk/templates/bulletproof/admin/style.css	2007-09-02 13:57:11 UTC (rev 1885)
 <at>  <at>  -542,3 +542,7  <at>  <at> 
     padding: 0;
 }

+/* Pending comments in the admins comment list */
+.serendipity_admin_comment_pending {
+    border: 2px solid #FF0000;
+}
\ No newline at end of file

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
garvinhicking at BerliOS | 4 Sep 2007 10:11
Picon

r1886 - / files

Author: garvinhicking
Date: 2007-09-04 10:11:29 +0200 (Tue, 04 Sep 2007)
New Revision: 1886

Added:
   files/
   files/bulletproof.zip
Log:
Storage placeholder

Added: files/bulletproof.zip
===================================================================
(Binary files differ)

Property changes on: files/bulletproof.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
garvinhicking at BerliOS | 4 Sep 2007 12:12
Picon

r1887 - trunk

Author: garvinhicking
Date: 2007-09-04 12:12:10 +0200 (Tue, 04 Sep 2007)
New Revision: 1887

Modified:
   trunk/serendipity_config.inc.php
Log:
Try to suppress notice

Modified: trunk/serendipity_config.inc.php
===================================================================
--- trunk/serendipity_config.inc.php	2007-09-04 08:11:29 UTC (rev 1886)
+++ trunk/serendipity_config.inc.php	2007-09-04 10:12:10 UTC (rev 1887)
 <at>  <at>  -17,7 +17,7  <at>  <at> 
     // Patch by David Vieira-Kurz of majorsecurity.de
     if (!isset($_SESSION['SERVER_GENERATED_SID'])) {
         session_regenerate_id(true);
-        session_start();
+         <at> session_start();
         header('X-Session-Reinit: true');
         $_SESSION['SERVER_GENERATED_SID'] = true;
     }

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
garvinhicking at BerliOS | 4 Sep 2007 12:12
Picon

r1888 - in branches/1.2: . docs

Author: garvinhicking
Date: 2007-09-04 12:12:44 +0200 (Tue, 04 Sep 2007)
New Revision: 1888

Modified:
   branches/1.2/docs/NEWS
   branches/1.2/serendipity_config.inc.php
Log:
PHP notice

Modified: branches/1.2/docs/NEWS
===================================================================
--- branches/1.2/docs/NEWS	2007-09-04 10:12:10 UTC (rev 1887)
+++ branches/1.2/docs/NEWS	2007-09-04 10:12:44 UTC (rev 1888)
 <at>  <at>  -3,6 +3,8  <at>  <at> 
 Version 1.2.1 ()
 ------------------------------------------------------------------------

+    * Fix PHP notice about session_start()
+
     * Bulletproof template can now include custom user stylesheets
       (*_style.css) in the dropdown of a colorset. (garvinhicking)

Modified: branches/1.2/serendipity_config.inc.php
===================================================================
--- branches/1.2/serendipity_config.inc.php	2007-09-04 10:12:10 UTC (rev 1887)
+++ branches/1.2/serendipity_config.inc.php	2007-09-04 10:12:44 UTC (rev 1888)
 <at>  <at>  -17,7 +17,7  <at>  <at> 
     // Patch by David Vieira-Kurz of majorsecurity.de
     if (!isset($_SESSION['SERVER_GENERATED_SID'])) {
(Continue reading)

yellowled at BerliOS | 4 Sep 2007 15:14
Picon

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

Author: yellowled
Date: 2007-09-04 15:14:02 +0200 (Tue, 04 Sep 2007)
New Revision: 1889

Modified:
   trunk/templates/bulletproof/UTF-8/lang_de.inc.php
   trunk/templates/bulletproof/UTF-8/lang_en.inc.php
   trunk/templates/bulletproof/base.css
   trunk/templates/bulletproof/ie6.css
   trunk/templates/bulletproof/ie7.css
   trunk/templates/bulletproof/index.tpl
   trunk/templates/bulletproof/info.txt
   trunk/templates/bulletproof/lang_de.inc.php
   trunk/templates/bulletproof/lang_en.inc.php
Log:
Some updates for the bulletproof template.

Modified: trunk/templates/bulletproof/UTF-8/lang_de.inc.php
===================================================================
--- trunk/templates/bulletproof/UTF-8/lang_de.inc.php	2007-09-04 10:12:44 UTC (rev 1888)
+++ trunk/templates/bulletproof/UTF-8/lang_de.inc.php	2007-09-04 13:14:02 UTC (rev 1889)
 <at>  <at>  -1,10 +1,10  <at>  <at> 
 <?php
 // Colorsets
  <at> define('THEME_COLORSET', 'Farbwahl');
- <at> define('BP_COLORSET_DEF', 'Leer');
- <at> define('BP_COLORSET_OPT1', 'Violett');
- <at> define('BP_COLORSET_OPT2', 'Blau');
- <at> define('BP_COLORSET_OPT3', 'Grün');
+ <at> define('BP_COLORSET_DEF', 'leer');
(Continue reading)

yellowled at BerliOS | 4 Sep 2007 15:16
Picon

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

Author: yellowled
Date: 2007-09-04 15:16:09 +0200 (Tue, 04 Sep 2007)
New Revision: 1890

Modified:
   branches/1.2/templates/bulletproof/UTF-8/lang_de.inc.php
   branches/1.2/templates/bulletproof/UTF-8/lang_en.inc.php
   branches/1.2/templates/bulletproof/base.css
   branches/1.2/templates/bulletproof/ie6.css
   branches/1.2/templates/bulletproof/ie7.css
   branches/1.2/templates/bulletproof/index.tpl
   branches/1.2/templates/bulletproof/info.txt
   branches/1.2/templates/bulletproof/lang_de.inc.php
   branches/1.2/templates/bulletproof/lang_en.inc.php
Log:
Some updates for the bulletproof template.

Modified: branches/1.2/templates/bulletproof/UTF-8/lang_de.inc.php
===================================================================
--- branches/1.2/templates/bulletproof/UTF-8/lang_de.inc.php	2007-09-04 13:14:02 UTC (rev 1889)
+++ branches/1.2/templates/bulletproof/UTF-8/lang_de.inc.php	2007-09-04 13:16:09 UTC (rev 1890)
 <at>  <at>  -1,10 +1,10  <at>  <at> 
 <?php
 // Colorsets
  <at> define('THEME_COLORSET', 'Farbwahl');
- <at> define('BP_COLORSET_DEF', 'Leer');
- <at> define('BP_COLORSET_OPT1', 'Violett');
- <at> define('BP_COLORSET_OPT2', 'Blau');
- <at> define('BP_COLORSET_OPT3', 'Grün');
+ <at> define('BP_COLORSET_DEF', 'leer');
(Continue reading)

donchambers | 6 Sep 2007 17:20
Picon

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

Author: donchambers
Date: 2007-09-06 17:16:46 +0200 (Thu, 06 Sep 2007)
New Revision: 1891

Modified:
   trunk/templates/bulletproof/UTF-8/lang_bg.inc.php
   trunk/templates/bulletproof/UTF-8/lang_de.inc.php
   trunk/templates/bulletproof/UTF-8/lang_en.inc.php
   trunk/templates/bulletproof/config.inc.php
   trunk/templates/bulletproof/entries.tpl
   trunk/templates/bulletproof/info.txt
   trunk/templates/bulletproof/lang_bg.inc.php
   trunk/templates/bulletproof/lang_de.inc.php
   trunk/templates/bulletproof/lang_en.inc.php
   trunk/templates/bulletproof/style.css
Log:
Bulletproof additions/modifications:
Added new class of serendipity_Sticky_Entry in entries.tpl.
Added template option to suppress entry footer for sticky posts.
Added template option to suppress entry heading for sticky posts.
Added template option to include or exclude icons in previous/next page links.
Added default rules for class counter_code to style.css.

Modified: trunk/templates/bulletproof/UTF-8/lang_bg.inc.php
===================================================================
--- trunk/templates/bulletproof/UTF-8/lang_bg.inc.php	2007-09-04 13:16:09 UTC (rev 1890)
+++ trunk/templates/bulletproof/UTF-8/lang_bg.inc.php	2007-09-06 15:16:46 UTC (rev 1891)
 <at>  <at>  -5,67 +5,74  <at>  <at> 
 */

(Continue reading)


Gmane