Skip to content
Snippets Groups Projects
  1. Aug 01, 2014
  2. Jul 30, 2014
  3. Jul 29, 2014
  4. Jul 28, 2014
  5. Jul 26, 2014
  6. Jul 24, 2014
  7. Jul 21, 2014
  8. Jul 20, 2014
  9. Jul 19, 2014
  10. Jul 18, 2014
  11. Jul 17, 2014
  12. Jul 15, 2014
  13. Jul 12, 2014
  14. Jul 10, 2014
  15. Jul 05, 2014
  16. Jul 04, 2014
    • Andreas Gohr's avatar
      allow for easier HTTPClient debugging · 2314059e
      Andreas Gohr authored
      Sometimes users report bugs or problems releated to HTTP connections
      made by our HTTPCient (eg. in the extension manager or XMLRPC).
      Debugging those problems previously required modifying some sources to
      enable the debugging output of the HTTPClient.
      This patch adds a way to enable the debugging via a request parameter.
      Since HTTP requests are often done only *after* some button was clicked,
      the parameter is also looked for in the referrer of a request.
      Debugging output is enabled through the existence of the parameter
      'httpdebug' and is directly printed to the screen. Debugging HTTP only
      works when allowdebug is enabled.
      2314059e
    • Andreas Gohr's avatar
      upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778 · 4ca83a77
      Andreas Gohr authored
      This now pulls all data from official jQuery sources. Either their CDN
      or their github account. Google tends to serve outdated or even broken
      files :-(
      
      Unfortunately there's no simple way to get the latest stable jQuery-UI
      so for now the version has to be adjusted manually in the script.
      4ca83a77
    • Andreas Gohr's avatar
      rephrased error message. #681 · dc6ff004
      Andreas Gohr authored
      dc6ff004
Loading