Skip to content
Snippets Groups Projects
  1. Feb 20, 2011
  2. Feb 06, 2011
  3. Feb 05, 2011
  4. Jan 31, 2011
  5. 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
  6. Jan 17, 2011
  7. 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
  8. Jan 02, 2011
  9. Dec 08, 2010
  10. Nov 07, 2010
  11. Oct 24, 2010
  12. Oct 08, 2010
    • Adrian Lang's avatar
      Fix page name lookup in search · 6ef71970
      Adrian Lang authored
      The page name lookup only checked whether the namespace part occured in the page name and dropped all other search criteria. Moreover, cleaning is not necessary anymore as ft_pageLookup does this itself.
      6ef71970
  13. Oct 03, 2010
  14. Oct 02, 2010
  15. Sep 22, 2010
  16. Sep 09, 2010
  17. Jul 02, 2010
  18. Jun 27, 2010
  19. Jun 26, 2010
  20. May 17, 2010
  21. May 08, 2010
  22. Mar 26, 2010
  23. Mar 24, 2010
  24. Mar 23, 2010
  25. Mar 22, 2010
  26. Mar 12, 2010
  27. Mar 10, 2010
  28. Mar 09, 2010
  29. Mar 04, 2010
  30. Feb 28, 2010
  31. Feb 08, 2010
Loading