| #
48714142 |
| 26-Nov-2010 |
Michael Hamann <michael@content-space.de> |
Fix for $conf['breadcrumbs'] < 0, FS#2107
This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values
Fix for $conf['breadcrumbs'] < 0, FS#2107
This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values < 0 and 0 are treated the same way.
show more ...
|
| #
eb97dcb8 |
| 07-Nov-2010 |
Andreas Gohr <andi@splitbrain.org> |
release preparations
|
| #
baef77a2 |
| 27-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
preparations for another release candidate
|
| #
9098ffa6 |
| 07-Oct-2010 |
Adrian Lang <mail@adrianlang.de> |
Release preparations for rc2010-10-07 "Lazy Sunday"
|
| #
42de51b1 |
| 22-Sep-2010 |
Adrian Lang <lang@cosmocode.de> |
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines
Work around WebKit bug: newlines at the end of input values are removed.
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
show more ...
|
| #
2d808062 |
| 29-Aug-2010 |
Andreas Gohr <andi@splitbrain.org> |
release preparations
|
| #
ef362bb8 |
| 27-Jun-2010 |
Anika Henke <anika@selfthinker.org> |
moved update message from its own file (conf/msg) into doku.php (FS#1800)
|
| #
e2cf9671 |
| 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1960: Don't use substr on $ACT array.
|
| #
d059be8c |
| 07-Jun-2010 |
Andreas Gohr <andi@splitbrain.org> |
fix index without JavaScript FS#1953
|
| #
d7879495 |
| 12-Mar-2010 |
Andreas Gohr <andi@splitbrain.org> |
Merge branch 'requireall'
Conflicts: inc/fulltext.php
|
| #
45a99335 |
| 09-Mar-2010 |
Adrian Lang <lang@cosmocode.de> |
Move data preprocessing out of html_edit
|
| #
40868f2f |
| 08-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Hide secedit buttons without title
|
| #
16905344 |
| 31-Jan-2010 |
Andreas Gohr <andi@splitbrain.org> |
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and
first attempt to centralize all include loading
Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls.
Parser and Plugin stuff isn't handled by the class loader yet.
show more ...
|
| #
85b9dd81 |
| 23-Nov-2009 |
Andreas Gohr <andi@splitbrain.org> |
made $JSINFO keys additional
Ignore-this: 915f8388d50eed2e4aff90839c0854e8
keeps keys added earlier (eg. in preload or config)
darcs-hash:20091123180352-7ad00-c448925fc4f2adeaa3de2137878a99348e2bf
made $JSINFO keys additional
Ignore-this: 915f8388d50eed2e4aff90839c0854e8
keeps keys added earlier (eg. in preload or config)
darcs-hash:20091123180352-7ad00-c448925fc4f2adeaa3de2137878a99348e2bfdc1.gz
show more ...
|
| #
72e0dc37 |
| 23-Nov-2009 |
Andreas Gohr <andi@splitbrain.org> |
Replaced $INFO export with minimal $JSINFO
Ignore-this: 3f1213cb6b403ad09e6999cd972e9f21
Now only the global $JSINFO array is exported to JavaScript. Additional keys can be added here from plugins
Replaced $INFO export with minimal $JSINFO
Ignore-this: 3f1213cb6b403ad09e6999cd972e9f21
Now only the global $JSINFO array is exported to JavaScript. Additional keys can be added here from plugins or preload.
darcs-hash:20091123175546-7ad00-346856e8eecc52608edea805f408d4dbd33257fe.gz
show more ...
|
| #
c66972f2 |
| 04-Nov-2009 |
Adrian Lang <lang@cosmocode.de> |
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $IN
Emit less E_NOTICEs and E_STRICTs
Changes of behaviour are: * Allow the user name, title & description \e2\80\9c0\e2\80\9d * Default to Port 443 if using HTTPS * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is logged in * Do not pass empty fragment field in the event data for event ACTION_SHOW_REDIRECT * Handle chunked encoding in HTTPClient
darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
show more ...
|
| #
ab24fc7f |
| 23-Oct-2009 |
Adrian Lang <lang@cosmocode.de> |
Remove (unset) action param from AUTH_LOGIN_CHECK data, init $ACL before firing the event
darcs-hash:20091023085601-e4919-5c800a07bcf70c34720a39e7bca9a1250b973b32.gz
|
| #
db959ae3 |
| 20-Oct-2009 |
Andreas Gohr <andi@splitbrain.org> |
Coding Standard Cleanup
Ignore-this: 259cb5773c3144c6c706d87298dcf674
darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
|
| #
622e7bd9 |
| 29-Jul-2009 |
Andreas Gohr <andi@splitbrain.org> |
removed trailing ?> from doku.php and feed.php
Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca
darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
|
| #
bbead83c |
| 10-Apr-2009 |
Anika Henke <anika@selfthinker.org> |
kno preparation of breadcrumbs, if breadcrumbs are not used (FS#1643)
darcs-hash:20090410194744-f7d6d-e86a8ec34e285cabb4f5f8a6e616820dbdcc4a68.gz
|
| #
2cff5827 |
| 12-Oct-2008 |
Andreas Gohr <andi@splitbrain.org> |
always send 404 for sitenames special to robots FS#843
darcs-hash:20081012131916-7ad00-ef46252e34c948bf377422877a6116ed2a66ac17.gz
|
| #
d0a27cb0 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use fullpath() before initialized
darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
|
| #
00976812 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
| #
3848a0dd |
| 28-May-2007 |
Andreas Gohr <andi@splitbrain.org> |
send 404 only for show or export action FS#1141
darcs-hash:20070528193451-7ad00-258dffcc0751d55a9eacd7dd48a1c6f81cac8167.gz
|
| #
100a97e3 |
| 25-Sep-2006 |
Andreas Gohr <andi@splitbrain.org> |
remove metadebug again, improve doÞbug instead
This adds the complete $INFO array (contains the metadata) to the usual debug output and removes the metadebug parameter again.
darcs-hash:20060925201
remove metadebug again, improve doÞbug instead
This adds the complete $INFO array (contains the metadata) to the usual debug output and removes the metadebug parameter again.
darcs-hash:20060925201052-7ad00-c9a15b921466803b3f2bd50b0d72211cf68658c5.gz
show more ...
|