Skip to content
Snippets Groups Projects
  1. Apr 08, 2007
  2. Mar 08, 2007
  3. Jan 11, 2007
    • wingedfox's avatar
      JS checks for .hasOwnProperty · 86045fe9
      wingedfox authored
      This patch includes
      - several helper functions - is* checks
      - hasOwnProperty method emulator
      - checks for .hasOwnProperty in all for..in loops
      
      darcs-hash:20070111114236-00f02-50a71681e5d04faf086f1b8032a384648378b744.gz
      86045fe9
  4. Nov 12, 2006
  5. Nov 10, 2006
    • Andreas Gohr's avatar
      DOMlib removed · 6b379cbf
      Andreas Gohr authored
      The DOMlib javascript library was removed. It was only used for
      footnote tooltips and access key fixup.
      
      Removing the library creates a much smaller JavaScript footprint. The
      size of the compacted non-edit Javascript output was reduces from 56110
      bytes down to 29296 bytes.
      
      The footnote tooltip was completely rewritten and tested in FireFox
      2.0, IE 6 and Opera 9.02. Please test other browsers as well.
      
      The acces key fixup might beahve different now on Mac platforms.
      
      darcs-hash:20061110201541-7ad00-0dffad095193bc7e7c505796a99b0a0a010a6b0d.gz
      6b379cbf
  6. Oct 08, 2006
    • Andreas Gohr's avatar
      remove unused code · 10ffc9dd
      Andreas Gohr authored
      This patch removes some commented code fragments and alternative
      snippet generators
      
      darcs-hash:20061008090624-7ad00-14bfee2ded6c6c8ef43ad02a4c02a5d95ee9daf7.gz
      10ffc9dd
  7. Jul 31, 2006
    • Andreas Gohr's avatar
      fix in JS compressor · e5cafda0
      Andreas Gohr authored
      This fixes a problem with escaped backslashes in single and double quote
      strings.
      
      darcs-hash:20060731223008-7ad00-ebae61a00115b7f32c12eb9355059a1ecf467cd3.gz
      e5cafda0
  8. Jun 19, 2006
    • chris's avatar
      js.php fix · 3f4c2ce3
      chris authored
      - correct begin/end comment, plugin filename wasn't being used
      - add file exists check, to avoid bloating js with comments for non-existent plugin js.
        Many (most?) plugins don't have javascript.
      
      darcs-hash:20060619104613-9b6ab-08a570cdbb0d6441f1caa71766d4c59c73828835.gz
      3f4c2ce3
  9. Jun 16, 2006
    • Andreas Gohr's avatar
      better onload handling · 5cafff96
      Andreas Gohr authored
      This patch improves the way the window.oninit JavaScript function is
      called. This function is used to initialiaze all JavaScript funcions
      attached to the DOM so it needs to be executed **after** the full DOM
      was parsed by the browser. Unfortunately currently only Mozilla supports
      a DOMContentLoaded event. In all other browsers we had to wait for
      the window.onload event which will only be called after **all** content
      (including images) was loaded - this caused a visible delay on all
      JavaScript generated content (like the toolbar) in non-Mozilla browsers.
      
      Dean Edwards now presented a solution [1] which will work for all the bigger
      Browsers and is used in this patch.
      
      The following browsers now should fire the init event right after parsing
      the DOM:
      
      All Mozilla based browsers
      Internet Explorer
      Safari
      Opera >
      
      darcs-hash:20060616104539-7ad00-db70d31fcb21cb812cf4982fe80a7d649e2daa1c.gz
      5cafff96
  10. May 27, 2006
  11. May 25, 2006
    • Andreas Gohr's avatar
      more mediamanager fixes · cf6894df
      Andreas Gohr authored
      This fixes some styling issues, the cookie handling and a bug in the
      JavaScript caching mechanism.
      
      darcs-hash:20060525144000-7ad00-2f0b673d4f747c979f460e4e927a50eeeae81ec1.gz
      cf6894df
  12. May 19, 2006
    • Andreas Gohr's avatar
      new mediamanager · 3df72098
      Andreas Gohr authored
      This patch adds a completely rewritten media popup. The following noteworthy
      changes were made:
      
      - media manager uses a collapsible namespace tree
      - media manager uses AJAX if available
      - media manager popup can be kept open when selecting a media file
      - only one template is used for the media manager :!: Template
      - Editable image metadata is configured in conf/mediameta.php now
      - The JS cookie mechanism was enhanced to store key/value pairs
      - Language strings can be exported to JS in js.php
      
      darcs-hash:20060519165023-7ad00-4932b4553fc919aa4a8b8187958b823acf4f8cee.gz
      3df72098
  13. May 07, 2006
  14. Apr 30, 2006
  15. Apr 27, 2006
    • Ben Coburn's avatar
      accesskey tooltip rewriting · b1112787
      Ben Coburn authored
      Does client-side rewriting of accesskey tooltip text so that it will be
      more OS and browser specific. Dokuwiki should output all accesskey tooltips
      as [ALT+<key>] because this patch matches on "[ALT+".
      
      darcs-hash:20060428015158-05dcb-0102a1b2068c053e81dd21ad3927c78b6c9f349e.gz
      b1112787
  16. Apr 09, 2006
  17. Mar 15, 2006
  18. Mar 11, 2006
    • Andreas Gohr's avatar
      Automatic draft saving · ee4c4a1b
      Andreas Gohr authored
      DokuWiki now automatically creates a draft file of the currently edited
      page. In case of an editing interuption (eg. Browsercrash) the draftfile
      can be continued later.
      
      darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz
      ee4c4a1b
  19. Feb 26, 2006
  20. Jan 28, 2006
    • Andreas Gohr's avatar
      Pagelocks are now refreshed in the background · 6035eb33
      Andreas Gohr authored
      An AJAX call is used to refresh the pagelock when keypresses in the textarea
      are detected (With a minimum wait of one minute between calls).
      
      darcs-hash:20060128152139-7ad00-66d64326bcf04c9b8d49285ac736137e9dd48249.gz
      6035eb33
  21. Jan 27, 2006
  22. Jan 26, 2006
    • Andreas Gohr's avatar
      scroll__here support · c632fc69
      Andreas Gohr authored
      This adds a simple JavaScript behavior. When an element with the id
      'scroll__here' is found in the document the browser will scroll this
      element into view. Useful to scroll to some output after form submitting.
      
      darcs-hash:20060126212926-7ad00-b359915a5d6a299652134d8dfa64015786283b6b.gz
      c632fc69
    • Andreas Gohr's avatar
      java script changes · 2411dd85
      Andreas Gohr authored
      This adds a javascript confirmation for the delete button in the user manager.
      It also adds the $() shortcut function known from the prototype library.
      
      darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz
      2411dd85
  23. Dec 10, 2005
  24. Nov 26, 2005
  25. Nov 25, 2005
  26. Nov 11, 2005
  27. Oct 30, 2005
  28. Oct 29, 2005
  29. Oct 28, 2005
    • Andreas Gohr's avatar
      JavaScript refactoring · bad31ae9
      Andreas Gohr authored
      This patch addes a first go on a central javascript and CSS dispatcher
      which builds a single script from all needed scripts, does optimizing
      and caching.
      
      darcs-hash:20051029002652-7ad00-7558b569c2bf65f5e41820644580d97c62edd0d6.gz
      bad31ae9
Loading