dokuwiki/inc
Andreas Gohr 413313a155 Merge branch 'logging'
* logging:
  added JavaScript based filter mechanism
  added logging configuration
  replaced out calls to dbglog with new Logger calls
  added convenience methods to log to our default facilities
  added logviwer admin plugin
  added log dir to git
  central logging mechanism
2020-12-03 20:01:57 +01:00
..
Action stricter user check in AbstractUserAction 2020-11-25 20:57:38 +01:00
Cache remove calls to deprecated methods and classes 2020-05-01 23:30:25 +02:00
ChangeLog PSR2 style fixes 2019-02-24 09:29:27 +01:00
Debug Merge branch 'logging' 2020-12-03 20:01:57 +01:00
Exception FatalException and proper plugin detection 2020-08-12 17:42:26 +02:00
Extension central logging mechanism 2020-08-13 13:28:40 +02:00
Form change event naming scheme 2020-08-26 20:25:18 +09:00
HTTP Restrictive Content-Security-Policy for media #1045 2020-10-14 15:10:47 +02:00
Input adjusted the Input clases for PSR2 2019-02-19 20:39:13 +01:00
Menu Allow revert action for logged in users only 2020-11-20 23:13:47 +01:00
Parsing Merge pull request #2433 from splitbrain/issue2399 2020-10-13 13:10:58 +02:00
Remote Merge pull request #3115 from moisesbr-dw/sort-with-collator 2020-08-26 10:06:20 +02:00
Search Fixed inconsistent handling of falsy values on fperm setting 2020-02-18 19:29:53 +01:00
Sitemap replaced out calls to dbglog with new Logger calls 2020-08-13 20:04:34 +02:00
Subscriptions check if user is empty in userSubscription, fixes #2003 2020-03-25 16:00:30 -04:00
Ui Merge branch 'logging' 2020-12-03 20:01:57 +01:00
Utf8 Merge pull request #3115 from moisesbr-dw/sort-with-collator 2020-08-26 10:06:20 +02:00
lang translation update 2020-11-25 23:56:40 +01:00
parser SVG based smileys 2020-11-20 00:46:01 +01:00
.htaccess Fix .htaccess files for Apache 2.4 (and 2.2) 2018-06-17 16:48:11 +02:00
ActionRouter.php Fix typo in error message 2020-06-07 11:45:15 +02:00
Ajax.php consistent html_buildlist() usage 2020-09-07 23:17:49 +09:00
DifferenceEngine.php remove string argument in assert - DiffEngine 2017-12-27 07:14:10 +08:00
Draft.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
ErrorHandler.php central logging mechanism 2020-08-13 13:28:40 +02:00
FeedParser.php PSR2 cleanup for the feedparser override 2019-02-24 09:27:58 +01:00
FeedParserFile.php Rename HTTPClient namespace to HTTP 2019-03-26 22:05:09 +01:00
IXR_Library.php Fix #2883 2019-10-17 06:26:20 +02:00
JpegMeta.php Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory. 2019-10-31 13:24:50 +01:00
Logger.php added logging configuration 2020-08-13 20:28:52 +02:00
Mailer.class.php Checks for PHP mail in install.php and warns if mail used after install (#3056) 2020-05-16 23:24:21 -04:00
Manifest.php deprecated trigger_event() in favor of a static method on Event 2019-04-20 21:48:53 +02:00
PassHash.php fix typo in phpdoc comment 2020-03-07 12:17:04 -05:00
SafeFN.class.php replaced deprecated utf8 functions 2019-06-10 16:12:59 +02:00
StyleUtils.php Merge branch 'master' into psr2 2019-10-10 09:22:24 +02:00
TaskRunner.php remove calls to deprecated methods and classes 2020-05-01 23:30:25 +02:00
actions.php deprecated trigger_event() in favor of a static method on Event 2019-04-20 21:48:53 +02:00
auth.php replace deprecated function calls #3266 2020-10-13 15:29:48 +02:00
cache.php deprecated trigger_event() in favor of a static method on Event 2019-04-20 21:48:53 +02:00
changelog.php Move defines to their own file 2020-06-04 08:22:16 +02:00
cli.php Fix curly brace syntax. PHP 7.3 deprecations in inc/ directory. 2019-10-31 13:24:50 +01:00
common.php Move defines to their own file 2020-06-04 08:22:16 +02:00
compatibility.php Checks for PHP mail in install.php and warns if mail used after install (#3056) 2020-05-16 23:24:21 -04:00
config_cascade.php Use config cascade for style.ini files 2019-02-28 13:45:19 +01:00
confutils.php remove jQuery Migrate as outlined in #1546 2020-05-02 11:54:12 +02:00
defines.php Move defines to their own file 2020-06-04 08:22:16 +02:00
deprecated.php Extract dokuwiki\Search\Indexer class 2020-01-06 19:59:09 +01:00
farm.php line lengths shortened 2018-04-27 19:07:43 +02:00
fetch.functions.php scrutinizer fix 2020-11-19 15:34:02 +01:00
form.php PSR-12 coding style 2020-07-01 19:58:58 +09:00
fulltext.php wrap sorting functions into their own class 2020-08-11 14:06:33 +02:00
html.php update phpdoc 2020-09-13 09:55:38 +09:00
httputils.php streamline zlib checking #1410 2015-11-27 09:29:01 +01:00
indexer.php Extract dokuwiki\Search\Indexer class 2020-01-06 19:59:09 +01:00
infoutils.php Merge branch 'logging' 2020-12-03 20:01:57 +01:00
init.php central logging mechanism 2020-08-13 13:28:40 +02:00
io.php Fixed inconsistent handling of falsy values on fperm setting 2020-02-18 19:29:53 +01:00
legacy.php First go at moving the plugin classes into their own namespace 2019-04-20 21:33:23 +02:00
load.php fixed plugin name output on load error 2020-08-13 20:32:17 +02:00
mail.php removed deprecated mail_send() 2020-05-01 23:40:32 +02:00
media.php Merge pull request #3251 from splitbrain/slika 2020-11-19 15:46:36 +01:00
pageutils.php fix hierarchical breadcrumbs #3114 2020-06-02 11:14:18 +02:00
parserutils.php moved plugin controller to Extension namespace 2019-04-20 21:55:27 +02:00
pluginutils.php remove calls to deprecated methods and classes 2020-05-01 23:30:25 +02:00
preload.php.dist improved comments, added link to farm.php 2012-07-08 15:14:53 +01:00
search.php wrap sorting functions into their own class 2020-08-11 14:06:33 +02:00
template.php add dbg_deprecated() calls 2020-09-02 17:31:21 +09:00
toolbar.php fix slash regression in toolbar signature #3045 2020-04-13 22:49:50 -04:00
utf8.php Merge branch 'master' into psr2 2019-10-10 09:22:24 +02:00