Skip to content
Snippets Groups Projects
  1. Jun 06, 2008
    • Andreas Gohr's avatar
      experimental Flash based multi upload · d00ec455
      Andreas Gohr authored
      This patch adds experimental support for uploading multiple files in one go.
      This is achieved by using Flash for selecting multiple images and intitiating
      the HTTP upload.
      
      When Flash 8 or higher is detected, an additional icon is added to the usual
      upload form. Clicking it will swith the form to the Flash based upload queue.
      
      Things that need work:
      
        * Better Icon
        * Feedback if Flash detection works on all Flash 8 supported platforms
        * Progress feedback seems not to work on Linux (might be Adobe bug)
        * No final feedback how many images were uploaded correctly
      
      The flash sources are located in lib/_fla/
      
      Any feedback and help would be appreciated.
      
      darcs-hash:20080606222849-7ad00-738083445af275752aaebc29bfa51430f3d94459.gz
      d00ec455
  2. Nov 23, 2007
    • Andreas Gohr's avatar
      Spellchecker removed · ae112d8c
      Andreas Gohr authored
      With spell checkers available in all modern browsers, having a spell checker in
      DokuWiki's core code is no longer necessary. This patch removes the spell
      checking feature. It will be made available as optional plugin.
      
      darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
      ae112d8c
  3. Jul 16, 2007
    • Andreas Gohr's avatar
      AJAX for the index view · a06884ab
      Andreas Gohr authored
      This makes the index view much more responsive by loading sub namespaces through AJAX
      if JavaScript is available.
      
      The used throbber image probably looks bad on dark backgrounds. If someone could provide
      a better one it would be greatly appreciated.
      
      darcs-hash:20070716184605-7ad00-adf298ee3303d50f2b4b6b66e5ea3ff8d8c2bf9a.gz
      a06884ab
  4. Feb 24, 2007
  5. Feb 19, 2007
  6. Sep 16, 2006
    • Andreas Gohr's avatar
      updatecheck feature · c29dc6e4
      Andreas Gohr authored
      This patch adds a feature to let DokuWiki automatically check if updates are
      available or any other important messages (like security warnings) and then
      display this info to the admin user.
      
      DokuWiki will contact the URL http://www.splitbrain.org/lib/exe/msg.php
      with a parameter telling it which messages it already know (read from
      conf/msg) - the server side script then will return all new messages.
      
      The messages will be displayed until DokuWiki was upgraded or conf/msg
      was updated manually. Messages are cached and only checked once a day.
      
      The messenger URL will probably change before the next release.
      
      darcs-hash:20060916210229-7ad00-7ac592650e171ae4144b0eb47a751a4ca480f031.gz
      c29dc6e4
  7. Jun 16, 2006
  8. May 25, 2006
    • Andreas Gohr's avatar
      javascript to toggle editor wrapping · 276b8bd9
      Andreas Gohr authored
      This patch adds a way to sisable and enable the automating wrapping in the
      editor textarea. Disabling the wrapping is especially useful when editing
      large tables.
      
      darcs-hash:20060525152357-7ad00-ced566c5d640cc521877d4b3325640c3fcd3ded9.gz
      276b8bd9
    • 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
  9. May 21, 2006
  10. May 19, 2006
    • Andreas Gohr's avatar
      link to media manager · 72f0e11f
      Andreas Gohr authored
      This patch add a link to the media manager when no JavaScript is available.
      Users can upload and browse for pictures now without the need for JavaScript
      only inserting has to be done manually then.
      
      darcs-hash:20060519175959-7ad00-5ee77fd00d20bef9a36eee632a1c5897097ba4a8.gz
      72f0e11f
    • 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
  11. Apr 12, 2006
    • Andreas Gohr's avatar
      consistent filetype icons · c6480b76
      Andreas Gohr authored
      Now all filetype icons have the same style and work on light and dark
      backgrounds. A test file was added to lib/images/fileicons/index.php
      
      darcs-hash:20060412195703-7ad00-4d31a65788e8da0255ea6e064382595e8ae183ff.gz
      c6480b76
  12. Mar 02, 2006
  13. Dec 06, 2005
    • steven-danz's avatar
      favicon to tpl · e5706166
      steven-danz authored
      Move the favicon.ico file from the DOKU_BASE to DOKU_TPL to make it easier
      for new templates to replace the image
      
      darcs-hash:20051207024650-4c315-867302015ab832e05e49316aef87fc823a29f79c.gz
      e5706166
  14. Nov 18, 2005
  15. Nov 05, 2005
  16. Oct 31, 2005
  17. Oct 30, 2005
  18. Oct 27, 2005
  19. Oct 17, 2005
  20. Oct 16, 2005
  21. Oct 15, 2005
    • Andreas Gohr's avatar
      more unobstrusive javascript · 5e163278
      Andreas Gohr authored
      The edit form now is free of inline event handlers. There are still other
      places where inline javascript and even document.write is used which should
      be fixed as well. Currently the window.onload event is used to initialize
      everything which may not the best way to do so. Dean Edwards may have a
      solution: http://dean.edwards.name/weblog/2005/09/busted/
      
      darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
      5e163278
  22. Oct 08, 2005
  23. Sep 11, 2005
    • Andreas Gohr's avatar
      removed alpha channel from toolbar icons · 60f11ea5
      Andreas Gohr authored
      Some of the toolbar buttons looked bad n IE because of Internet
      Explorers ignorance of PNG alpha channels. Fixed it.
      
      darcs-hash:20050911220000-7ad00-991f8b5c2c0d68c9538d0986d9e939ceef22ad97.gz
      60f11ea5
  24. Aug 16, 2005
  25. Jul 31, 2005
    • Andreas Gohr's avatar
      image metadata editor · 36df6fa3
      Andreas Gohr authored
      This patch adds an meta data editor for JPEG files. Currently title,
      caption, artist, copyright and keywords can be saved. The data is saved
      to the apropriate IPTC fields. Additional fields can be added in the
      appropriate template.
      
      Compatibility testing with other programs is needed!
      
      darcs-hash:20050731163554-7ad00-dd936ec19549203dcf72de8774309c0b17d0b679.gz
      36df6fa3
  26. Jun 13, 2005
    • matthiasgrimm's avatar
      spellchecker button control · 58bef989
      matthiasgrimm authored
      This patch replaces the big textual spellchecker controls with
      a nice one using toolbar like buttons
      
      darcs-hash:20050613182725-7ef76-34661fe2322682059335dced7ad60dfb31350c30.gz
      58bef989
  27. Jun 08, 2005
    • matthiasgrimm's avatar
      heading buttons height adjustment · 0f0df310
      matthiasgrimm authored
      The editor buttons for the headlines were 1px to high. This patch
      fixes that.
      
      darcs-hash:20050608172429-7ef76-84578d8156de7fa7a4f475cfec060da73532aec3.gz
      0f0df310
  28. Jun 06, 2005
    • matthiasgrimm's avatar
      TOC arrow with simple transparency · 50d915fe
      matthiasgrimm authored
      This patch exchanges the images for the TOC arrow from
      PNG with alpha channel to GIF with transparent background.
      This is done because the IE doesn't cope with transparent
      PNG images very well. Shame on you Microsoft.
      
      darcs-hash:20050606163659-7ef76-8a5d482ec2c73b87f4ece0b1226933cbd1ca7d60.gz
      50d915fe
  29. Jun 05, 2005
Loading