Skip to content
Snippets Groups Projects
  1. Mar 02, 2006
    • Andreas Gohr's avatar
      no default targets · b7441779
      Andreas Gohr authored
      Using the target attribute is considered bad practice. This patch removes
      the default targets from dokuwiki.conf and fixes the footer.html of the
      default template accordingly
      
      darcs-hash:20060302134306-6e07b-cae2e54472687abb50f7cb97bd6c479b7c7d97d7.gz
      b7441779
    • Andreas Gohr's avatar
      mimetypes and icons for opendocument formats #722 · a794f25d
      Andreas Gohr authored
      darcs-hash:20060302105634-6e07b-217c0dfad45ce76f5d4ba155379947c41f5216f5.gz
      a794f25d
    • Andreas Gohr's avatar
      Allow non-ID names in ACLs · 6c2bb100
      Andreas Gohr authored
      Some auth backends allow special chars like whitespaces in user and group
      names. This made problems with the existing ACL checks and ACL manager.
      This patch makes the ACL system work with these cases by (url)encoding all
      special chars below 128.
      
      darcs-hash:20060302101850-6e07b-14bda9dbdb3528904325419b35bb9eddb0d1dde3.gz
      6c2bb100
  2. Feb 24, 2006
    • Troels Liebe Bentsen's avatar
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct... · 44881d27
      Troels Liebe Bentsen authored
      Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
      
        * Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly.
        * Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense.
        * Use chmod for setting the correct permissions but only if it's needed.
        * Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.
      
      darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz
      44881d27
  3. Feb 18, 2006
  4. Feb 24, 2006
  5. Feb 10, 2006
    • Andreas Gohr's avatar
      romanization support in utf8 library · 8a831f2b
      Andreas Gohr authored
      This patch addes basic romanization support to the utf-8 library. It
      converts non-latin languages to ASCII.
      
      The transliteration tables used where gathered from various places
      on the net. I do not speak any of those languages so I can't say how
      good they are. Any recommendations and fixes are welcome!
      
      This can be enabled for ID cleaning by setting the deaccent option to 2.
      It is also used in the XHTML renderer to generate section ids based
      on the header titles. Leading digits and any remaining non-ASCII chars
      are removed as well. This is the first step to make section ID always
      XHTML compatible. Making sure they are unique is not implemented yet.
      
      darcs-hash:20060210200627-7ad00-61a633563bb92a00ef4a3f699d73117139cbf367.gz
      8a831f2b
  6. Jan 30, 2006
    • matthiasgrimm's avatar
      MySQL canDo() patch · 24bc1a35
      matthiasgrimm authored
      This patch adds a canDo() function to the MySQL backend to
      give higher program levels the opportunity to find out what
      functions the MySQL backend provides.
      
      Furthermore the option encryptPass was renamed to
      forwardClearPass because the old name was misleading and not
      clear.
      
      Last but not least the mysql.conf.php was reorganized to make
      clear which SQL statements enable which functions.
      
      darcs-hash:20060130192750-7ef76-2ba9388ea56b17e4f26feda74a66b7d9b8da7333.gz
      24bc1a35
  7. Jan 29, 2006
  8. Jan 27, 2006
  9. Jan 25, 2006
  10. 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
  11. Jan 22, 2006
    • matthiasgrimm's avatar
      MySQL backend code cleanup fix · a771ad3a
      matthiasgrimm authored
      This patch make the MySQL backend work again after Andi's code cleanup ;-)
      
      darcs-hash:20060122125327-7ef76-5b7a46fa8bc49fc68a11a44fabddc9753e9a1dfb.gz
      a771ad3a
  12. Nov 26, 2005
    • Andreas Gohr's avatar
      Added Google sitemap support #371 · 8b9da5a7
      Andreas Gohr authored
      This patch addes the automatic creation of Google sitemaps. The map
      is created in the DokuWiki root dir and named sitemap.xml.gz if gzip
      compression is available - if not the gz extion is skipped.
      How often the map is recreated is defined through the $conf['sitemap']
      option. It accepts a day value.
      
      darcs-hash:20051126234709-7ad00-6ff4b0e79670cdfa39e615ec9dc40146ffcc9dd4.gz
      8b9da5a7
  13. Nov 25, 2005
  14. Nov 18, 2005
  15. Nov 07, 2005
    • Matthias Grimm's avatar
      MySQL auth module documentation · 75bfc19c
      Matthias Grimm authored
      This patch completes the documentation of the MySQL SQL statements
      that are necessary to run the mysql OO auth module in mysql.conf.php.example.
      
      Some pattern names in the code were not in line - fixed.
      
      darcs-hash:20051107210740-4145d-cdf140b6d14664ce9c1a85f67e1bf8feb294c17b.gz
      75bfc19c
  16. 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
  17. Nov 03, 2005
    • Andreas Gohr's avatar
      hidepages configoption · 0dc92c6f
      Andreas Gohr authored
      This new option accepts a RegExp to filter certain pages from all automatic
      listings (RSS, recent changes, search results, index). This is useful to
      exclude certain pages like the ones used in the sitebar templates. The
      regexp is matched against the full page ID with a leading colon. If it
      matches the page is assumed to be a hidden one.
      
      IMPORTANT: this is not related to ACL. A hidden page is still visible to all
      users (if not restricted by ACL) when linked or called directly.
      
      darcs-hash:20051103101726-6e07b-8d45912a1b4f6cfc9e3fce147c15f84a58ea7ca2.gz
      0dc92c6f
  18. Oct 29, 2005
  19. Oct 27, 2005
  20. Oct 20, 2005
  21. Sep 22, 2005
  22. Sep 19, 2005
  23. Sep 17, 2005
  24. Sep 16, 2005
  25. Sep 15, 2005
  26. Sep 14, 2005
    • joe.lapp's avatar
      $conf['sepchar'] support · 4b5db43b
      joe.lapp authored
      Allows user to select the word separation character in page names.
      
      darcs-hash:20050915012947-36b45-3d6b53cda05a7d7c2eb3497f4732f7492a63e9aa.gz
      4b5db43b
  27. Sep 12, 2005
  28. Sep 11, 2005
    • Pavel Vitis's avatar
      support for ImageMagicks convert in fetch.php · 68375754
      Pavel Vitis authored
      This patch allows one to set $conf['im_convert'] to use ImageMagick
      instead of PHPs libGD to resize images. convert is more powerful
      than libGD - it can resize animated gifs for example.
      
      darcs-hash:20050911140225-c484b-10fbb66d003c839debc98edf814e261bddea3aa6.gz
      68375754
  29. Sep 03, 2005
  30. Sep 02, 2005
  31. Aug 24, 2005
  32. Aug 08, 2005
    • steven-danz's avatar
      subscribe_changes.patch · f9eb5648
      steven-danz authored
      Updates to the subscription patch to add a configuration option to enable/disable
      the feature, move the messages to the language files, and general cleanup
      
      darcs-hash:20050808045034-4c315-88a72dc8d2b22fdd9af8caa0505ef5c737965c86.gz
      f9eb5648
  33. Jul 31, 2005
    • Andreas Gohr's avatar
      Personal wordlist for spellchecker #488 · a2bd8ce7
      Andreas Gohr authored
      This patch allows you to add a file named conf/words.aspell with your own
      words you don't want the spellchecker to choke on.
      
      Thanks to Steven Danz for code idea
      
      darcs-hash:20050731172612-7ad00-60fb3f09589c4758f1093f532de9699beb048569.gz
      a2bd8ce7
  34. Jul 23, 2005
    • Andreas Gohr's avatar
      removed custom.conf · 8e8296e7
      Andreas Gohr authored
      custom.conf is no longer supported
      
      darcs-hash:20050723205235-7ad00-6bec0d0fdd57d321784edd014917ddc4257fe3e5.gz
      8e8296e7
  35. Jul 13, 2005
  36. Jul 01, 2005
  37. Jun 27, 2005
Loading