Skip to content
Snippets Groups Projects
  1. Mar 18, 2008
  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. Aug 07, 2007
  4. Jul 15, 2007
  5. Jun 25, 2007
  6. Mar 27, 2007
    • helmut's avatar
      Rechtschreibkorrektur · 93ef9bd0
      helmut authored
      Rechtschreibung und Zeichensetzung ueberarbeitet (wenige Aenderungen)
      
      darcs-hash:20070327135044-2d976-d81e964dc52dbc39a570f4e735689b755779c9c9.gz
      93ef9bd0
  7. Feb 24, 2007
  8. Feb 11, 2007
  9. Nov 22, 2006
  10. Nov 05, 2006
  11. Oct 13, 2006
  12. Aug 11, 2006
  13. Jul 28, 2006
  14. Jun 15, 2006
    • Sebastian Harl's avatar
      register notify #826 · a06e4bdb
      Sebastian Harl authored
      A small patch for dokuwiki which enables dokuwiki to notify the
      administrator about new user registrations
      
      darcs-hash:20060615194419-022eb-51630aff3c6d93abc656742fc0bc723b93f97734.gz
      a06e4bdb
  15. Mar 05, 2006
    • Andreas Gohr's avatar
      german updates · ff175d65
      Andreas Gohr authored
      darcs-hash:20060305113841-7ad00-55a191a885328d6f651dc48690a9004485b29e9a.gz
      ff175d65
  16. Mar 04, 2006
  17. Jan 30, 2006
    • Andreas Gohr's avatar
      language updates · 262065ef
      Andreas Gohr authored
      darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz
      262065ef
  18. Jan 27, 2006
  19. Jan 26, 2006
    • 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
  20. Jan 24, 2006
    • matthiasgrimm's avatar
      MySQL modify user patch · dfdd92d5
      matthiasgrimm authored
      This patch changed the function modifyUser(). Before this update
      each data change was applied by deleting and re-adding the complete
      user entry. The new function uses the UPDATE SQL statement.
      
      Furthermore all human readable error messages were removed. The
      calling procedure is in charge now to inform the user about
      failures. Internal debug messages were added. They can be enabled
      in the configuration file.
      
      Last but not least the module retrieves the database version now
      to handle incompatible features between different MySQL versions.
      
      darcs-hash:20060124190625-7ef76-f6dffabf230155aa51bf3c8569c31fd444634407.gz
      dfdd92d5
  21. Nov 11, 2005
    • Matthias Grimm's avatar
      profile change feedback · 4cb79657
      Matthias Grimm authored
      This pathc adds a feedback for the user after changing his/her
      profile and the profile dialog will be closed.
      
      darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz
      4cb79657
  22. Nov 06, 2005
    • Matthias Grimm's avatar
      mysql extension for OO auth system · 3ff230f7
      Matthias Grimm authored
      This patch adds the mysql extension to the OO auth system. The SQL statements
      are defined in conf/mysql.conf.php.example and needs to be adapted to the
      local database. The set of statements work with the database structure described
      in conf/mysql.conf.php.example.
      
      This module is beta and heavy testing in different environments is recommended.
      
      The documentation of the SQL statements is not complete yet
      
      darcs-hash:20051106130303-4145d-28acb18584822f8d1eafa1d63e206f2e83f64009.gz
      3ff230f7
    • Matthias Grimm's avatar
      de_language_update · 5faeb726
      Matthias Grimm authored
      The german translation was updated and missing files were added.
      
      darcs-hash:20051106111006-4145d-975932c5619c6774365e3f32c7abe1d638114d6d.gz
      5faeb726
  23. Nov 05, 2005
    • Matthias Grimm's avatar
      OO_auth_fixes · d2dde4eb
      Matthias Grimm authored
      This patch allows the OO auth module to fail. The basic class got
      a new property $success that is checked in auth.php. Derived classes
      might change this calue in their constructors.
      
      Beautifying the whitespaces in auth.php completes this patch.
      
      darcs-hash:20051105124932-4145d-dfcfa6c3b87d0087b4bffe3e5a29db000b10b242.gz
      d2dde4eb
  24. Sep 04, 2005
    • Andreas Gohr's avatar
      de lang update · 1f5a6968
      Andreas Gohr authored
      darcs-hash:20050904113441-7ad00-d8136fdbf3f6b21836694bc29482a80a5309f4a3.gz
      1f5a6968
  25. Aug 29, 2005
  26. Jun 17, 2005
    • matthiasgrimm's avatar
      make DokuWiki xml conform · 4dc4b499
      matthiasgrimm authored
      XML has problems with usual PHP shortcuts like '<?' or '<?
      
      darcs-hash:20050617130335-7ef76-8e98db5cdae5f8b81993a380cb3d3acc9ac33dbd.gz
      4dc4b499
  27. Jun 16, 2005
    • matthiasgrimm's avatar
      media reference check part 2 · d67ca2c0
      matthiasgrimm authored
      Part 1 only checks for the existance of references.
      Part 2 will show where this references are so that the user
      could easily find them.
      
      Both parts are configurable:
      refcheck
      
      darcs-hash:20050616163425-7ef76-a7fce6cd1ef5d2cc2e4ac3b869969a65c671770a.gz
      d67ca2c0
  28. Jun 05, 2005
    • matthiasgrimm's avatar
      media reference check · b59a406b
      matthiasgrimm authored
      This patch implements the first step of a media file reference
      checker. Every time the user wanted to delete a media file
      it would be ckecked for still existing references to this media
      file. File deletion is denied if this media file is still in use.
      
      darcs-hash:20050605185038-7ef76-475e5990609587e1b8cee0e155fa6002f1c5b27c.gz
      b59a406b
  29. Jun 17, 2005
  30. Jun 09, 2005
  31. 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
  32. Jun 05, 2005
  33. Jun 03, 2005
    • andi's avatar
      Mediafile Deletion and Overwrite Handling #200 · 8ef6b7ca
      andi authored
      This patch enhances the ACL feature by adding another Permission called DELETE - this permission
      allows a user to delete or overwrite existing mediafiles. Users with UPLOAD permission are no longer
      allowed to overwrite media files.
      
      Users whith DELETE permissions now need to check an additional checkbox to overwrite existing files,
      this is to prevent accidently deletions.
      
      Please note: If no ACL is used UPLOAD rights are assumed for everybody - not DELETE rights. This
      changes the behaviour from previous versions as UPLOAD does not allow overwriting anymore.
      
      darcs-hash:20050603205501-9977f-1d219b23a79bb097ed0e0b8184dc6d5d8aad578b.gz
      8ef6b7ca
  34. May 19, 2005
    • matthiasgrimm's avatar
      add a back button to parent page · a3ec5f4a
      matthiasgrimm authored
      This patch extends the template functions with back
      button linking to the current pages' parent if
      available. Both tpl_button() and tpl_actionlink()
      are supported.
      
      For this to work the first page in the namespace must
      have the same name as the namespace itself. The 'back'
      button of every page in this namespace links to
      namespace:namespace. The 'back' button of the page
      namespace:namespace links to the first page of the
      containing namespace and so forth until the start page
      has been reached.
      
      Because of the precondition decribed above, the default
      template hasn't got the new 'back' button. It is reserved
      for custom made templates and installations which take
      care of the precondition.
      
      darcs-hash:20050519174025-7ef76-1e9c78c941f53871905fc1ba08b28a826553daa3.gz
      a3ec5f4a
  35. 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
  36. 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
  37. 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
    • 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
Loading