- Jun 16, 2013
-
-
Andreas Gohr authored
-
- May 10, 2013
-
-
Guy Brand authored
-
- May 05, 2013
-
-
Andreas Gohr authored
-
- Mar 06, 2013
-
-
Guy Brand authored
-
- Feb 24, 2013
-
-
Michael Hamann authored
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
-
- Feb 20, 2013
-
-
Michael Hamann authored
This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
-
- Oct 13, 2012
-
-
Andreas Gohr authored
-
- Sep 10, 2012
-
-
Guy Brand authored
-
- Jul 28, 2012
-
-
Anika Henke authored
-
- Jul 13, 2012
-
-
Adrian Lang authored
-
- Jun 24, 2012
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Apr 19, 2012
-
-
Adrian Lang authored
-
- Jan 25, 2012
-
-
Andreas Gohr authored
-
- Nov 10, 2011
-
-
Adrian Lang authored
-
- Jun 14, 2011
-
-
Andreas Gohr authored
-
- May 25, 2011
-
-
Adrian Lang authored
-
- May 08, 2011
-
-
Adrian Lang authored
-
- Apr 22, 2011
-
-
Adrian Lang authored
-
- Feb 06, 2011
-
-
Andreas Gohr authored
This makes it possible to find words that include soft-hyphens. However, search higlighting will not work and I have no idea how to make it work.
-
- Jan 16, 2011
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This reverts commit 58a22bd0. It was accidentally pushed to the repo.
-
- Jan 14, 2011
-
-
Adrian Lang authored
$NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context is present. The two functions which use $NS in inc/template.php are only called through those both endpoints, not through doku.php. In doku.php, $ID is the only correct value, $NS is not kept synchronous with $ID. Use getNS($ID) in functions which are called through doku.php.
-
- Dec 08, 2010
-
-
Adrian Lang authored
-
- Nov 30, 2010
-
-
Michael Hamann authored
This reverts commit 48714142. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of checks but instead ensures that the configuration option can't be set to negative values when the configuration manager is used.
-
- Nov 26, 2010
-
-
Michael Hamann authored
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.
-
- Nov 07, 2010
-
-
Andreas Gohr authored
-
- Oct 27, 2010
-
-
Andreas Gohr authored
-
- Oct 07, 2010
-
-
Adrian Lang authored
-
- Sep 22, 2010
-
-
Adrian Lang authored
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.
-
- Aug 29, 2010
-
-
Andreas Gohr authored
-
- Jun 27, 2010
-
-
Anika Henke authored
-
Gina Haeussge authored
-
- Jun 07, 2010
-
-
Andreas Gohr authored
-
- Mar 09, 2010
-
-
Adrian Lang authored
-
- Feb 08, 2010
-
-
Adrian Lang authored
-
- Jan 31, 2010
-
-
Andreas Gohr authored
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.
-
- Nov 23, 2009
-
-
Andreas Gohr authored
Ignore-this: 915f8388d50eed2e4aff90839c0854e8 keeps keys added earlier (eg. in preload or config) darcs-hash:20091123180352-7ad00-c448925fc4f2adeaa3de2137878a99348e2bfdc1.gz
-
Andreas Gohr authored
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
-
- Nov 04, 2009
-
-
Adrian Lang authored
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
-