| 272e9dec | 22-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
CLI: send messages to STDERR |
| 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 |
| 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 |
| 7b62b42d | 19-Mar-2014 |
lisps <stummp@loewen.de> |
add config date_at_format change translation message |
| 2549a25a | 18-Mar-2014 |
Christopher Schive <chschive@frisurf.no> |
translation update |
| 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 ...
|
| 494cd513 | 17-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
notloggedin removed from nl as well + fix of AD domain string. |
| 5267006f | 17-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
notloggedin lang string left |
| bc2be47d | 17-Mar-2014 |
Rene <wllywlnt@yahoo.com> |
translation update |
| f934b764 | 17-Mar-2014 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 5057e700 | 17-Mar-2014 |
Simon <st103267@stud.uni-stuttgart.de> |
translation update |
| 59b1d918 | 17-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
adjust logic of caching comments for _nocache |
| 4d5fc927 | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
use more consistent names |
| cd4635ee | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Rename userinfo() to userlink() |
| c0953023 | 16-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve phpdocs editorinfo() |
| cef031c1 | 13-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
implement rules for when the top rows of a table qualify for a THEAD element 1. TD < 2 in a row 2. TD <= 50% of total cells 3. Not all table rows can be THEAD rows |
| b2356002 | 16-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Fix longstanding issue with cache class & cachetime setting
1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extensio
Fix longstanding issue with cache class & cachetime setting
1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extension cache_handler). 2. two special cachetime values, -1 & 0, weren't handled, per FS#2183
To handle the cachetime setting, -1, disable caching, a new property _nocache is added. When that property is true, any cache file must not be used and storecache() should not store any values
show more ...
|
| f8fb2d18 | 15-Mar-2014 |
Andreas Gohr <andi@splitbrain.org> |
strip sourcemaps in CSS and JS #601
source maps are invalid for our dispatched sources and may even cause problems. this makes sure any sourcemap declarations are stripped from the output |
| 06e3e0c7 | 14-Mar-2014 |
Christopher Smith <chris@jalakai.co.uk> |
use $requireGroups constants in auth classes; comments; code improvements |
| 15f3bc49 | 14-Mar-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
enable editorinfo and userinfo to return plain text names |