summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | | | PHPdocs changelogGerrit Uitslag2014-05-21
| | | | | | | | | | | | |
| | | * | | | | | | | | | PhpdocsGerrit Uitslag2014-05-20
| | | | | | | | | | | | |
| | | * | | | | | | | | | phpdocs, fallthrough, unused var in common.phpGerrit Uitslag2014-05-20
| | | | | | | | | | | | |
| | | * | | | | | | | | | add replacements to event data of COMMON_NOTIFY_ADDRESSLISTGerrit Uitslag2014-05-20
| | | | | | | | | | | | |
| | | * | | | | | | | | | PHPDocs for common.phpGerrit Uitslag2014-05-20
| | | | | | | | | | | | |
| | * | | | | | | | | | | check mbstring function overloading in installer. closes #736Andreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | simplified abstract caoturing in metadata rendererAndreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | updated doc blocks in metadata rendererAndreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | added short comment on how a renderer worksAndreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | added doc blocks for xhtml rendererAndreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | added doc blocks to all functions in rendererAndreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | more reformattingAndreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | reformattingAndreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | removed unset $cache parameter in _audio _video #698Andreas Gohr2014-05-24
| | | | | | | | | | | | |
| | * | | | | | | | | | | translation updateJohan Vervloet2014-05-22
| | | | | | | | | | | | |
| | * | | | | | | | | | | translation updateCaillot2014-05-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | translation updateRadovan Buroň2014-05-21
| | | | | | | | | | | | |
| | * | | | | | | | | | | translation updateMarton Sebok2014-05-20
| | |/ / / / / / / / / /
| | * | | | | | | | | | declare fieldAndreas Gohr2014-05-19
| | | | | | | | | | | |
| | * | | | | | | | | | doc updatesAndreas Gohr2014-05-19
| | | | | | | | | | | |
| | * | | | | | | | | | fixed parameter typeAndreas Gohr2014-05-19
| | | | | | | | | | | |
| | * | | | | | | | | | some doc updateAndreas Gohr2014-05-19
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into trailingcolonsGerrit Uitslag2014-05-19
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/plugins/usermanager/lang/nl/intro.txt
| | * | | | | | | | | | Merge pull request #720 from splitbrain/newcliAndreas Gohr2014-05-18
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the CLI stuff
| | | * | | | | | | | | | deprecated the old CLI opts parserAndreas Gohr2014-05-16
| | | | | | | | | | | | |
| | | * | | | | | | | | | code reformatAndreas Gohr2014-05-16
| | | | | | | | | | | | |
| | | * | | | | | | | | | don't unlock based on empty sessionAndreas Gohr2014-05-16
| | | | | | | | | | | | |
| | | * | | | | | | | | | CLI: send messages to STDERRAndreas Gohr2014-03-22
| | | | | | | | | | | | |
| | | * | | | | | | | | | converted some more CLI tools, minor CLI class updatesAndreas Gohr2014-03-20
| | | | | | | | | | | | |
| | | * | | | | | | | | | removed superflous argumentAndreas Gohr2014-03-20
| | | | | | | | | | | | |
| | | * | | | | | | | | | fixed broken wordwrappingAndreas Gohr2014-03-20
| | | | | | | | | | | | |
| | | * | | | | | | | | | wrap help texts to fit typial terminal widthAndreas Gohr2014-03-19
| | | | | | | | | | | | |
| | | * | | | | | | | | | converted git tool to new CLI baseAndreas Gohr2014-03-19
| | | | | | | | | | | | |
| | | * | | | | | | | | | completely new base for CLI scriptsAndreas Gohr2014-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces an abstract base class that command line tools need to inherit from. It provides a simple framework for registering accepted command line options and provides commonly needed things like help output and colored text. Existing CLI scripts still need to be converted.
| | * | | | | | | | | | | Merge pull request #693 from splitbrain/logdeprecatedAndreas Gohr2014-05-18
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | log deprecated function calls FS#2399
| | | * | | | | | | | | | | log deprecated function calls FS#2399Andreas Gohr2014-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces a new dbg_deprecated() function which allows for easy marking of deprecated functions. Each call is logged to the debuglog when debuggin is enabled.
| | * | | | | | | | | | | | translation updatePzF_X2014-05-18
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Revert "apply half non-breakable spaces in French localization"Gerrit Uitslag2014-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d90ef1e0b81e3ab4cb0e2394acce6ff5970dc67c.
| * | | | | | | | | | | | | apply half non-breakable spaces in French localizationGerrit Uitslag2014-05-16
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Move colon from code to language stringsGerrit Uitslag2014-05-16
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | translation updateFrancesco2014-05-14
| | | | | | | | | | | | |
| * | | | | | | | | | | | translation updateMati2014-05-14
| | | | | | | | | | | | |
| * | | | | | | | | | | | translation updateGerrit Uitslag2014-05-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | translation updateMirko2014-05-13
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #701 from dokuwiki-translate/lang_update_19Andreas Gohr2014-05-13
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation update (tr)
| | * | | | | | | | | | | | translation updateilker rifat kapaç2014-05-13
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | translation updatelainme2014-05-13
| |/ / / / / / / / / / / /
| * / / / / / / / / / / / doc block updatesAndreas Gohr2014-05-10
| |/ / / / / / / / / / /
| * | | | | | | | | | | translation updateHideaki SAWADA2014-05-10
| | | | | | | | | | | |
| * | | | | | | | | | | translation updateLuka Lejava2014-05-08
| | | | | | | | | | | |