Skip to content
Snippets Groups Projects
  1. Mar 26, 2018
    • Michael Große's avatar
      feat(search): use dedicated url-parameter for search query · d22b78c8
      Michael Große authored
      This way we do not loose the context of the current page. Further, the
      new id generated from the query before wasn't really that useful (see
      issue #1124 ). And we can still generate a meaningful link "create a
      page for your query", if that is considered useful.
      
      Further redirects exist for the old urls, so bookmarked searches etc.
      should mostly keep working.
      d22b78c8
  2. Mar 23, 2018
  3. Mar 22, 2018
    • Michael Große's avatar
      feat(search): show search adjustments as links · 4d0cb6e1
      Michael Große authored
      This simplifies many aspects. However, it still needs much better
      styling.
      4d0cb6e1
    • Michael Große's avatar
      feat(search): add config options to adjust default behavior · d09b5b64
      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
      d09b5b64
    • Michael Große's avatar
      feat(search): add origin page as parameter · cbcc2fa5
      Michael Große authored
      There are several use cases in which knowing the page where a search
      request originated would be useful. This commit adds a `from` parameter
      which provides that information.
      cbcc2fa5
  4. Mar 21, 2018
  5. Mar 20, 2018
    • Michael Große's avatar
      feat(search): add search assistance for simple queries · bb8ef867
      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
      bb8ef867
  6. Mar 19, 2018
  7. Dec 06, 2017
  8. Feb 05, 2017
  9. Feb 04, 2017
  10. Jan 31, 2017
  11. Jan 21, 2017
    • Andreas Gohr's avatar
      fixed access to wrong variable · eb8a8555
      Andreas Gohr authored
      eb8a8555
    • Andreas Gohr's avatar
      Adds proper styling for new Admin UI · 713faa94
      Andreas Gohr authored
      713faa94
    • Andreas Gohr's avatar
      refactor Admin UI · 0470c28f
      Andreas Gohr authored
      This introduces a new dokuwiki\Ui namespace and refactors the Admin
      screen into a Ui class. The ultimate goal is to split up the big,
      complex functions in inc\html.php in better maintainable classes in the
      Ui namespace. This is the first go at it. Others function->class
      conversions should follow.
      
      This also switches the icons for our base admin plugins to inline SVG.
      (files and styling not included, yet).
      0470c28f
Loading