| 9cb30093 | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| 1b4e0060 | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| 7675e707 | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
do not hide fatal exceptions during unit tests |
| d3d3f39a | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
never redirect from a redirect action
during testing, redirects may not be executed, ActionAbort can default to redirecting which ould create an infinite loop. |
| 6e4577dc | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
undo unecessary action routing adjustments |
| b5e63f63 | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| 59ed97f2 | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace conditional with array_pad
This should reduce the complexity of the function |
| 7eeb415a | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
refactor: more extensible Content-Type header handling
This fixes the PHP Notice when $headers['Content-Type'] is unset. It also allows for easier extension later, e.g. adding handling for a JSON co
refactor: more extensible Content-Type header handling
This fixes the PHP Notice when $headers['Content-Type'] is unset. It also allows for easier extension later, e.g. adding handling for a JSON content-type.
show more ...
|
| 2689c55f | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: access first element of associative arrays
This function might be called by an plugin with an array that has only string keys and hence no key 0. This would trigger an PHP Notice when trying to
fix: access first element of associative arrays
This function might be called by an plugin with an array that has only string keys and hence no key 0. This would trigger an PHP Notice when trying to get the first key's level.
show more ...
|
| 5b60095a | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: set default value for empty var
If an config value is not set in the input lines, initialize it as empty string to prevent PHP Notices complaining about $line[1] being not set. |
| c55b109c | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: initialize vars to prevent PHP Notice
A PHP Notice occurred when $url didn't contain a '?'. |
| f7e8c7db | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
adjust default bcrypt iterations to 10. fixes #2093 |
| 572dc222 | 27-Aug-2017 |
LarsDW223 <lars_paulsen@web.de> |
Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'. |
| a69722b3 | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
always send Vary: Cookie header. fixes #1594 |
| 26714386 | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
moved function and fixed whitespace errors |
| 6c5e3c5e | 27-Aug-2017 |
Phy <git@phy25.com> |
Update check supports HTTPS
If SSL is not supported, a HTTP request will be made. In the log the request type will be indicated, but on the frontend no additional message would be shown (I think it'
Update check supports HTTPS
If SSL is not supported, a HTTP request will be made. In the log the request type will be indicated, but on the frontend no additional message would be shown (I think it's better to notify admins about non-SSL situations, but currently when this fetch encounter error, no error message will be shown, so it's better not to add any warning).
show more ...
|
| d5d08c05 | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
fixed some style errors found by scrutinizer |
| cd6ed79f | 27-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed unused, empty files
|
| 2d102494 | 25-Aug-2017 |
Phy <git@phy25.com> |
Fix p_set_metadata damaging contributors with numeric ID |
| a056e285 | 23-Aug-2017 |
Phy <git@phy25.com> |
Fix rendering null $language going to GeSHi (fixes #2088) |
| 163c2842 | 20-Aug-2017 |
Phy <git@phy25.com> |
Fix RSS syntax XSS bug (#2081) |
| 56bd9509 | 17-Aug-2017 |
Phy <git@phy25.com> |
Fix sanitation of $language for code highlighting (fixes #2080) |
| 0877a1f1 | 15-Aug-2017 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
Support Web Video Text Tracks Format subtitles |
| 51b0b64b | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
move type initialization to getter |
| e6bd4c92 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
used index array for menu items
This makes it a little easier to splice new elements into position |