Skip to content
Snippets Groups Projects
  1. Mar 27, 2018
  2. Mar 26, 2018
  3. Mar 23, 2018
  4. Mar 21, 2018
    • Michael Große's avatar
      feat: add a simple unparser for parsed search queries · 44156e11
      Michael Große authored
      To allow creating links with manipulated versions of the current search
      query an unparser is necessary. However, the current output of ft_queryParser
      makes some advanced features hard to detect. Therefore the new
      ft_queryUnparser_simple cannot handle negated phrases and `OR` searches.
      
      It should still cover 98% of search queries.
      Unverified
      44156e11
  5. Sep 07, 2015
  6. Oct 01, 2014
  7. Sep 29, 2014
  8. Jul 30, 2014
  9. Feb 15, 2014
  10. Sep 11, 2013
  11. Aug 01, 2013
  12. Jul 31, 2013
  13. May 21, 2013
  14. Nov 12, 2012
  15. Jul 28, 2012
  16. Apr 20, 2012
  17. Aug 10, 2011
    • Michael Hamann's avatar
      Hide hidden and deleted pages from the backlinks · fe165917
      Michael Hamann authored
      Sometimes pages aren't deleted from the index (that should be fixed,
      too) and appear in the backlinks although they don't exist anymore.
      This change hides them and hidden pages that shouldn't appear at all as
      the backlinks view is an automatic listing. Hidden pages had been hidden
      before the transition to the metadata index, too.
      fe165917
  18. May 07, 2011
    • Michael Hamann's avatar
      Change when metadata is rendered - only when really needed · 67c15ece
      Michael Hamann authored
      This changes the cache logic for metadata. It introduces a new mode that
      tries to avoid rendering the page again for simple requests but still
      updates the metadata when the page has been changed (but not when the
      cache timeout has been reached or purge is used). It simply compares the
      time of the last rendering with the last modified time of the page.
      
      The old boolean $render parameter has been changed into an int with
      three possible values. Compatibility for the old parameter is provided
      using a check with is_numeric using the following mapping:
      - false is still don't render (0 is the new value for that)
      - true is using that new render logic which means that many plugins will
        still work unchanged even if they request a lot of data using
        $render=true (1 is the new value for that providing full compatibility
        in the case 1 has been used instead of true)
      
      The default value for p_get_first_heading is now that new simple cache
      logic, the default value for getting metadata is the cache logic which
      should be used with care but is the only way to request (rendered)
      metadata that can change because of plugin installations or upgrades.
      67c15ece
  19. Apr 22, 2011
  20. Feb 24, 2011
  21. Feb 10, 2011
  22. Feb 06, 2011
  23. Jan 24, 2011
  24. Jan 22, 2011
  25. Dec 29, 2010
  26. Dec 13, 2010
  27. Nov 29, 2010
  28. Oct 24, 2010
  29. Oct 03, 2010
  30. Oct 02, 2010
Loading