| Commit message (Collapse) | Author | Age |
| |
|
|\
| |
| | |
Refactored the CLI stuff
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
This avoids treating double slashes as single line comments in CSS when
they are used in a filter or content string.
closes #638
|
| |
| |
| |
| |
| | |
That commit did not test what it actually made for. Handling protocol
relative URLs in CSS.
|
| | |
|
|\ \
| | |
| | | |
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
|
|\ \
| | |
| | | |
#667 - directly get a valid INPUT parameter
|
| | | |
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Adding <thead> to tables
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
& test output
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Implements FS#1764
|
|\ \ \ \
| | | | |
| | | | | |
fix io_rmdir_test::test_nopes() for symlinks in paths
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix a couple of issues with PR#571
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
improvements to double quote matching
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
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
|
|\ \ \ \
| | | | |
| | | | | |
JQuery Update
|
| | | | |
| | | | |
| | | | |
| | | | | |
double slashes in url() always have to be ignored
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Linked and formatted user names
|
| |\ \ \ \ \
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | | |
Conflicts:
inc/parser/renderer.php
inc/template.php
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Added DOKU_BASE for local target
|
| | | | | | |
|
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* master: (103 commits)
Add a basic test case for the cache
Events: Trigger a warning if the default action is not callable
Fix caching (make the event callback public again)
translation update
translation update
translation update
translation update
translation update
translation update
translation update
avoid HTTP image screenshot urls. closes #595
translation update
Extension manager: Fix cache extension to be .repo
adjusted the office type color again
another instance of empty() where an array key might not exist
remove placeholder van denied.txt
updated file icons once more
removed 'not logged in' text, loginform is shown already
Revert "added stripped bit to language file"
fixed index file
...
Conflicts:
inc/html.php
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This very basic test ensures that the useCache method works as
expected for simple scenarios. This test case fails without commit
a8795974051a91137b01ff88dbf5586a647b24ce and then also triggers the
warning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Mostly this is for unit tests which use of \$_SERVER['REMOTE_USER']
It ensures the reference/alias connection between \$INPUT->server
and \$_SERVER is renewed before each test. Tests using TestRequest
class will replace this \$INPUT with their own.
|
| | | | |
|
| | | | |
|
| | | | |
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
inc/html.php
|