Skip to content
Snippets Groups Projects
  1. Oct 15, 2011
  2. Sep 18, 2011
  3. Sep 17, 2011
  4. Aug 24, 2011
  5. Aug 19, 2011
  6. Aug 15, 2011
  7. Aug 03, 2011
  8. Aug 02, 2011
  9. Aug 01, 2011
  10. Jul 31, 2011
  11. Jul 30, 2011
  12. Jul 25, 2011
  13. Jul 19, 2011
  14. Jul 11, 2011
  15. Jul 09, 2011
  16. Jul 08, 2011
  17. Jul 04, 2011
  18. Jun 20, 2011
  19. Jun 14, 2011
  20. Jun 13, 2011
  21. Jun 10, 2011
  22. Jun 05, 2011
  23. Apr 17, 2011
  24. Apr 16, 2011
  25. Mar 05, 2011
  26. Feb 20, 2011
  27. Feb 06, 2011
  28. Feb 05, 2011
  29. Jan 31, 2011
  30. Jan 27, 2011
    • Andreas Gohr's avatar
      allow placeholders in search intro text · 06756ad2
      Andreas Gohr authored
      This patch allows to use the placeholders in the search intro message that
      will be replaced with the search term.
      
      @SEARCH@ will be replaced with the search query
      @QUERY@  will be replaced with the URL encoded search query for use in URL
               parameters
      
      Please note that the replacement is don't on the XHTML *after* parsing and
      rendering the intro wiki text. This means you can not use the query where
      an ID would be expected.
      
      Examples:
      
        This will work:
          [[http://www.google.com/search?q=@QUERY@|Google for @SEARCH@]].
      
        This will not work and will link to the page "search" instead:
          [[@SEARCH@|Your page]].
      
        You could use this instead:
          [[this>doku.php?id=@QUERY@|Your page]].
      06756ad2
  31. Jan 17, 2011
  32. Jan 10, 2011
    • Michael Hamann's avatar
      Fix msg() calls when messages have already been printed · cc58224c
      Michael Hamann authored
      This commit fixes two bugs that occurred when msg() was called after
      html_msgarea() had already been called.
      - the $MSG array is now cleared when it has been printed (otherwise $MSG
        has been printed again when another msg() call was done)
      - headers_sent() didn't work for me, it always reported false although
        html_msgarea() had already been called which might be explainable with
        output buffering. This makes msg() now depend on the first call of
        html_msgarea() or headers_sent() in order to not to break msg() in
        ajax requests etc.
      cc58224c
  33. Jan 02, 2011
Loading