Skip to content
Snippets Groups Projects
  1. Jul 28, 2012
  2. Jun 27, 2012
  3. Jun 25, 2012
  4. May 14, 2012
  5. Apr 23, 2012
  6. Mar 16, 2012
  7. Mar 14, 2012
  8. Mar 09, 2012
  9. Mar 04, 2012
  10. Nov 13, 2011
  11. Nov 12, 2011
  12. Oct 15, 2011
  13. Sep 24, 2011
  14. Aug 19, 2011
    • Michael Hamann's avatar
      Don't delete meta files when pages are deleted, fixes FS#2301 · c5f92742
      Michael Hamann authored
      As we need to keep all core meta files anyway (the only core file that
      had been deleted but shouldn't be deleted is the .indexed file) and
      plugins can keep care of their own metadata files using the
      IO_WIKIPAGE_WRITE event there is no reason for using the expensive
      metaFiles() function during the deletion of pages.
      c5f92742
  15. Jun 10, 2011
  16. Jun 05, 2011
  17. Jun 04, 2011
  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 27, 2011
  20. Feb 07, 2011
  21. Feb 06, 2011
  22. Feb 03, 2011
  23. Jan 12, 2011
  24. Dec 31, 2010
  25. Nov 30, 2010
  26. Nov 29, 2010
  27. Nov 26, 2010
    • Michael Hamann's avatar
      Fix for $conf['breadcrumbs'] < 0, FS#2107 · 48714142
      Michael Hamann authored
      This fixes an infinite loop in breadcrumbs() and makes the behaviors in
      all places where breadcrumbs are used consistent so that non-numeric
      values, values < 0 and 0 are treated the same way.
      48714142
  28. Nov 05, 2010
  29. Oct 11, 2010
  30. Oct 03, 2010
  31. Oct 02, 2010
  32. Sep 28, 2010
  33. Sep 22, 2010
  34. Jul 16, 2010
  35. Jul 15, 2010
    • Adrian Lang's avatar
      URL-encode keys as well · 85e6871f
      Adrian Lang authored
      Often URL parameter keys contain characters which are not allowed in URIs, like square brackets. Those have to be escaped as well.
      85e6871f
  36. Jun 26, 2010
  37. Jun 13, 2010
Loading