Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
    • Michael Große's avatar
      feat: improve search as a primary means to create new pages · 42690e4d
      Michael Große authored
      Specifically, this pull request checks if the current query is already a
      valid pageid and then return that as suggested pageid.
      
      Also, tests are added for this method.
      
      Fixes #2355
      
      PS: We may want to somehow better educate/nudge users to use the better
      way of creating pages by creating links on existing pages.
      42690e4d
  2. Apr 20, 2018
  3. Apr 19, 2018
  4. Apr 17, 2018
  5. Apr 15, 2018
    • Anika Henke's avatar
      Fix invalid HTML in search results · 7c15eaa2
      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'.
      7c15eaa2
  6. Apr 13, 2018
  7. Mar 29, 2018
  8. Mar 28, 2018
  9. Mar 27, 2018
  10. Mar 26, 2018
  11. Mar 23, 2018
  12. 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
  13. Mar 21, 2018
Loading