aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
Commit message (Expand)AuthorAge
* Use str_starts_with/str_ends_withfiwswe2023-09-15
* code style: line breaksAndreas Gohr2023-08-31
* code style: operator spacingAndreas Gohr2023-08-31
* Rector to rename print to echo callsAndreas Gohr2023-08-31
* coding style: control flow whitespacesAndreas Gohr2023-08-31
* coding style: function call spacingAndreas Gohr2023-08-30
* codestyle adjustments: function declaration braces/spacesAndreas Gohr2023-08-30
* codestyle adjustments: class declaration bracesAndreas Gohr2023-08-30
* Apply rector fixes to bin and toplevelAndreas Gohr2023-08-30
* do no load disabled plugins in /bin/plugin.phpAndreas Gohr2023-08-24
* move resolvers into File namespaceAndreas Gohr2022-01-02
* Merge branch 'master' into refactorResolvingAndreas Gohr2021-04-05
|\
| * dwpage: output meta data as JSONAndreas Gohr2021-02-16
| * dwpage: rename gmeta into getmetaAndreas Gohr2021-02-16
| * dwpage.php: add an option to get metadataRobin Getz2021-01-21
* | replace deprecated function callsAndreas Gohr2021-04-05
|/
* Merge pull request #3115 from moisesbr-dw/sort-with-collatorAndreas Gohr2020-08-26
|\
| * Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2Moisés Braga Ribeiro2020-08-16
| * Command line tool wantedpages.phpMoisés Braga Ribeiro2020-05-19
* | use envvars in shebangPhy2020-06-13
|/
* replaced deprecated utf8 functionsAndreas Gohr2019-06-10
* moved plugin controller to Extension namespaceAndreas Gohr2019-04-20
* First go at moving the plugin classes into their own namespaceAndreas Gohr2019-04-20
* Merge branch 'master' into psr2Andreas Gohr2018-07-27
|\
| * Fix .htaccess files for Apache 2.4 (and 2.2)Alexander Achenbach2018-06-17
* | PSR2 adjustments for bin scriptsAndreas Gohr2018-06-15
|/
* typo. capital P for class nameAndreas Gohr2018-04-05
* remove unecessary newline in gittoolAndreas Gohr2017-12-10
* Introducing a new Plugin type: CLIAndreas Gohr2017-11-10
* replace Doku_CLI with splitbrain\phpcli\CLIAndreas Gohr2017-11-10
* made bin/wantedpage.php more flexibleAndreas Gohr2017-07-28
* using $options->getCmd to retrieve show-pages parameterMyron Turner2017-07-12
* added option to wantedpages.php to show or not show pages where broken links ...Myron Turner2017-07-12
* show pages where broken links occur: page_id => broken_linkMyron Turner2017-07-09
* Adapt .htaccess files for Apache 2.4Werner Flamme/WKDV2015-12-07
* Fixed bug in obtainLock(), where it always fails to verify the lock. This fix...JustinTrouble2015-11-30
* fix username handling in dwpage CLI tool. closes #1019Andreas Gohr2015-02-09
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\
| * -k requires parameter. fixes #902Andreas Gohr2014-10-17
* | PHPDocs and some improvementsGerrit Uitslag2014-10-02
* | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
|/
* code reformatAndreas Gohr2014-05-16
* refactored dwpage.php to new CLIAndreas Gohr2014-05-16
* refactored bin/wantedpages.php to new CLI interfaceAndreas Gohr2014-03-22
* refactored bin/striplangs.php to new CLI interfaceAndreas Gohr2014-03-22
* converted some more CLI tools, minor CLI class updatesAndreas Gohr2014-03-20
* wrap help texts to fit typial terminal widthAndreas Gohr2014-03-19
* converted git tool to new CLI baseAndreas Gohr2014-03-19
* always fullpath repo dirsAndreas Gohr2014-02-14
* check for empty repoAndreas Gohr2014-02-05