Skip to content
Snippets Groups Projects
  1. Aug 15, 2008
  2. Aug 14, 2008
    • Andreas Gohr's avatar
      display the (shortened) namespace for page quicksearch · bd2f6c2f
      Andreas Gohr authored
      When displaying pagename matches in the Ajax quick search or normal search,
      the namespace of the page is shown behind the pagename. This makes it easier
      to distinguish the pages when the same namespace is used in different namespaces.
      
      To avoid breaking the layout in deep nested namespace hierarchies, the namespace
      is shortened in the middle when needed.
      
      This patch also disables the effect of the useheadings option in the Ajax quick
      search. After all the results should show what was found and since the search
      works on pagenames not headings it should show pagenames as result.
      
      darcs-hash:20080814194826-7ad00-9add9c1bbbb4f4ede3c6884d37427644b2cddc56.gz
      bd2f6c2f
  3. Aug 05, 2008
    • gweissbach's avatar
      fetch.php file not existing and devision by zero · 09a5b61f
      gweissbach authored
      If the cache file does not exist after it should have been generated via an action
      plugin or via resizing filemtime fails with a file not found. This has to be fixed
      by @filemtime.
      
      Another fix is the check for the $INFO before resizing an image in get_resized.
      get_croped has already been fixed
      
      darcs-hash:20080805132309-f4337-41698af01cf1f3632bd68e1e10724bdffc7c58a3.gz
      09a5b61f
  4. 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
  5. Aug 13, 2008
  6. 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
  7. Aug 11, 2008
  8. Aug 10, 2008
  9. Aug 01, 2008
  10. Jul 28, 2008
  11. Jul 27, 2008
  12. Jul 23, 2008
  13. Jul 22, 2008
  14. Jul 21, 2008
  15. Jul 20, 2008
  16. Jul 16, 2008
  17. 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
  18. Jul 13, 2008
Loading