| #
d9672f67 |
| 19-Apr-2025 |
Andreas Gohr <andi@splitbrain.org> |
make $INFO global during TestRequests in detail.php
|
| #
5a5ec053 |
| 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat /lib/exe/ folder
|
| #
316e3ee6 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: EOF new lines
|
| #
c1482d1c |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function argument spacing
|
| #
e3c3abf1 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to lib/exe
|
| #
a46a7ce3 |
| 10-Mar-2023 |
asivery <asivery@protonmail.com> |
Fix: Do not garbage collect the JpegMeta object after reading a tag
|
| #
012c7cdc |
| 06-Feb-2021 |
Damien Regad <dregad@mantisbt.org> |
Fix Constant DOKU_MEDIADETAIL already defined
This error only occurs when PHPUnit runs both the `testScripts` and the `test_Validity` suites [1], because all tests are running in the same PHP proces
Fix Constant DOKU_MEDIADETAIL already defined
This error only occurs when PHPUnit runs both the `testScripts` and the `test_Validity` suites [1], because all tests are running in the same PHP process.
Adding an `if(!defined` check to avoid the problem.
[1]: ./phpunit.phar --filter 'testScripts|test_Validity'
show more ...
|
| #
1eadd9e8 |
| 04-Feb-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix global access on detail.php and avoid null loading
Another problem surfaced in the tests
|
| #
cbb44eab |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated trigger_event() in favor of a static method on Event
|
| #
1696f725 |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove debugging stuff from detail.php
we haven't needed this in years
|
| #
79e79377 |
| 07-Jan-2015 |
Andreas Gohr <gohr@cosmocode.de> |
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PH
Remove error supression for file_exists()
In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
show more ...
|
| #
4bde2196 |
| 22-Nov-2013 |
lisps <stummp@loewen.de> |
remove property rev from xhtml.php changed variable name $create_time to $modified_time
|
| #
5c2eed9a |
| 21-Nov-2013 |
lisps <stummp@loewen.de> |
add parameter at($DATE_AT) and mind revisions
|
| #
5381a7ee |
| 13-Nov-2013 |
Elan Ruusamäe <glen@delfi.ee> |
remove 'infos' misspelling
http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
|
| #
ab4d3f3b |
| 15-Oct-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix expression passed by reference
|
| #
b8983d3a |
| 21-Aug-2013 |
Matt Perry <matt@mattperry.com> |
Fix CodeSniffer violations
Remove whitespace from end of lines to reduce the number of CodeSniffer violations.
|
| #
b6132871 |
| 03-Mar-2013 |
Christopher Smith <chris@jalakai.co.uk> |
include image info in in detail.php; ensure populated before DETAIL_STARTED event
|
| #
9d2e1be6 |
| 16-Feb-2013 |
Andreas Gohr <andi@splitbrain.org> |
introduced http_status() for sending HTTP status code FS#1698
It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch intro
introduced http_status() for sending HTTP status code FS#1698
It seems, some servers require a special Status: header for sending the HTTP status code from PHP (F)CGI to the server. This patch introduces a new function (adopted from CodeIgniter) for simplifying the status handling.
show more ...
|
| #
28c7c067 |
| 09-Sep-2012 |
Anika Henke <anika@selfthinker.org> |
added missing DETAIL_STARTED event to lib/exe/detail.php
|
| #
bfd0f597 |
| 29-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Input wrapper for exe scripts
|
| #
0b836216 |
| 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
Added some 404 handling to lib/exe/detail.php
|
| #
e6e54bbf |
| 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
populate $INFO in lib/exe/detail.php FS#2041
|
| #
fb52c666 |
| 02-Oct-2010 |
Andreas Gohr <andi@splitbrain.org> |
coding style cleanup in lib/exe/detail.php
|
| #
24b3cb1a |
| 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed require's in lib/exe/*
|
| #
47583ff0 |
| 16-Oct-2009 |
furun <furun@arcor.de> |
Whitespace cleanup FS#1709
Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
|