- May 16, 2018
-
-
Stefano authored
-
Marian Banica authored
-
- May 13, 2018
-
-
HokkaidoPerson authored
-
- May 11, 2018
-
-
Andreas Gohr authored
authmysql and authpgsql were replaced by authpdo two releases ago.
-
- May 08, 2018
-
-
phallobst authored
-
- Apr 30, 2018
-
-
Tengiz authored
-
- Apr 27, 2018
-
-
Aleksandr Selivanov authored
-
- Apr 25, 2018
-
-
Jonáš Dyba authored
-
- Apr 24, 2018
-
-
phallobst authored
-
phallobst authored
-
Harriet Neitz authored
-
- Apr 23, 2018
-
-
damiano authored
-
Damien Regad authored
-
Michael Große authored
fixes #2330
-
Yuriy Skalko authored
-
- Apr 20, 2018
-
-
Schplurtz le Déboulonné authored
-
- Apr 19, 2018
-
-
Anika Henke authored
Punctuation is more natural, makes sense with CSS switched off and makes screenreaders add a little pause.
-
- Apr 17, 2018
-
-
Michael Bohn authored
-
Domingo Redal authored
-
Michael Große authored
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
-
Yuriy Skalko authored
-
- Apr 15, 2018
-
-
Anika Henke authored
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'.
-
- Apr 13, 2018
-
-
Davor Turkalj authored
-
- Apr 11, 2018
-
-
Andreas Gohr authored
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.
-
- Mar 29, 2018
-
-
Michael Große authored
This should make their purpose more obvious.
-
- Mar 28, 2018
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Mar 27, 2018
-
-
Andreas Gohr authored
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
-
- Mar 26, 2018
-
-
Michael Große authored
This functionality is inspired by what other large search engines are doing.
-
- Mar 25, 2018
-
-
Yuriy Skalko authored
-
- Mar 23, 2018
-
-
Wojciech Lichota authored
-
Wojciech Lichota authored
-
- Mar 22, 2018
-
-
Michael Große authored
-
Michael Große authored
This simplifies many aspects. However, it still needs much better styling.
-
Michael Große authored
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
-
- Mar 21, 2018
-
-
Wojciech Lichota authored
-
- Mar 20, 2018
-
-
Michael Große authored
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
-
Wojciech Lichota authored
-