Skip to content
Snippets Groups Projects
  1. Jun 16, 2005
  2. 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
  3. Jun 14, 2005
  4. 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
  5. 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
  6. 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
    • loug85's avatar
      Update and fix in Portuguese (Brazil) translation · 3f7fe29a
      loug85 authored
      darcs-hash:20050611174723-56ca7-2e45af0139423457fad53f92b1e549b650dd1c84.gz
      3f7fe29a
    • andi's avatar
      spellchecker: compensate for aspell error and blocking problems · a08eb37a
      andi authored
      Sometimes Aspell seems to output not enough blank lines to signal
      a line change. This patch tries to compensate for this by trying
      the next two lines as well.
      This patch also fixes a problem were reading from aspell could
      produce a deadlock on the socket and would cause the spellchecker
      to never return
      
      darcs-hash:20050611121059-9977f-c772aa52ea0e73e7b7e5537afda047fa44a22395.gz
      a08eb37a
    • andi's avatar
      spellchecker fixes for Konqeror · ea2eed85
      andi authored
      Konqeror seems to ignore the charset
      
      darcs-hash:20050611092916-9977f-311b99e63b66a83c9f9022c468ba61d0687822c2.gz
      ea2eed85
  7. Jun 09, 2005
  8. Jun 08, 2005
    • andi's avatar
      session_write_close added #364 · 8746e727
      andi authored
      I just learned that PHP does lock it's session objects. This is realy
      bad if you have multiple images in a page as each one will call fetch.php
      which locks the session, so everything can only be loaded sequentially.
      The fix for this is to close the session after using it which is after doing
      the auth and the breadcrumbs. I added the needed calls everywhere.
      
      darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
      8746e727
    • andi's avatar
      Allow source view with read only permissions #383 · bdbc16bf
      andi authored
      darcs-hash:20050608210912-9977f-d7645e56001efd2ee6b08504a15ff7f293d8ae92.gz
      bdbc16bf
    • andi's avatar
      fixed grammar in de lang file · fedfd84a
      andi authored
      darcs-hash:20050608210819-9977f-53a47719d7c282abcf105c05d752c8b920b4c62b.gz
      fedfd84a
    • andi's avatar
      da language update · 05b4afec
      andi authored
      darcs-hash:20050608201217-9977f-613350363f98ee22bcedba5003e774a42f331080.gz
      05b4afec
    • Jack van Klaren's avatar
      nl language update · 33879aeb
      Jack van Klaren authored
      darcs-hash:20050608201144-f2173-02b99e2f7409190bf6f859e7b340afbfd61b45fd.gz
      33879aeb
    • andi's avatar
      fixed JS error when spellchecker is disabled · 2e5a6dce
      andi authored
      darcs-hash:20050608194746-9977f-7880cc210b55ff5f47b52665c580087f266dd9b2.gz
      2e5a6dce
    • andi's avatar
      Spellchecker fixes · 95657bc6
      andi authored
      The spellchecker now works in IE6, Firefox and Opera 8 :-)
      SACK was updated to the latest release (plus a minor fix)
      Proper UTF-8 headers were added to the AJAX PHP backends
      
      darcs-hash:20050608182758-9977f-1eacd0ba9993a62f094433d982f668e38d17ba14.gz
      95657bc6
  9. Jun 07, 2005
    • Kaiko Kaur's avatar
      et language update · 2765ac23
      Kaiko Kaur authored
      darcs-hash:20050607200902-2af0c-7f25c338231e4c033b8d01296efd60635f457788.gz
      2765ac23
    • koeppe's avatar
      da update · ea7c93df
      koeppe authored
      darcs-hash:20050607200309-6e8b5-c736884ebbd9d315b7cf91cdf2cbcd50f7f20575.gz
      ea7c93df
    • 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
  10. 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
  11. 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
    • andi's avatar
      moved lang directory into inc dir · bc3b6aec
      andi authored
      darcs-hash:20050605110714-9977f-e974278576a74db3ffb46647411dd68f96f517ca.gz
      bc3b6aec
    • chris's avatar
      Strike-through Quick Button · e4cdc61b
      chris authored
      darcs-hash:20050605110302-917ab-91d606d41c33566504e3e5b097ff5668a447f078.gz
      e4cdc61b
    • matthiasgrimm's avatar
      extended search fix no. 2 · 5a5d942d
      matthiasgrimm authored
      The last patches confused darcs so we get a mixed up code.
      This patch corrected the mess hopefully.
      
      darcs-hash:20050605085854-7ef76-83d86fd24ce667f7cb506466ef2aef39ccc38cea.gz
      5a5d942d
    • 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
  12. Jun 04, 2005
    • matthiasgrimm's avatar
      extended search fix · 248a7321
      matthiasgrimm authored
      This patch fixes a bug in the search code and did some
      optimizations. Furtheron queries with only excluded
      words will be rejected because they won't produce
      usable output and waste only time.
      
      darcs-hash:20050604212026-7ef76-7a096791875407859eae390290165e4b6e7ef082.gz
      248a7321
    • matthiasgrimm's avatar
      UNDO: extended search fix · 4735a949
      matthiasgrimm authored
      This patch fixes a bug in the search code and did some
      small optimizations.
      
      The possibility to start a search with _only_ excluded
      words (only words start with a minus sign) was disabled
      because this seem to crash PHP 4.3.10 (at least the ppc
      version :-()
      
      darcs-hash:20050604194621-7ef76-c240e1089df10645f5ea959a7ccb664a50afde7a.gz
      4735a949
    • matthiasgrimm's avatar
      extended search fix · 339d75a5
      matthiasgrimm authored
      This patch fixes a bug in the search code and did some
      small optimizations.
      
      The possibility to start a search with _only_ excluded
      words (only words start with a minus sign) was disabled
      because this seem to crash PHP 4.3.10 (at least the ppc
      version :-()
      
      darcs-hash:20050604194621-7ef76-10a5bb6a5b2804bcadcbffcdf2ea500db7ceeb91.gz
      339d75a5
  13. 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
    • 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
  14. Jun 01, 2005
    • matthiasgrimm's avatar
      keep search input on search page · c1e3b7d9
      matthiasgrimm authored
      This patch modifies the search input form so that the search input
      is kept as long as the user stays on the search page. This is pure
      comfort because he is able to optimise his query step by step without
      the need of typing in the query multiple times.
      
      darcs-hash:20050601163504-7ef76-aad10750707ba97810bc5c5185da3e8ad9ae7391.gz
      c1e3b7d9
  15. May 31, 2005
    • matthiasgrimm's avatar
      String quoting in TOC toggle code · 6037be5a
      matthiasgrimm authored
      This patch changed the string quoting in the TOC toggle button code.
      The HTML code looks better.
      
      darcs-hash:20050531193827-7ef76-b1434c596e396f126a7c2a94ba8bb4f475383fe7.gz
      6037be5a
    • 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
  16. 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
Loading