summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* remove require handled by autoloaderChristopher Smith2014-02-28
|
* remove rendundant msgChristopher Smith2014-02-28
|
* revert back to trigger errorChristopher Smith2014-02-26
|
* change to an Exception and expect itChristopher Smith2014-02-25
|
* code cleaning - add some bracesChristopher Smith2014-02-25
|
* rework p_get_renderer() for use with autoloading bundled renderersChristopher Smith2014-02-25
|
* add renderers to autoladerChristopher Smith2014-02-25
|
* remove reference operator from p_get_renderer() declaration, not required ↵Christopher Smith2014-02-25
| | | | for php5
* add test for p_get_renderer() with fallbackChristopher Smith2014-02-25
|
* if configured renderer is not found, try to fallback to a bundled rendererChristopher Smith2014-02-25
|
* updated .gitignore fileAnika Henke2014-02-25
|
* removed language files for removed plugin pluginAnika Henke2014-02-25
|
* made sidebar content styles re-usable outside of ID (added class: aside)Anika Henke2014-02-23
|
* made search form styles independent from sitetools IDAnika Henke2014-02-23
|
* fixed test cases for last commitAndreas Gohr2014-02-23
|
* have most current revision always available in $INFOAndreas Gohr2014-02-23
| | | | fixes fix for FS#2853
* fixed proxy authentication in SSL tunnelingAndreas Gohr2014-02-23
|
* Merge pull request #567 from dokuwiki-translate/lang_update_60Andreas Gohr2014-02-23
|\ | | | | Translation update (eo)
| * translation updateRobert Bogenschneider2014-02-23
|/
* Merge pull request #565 from dokuwiki-translate/lang_update_54Andreas Gohr2014-02-22
|\ | | | | Translation update (hu)
| * translation updateMarina Vladi2014-02-22
| |
* | Merge pull request #566 from dokuwiki-translate/lang_update_59Andreas Gohr2014-02-22
|\ \ | | | | | | Translation update (fr)
| * | translation updateSchplurtz le Déboulonné2014-02-22
| |/
* | Merge pull request #561 from splitbrain/dir_deleteAndreas Gohr2014-02-22
|\ \ | |/ |/| replace dir_delete by io_rmdir
| * replace dir_delete by io_rmdirGerrit Uitslag2014-02-20
| |
* | added some PHPDocs media.phpGerrit Uitslag2014-02-20
| |
* | Removed unused vars, define undefined onesGerrit Uitslag2014-02-20
|/
* remove 'fix dateformat config for upgraders' FS#2073Gerrit Uitslag2014-02-20
|
* Improve PHPDocs Doku_Cli_Opts (cliopts.php)Gerrit Uitslag2014-02-20
|
* PHPDocs auth.phpGerrit Uitslag2014-02-20
|
* Merge pull request #556 from splitbrain/feedcreatorAndreas Gohr2014-02-20
|\ | | | | PHPDocs improvements and minor improvements feedcreator
| * PHPDocs improvements and minor fixes feedcreatorGerrit Uitslag2014-02-17
| |
* | Merge pull request #558 from splitbrain/httputilsAndreas Gohr2014-02-20
|\ \ | | | | | | fix httputils PHPDocs
| * | fix httputils PHPDocsGerrit Uitslag2014-02-17
| |/
* / remove '' from list, its not part of the hook arrayChristopher Smith2014-02-17
|/
* Improve PHPDocs, rename auth_basic to DokuWiki_Auth_PluginGerrit Uitslag2014-02-17
|
* PHPDocs internallinkGerrit Uitslag2014-02-17
|
* Merge pull request #555 from splitbrain/event_handler_improvementsAndreas Gohr2014-02-16
|\ | | | | Event handler improvements (cont.)
| * Ensure hook array is always in the correct sequenceChristopher Smith2014-02-16
| | | | | | | | | | | | Changed to sort on add from sort on process for efficiency. Some events (e.g. AUTH_ACL_CHECK) could be trigged many times in a single page request.
| * remove reference operator from object, no longer requiredChristopher Smith2014-02-16
| |
| * add appropriate visibility keywords to event propertiesChristopher Smith2014-02-16
| |
| * since php 5, no need to access objects by referenceChristopher Smith2014-02-16
| |
| * An event object used as a string will return its name - the event nameChristopher Smith2014-02-16
| |
* | Merge pull request #550 from splitbrain/video-audio-additionsAndreas Gohr2014-02-16
|\ \ | | | | | | Video/audio additions
| * | fixed typo in phpdocAnika Henke2014-02-15
| | |
| * | updated syntax page to include recently added video and audio formatsAnika Henke2014-02-15
| | |
| * | added title to video/audio tags, use title for fallback links, refactored ↵Anika Henke2014-02-15
| | | | | | | | | | | | duplicate code
* | | Merge pull request #552 from splitbrain/event_handler_sequencingAndreas Gohr2014-02-16
|\ \ \ | | |/ | |/| Add ordering to event handlers
| * | Add ordering to event handlersChristopher Smith2014-02-16
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Allows a sequence integer to be supplied when registering to handle an event. When processing an event, handlers (hooks) will be executed in ascending order of their sequence number. If two or more handlers have the same sequence number their order of execution is undefined. A handler wanting to be first, should use -PHP_MAX_INT. A handler wanting to be last can use PHP_MAX_INT. There may be conflicts if two or more plugins use these values in the expectation that they will guarantee being first or last.
* | Merge pull request #549 from splitbrain/mailreplytoAndreas Gohr2014-02-16
|\ \ | |/ |/| add Reply-To and Sender to apply cleanAddress