| 0c39d46c | 05-Apr-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: rename and move function to set $JSINFO
This is a more consistent place relative to pageinfo() |
| 7bf31909 | 29-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: add missing global $ACT for $JSINFO |
| 1d739e3d | 29-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: use native json_encode for $JSINFO
json_encode is available natively since PHP 5.2 |
| 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. |
| 10cf78c4 | 29-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: extract $JSINFO initialization into tpl_ function |
| 422bbbc6 | 29-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: rename dta and dtb parameters
They are now named min and max respectively, which is hopefully less cryptic. |
| ec27794f | 28-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
doc(search): parameter must be string or false |
| fc46ed58 | 28-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
doc(search): highlight is expected to be an array |
| 826e222f | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
show adavanced tools with JavaScript only |
| a00078f7 | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted language files to remove outdated string |
| c2d6156e | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
removed sub header from all languages |
| 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 |
| 0fc38806 | 28-Mar-2018 |
Andreas Gohr <gohr@cosmocode.de> |
use relative time in search results |
| be76738b | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
doc(search): add missing PHP doc blocks |
| 7fa270bc | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(Form): add parameter to omit security token in forms
This is useful for anonymously useable forms, like the search. |
| 3286c65d | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix(search): don't search for current page if submitting empty form
Pressing enter in the small quick-search-box while it was empty resulted in a search for the current pageid. |
| 220966d3 | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix: display "show" item in page menu during search action
Since we no longer change the page during a search, using the "show" menu item to return to the current page makes more sense. |
| c5bd5721 | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
l10n(search): localization for the toggle tools button |
| 3850270c | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor(search): provide before/after arguments to search event
This way they can be cleanly influenced by the plugins instead of having to modify global state. |
| 52d4cd42 | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor(search): rewite SearchState to make behavior more obvious
As suggested by @splitbrain SearchState now behaves simliar to the PSR-7 message interfaces. |
| 2ce8affc | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
l10n(search): Add link to create page from query to searchintro
Implements the functionality requested in #1124 |
| 55dc8783 | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
fix(search): sort list of namespaces alphabetical in 2nd order |
| 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 ...
|
| 16ece95c | 27-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): trigger new event for small search field form
This also renames the event for the search form on the search page.
The scheme for naming events that provide the new Form-class as $data
feat(search): trigger new event for small search field form
This also renames the event for the search form on the search page.
The scheme for naming events that provide the new Form-class as $data is FORM_<formname>_OUTPUT
show more ...
|