garvinhicking at BerliOS | 3 Aug 2008 13:33
Picon

r2306 - in trunk: docs include include/admin

Author: garvinhicking
Date: 2008-08-03 13:33:39 +0200 (Sun, 03 Aug 2008)
New Revision: 2306

Modified:
   trunk/docs/NEWS
   trunk/include/admin/plugins.inc.php
   trunk/include/functions_plugins_admin.inc.php
Log:
Allow sequencing widget to disable/enable each sequence entry.

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2008-07-22 19:23:53 UTC (rev 2305)
+++ trunk/docs/NEWS	2008-08-03 11:33:39 UTC (rev 2306)
 <at>  <at>  -3,6 +3,10  <at>  <at> 
 Version 1.4 ()
 ------------------------------------------------------------------------

+    * Allow 'sequence' widget to enable/disable each config item,
+      if the property "checkable" is added to the introspect method.
+      (garvinhicking)
+
     * Do not show title of entries marked as public/private when
       viewed without permissions. Patch thanks to Anthem

Modified: trunk/include/admin/plugins.inc.php
===================================================================
--- trunk/include/admin/plugins.inc.php	2008-07-22 19:23:53 UTC (rev 2305)
+++ trunk/include/admin/plugins.inc.php	2008-08-03 11:33:39 UTC (rev 2306)
(Continue reading)

garvinhicking at BerliOS | 3 Aug 2008 13:40
Picon

r2307 - in trunk: docs include

Author: garvinhicking
Date: 2008-08-03 13:40:51 +0200 (Sun, 03 Aug 2008)
New Revision: 2307

Modified:
   trunk/docs/NEWS
   trunk/include/functions_entries.inc.php
Log:
Do not execute trackbacks for entries in the future

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2008-08-03 11:33:39 UTC (rev 2306)
+++ trunk/docs/NEWS	2008-08-03 11:40:51 UTC (rev 2307)
 <at>  <at>  -3,6 +3,11  <at>  <at> 
 Version 1.4 ()
 ------------------------------------------------------------------------

+    * Trackbacks are no longer sent when an entry shall be published
+      in the future. You can force them by editing and re-saving an
+      entry, once it is published. TODO: A plugin/cronjob to automatically
+      execute those trackbacks? (garvinhicking)
+
     * Allow 'sequence' widget to enable/disable each config item,
       if the property "checkable" is added to the introspect method.
       (garvinhicking)

Modified: trunk/include/functions_entries.inc.php
===================================================================
--- trunk/include/functions_entries.inc.php	2008-08-03 11:33:39 UTC (rev 2306)
(Continue reading)

garvinhicking at BerliOS | 4 Aug 2008 10:04
Picon

r2308 - trunk/include/admin

Author: garvinhicking
Date: 2008-08-04 10:04:37 +0200 (Mon, 04 Aug 2008)
New Revision: 2308

Modified:
   trunk/include/admin/entries.inc.php
Log:
Show preview link for entries in the future

Modified: trunk/include/admin/entries.inc.php
===================================================================
--- trunk/include/admin/entries.inc.php	2008-08-03 11:40:51 UTC (rev 2307)
+++ trunk/include/admin/entries.inc.php	2008-08-04 08:04:37 UTC (rev 2308)
 <at>  <at>  -282,7 +282,7  <at>  <at> 

                         </td>
                         <td align="right">
-                            <?php if (serendipity_db_bool($entry['isdraft'])) { ?>
+                            <?php if (serendipity_db_bool($entry['isdraft']) || (!$serendipity['showFutureEntries'] &&
$entry['timestamp'] >= serendipity_serverOffsetHour())) { ?>
                             <a target="_blank" href="<?php echo $entry['preview_link']; ?>" title="<?php echo PREVIEW . ' #' .
$entry['id']; ?>" class="serendipityIconLink"><img src="<?php echo
serendipity_getTemplateFile('admin/img/zoom.png'); ?>" alt="<?php echo PREVIEW; ?>" /><?php echo
PREVIEW ?></a>
                             <?php } else { ?>
                             <a target="_blank" href="<?php echo $entry['link']; ?>" title="<?php echo VIEW . ' #' . $entry['id'];
?>" class="serendipityIconLink"><img src="<?php echo
serendipity_getTemplateFile('admin/img/zoom.png'); ?>" alt="<?php echo VIEW; ?>" /><?php echo
VIEW ?></a>

(Continue reading)

garvinhicking at BerliOS | 5 Aug 2008 09:40
Picon

r2309 - in trunk: docs include

Author: garvinhicking
Date: 2008-08-05 09:40:51 +0200 (Tue, 05 Aug 2008)
New Revision: 2309

Modified:
   trunk/docs/NEWS
   trunk/include/plugin_internal.inc.php
Log:
    * Propagate a 'article_count' smarty variable for each category
      in the category sidebar plugin, when article counting is
      enabled. (garvinhicking)

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2008-08-04 08:04:37 UTC (rev 2308)
+++ trunk/docs/NEWS	2008-08-05 07:40:51 UTC (rev 2309)
 <at>  <at>  -3,6 +3,10  <at>  <at> 
 Version 1.4 ()
 ------------------------------------------------------------------------

+    * Propagate a 'article_count' smarty variable for each category
+      in the category sidebar plugin, when article counting is 
+      enabled. (garvinhicking)
+
     * Trackbacks are no longer sent when an entry shall be published
       in the future. You can force them by editing and re-saving an
       entry, once it is published. TODO: A plugin/cronjob to automatically

Modified: trunk/include/plugin_internal.inc.php
===================================================================
(Continue reading)

donchambers | 9 Aug 2008 05:13

r2310 - in trunk/templates/bulletproof: . admin img

Author: donchambers
Date: 2008-08-09 05:13:07 +0200 (Sat, 09 Aug 2008)
New Revision: 2310

Added:
   trunk/templates/bulletproof/admin/style_fixed.css
   trunk/templates/bulletproof/default_style.css
   trunk/templates/bulletproof/img/default_back.png
   trunk/templates/bulletproof/img/default_banner.jpg
   trunk/templates/bulletproof/img/default_body.jpg
   trunk/templates/bulletproof/img/default_forward.png
   trunk/templates/bulletproof/img/default_graph_bar.png
   trunk/templates/bulletproof/img/default_sitenav_back.png
Removed:
   trunk/templates/bulletproof/admin/style_fluid.css
Modified:
   trunk/templates/bulletproof/admin/style.css
   trunk/templates/bulletproof/config.inc.php
   trunk/templates/bulletproof/info.txt
Log:
BP - new default stylesheet emulating Carl Galloway's "serendipity 3.0".  Admin template changed from fixed width to fluid/liquid width.

Modified: trunk/templates/bulletproof/admin/style.css
===================================================================
--- trunk/templates/bulletproof/admin/style.css	2008-08-05 07:40:51 UTC (rev 2309)
+++ trunk/templates/bulletproof/admin/style.css	2008-08-09 03:13:07 UTC (rev 2310)
 <at>  <at>  -3,14 +3,14  <at>  <at> 
 /* Authors: Matthias Mees, David Cummins and Don Chambers             */
 /*                                                                    */
 /* Stylesheet for the Bulletproof admin interface by Don Chambers     */
(Continue reading)

garvinhicking at BerliOS | 10 Aug 2008 13:32
Picon

r2311 - trunk

Author: garvinhicking
Date: 2008-08-10 13:32:21 +0200 (Sun, 10 Aug 2008)
New Revision: 2311

Modified:
   trunk/serendipity_config.inc.php
Log:
Make bulletproof new default template

Modified: trunk/serendipity_config.inc.php
===================================================================
--- trunk/serendipity_config.inc.php	2008-08-09 03:13:07 UTC (rev 2310)
+++ trunk/serendipity_config.inc.php	2008-08-10 11:32:21 UTC (rev 2311)
 <at>  <at>  -112,7 +112,7  <at>  <at> 
 $serendipity['autolang'] = 'en';

 /* Name of folder for the default theme */
-$serendipity['defaultTemplate'] = 'carl_contest';
+$serendipity['defaultTemplate'] = 'bulletproof';

 /* Availiable languages */
 if (!isset($serendipity['languages'])) {

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
jwalker | 12 Aug 2008 19:09
Picon

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

Author: jwalker
Date: 2008-08-12 19:09:03 +0200 (Tue, 12 Aug 2008)
New Revision: 2312

Modified:
   trunk/templates/bulletproof/UTF-8/lang_bg.inc.php
   trunk/templates/bulletproof/lang_bg.inc.php
Log:
1) Translated new string constant into BG language.

Modified: trunk/templates/bulletproof/UTF-8/lang_bg.inc.php
===================================================================
--- trunk/templates/bulletproof/UTF-8/lang_bg.inc.php	2008-08-10 11:32:21 UTC (rev 2311)
+++ trunk/templates/bulletproof/UTF-8/lang_bg.inc.php	2008-08-12 17:09:03 UTC (rev 2312)
 <at>  <at>  -56,6 +56,7  <at>  <at> 
  <at> define('PREV_NEXT_TEXT','Само текст');
  <at> define('PREV_NEXT_TEXT_ICON','Текст и икона');
  <at> define('PREV_NEXT_ICON','Само икона');
+ <at> define('SHOW_PAGINATION','Показване на номера на страници (страниране)');
 // coComment support
  <at> define('COCOMMENT_ACTIVE','Интегриране на coComment (http://www.cocomment.com)
във формата на коментарите');
 // Counter code

Modified: trunk/templates/bulletproof/lang_bg.inc.php
===================================================================
--- trunk/templates/bulletproof/lang_bg.inc.php	2008-08-10 11:32:21 UTC (rev 2311)
+++ trunk/templates/bulletproof/lang_bg.inc.php	2008-08-12 17:09:03 UTC (rev 2312)
 <at>  <at>  -56,6 +56,7  <at>  <at> 
  <at> define('PREV_NEXT_TEXT',' ');
(Continue reading)

garvinhicking at BerliOS | 19 Aug 2008 12:56
Picon

r2313 - in trunk: docs plugins/serendipity_event_entryproperties

Author: garvinhicking
Date: 2008-08-19 12:56:03 +0200 (Tue, 19 Aug 2008)
New Revision: 2313

Modified:
   trunk/docs/NEWS
   trunk/plugins/serendipity_event_entryproperties/lang_en.inc.php
   trunk/plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
Log:
Use sequencing widget for entryrproperties plugin to allow shuffling the order of displayed elements

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2008-08-12 17:09:03 UTC (rev 2312)
+++ trunk/docs/NEWS	2008-08-19 10:56:03 UTC (rev 2313)
 <at>  <at>  -3,6 +3,10  <at>  <at> 
 Version 1.4 ()
 ------------------------------------------------------------------------

+    * Enhance entryproperties plugin to use sequencing widget: Allows
+      you to configure which fields you want to see in the 'Edit Entry'
+      panel for "Advanced Options". (garvinhicking)
+
     * Propagate a 'article_count' smarty variable for each category
       in the category sidebar plugin, when article counting is 
       enabled. (garvinhicking)

Modified: trunk/plugins/serendipity_event_entryproperties/lang_en.inc.php
===================================================================
--- trunk/plugins/serendipity_event_entryproperties/lang_en.inc.php	2008-08-12 17:09:03 UTC
(Continue reading)

garvinhicking at BerliOS | 19 Aug 2008 13:13
Picon

r2314 - in trunk: docs include

Author: garvinhicking
Date: 2008-08-19 13:12:52 +0200 (Tue, 19 Aug 2008)
New Revision: 2314

Modified:
   trunk/docs/NEWS
   trunk/include/plugin_api.inc.php
   trunk/include/plugin_internal.inc.php
Log:
Show "Edit this plugin" link for every sidebar plugin

Modified: trunk/docs/NEWS
===================================================================
--- trunk/docs/NEWS	2008-08-19 10:56:03 UTC (rev 2313)
+++ trunk/docs/NEWS	2008-08-19 11:12:52 UTC (rev 2314)
 <at>  <at>  -3,6 +3,9  <at>  <at> 
 Version 1.4 ()
 ------------------------------------------------------------------------

+    * Add a "Configure this plugin" link to the frontend output for
+      every sidebar plugin, not only HTML nuggets. (garvinhicking)
+
     * Enhance entryproperties plugin to use sequencing widget: Allows
       you to configure which fields you want to see in the 'Edit Entry'
       panel for "Advanced Options". (garvinhicking)

Modified: trunk/include/plugin_api.inc.php
===================================================================
--- trunk/include/plugin_api.inc.php	2008-08-19 10:56:03 UTC (rev 2313)
+++ trunk/include/plugin_api.inc.php	2008-08-19 11:12:52 UTC (rev 2314)
(Continue reading)

garvinhicking at BerliOS | 19 Aug 2008 13:14
Picon

r2315 - trunk/include

Author: garvinhicking
Date: 2008-08-19 13:14:26 +0200 (Tue, 19 Aug 2008)
New Revision: 2315

Modified:
   trunk/include/plugin_api.inc.php
Log:
this is more appropriate, check if the user has plugin admin rights

Modified: trunk/include/plugin_api.inc.php
===================================================================
--- trunk/include/plugin_api.inc.php	2008-08-19 11:12:52 UTC (rev 2314)
+++ trunk/include/plugin_api.inc.php	2008-08-19 11:14:26 UTC (rev 2315)
 <at>  <at>  -831,7 +831,10  <at>  <at> 
             $serendipity['prevent_sidebar_plugins_' . $side] = true;
         }

-        $loggedin = serendipity_userLoggedIn();
+        $loggedin = false;
+        if (serendipity_userLoggedIn() && serendipity_checkPermission('adminPlugins')) {
+            $loggedin = true;
+        }

         foreach ($plugins AS $plugin_data) {
             $plugin =& serendipity_plugin_api::load_plugin($plugin_data['name'],
$plugin_data['authorid'], $plugin_data['path']);

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
(Continue reading)


Gmane