| f14bca39 | 24-Apr-2018 |
phallobst <bugs@michael-lossin.de> |
Missing quote |
| 110353d9 | 24-Apr-2018 |
Harriet Neitz <harrietneitz@gmail.com> |
translation update |
| 7ac1baa0 | 24-Apr-2018 |
L. Ivanovich Harrison <35902473+ivanovich@users.noreply.github.com> |
Add simple catch-all to left install.php div
Background: I was trying to install DokuWiki in my chrooted OpenBSD webserver. The install seemed funky (generated config but not ACLs), and the installe
Add simple catch-all to left install.php div
Background: I was trying to install DokuWiki in my chrooted OpenBSD webserver. The install seemed funky (generated config but not ACLs), and the installer page, instead of even showing any errors, was just blank after submitting initial parameters. Long story short, I edited install.php to approximately this effect, and finally got a visible error, which let me find out that I needed to create $CHROOT/dev/{a,u,s,}random. I would have found that out a lot sooner and torn out a lot less of my beautiful hair if something like this were already in place. After all, the installation phase is where one expects many edge cases and whatnot. Would help newcomers with strange environments to make more actionable forum posts crying for help. Please consider.
show more ...
|
| 3877cbc8 | 23-Apr-2018 |
damiano <damiano@spagnuolo.eu> |
translation update |
| 058bdf68 | 23-Apr-2018 |
Karl_de_Hall <Karl.Grohmueller@sonnenhof-sha.de> |
translation update |
| 3fc5af51 | 23-Apr-2018 |
Damien Regad <dregad@mantisbt.org> |
translation update |
| 65030737 | 23-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: replace old call to css_styleini
fixes #2330 |
| 03914b10 | 23-Apr-2018 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |
| a8c33ded | 23-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix: print 'you are here' again for startpages
This bug was introduced in #2251 c4a386f17daa381f6a50b7c30e73b316bd321e04
Fixes #2325 |
| 8ca3665e | 22-Apr-2018 |
Guy Brand <gb@unistra.fr> |
Release preparation |
| 8591ce16 | 20-Apr-2018 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 3f552e56 | 20-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix empty action on login form |
| d1264ecf | 20-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix empty action on recents form |
| e009a94f | 20-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Honor type setting for recent changes. fixes #2322 |
| 8225e1ab | 20-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix(search): don't start result position with 2
Also, for consistency this initializes also $num with 0, while ensuring that the first FT_SNIPPET_NUMBER results with a $cnt>0 have a snippet. |
| f0861d1f | 20-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
refactor(search): clearer data flow |
| b12bcb77 | 19-Apr-2018 |
Anika Henke <anika@selfthinker.org> |
Change spacing in search meta data to punctuation
Punctuation is more natural, makes sense with CSS switched off and makes screenreaders add a little pause. |
| ad75ad58 | 17-Apr-2018 |
Michael Bohn <mjbohn@gmail.com> |
translation update |
| 58332f92 | 17-Apr-2018 |
Domingo Redal <docxml@gmail.com> |
translation update |
| 8e3e8693 | 17-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
handle empty changelogs correctly
The code would previously throw a warning when a changelog did not exist or was empty. |
| f30298a1 | 17-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
some basic framework to do at least some HTML validity checking
Checks are done against the w3.org validator API. Currently we have some fails. One will be fixed in #2314, others still need to be fi
some basic framework to do at least some HTML validity checking
Checks are done against the w3.org validator API. Currently we have some fails. One will be fixed in #2314, others still need to be fixed.
This integration test also reveals some code bugs because texts do not suppress warnings and deprecation messages.
show more ...
|
| 6d55fda7 | 17-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
Fix(search): restore valid heading hierarchy
In #2286 the 2nd level heading in the intro was removed, so the h3 should be promoted to h2. |
| 78d786c9 | 17-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix(search): add position to fulltext results event |
| 5d06a1e4 | 17-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
fix(search): ensure consistent html in search results
This implements some of the changes discussed in #2314:
1. last mod and number of hits are on the same line and always shown 2. There is a clas
fix(search): ensure consistent html in search results
This implements some of the changes discussed in #2314:
1. last mod and number of hits are on the same line and always shown 2. There is a class around the last mod string so it can be hidden/replaced by an icon 3. All items in the resultBody returned by the event are wrapped in `<dd>` tags to ensure validity. They get their array key as class 4. There is still a wrapper div around each result for styling purposes
show more ...
|
| 85d672d0 | 17-Apr-2018 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |