]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - dokuwiki-config.patch
- up to 2010-10-07 rc1
[packages/dokuwiki.git] / dokuwiki-config.patch
index 91185d526fcf857a5d5d5d71b7fe32e364a3b427..c23cfcf88bb9ac47495e101ac979c8301a47f0b1 100644 (file)
@@ -1,6 +1,5 @@
-diff -ur dokuwiki-rc2009-02-06/conf/dokuwiki.php dokuwiki-rc2009-02-06.new/conf/dokuwiki.php
---- dokuwiki-rc2009-02-06/conf/dokuwiki.php    2009-02-06 09:10:44.000000000 +0100
-+++ dokuwiki-rc2009-02-06.new/conf/dokuwiki.php        2009-02-07 10:53:46.339771628 +0100
+--- dokuwiki-rc2009-02-06.new/conf/dokuwiki.php        2009-02-07 10:53:46.339771628 +0100
++++ dokuwiki-0.0.20090214/conf/dokuwiki.php    2009-02-14 19:18:54.000000000 +0100
 @@ -18,7 +18,7 @@
  $conf['lang']        = 'en';              //your language
  $conf['basedir']     = '';                //absolute dir from serveroot - blank for autodetection
@@ -10,16 +9,23 @@ diff -ur dokuwiki-rc2009-02-06/conf/dokuwiki.php dokuwiki-rc2009-02-06.new/conf/
  $conf['allowdebug']  = 0;                 //allow debug output, enable if needed 0|1
  
  /* Display Options */
-Tylko w dokuwiki-rc2009-02-06.new/conf: dokuwiki.php~
-diff -ur dokuwiki-rc2009-02-06/install.php dokuwiki-rc2009-02-06.new/install.php
---- dokuwiki-rc2009-02-06/install.php  2009-02-06 09:10:45.000000000 +0100
-+++ dokuwiki-rc2009-02-06.new/install.php      2009-02-07 10:55:11.166843399 +0100
-@@ -45,6 +45,7 @@
-     '2007-06-26'   => 'b3ca19c7a654823144119980be73cd77',
+@@ -26,7 +26,7 @@
+ $conf['start']       = 'start';           //name of start page
+ $conf['title']       = 'DokuWiki';        //what to show in the title
+ $conf['template']    = 'default';         //see lib/tpl directory
+-$conf['license']     = 'cc-by-nc-sa';     //see conf/license.php
++$conf['license']     = 'publicdomain';    //see conf/license.php
+ $conf['fullpath']    = 0;                 //show full path of the document or relative to datadir only? 0|1
+ $conf['recent']      = 20;                //how many entries to show in recent
+ $conf['breadcrumbs'] = 10;                //how many recent visited pages to show
+--- dokuwiki-rc2010-10-07/install.php~ 2010-10-07 21:47:44.000000000 +0300
++++ dokuwiki-rc2010-10-07/install.php  2010-10-07 21:47:46.672639096 +0300
+@@ -47,7 +47,7 @@
      '2008-05-04'   => '1e5c42eac3219d9e21927c39e3240aad',
-     'rc2009-02-06' => 'ec8c04210732a14fdfce0f7f6eead865',
-+    'rc2009-02-06-pld' => 'b6a09aaed22c1865ba154ec11021997e',
+     '2009-02-14'   => 'ec8c04210732a14fdfce0f7f6eead865',
+     '2009-12-25'   => '993c4b2b385643efe5abf8e7010e11f4',
+-    '2010-10-07rc' => '7921d48195f4db21b8ead6d9bea801b8'
++    '2010-10-07pld' => 'e5d9d0fc37a774e37587e84e91dc84bc'
  );
  
  
-Tylko w dokuwiki-rc2009-02-06.new/: install.php~
This page took 0.095127 seconds and 4 git commands to generate.