| 788d553a | 03-Apr-2014 |
Young gon Cha <garmede@gmail.com> |
translation update |
| 977fc56f | 01-Apr-2014 |
Arif Budiman <me@kangarif.com> |
translation update |
| 88cf5a2d | 26-Mar-2014 |
Fernando <fdiezala@gmail.com> |
translation update |
| f7f4c3a2 | 24-Mar-2014 |
ggallon <gwenael.gallon@mac.com> |
translation update |
| 272e9dec | 22-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
CLI: send messages to STDERR |
| e8bb93a5 | 22-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
refactored bin/wantedpages.php to new CLI interface |
| 352ec8ce | 22-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
refactored bin/striplangs.php to new CLI interface |
| 8a288d68 | 21-Mar-2014 |
Marcel Bischoff <moin@marcelbischoff.com> |
Fixed spelling in lang.php
Changed "Erweitertet" to "Erweitert" since the word "Erweitertet" does not exist, see: http://www.duden.de/suchen/dudenonline?s=erweitertet
Also, see leo.org translatio
Fixed spelling in lang.php
Changed "Erweitertet" to "Erweitert" since the word "Erweitertet" does not exist, see: http://www.duden.de/suchen/dudenonline?s=erweitertet
Also, see leo.org translation for "advanced" to german: http://dict.leo.org/ende/index_de.html#/search=advanced&searchLoc=0&resultOrder=basic&multiwordShowSingle=on
show more ...
|
| d48bcdb4 | 20-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed tests |
| b0b7909b | 20-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
converted some more CLI tools, minor CLI class updates |
| 99c67023 | 20-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed superflous argument |
| 193eb411 | 20-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed broken wordwrapping |
| 477e5998 | 20-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add date sort option for list mode of feed |
| 6dcc1e8f | 20-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve encoding dir in rssListNamespace() |
| ae1ce4a6 | 19-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
wrap help texts to fit typial terminal width |
| 9fb66494 | 19-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
converted git tool to new CLI base |
| c6571d58 | 19-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed media icons in recent changes. closes #625 |
| 115aab0f | 19-Mar-2014 |
lisps <stummp@loewen.de> |
fix config option |
| 7b62b42d | 19-Mar-2014 |
lisps <stummp@loewen.de> |
add config date_at_format change translation message |
| 7ff009d9 | 18-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add visibility and PHPDocs to config plugin class |
| b09b9f47 | 18-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add 404 status header to feed disabled |
| 2549a25a | 18-Mar-2014 |
Christopher Schive <chschive@frisurf.no> |
translation update |
| faa51292 | 18-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
added config stuff for disabling RSS |
| 54be1338 | 18-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
allow disabling the rss feed |
| 496e3a6f | 17-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
completely new base for CLI scripts
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
completely new base for CLI scripts
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.
show more ...
|