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 ...
|
b005809c | 26-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): display search tools as lists on click
This functionality is inspired by what other large search engines are doing. |
172afea7 | 25-Mar-2018 |
Yuriy Skalko <yuriy.skalko@gmail.com> |
translation update |
6cdde307 | 23-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
e5bf110d | 22-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): remember assistance's open/closed state |
4d0cb6e1 | 22-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): show search adjustments as links
This simplifies many aspects. However, it still needs much better styling. |
d09b5b64 | 22-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): add config options to adjust default behavior
This adds two new config options:
`search_limit_to_first_ns`: Limit the search to the current X namespaces. When a search is executed fro
feat(search): add config options to adjust default behavior
This adds two new config options:
`search_limit_to_first_ns`: Limit the search to the current X namespaces. When a search is executed from a page within a deeper namespace, the first X namespaces will be added as filter. Possible use case could be with language namespaces to ensure that the default search is initially within the current language.
`search_default_fragment_behaviour`: Option to specify the default fragment search behavior
show more ...
|
674a8676 | 21-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
bb8ef867 | 20-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): add search assistance for simple queries
This add some search assistance to simple, single-word search queries which may be restricted to a single namespace.
Further improvements: * b
feat(search): add search assistance for simple queries
This add some search assistance to simple, single-word search queries which may be restricted to a single namespace.
Further improvements: * better styling * trigger events for other plugins * set namespaces directly from fulltext search results * some more config options
show more ...
|
d3ca9ff8 | 20-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
1d8a330a | 19-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
873d6202 | 19-Mar-2018 |
Wojciech Lichota <wojciech@lichota.pl> |
translation update |
f3d2b6ae | 07-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: use exit instead of return in the global scope |
4a3e16c0 | 06-Mar-2018 |
Frederico Gonçalves Guimarães <frederico@teia.bio.br> |
translation update |
c6daab83 | 06-Mar-2018 |
Seungheon Song <esketch@gmail.com> |
translation update |
ac6ceee3 | 16-Feb-2018 |
Michael Große <grosse@cosmocode.de> |
fix(manifest): check if manifest action enabled before sending |