Skip to content
Snippets Groups Projects
  1. Jun 21, 2011
    • Adrian Lang's avatar
      Cleanup behaviour.js · ea62f4ff
      Adrian Lang authored
        * Add var statement for dw_behaviour
        * Use live instead of click for smb share warnings
      ea62f4ff
    • Adrian Lang's avatar
      Rework subscription.js · 2e5fe8c3
      Adrian Lang authored
        * Remove jQuery to $ wrapper function
        * Add $ prefix for jQuery variables
        * Make some jQuery calls faster
        * Use slide animation
      2e5fe8c3
    • 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
  2. Jun 16, 2011
  3. Jun 13, 2011
  4. Jun 09, 2011
  5. Jun 05, 2011
  6. Jun 03, 2011
    • Andreas Gohr's avatar
      Deprecation marker for JavaScript functions · d4be3f96
      Andreas Gohr authored
      This adds a DEPRECATED() JavaScript function. This function will print a
      warning to the Browser's debug console if available (Chrome and Firefox
      with Firebug extension) when ever it is called.
      
      The DEPRECATED() function was also added to the $() function which
      should no longer be used and be replaced with JQuery calls.
      
      Other deprecated functions need to be identified and marked.
      d4be3f96
    • Andreas Gohr's avatar
      Fixed quick search · e91ea5c1
      Andreas Gohr authored
      This was broken by the JQuery port. This patch makes the page search
      work again and also removes the anonymous wrapper function around
      ajax_quicksearch again.
      e91ea5c1
  7. May 29, 2011
  8. May 25, 2011
  9. May 24, 2011
  10. May 02, 2011
  11. Apr 21, 2011
  12. Apr 18, 2011
  13. Apr 17, 2011
  14. Apr 09, 2011
  15. Mar 30, 2011
  16. Mar 28, 2011
  17. Mar 27, 2011
  18. Mar 26, 2011
  19. Mar 24, 2011
  20. Mar 23, 2011
  21. Mar 06, 2011
  22. Feb 06, 2011
  23. Jan 31, 2011
    • Andreas Gohr's avatar
      Made the auto submit script more versatile · ceea734a
      Andreas Gohr authored
      When a <select> tag has the class "quickselect", this script will
      automatically submit its parent form when the select value changes.
      It also hides the submit button of the form.
      ceea734a
  24. Jan 15, 2011
Loading