Skip to content
Snippets Groups Projects
  1. Oct 15, 2013
  2. Aug 01, 2013
    • Michael Hamann's avatar
      Remove search_references() and the refshow configuration option · 3e7e0277
      Michael Hamann authored
      The refshow configuration option wasn't used as described anymore
      already in the latest release and after the introduction of the media
      usage index the parameter is also no longer relevant for internal
      optimization. The only place where it was still used is the no longer
      used search_references()-function which is removed here, too.
      3e7e0277
  3. Jul 31, 2013
    • Michael Hamann's avatar
      Remove search_references() and the refshow configuration option · 0320882f
      Michael Hamann authored
      The refshow configuration option wasn't used as described anymore
      already in the latest release and after the introduction of the media
      usage index the parameter is also no longer relevant for internal
      optimization. The only place where it was still used is the no longer
      used search_references()-function which is removed here, too.
      0320882f
  4. Feb 24, 2013
    • Michael Hamann's avatar
      Revert the search depth behavior changes from #154 · e8baa227
      Michael Hamann authored
      This reverts parts of the changes from #154: Before merging the pull
      request, a depth of 1 returned just the pages in the root namespace.
      With the changes in the pull request, a depth of 1 also returned pages
      in subnamespaces of the root namespace (as it was also tested in the test case).
      This reverts this part of the changes and a depth of 1 returns just the
      pages in the root namespace again.
      e8baa227
  5. Feb 20, 2013
    • Michael Hamann's avatar
      Revert the search depth behavior changes from #154 · 5737a81e
      Michael Hamann authored
      This reverts parts of the changes from #154: Before merging the pull
      request, a depth of 1 returned just the pages in the root namespace.
      With the changes in the pull request, a depth of 1 also returned pages
      in subnamespaces of the root namespace (as it was also tested in the test case).
      This reverts this part of the changes and a depth of 1 returns just the
      pages in the root namespace again.
      5737a81e
  6. Feb 17, 2013
  7. Jan 29, 2013
  8. Jan 27, 2013
  9. Jan 10, 2013
  10. Jan 09, 2013
    • Guillaume Turri's avatar
      Check search limit depth with an inequality · c647387e
      Guillaume Turri authored
      Otherwise, when we check for equality, the test fails if the search start beneath
      the max depth.
      Eg: if I have the page ns1:ns2:mypage in my wiki, and launch the xmlrpc query
      getPagelist("ns1", "depth => 1"), without this patch, it retrieves mypage
      c647387e
  11. Oct 01, 2012
  12. Jul 28, 2012
  13. Sep 04, 2011
  14. Jul 30, 2011
  15. Jul 25, 2011
  16. 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
  17. Nov 29, 2010
  18. Nov 13, 2010
  19. Oct 26, 2010
  20. Sep 28, 2010
  21. Aug 29, 2010
  22. Mar 22, 2010
  23. Feb 01, 2010
  24. Jan 31, 2010
    • Andreas Gohr's avatar
      first attempt to centralize all include loading · 16905344
      Andreas Gohr authored
      Classes are loaded throug PHP5's class autoloader, all other
      includes are just loaded by default. This skips a lot of
      require_once calls.
      
      Parser and Plugin stuff isn't handled by the class loader yet.
      16905344
  25. Dec 16, 2009
  26. Nov 24, 2009
  27. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  28. Aug 28, 2009
  29. Aug 12, 2009
    • Andreas Gohr's avatar
      universal callback for search() · 3abeade3
      Andreas Gohr authored
      Ignore-this: 4d786345ea9bfb19fb6f8af9348f5248
      
      This patch adds a callback for use with the search() function,
      that is flexible enough to replace many of the other specialized
      callbacks and opens up more possibilties to plugin authors without
      the need to write new callbacks.
      
      Existing callbacks need to be reexamined and rewritten to wrap
      around this callback instead.
      
      note: development was part of the ICKE 2.0 project see
            http://www.icke-projekt.de for info
      
      darcs-hash:20090812101653-6e07b-d578baff97a0e8720e468e238aec06109048c8b8.gz
      3abeade3
  30. Jun 05, 2009
  31. May 15, 2009
  32. Mar 08, 2009
  33. Mar 02, 2009
  34. Mar 01, 2009
Loading