Skip to content
Snippets Groups Projects
  1. Jun 15, 2005
    • matthiasgrimm's avatar
      correction of typos · d6c9c552
      matthiasgrimm authored
      A wrong variable name was used in the english language file and
      an gramatically mistake in function comments was corrected.
      
      darcs-hash:20050615175208-7ef76-f41f2da7a0e27333e35d12bcc510f641d73289a5.gz
      d6c9c552
  2. 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
  3. Jun 11, 2005
    • andi's avatar
      spellchecker fixes for Konqeror · ea2eed85
      andi authored
      Konqeror seems to ignore the charset
      
      darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
      ea2eed85
  4. Jun 09, 2005
  5. Jun 08, 2005
  6. Jun 07, 2005
    • andi's avatar
      AJAX spellchecker #29 · dc57ef04
      andi authored
      This is nearly a complete rewrite of the gmail like AJAX spellchecker
      from http://www.broken-notebook.com/spell_checker/index.php
      
      Here are the differences and features
      
        * seemless integrated into DokuWiki
        * no need for the pspell extension
        * needs GNU aspell installed (not sure about the version I guess
          0.60+ for UTF8)
        * needs PHP 4.3.0+
        * uses SACK for AJAX
        * gets errors and suggestions in one transfer
      
      So far only tested in Firefox. It should work in IE, Safari and
      Opera 8, too. Please test and report back.
      
      darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz
      dc57ef04
  7. Jun 05, 2005
    • chris's avatar
      Extending useheading · 871eff02
      chris authored
      This patch will extend the useheading configuration setting to apply to
      - search page
      - backlinks page
      - recent changes page
      
      darcs-hash:20050605132931-50fdc-39bc6dfb55968fc68cb646a0f8cf2cbc56d3e12f.gz
      871eff02
    • chris's avatar
      Strike-through Quick Button · e4cdc61b
      chris authored
      darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz
      e4cdc61b
    • andi's avatar
      directory layout cleanup !IMPORTANT · f62ea8a1
      andi authored
      This patch changes the directory structure of dokuwiki as suggested
      in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html
      
      As the changes.log is not managed through darcs you need to move it your
      self to the new location in data/changes.log
      
      I think I modified the code at all nessessary places, but I may have
      forgotten a few things.
      
      darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz
      f62ea8a1
  8. Jun 03, 2005
    • matthiasgrimm's avatar
      extended search function · 5ef370d2
      matthiasgrimm authored
      The DokuWiki search function uses 'OR' to combine
      multiple search words. This behaviour is unusual and
      not very helpful to narrow the search results.
      This patch changed the behaviour to 'AND'. Multiple
      search words will reduce the count of search results.
      
      It uses assertions now. This has the big advantage
      that only one regular expression have to be processed
      for each file and the behaviour can be changed easily.
      
      The functionallity has been extended: Words with a
      preceding minus sign (-) will be excluded from and
      words with a preceding plus sign (+) will be included
      in the search results. Is a preceding sign is missing
      (+) is assumed.
      
      darcs-hash:20050603182746-7ef76-03b18a3707c91e8c5cbb99253b603d090b679c1a.gz
      5ef370d2
  9. May 31, 2005
    • matthiasgrimm's avatar
      toc toggle button · e4a9930b
      matthiasgrimm authored
      The TOC toggle button was very small and inconspicuous. This patch
      replaces the old one with small arrows placed at the right border
      of the TOC header.
      Code cleanup in html.php: html_toc() and html_list_toc() are obsolete
      and have been removed.
      
      darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.gz
      e4a9930b
  10. May 25, 2005
    • matthiasgrimm's avatar
      fix for history navigation buttons · 5749f1ce
      matthiasgrimm authored
      This patch adds some sanity checks for the history start parameter
      'first'. Only the needed history entries will be loaded at once
      now. This will reduce server load a bit
      
      darcs-hash:20050525161658-7ef76-1ab681b4c784bbe834fae91301ee7b9cd2a2cd8b.gz
      5749f1ce
  11. May 23, 2005
    • matthiasgrimm's avatar
      history navigation buttons · a39955b0
      matthiasgrimm authored
      This patch adds a 'next' and a 'previous' button to the history
      page. They make it possible to see more than one page of history
      data.
      
      darcs-hash:20050523165826-7ef76-77a2c21e8b172200f169e0aea8441e8b100ab278.gz
      a39955b0
  12. May 19, 2005
    • andi's avatar
      first attempt of syntax plugins · ee20e7d1
      andi authored
      The first version of the new plugin system. Syntax plugins only yet. A very simple
      example plugin called info (doing nothig useful yet) is included.
      
      Missing Features
      
        - Doku_Block_Handler needs work (doesn't honur plugins yet)
        - there is no way to specify the order of plugins and other modes yet
        - useful output from the info plugin
        - bug testing and fixing
        - code cleanup
        - documentation
      
      darcs-hash:20050519201009-9977f-f793dbfc6a39d8a9643b610927d93cd3288bdd6b.gz
      ee20e7d1
  13. May 11, 2005
  14. May 08, 2005
    • matthias.grimm's avatar
      user registration without email · cab2716a
      matthias.grimm authored
      This patch extends the user registration with a more direct
      way without the need for an valid email address. The user
      password is queried in the registration form and not automatically
      generated and sent by email. This mode could be configured with the
      new option 'autopasswd'. Some new texts were added for translation
      but only english and german translation databases have been updated
      yet.
      
      darcs-hash:20050508200129-45302-ad4f2cf1d18514c76373cb6d6015e74712638402.gz
      cab2716a
  15. May 09, 2005
    • matthiasgrimm's avatar
      fixing user registration from admin page · 5e199953
      matthiasgrimm authored
      This patch fixes the user registration from the admin page.
      It removes the 'register' filter in act_clean() and enables
      act_permcheck() to handle permissions to 'register'
      differentially.
      
      darcs-hash:20050509204423-7ef76-eeb3681e364b85690c342f8eabeb65d326cb0637.gz
      5e199953
  16. May 08, 2005
    • Matthias Grimm's avatar
      add user registration to admin page · ca3a6df1
      Matthias Grimm authored
      If 'openregister' is not set the menue entry 'Add new user...'
      will be added to the admin page so that registering of new
      users is always possible through an GUI.
      If 'openregister is set the menu entry will be omitted to not
      to overload the admin page.
      
      darcs-hash:20050508101344-4145d-cb3f9e10f4b8d26dec516ce796e54ed12a1e2b53.gz
      ca3a6df1
  17. May 01, 2005
  18. Apr 29, 2005
    • andi's avatar
      added internal rewriting · 6c7843b5
      andi authored
      darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz
      6c7843b5
  19. Apr 25, 2005
  20. Apr 24, 2005
  21. Apr 23, 2005
  22. Apr 22, 2005
    • andi's avatar
      fixed html_wikilink · 723d78db
      andi authored
      darcs-hash:20050422145235-9977f-5607e92b1984b5b8444b5325827b3f3fda275898.gz
      723d78db
  23. Apr 19, 2005
    • andi's avatar
      fixes for the export · ac83b9d8
      andi authored
      darcs-hash:20050419185603-9977f-4bc9a1ba1878436bd71795c5d7fec2a5582561bf.gz
      ac83b9d8
  24. Apr 17, 2005
  25. Apr 16, 2005
  26. Apr 14, 2005
  27. Apr 13, 2005
  28. Mar 20, 2005
    • andi's avatar
      backbutton fix · 81aafed4
      andi authored
      darcs-hash:20050320124910-9977f-737f333d5524b844011a69a4c0351c3366ecf62f.gz
      81aafed4
  29. Mar 19, 2005
    • andi's avatar
      fixed edit mode · 572c1cd6
      andi authored
      darcs-hash:20050319094404-9977f-66acc5713cb817fa82f00a6aec52ea0deb140406.gz
      572c1cd6
  30. Mar 18, 2005
  31. Mar 15, 2005
Loading