Skip to content
Snippets Groups Projects
  1. Feb 06, 2011
  2. Feb 05, 2011
  3. Feb 04, 2011
  4. Feb 03, 2011
  5. Feb 01, 2011
  6. Jan 31, 2011
  7. 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
  8. Jan 26, 2011
  9. Jan 24, 2011
    • Andreas Gohr's avatar
      correctly catch password policy problems in adLDAP · 14a7c26b
      Andreas Gohr authored
      This patch supresses a warning in the adLDAP library when a password
      change is attempted but fails due to the configured Active Directory
      Password Policy. Instead of the error an Exception is thrown.
      
      This change probably needs to be replicated in the user modification
      function.
      
      Patch sent to upstream.
      14a7c26b
  10. Jan 23, 2011
  11. Jan 22, 2011
  12. Jan 17, 2011
  13. Jan 16, 2011
  14. Jan 15, 2011
    • Michael Hamann's avatar
      Remove superfluous headers, fix XML-RPC with gzip enabled · 278a5eb2
      Michael Hamann authored
      This removes headers that are sent by PHP/the webserver anyway as they
      are possibly wrong as e.g. when gzip compression is enabled in
      inc/init.php (which does happen when the client supports gzip) the
      content size is smaller than the one that was specified by the
      content-length header and thus e.g. the Python XML-RPC client fails with
      an error message because of the size mismatch. Additionally the content
      encoding is now set to utf-8 in the http headers.
      278a5eb2
Loading