dokuwiki/inc
2012-09-10 12:40:01 +02:00
..
auth supress errors from LDAP bind 2012-07-11 15:53:49 +02:00
geshi GeSHi upgraded to version 1.0.8.11 2012-08-26 17:18:46 +02:00
lang Use hardcoded plugin loading error message as $lang isn't initialized 2012-09-08 14:34:57 +02:00
parser Document $text parameters of html and php in the xhtml parser 2012-08-24 16:50:07 +02:00
.htaccess Make .htaccess access protection work in more setups 2011-03-29 23:48:47 +02:00
actions.php Add PHPDoc comments, type hints and ignore return value of act_sitemap() 2012-08-24 16:50:07 +02:00
adLDAP.php Check password expiry times in Active Directory backend 2011-10-31 16:02:26 +01:00
auth.php Prevent access to undefined $auth variable 2012-08-24 16:50:07 +02:00
blowfish.php more code cleanup according to coding standard 2010-01-29 13:57:24 +01:00
cache.php Make metadata cache dependency non-strict 2012-07-06 14:15:59 +02:00
changelog.php Fix types in inc/changelog.php and initialize variables 2012-08-24 16:50:07 +02:00
cliopts.php coding style updates 2012-03-16 12:09:30 +01:00
common.php Fix encoding of special characters in HTML mails FS#2590 2012-09-08 15:52:06 +02:00
config_cascade.php added forgotten deprecated comment to userrtl.css in config cascade 2012-07-01 23:32:17 +01:00
confutils.php Remove BOM in linesToHash, partial fix for FS#2464 2012-09-08 14:34:57 +02:00
DifferenceEngine.php xml compatibility fixes (mainly entities to unicode conversions) 2012-07-05 22:58:24 +01:00
EmailAddressValidator.php Accept IPv6 addresses in email addresses 2011-02-06 13:21:08 +01:00
events.php Fix nested triggering of the same event 2012-05-11 11:34:42 +02:00
farm.php Prevent information disclosure in farms by disallowing subdirectories 2012-07-08 22:15:53 +02:00
feedcreator.class.php replaced use of basename() with utf8_basename() FS#2015 2012-07-28 10:40:48 +02:00
FeedParser.php don't run SimplePie_File constructor FS#2348 2011-10-14 14:04:36 +02:00
form.php Input wrapper for html forms 2012-06-28 23:31:31 -04:00
fulltext.php fix word boundary matching on broken platforms FS#2440 2012-07-28 16:57:15 +02:00
geshi.php GeSHi updated to 1.0.8.10 2012-05-10 15:48:01 +02:00
html.php Remove unused/directly overwritten variable declarations in inc/html.php 2012-08-24 16:50:08 +02:00
HTTPClient.php Avoid timeout when content-length is 0 2012-06-27 19:38:46 -04:00
httputils.php Declare timestamp parameter of http_conditionalRequest as int 2012-08-24 16:50:07 +02:00
indexer.php Fix inconsistent return values in the indexer and in getInfo() 2012-07-28 11:34:47 +02:00
infoutils.php removed data dir security check as suggested in FS#2547 2012-08-26 16:35:17 +02:00
init.php don't call set_magic_quotes_runtime if it doesn't exists FS#2583 2012-08-26 13:25:29 +02:00
Input.class.php extract method for Input class 2012-08-09 23:28:11 +02:00
io.php Correct and add some PHPDoc comments, initialize some variables 2012-09-07 21:11:44 +02:00
IXR_Library.php Changed an error code in XML-RPC interface. 2012-04-04 21:49:26 +02:00
JpegMeta.php decode utf8 filenames in JpegMeta FS#2553 2012-07-28 17:50:18 +02:00
JSON.php fixed a JSON bug with handling backspaces 2012-05-03 00:34:24 +02:00
load.php Move plugin name regex to a constant as suggested by @glensc 2012-09-10 12:40:01 +02:00
mail.php renamed mailfromnon to mailfromnobody, use in subscriptions 2012-08-05 20:59:58 +02:00
Mailer.class.php replaced use of basename() with utf8_basename() FS#2015 2012-07-28 10:40:48 +02:00
media.php html validity fixes (removed name and align in some plugins) 2012-08-05 13:04:35 +01:00
pageutils.php Allow the $check parameter of sectionID to be false 2012-08-24 16:50:07 +02:00
parserutils.php only execute valid instructions FS#2432 2012-07-28 18:37:24 +02:00
PassHash.class.php make MD5 crypt without salts always use PHP implementation 2012-07-01 11:33:25 +02:00
plugin.php Fix type declarations in some PHPDoc comments 2012-07-25 18:25:04 +02:00
plugincontroller.class.php Move plugin name regex to a constant as suggested by @glensc 2012-09-10 12:40:01 +02:00
pluginutils.php Move plugin name regex to a constant as suggested by @glensc 2012-09-10 12:40:01 +02:00
preload.php.dist improved comments, added link to farm.php 2012-07-08 15:14:53 +01:00
remote.php removed requires, changed conf check in xmlrpc.php 2012-03-22 12:11:31 +01:00
RemoteAPICore.php Resolve empty page ID to configured start page 2012-04-19 13:51:37 +02:00
SafeFN.class.php coding style updates 2012-03-16 12:09:30 +01:00
search.php replaced use of basename() with utf8_basename() FS#2015 2012-07-28 10:40:48 +02:00
SimplePie.php Upgraded SimplePie library to 1.2.1 2011-10-16 14:23:18 +02:00
Sitemapper.php Fix return types and result value handling in Sitemapper.php 2012-08-24 16:50:07 +02:00
subscription.php Fix the test if a subscription already exists FS#2580 2012-09-07 21:11:44 +02:00
TarLib.class.php replaced use of basename() with utf8_basename() FS#2015 2012-07-28 10:40:48 +02:00
template.php code cleanup in template.php 2012-08-09 23:32:58 +02:00
toolbar.php use dformat in toolbar build of the signature string 2012-03-16 10:41:12 +01:00
utf8.php more utf8_basename fixes 2012-07-29 12:12:14 +02:00
ZipLib.class.php replaced use of basename() with utf8_basename() FS#2015 2012-07-28 10:40:48 +02:00