Skip to content
Snippets Groups Projects
  1. Aug 04, 2008
    • gweissbach's avatar
      Explicite TypeCast for searchIndex · 3a50618c
      gweissbach authored
      Running the /bin/indexer.php or the searchindex plugin fails in php5
      with several type cast errors. This can be fixed using explicite type casts.
      
      Secondly the include plugin requires the auth.php to be present. As some other
      plugins might use quick-acl or the $auth too, indexer.php should require the auth.php
      just as the lib/exe/indexer.php does.
      
      darcs-hash:20080804112444-f4337-e12f25329236689b05e31f0db2119e47660a9404.gz
      3a50618c
  2. Aug 13, 2008
  3. Aug 12, 2008
    • Andreas Gohr's avatar
      don't resort pages in html_search() · 0f3a5ebf
      Andreas Gohr authored
      darcs-hash:20080812202134-7ad00-9ce6075c5b4eb1960e17338822814c89d180b65e.gz
      0f3a5ebf
    • Andreas Gohr's avatar
      Better search for pagename quick searches · f31eb72b
      Andreas Gohr authored
      The pagename matching search (AJAX and "real" search) now sort results based
      on the namespace hierarchy levels before doing an alphabetically search.
      This means pages with fewer namespace (ie. higher up in the hierarchy) wil
      be shown first.
      
      darcs-hash:20080812200649-7ad00-b58f152923864c3440e6412be58fb6fb25373583.gz
      f31eb72b
  4. Aug 11, 2008
  5. Aug 10, 2008
  6. Aug 01, 2008
  7. Jul 28, 2008
  8. Jul 27, 2008
  9. Jul 23, 2008
  10. Jul 22, 2008
  11. Jul 21, 2008
  12. Jul 20, 2008
  13. Jul 16, 2008
  14. Jul 15, 2008
    • Andreas Gohr's avatar
      Swedish language update · 06ba4d1a
      Andreas Gohr authored
      darcs-hash:20080715221248-7ad00-48d92cbf3ec680aa4c6edcd10e30a04230c49497.gz
      06ba4d1a
    • Andreas Gohr's avatar
      Check file size of uploaded data · 9676dc23
      Andreas Gohr authored
      This will abort the upload process when the uploaded temp file has zero bytes.
      This can occur when the disk is full.
      
      darcs-hash:20080715215345-7ad00-1a2b45b77d59b1b39d0133ec1737dbb0054368c1.gz
      9676dc23
    • Andreas Gohr's avatar
      remove sensitive data from debug output more aggressively · 24297a69
      Andreas Gohr authored
      This patch adds a new function that is used to remove sensitive data from
      the debug output in a broader way. It will remove some innocent data but
      should make sure most passwords and similar data can not be accessed even
      when stored in some plugin's configuration data.
      
      Disabling the debug option is still highly recommended.
      
      darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz
      24297a69
  15. Jul 13, 2008
  16. Jul 08, 2008
    • Andreas Gohr's avatar
      Better write handling in HTTPClient · 1b5f82cb
      Andreas Gohr authored
      This patch takes care of a problem when sending large data to a remote server
      through via HTTP. The write to a socket might not always send the whole chunk
      in one piece. Now data is written in a loop until all bytes where sent to the
      socket.
      
      darcs-hash:20080708204703-7ad00-50809261df03c6c741393501d41d2beba128ac70.gz
      1b5f82cb
  17. Jul 13, 2008
Loading