| b4f2363a | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols |
| dcae056a | 27-Apr-2018 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 6e19c6ec | 25-Apr-2018 |
Jonáš Dyba <jonas.dyba@gmail.com> |
translation update |
| d23366ba | 24-Apr-2018 |
phallobst <bugs@michael-lossin.de> |
Missing quote |
| f14bca39 | 24-Apr-2018 |
phallobst <bugs@michael-lossin.de> |
Missing quote |
| 110353d9 | 24-Apr-2018 |
Harriet Neitz <harrietneitz@gmail.com> |
translation update |
| 3877cbc8 | 23-Apr-2018 |
damiano <damiano@spagnuolo.eu> |
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 |
| 8591ce16 | 20-Apr-2018 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| 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 |
| 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 |
| 7c15eaa2 | 15-Apr-2018 |
Anika Henke <anika@selfthinker.org> |
Fix invalid HTML in search results
Recent changes to the search results page added various divs to the pre-existing description list, which is invalid. This fixes that by a) removing a couple of unn
Fix invalid HTML in search results
Recent changes to the search results page added various divs to the pre-existing description list, which is invalid. This fixes that by a) removing a couple of unnecessary elements and b) interpret the 'last modified' line as another 'dd'.
show more ...
|
| 7d515db4 | 13-Apr-2018 |
Davor Turkalj <turki.bsc@gmail.com> |
translation update |
| 13ce475d | 11-Apr-2018 |
Andreas Gohr <gohr@cosmocode.de> |
shortened new search configs
shorter names are more in line with what we already use, makes less layout problems in the documentation and is easier to type when telling people about it. |
| b3054f02 | 29-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: rename JSINFO.DOKU_UHN and JSINFO.DOKU_UHC
This should make their purpose more obvious. |
| 826e222f | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
show adavanced tools with JavaScript only |
| 2171f9cb | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
added aria attributes |
| 1d918893 | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
more styling and RTL support |
| c6070d6f | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
refactor search.less |
| 4bdf82b5 | 27-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
first go at styling
This removes a lot of reudundant CSS classes in favor of cascading selectors. Styling isn't done, yet this is just a first step.
Still to do:
* aria labels * styling the toggle
first go at styling
This removes a lot of reudundant CSS classes in favor of cascading selectors. Styling isn't done, yet this is just a first step.
Still to do:
* aria labels * styling the toggle mechanism * RTL styling * making sure everything displays correct when no JS is available * translations may be missing * refactoring the rest of search.less to make use of LESS features
show more ...
|