| dd7064d9 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
updated composer dependencies |
| 564ad40a | 14-Aug-2017 |
Oliver Geisen <oliver@rehkopf-geisen.de> |
Removed progressbar from searchform |
| f5610e74 | 11-Aug-2017 |
Guy Brand <gb@unistra.fr> |
Release preparation |
| 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 |
| 4364181f | 05-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
do not disclose email or IP addresses of users through RSS
The feed used to add real or fake email addresses to items (because some feed formats require them). The default RSS1.0 format did not show
do not disclose email or IP addresses of users through RSS
The feed used to add real or fake email addresses to items (because some feed formats require them). The default RSS1.0 format did not show them, but that changed in the recent update of our FeedCreator classes.
Now all code for that has been removed, always showing an @undisclosed.example.com email address. Because some feed readers may use the email address to distinguis authors, the mechanism to prepend the user name was kept.
show more ...
|
| cd08f3e6 | 03-Aug-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
response on review |
| 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 |
| cf35519c | 01-Aug-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Make default encapsulation more readable and less duplicate. |
| 65cc1598 | 01-Aug-2017 |
Phy <git@phy25.com> |
Replace htmlspecialchars to hsc in core |
| 85319150 | 01-Aug-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add the preview-bool for the cache file. |
| 6057f473 | 01-Aug-2017 |
Phy <i@phy25.com> |
Add htmlspecialchars when showing $DATE_AT
Fixes #2061 |
| 6053eb28 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
#2021 broken links to W3C validators also dokuwiki and php are on https |
| 1d7c1f1b | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
response on review |
| f0cc02d3 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
cleaning |
| 814e20b8 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
extracted functions added test coverage |
| 64cebf71 | 28-Jul-2017 |
Andreas Gohr <andi@splitbrain.org> |
made bin/wantedpage.php more flexible
* results can be sorted by wanted or origin * second dimension can be skipped * results should be easier to parse with standard unix tools now * use proper otpi
made bin/wantedpage.php more flexible
* results can be sorted by wanted or origin * second dimension can be skipped * results should be easier to parse with standard unix tools now * use proper otpions, not commands
show more ...
|
| 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 ...
|
| e4f7f55e | 24-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
allow tests against ajax requests |
| e8da0265 | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
cleaning after better understanding of the surroundings |
| e9d25488 | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
back slashes in @import |
| 7b0d379f | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
cleaning |