| 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 |
| 952acff9 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
removed old tpl_content_core method |
| 564ad40a | 14-Aug-2017 |
Oliver Geisen <oliver@rehkopf-geisen.de> |
Removed progressbar from searchform |
| 8cebbad7 | 10-Aug-2017 |
Nina Zolotova <nina-z@i.ua> |
translation update |
| 0ea5ebb4 | 05-Aug-2017 |
B_S666 <i@frostbitten.de> |
prevent pages to be shown in trace if you don't have rights to read |
| 8ef78a04 | 02-Aug-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
small fix |
| 4d1fee4c | 01-Aug-2017 |
B_S666 <i@frostbitten.de> |
prevent hidden pages to be shown in trace |
| 65cc1598 | 01-Aug-2017 |
Phy <git@phy25.com> |
Replace htmlspecialchars to hsc in core |
| 1d7c1f1b | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
response on review |
| 814e20b8 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
extracted functions added test coverage |
| 9796f26f | 28-Jul-2017 |
Szymon Olewniczak <solewniczak@imz.re> |
doc abbreviation |
| 8f34cf3d | 26-Jul-2017 |
Michael Große <grosse@cosmocode.de> |
Fix PHP Notices: Reduce error log noise
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred.
Some of these fixes could b
Fix PHP Notices: Reduce error log noise
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred.
Some of these fixes could be refactored into nicer code once we move to PHP 7 and get access to the `??` operator.
show more ...
|
| 96d5526d | 26-Jul-2017 |
Michael Große <grosse@cosmocode.de> |
Create valid empty options
The HTML-spec[0] specifies:
> If the element has no label attribute and is not a child of a datalist element: Text that is not inter-element whitespace.
So a non-breakin
Create valid empty options
The HTML-spec[0] specifies:
> If the element has no label attribute and is not a child of a datalist element: Text that is not inter-element whitespace.
So a non-breaking space is valid solution.
[0] https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element
show more ...
|
| 7b0d379f | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
cleaning |