head	1.2;
access;
symbols
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.01.03.01.38.01;	author delphij;	state dead;
branches;
next	1.1;

1.1
date	2009.06.04.21.50.48;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 2009-12-25 "Lemming":

 * This release needs PHP5.1.2!
 * many Editor improvements
    o automatic list indention
    o better headline system
    o link wizard template authors need to provide CSS
  * compatibility fixes for IE8 and Chrome
  * PHP 5.3 compatibility fixes
  * row span support in tables
  * downloadable code blocks
  * fulltext search improvements
  * added filename search in media manager
  * new dformat function plugin and template authors should replace
    strftime calls with this function
  * one click revert button for managers template authors need to
    add this button
  * nicer admin screen template authors need to provide CSS
  * XMLRPC improvements
  * many smaller feature enhancements
  * more plugin events
  * some performance optimizations
  * minor security enhancements
  * many, many, many bug fixes

While I'm there, grab maintainership.
@
text
@--- VERSION	2009-02-14 04:13:26.000000000 -0800
+++ VERSION	2009-05-26 07:56:56.000000000 -0700
@@@@ -1 +1 @@@@
-2009-02-14
+2009-02-14b
--- conf/msg	2009-02-14 04:13:24.000000000 -0800
+++ conf/msg	2009-05-26 07:56:29.000000000 -0700
@@@@ -1,4 +1,4 @@@@
-17
+18
 The first line of this file contains a number, indicating
 which notification messages should not be displayed. This
 is the only information sent to dokuwiki.org when the
--- inc/init.php	2009-02-14 04:13:24.000000000 -0800
+++ inc/init.php	2009-05-26 07:54:37.000000000 -0700
@@@@ -10,6 +10,9 @@@@
   }
   define('DOKU_START_TIME', delta_time());
 
+  global $config_cascade;
+  $config_cascade = '';
+
   // if available load a preload config file
   $preload = fullpath(dirname(__FILE__)).'/preload.php';
   if (@@file_exists($preload)) include($preload);
@@@@ -42,7 +45,6 @@@@
   global $cache_metadata; $cache_metadata = array();
 
   //set the configuration cascade - but only if its not already been set in preload.php
-  global $config_cascade;
   if (empty($config_cascade)) {
     $config_cascade = array(
       'main' => array(
@


1.1
log
@Apply a vendor security fix (2009-02-14b) for a local file disclosure
vulnerability.

Security:	4f838b74-50a1-11de-b01f-001c2514716c
With hat:	ports-security
@
text
@@

