Skip to content
Snippets Groups Projects
  1. Oct 10, 2013
  2. Oct 07, 2013
  3. Aug 27, 2013
    • Matt Perry's avatar
      Fix CodeSniffer violations · d91ab76f
      Matt Perry authored
      Fix violations for the following sniff
      DokuWiki.Functions.OpeningFunctionBrace
      
      Also removed an extraneous semicolon.
      d91ab76f
  4. Aug 02, 2013
  5. Jul 21, 2013
    • Michael Hamann's avatar
      In debug mode: catch and log JS errors with file information · 6b0ec830
      Michael Hamann authored
      When debugging is enabled (allowdebug enabled) JS errors are now catched
      for each non-core JS file and logged with the additional information
      from which file they came. This should make it easier to find out which
      plugin is the cause for broken JS code. The feature isn't enabled by
      default as defining functions inside try-clauses isn't allowed in strict
      mode and causes a warning at least in Firefox.
      6b0ec830
  6. Feb 16, 2013
    • Andreas Gohr's avatar
      disabled JavaScript compatibility layer · 99421189
      Andreas Gohr authored
      this disables the JavaScript compatibility layer which let pre-jQuery
      migration plugins run with their old code.
      
      This will break plugins using outdated JavaScript. These plugins have to
      be updated according to https://www.dokuwiki.org/devel:jqueryfaq
      
      As a courtesy to users, the compatibility.js is not deleted, yet.
      Undoing this single patch can be used as a temporary workaround.
      99421189
  7. Feb 03, 2013
  8. Jan 26, 2013
  9. Jan 19, 2013
    • Stefan Grönke's avatar
      jQuery latest · 9fd5ca2e
      Stefan Grönke authored
      * jQuery 1.9.0
      * jQuery-UI v1.9.2
      * jQuery.fn.live > jQuery.fn.on
      * jQuery.fn.browser replacement (jquery.mb.browser.js)
      9fd5ca2e
  10. Sep 17, 2012
  11. Aug 06, 2012
  12. Jul 28, 2012
  13. May 04, 2012
  14. Feb 07, 2012
  15. Feb 01, 2012
  16. Jan 24, 2012
  17. Sep 13, 2011
  18. Sep 04, 2011
  19. Aug 19, 2011
  20. Aug 18, 2011
  21. Aug 07, 2011
  22. Aug 04, 2011
  23. Jul 10, 2011
  24. Jul 08, 2011
  25. Jul 02, 2011
    • Adrian Lang's avatar
      Refactor CSS and JS caching · 6619f42e
      Adrian Lang authored
        * Increase HTTP cache time since the resources are timestamped on request
          anyway
        * Check userscript.js only once for JS cache validation
        * Use cache class
      6619f42e
  26. Jun 23, 2011
    • Adrian Lang's avatar
      Fix and refactor ajax.js · c949174a
      Adrian Lang authored
        * Move file to qsearch.js
        * Rename object to dw_qsearch
        * Remove unnecessary usage of Delay
        * Use $ prefix for jQuery objects
        * Fix result list hiding on click
        * Fix namespace shorting
      c949174a
  27. Jun 21, 2011
    • Adrian Lang's avatar
      Fix index Javascript, introduce compatibility.js · cd06d16f
      Adrian Lang authored
        * Removed "use strict" statement, since it does not work with our script file
          joining (the statement has to be the first in a file or function)
        * Make index a global object again to allow overriding and enhancing
        * Use prefix dw_ for index object
        * Reintroduce index.treeattach
        * Support deprecated index.toggle calling convention
        * Add $ prefix for jQuery variables
        * Use slide animation for freshly loaded sublists as well
        * Fix various errors
      cd06d16f
  28. Jun 13, 2011
  29. Jun 05, 2011
  30. May 07, 2011
  31. Apr 21, 2011
  32. Mar 30, 2011
Loading