Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
  2. Feb 23, 2013
  3. Feb 17, 2013
  4. Jan 09, 2013
  5. Dec 02, 2012
    • Michael Hamann's avatar
      XHTML renderer: bind section id counter to the renderer instance · b04a190d
      Michael Hamann authored
      This changes the previously static lastsecid into an instance variable,
      this leads to consistent section edit ids when the xhtml renderer is
      used more than once in a request. This makes it possible for test cases
      to know the exact section edit id for an instruction array.
      b04a190d
  6. Aug 24, 2012
  7. Jul 28, 2012
  8. Jul 05, 2012
  9. Apr 08, 2012
  10. Jan 30, 2012
  11. Dec 20, 2011
  12. Dec 17, 2011
  13. Sep 02, 2011
  14. Jun 14, 2011
  15. Jun 13, 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. Apr 07, 2011
  18. Feb 06, 2011
  19. Jan 25, 2011
  20. Jan 03, 2011
  21. Nov 29, 2010
  22. Oct 12, 2010
  23. Jul 01, 2010
  24. Jun 27, 2010
  25. Jun 26, 2010
  26. Jun 23, 2010
  27. Jun 17, 2010
  28. Mar 04, 2010
  29. Mar 01, 2010
  30. Feb 17, 2010
  31. Feb 15, 2010
  32. Feb 08, 2010
  33. Feb 04, 2010
Loading