History log of /dokuwiki/bin/wantedpages.php (Results 1 – 25 of 29)
Revision Date Author Comments
# d4f83172 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

code style: line breaks


# 26dfc232 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Rector to rename print to echo calls


# 177d6836 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

coding style: control flow whitespaces


# d868eb89 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: function declaration braces/spaces


# 8c7c53b0 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

codestyle adjustments: class declaration braces


# b1f206e1 30-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Apply rector fixes to bin and toplevel


# 2cd6cc0a 02-Jan-2022 Andreas Gohr <andi@splitbrain.org>

move resolvers into File namespace


# 8c6be208 05-Apr-2021 Andreas Gohr <andi@splitbrain.org>

replace deprecated function calls

Replaces the use of resolve_pageid() and resolve_mediaid() with the
proper class invocations


# d267a3cb 26-Aug-2020 Andreas Gohr <andi@splitbrain.org>

Merge pull request #3115 from moisesbr-dw/sort-with-collator

Sort with collator


# 0489c64b 16-Aug-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Changes according to revisions in https://github.com/moisesbr-dw/dokuwiki/pull/2

Many minor details and use of Sort::xyz() instead of intl_xyz() in files outside the "inc" folder.


# cbfa4829 13-Jun-2020 Phy <git@phy25.com>

use envvars in shebang


# d00f8523 20-May-2020 Moisés Braga Ribeiro <moisesbr@gmail.com>

Command line tool wantedpages.php


# 2b2d0ba9 01-Jun-2018 Andreas Gohr <andi@splitbrain.org>

PSR2 adjustments for bin scripts


# cbeaa4a0 10-Nov-2017 Andreas Gohr <andi@splitbrain.org>

replace Doku_CLI with splitbrain\phpcli\CLI

It has few more features (like turning down verbosity) and looks nicer


# 64cebf71 28-Jul-2017 Andreas Gohr <andi@splitbrain.org>

made bin/wantedpage.php more flexible

* results can be sorted by wanted or origin
* second dimension can be skipped
* results should be easier to parse with standard unix tools now
* use proper otpi

made bin/wantedpage.php more flexible

* results can be sorted by wanted or origin
* second dimension can be skipped
* results should be easier to parse with standard unix tools now
* use proper otpions, not commands

show more ...


# 964efa9c 12-Jul-2017 Myron Turner <turnermm02@shaw.ca>

using $options->getCmd to retrieve show-pages parameter


# d63d2c63 12-Jul-2017 Myron Turner <turnermm02@shaw.ca>

added option to wantedpages.php to show or not show pages where broken links occur


# ffe3602c 10-Jul-2017 Myron Turner <turnermm02@shaw.ca>

show pages where broken links occur: page_id => broken_link


# 42ea7f44 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Many PHPDocs, some unused and dyn declared vars

many PHPDocs
some unused variables
some dynamically declared variables declared


# 1c36b3d8 16-May-2014 Andreas Gohr <andi@splitbrain.org>

code reformat


# e8bb93a5 22-Mar-2014 Andreas Gohr <andi@splitbrain.org>

refactored bin/wantedpages.php to new CLI interface


# 0ea51e63 23-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations for PHP files

Fix violations for Generic.PHP.LowerCaseConstant.Found


# 7ef8e99f 22-Aug-2013 Matt Perry <matt@mattperry.com>

Fix CodeSniffer violations

Change indentation to ensure code confirms to CodeSniffer rules.


# 47583ff0 16-Oct-2009 furun <furun@arcor.de>

Whitespace cleanup FS#1709

Ignore-this: 27ea52110bce929b2c61ed8faba67cfc

darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz


# 50b78159 04-Sep-2009 Elan Ruusamäe <glen@delfi.ee>

set memory limit and unify php call in CLI apps

Ignore-this: 1132d10ee32a2a68ddc1929c428e708

- short open tag shouldn't be needed anymore
- CLI memory limits a too low usually

darcs-hash:200909042

set memory limit and unify php call in CLI apps

Ignore-this: 1132d10ee32a2a68ddc1929c428e708

- short open tag shouldn't be needed anymore
- CLI memory limits a too low usually

darcs-hash:20090904211555-99ed5-bd19873bdc2b10c61b9365f9c5ad9409a4131e41.gz

show more ...


12