Skip to content
Snippets Groups Projects
  1. Jun 26, 2005
    • matthiasgrimm's avatar
      redefine reference check options · e28299cc
      matthiasgrimm authored
      This patch correct the meaning of the reference check configuration
      options. They become more logical.
        refcheck    boolean   Enable/Disable the reference checker. If set
                              to '0' the existence of references is not
      						checked and vica versa.
        recshow     int       defines how many references should be displayed
                              If set to '0' no references are shown at all.
      
      This meaning is more logical. The first parameter switches the checker
      on/off and the second would be set, if the user wanted to see where the
      references are and how many should be displayed.
      
      darcs-hash:20050626153207-7ef76-0800eb2e394bf1b9f4233e7698b4d894f4b58e5b.gz
      e28299cc
    • andi's avatar
      added file locking support · 90eb8392
      andi authored
      darcs-hash:20050626161253-9977f-5600ca7134aa7244b08407d5a44c065a34091f20.gz
      90eb8392
    • andi's avatar
      plugin info added · 896a5c22
      andi authored
      Each plugin now needs to return some infos about it self. This
      allows to display a list of installed plugins using the info
      plugin.
      
      darcs-hash:20050626151617-9977f-0be6e15b32c35b23967e509b0057a00226df150c.gz
      896a5c22
    • andi's avatar
      fix for paragraphtypes in plugins · f0891737
      andi authored
      darcs-hash:20050626145055-9977f-464699ca4a1dc85c5664de728217fbf1b3d90fce.gz
      f0891737
    • andi's avatar
      paragraphtypes for syntax plugins · af146da0
      andi authored
      darcs-hash:20050626111513-9977f-5b317b14c9544a0c0a637d21816542d394e6606f.gz
      af146da0
    • Grzegorz Zur's avatar
      polish lang update · cc634a6d
      Grzegorz Zur authored
      darcs-hash:20050626100609-dd57d-0830b3903deecaa9d7f6c6df896e92b310aba073.gz
      cc634a6d
    • andi's avatar
      directory cleanup · 98407a7a
      andi authored
      This cleans up the directory structure as discussed on the mailning
      list. Users should delete their previous _cache directories to
      recover diskspace.
      
      darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
      98407a7a
  2. Jun 25, 2005
  3. Jun 24, 2005
  4. Jun 20, 2005
  5. Jun 17, 2005
    • matthiasgrimm's avatar
      option merge of refcheck and refcount · d0c4dcfd
      matthiasgrimm authored
      The options refcheck and refcount were merged to refcheck. This reduces
      configuration options and make the function more robust.
      
      darcs-hash:20050617201556-7ef76-47841e0b8713a26b6fb7eacffa9e89752f65ae50.gz
      d0c4dcfd
  6. Jun 18, 2005
  7. Jun 17, 2005
    • dave.winter's avatar
      fixed bug for MySQL passcrypt · 221a7572
      dave.winter authored
      Write the long patch description into this file.
      The first line of this file will be the patch name.
      Everything in this file from the above ***DARCS*** line on will be ignored.
      
      This patch contains the following changes:
      
      M ./inc/auth/mysql.php -1 +2
      
      darcs-hash:20050617124215-c2bc1-4c4a7a3bea1cab76b36a0e5cfc31a22d10fbadc8.gz
      221a7572
    • andi's avatar
      minor fixes · 5c3f206f
      andi authored
      darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz
      5c3f206f
    • matthiasgrimm's avatar
      XML conformity for media reference dialog · a00f13e1
      matthiasgrimm authored
      XML has problems with the usual PHP shortcuts '<?' or '<?
      
      darcs-hash:20050617131041-7ef76-9b8704cffebff4b3fe8ecf8c59b07cb7af53f6c7.gz
      a00f13e1
    • 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
    • matthiasgrimm's avatar
      locks must not survive logoff · 08eda5bc
      matthiasgrimm authored
      If a user logout during editing an article, this article will be blocked
      until end of timeout. This patch removes an open lock, if the user log off.
      
      darcs-hash:20050617121838-7ef76-1481946ab9c985ba006d3018fd0acfe9e4223f9e.gz
      08eda5bc
    • matthiasgrimm's avatar
      search fix FS#395 · 396b7edb
      matthiasgrimm authored
      This patch fixes FS#395 and another bug in the fulltext search
      which accepts single '+' and '-' signs as search input.
      
      darcs-hash:20050617113855-7ef76-368041107843f805c9ab539253ddc17eb617be61.gz
      396b7edb
  8. Jun 16, 2005
    • matthiasgrimm's avatar
      media file reference missing file fix · 3aa4badb
      matthiasgrimm authored
      This file is missing in the media file reference checker patch
      
      darcs-hash:20050616171239-7ef76-9212d4fb95d6a251317d5ab4b5b70e4546e21343.gz
      3aa4badb
    • 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
  9. 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
  10. Jun 17, 2005
  11. Jun 16, 2005
  12. 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
    • Jorge Barrera Grandon's avatar
      Norwegian Language Update · f626f794
      Jorge Barrera Grandon authored
      darcs-hash:20050615083147-3d692-41804518101cc33caced6377a6e71526c91e143d.gz
      f626f794
  13. Jun 14, 2005
    • andi's avatar
      fix for interwiki gif icons · 60fc4191
      andi authored
      darcs-hash:20050614175335-9977f-ac8992d64b5c26146573f6eab2807ae336c36648.gz
      60fc4191
    • andi's avatar
      Spellchecker: use UTF-8 workaround only if needed · c66822c0
      andi authored
      The spellchecker now tests the browsers UTF-8 compliance and only uses
      the entitiy encoding if needed. This hopefully fixes problems with
      Safari.
      
      darcs-hash:20050614174004-9977f-9c64abc8c31c47e89ac01784eae81f766bc54af0.gz
      c66822c0
  14. Jun 13, 2005
    • matthiasgrimm's avatar
      spellchecker should not check links · 21777a2b
      matthiasgrimm authored
      The spellchecker should not check links because this are
      mostly no real words. This patch installs some filters
      so that links won't be transfered to the spellchecker.
      
      darcs-hash:20050613215834-7ef76-444b4aa6ca9f471ae99c3f6fd3e3b9d380161f8a.gz
      21777a2b
    • 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
  15. Jun 12, 2005
    • matthiasgrimm's avatar
      spellchecker fix for broken aspell · 409f26c8
      matthiasgrimm authored
      The current Aspell version has a bug that causes a corrupt output file.
      Output lines beginning with '?' weren't terminated with a newline.
      This patch fixes the broken output format.
      
      It is not possible to detect automatically if a Aspell version handles
      '?'-lines correctly. Therefore DokuWiki checks for Aspells version
      number and corrects the output format accordingly if version <
      
      darcs-hash:20050612154241-7ef76-dfa98470651d6701562ca51908e6f8c8392b28bd.gz
      409f26c8
    • andi's avatar
      lexer support for subpatterns, fixed windowsshare links #368 · 6d447503
      andi authored
      darcs-hash:20050612183557-9977f-fe071d83503f6e324255200bea3e7b8d76db7e31.gz
      6d447503
    • andi's avatar
      mysql auth: added support for old passchecking method #359 · b7ed4d8e
      andi authored
      This patch changes the mysql auth mechanism to support the old
      method of password checking (leaving it to the DB) as well as
      the new one. Which one is used is decided on which option is
      defined:
      
      $conf['auth']['mysql']['passcheck'] now behaves as in older
      releases, You can use %u, %g and %p where %p contains the
      cleartext password entered by the user. Access is granted
      if the SQL statement returns one result row.
      
      if $conf['auth']['mysql']['getpass'] is defined it is used
      to fetch the crypted password from the database which is then
      checked with auth_verifyPassword() - This is the preferred
      method.
      
      Users of the devel need to change their config by renaming
      passcheck to getpass
      
      darcs-hash:20050612111044-9977f-545feafc098082a067fdbbbc7d7d3a61c5903590.gz
      b7ed4d8e
  16. Jun 11, 2005
    • matthiasgrimm's avatar
      aspell error workaround · 869379f5
      matthiasgrimm authored
      Aspell breaks its own output format due to undocumented features.
      This patch worked around this error. Problems regarding freezing
      of the spellchecker or jammed wiki pages through the spellchecker
      are solved.
      
      darcs-hash:20050611144306-7ef76-a2df9998b5a888e9fe121acf0c2530c33c2ef2a2.gz
      869379f5
Loading