Skip to content
Snippets Groups Projects
  1. Jun 05, 2005
    • 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
  2. 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
    • andi's avatar
      much better Opera 8 AJAX fix (no fallback to GET needed) · 56c1874e
      andi authored
      darcs-hash:20050604215355-9977f-e4c9fd58263ae3f237b322b1d7da27a13a68e383.gz
      56c1874e
    • andi's avatar
      AJAX fix for Opera 8 · 8cbcbff7
      andi authored
      darcs-hash:20050604211320-9977f-3b4eb349caa183fc590e5d904689123a1fc7d0d9.gz
      8cbcbff7
    • 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
    • andi's avatar
      removed SACK warning for older browsers #369 · 7851a544
      andi authored
      Older Browsers (Opera) got a warning from the new AJAX stuff. It's a bug
      in SACK described at
      http://twilightuniverse.com/2005/05/sack-of-ajax/#comment-594
      I just removed it from tw-sack.js
      
      I also added the line suggested at
      http://twilightuniverse.com/2005/05/sack-of-ajax/#comment-597 - not
      used yet but may come in handy
      
      darcs-hash:20050604185143-9977f-921b8c8ad4f11a867b8c2df26c37158cc7368608.gz
      7851a544
    • Jack van Klaren's avatar
      nl update · 789d0470
      Jack van Klaren authored
      darcs-hash:20050604184408-f2173-fd60a3456047cf02caacfbacd1833060bf9988b2.gz
      789d0470
  3. 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
  4. 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
  5. 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
  6. 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
  7. May 30, 2005
  8. May 26, 2005
  9. 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
  10. May 30, 2005
    • koeppe's avatar
      da update · 3bc80094
      koeppe authored
      darcs-hash:20050530165435-6e8b5-451887bfd86cdc15fb4277de53fd610316462c29.gz
      3bc80094
  11. May 23, 2005
  12. May 21, 2005
    • andi's avatar
      sorting support for syntax plugins, info plugin now actually does something · 107b01d6
      andi authored
      Syntax plugins now need to implement getSort() which should return a number.
      This number is used to add all syntax modes in the correct order. To see a
      list in which order current modes are loaded you can use the info plugin like
      this:
      
      ~~INFO:syntaxmodes~~ lists all known modes (includes existing plugins) with
      their sorting score
      
      ~~INFO:syntaxtypes~~ lists all syntax types and their registered modes (useful
      for implementing the getType() function.
      
      darcs-hash:20050521210430-9977f-2baaf6043afc6ea3fed41cdca97564218fb519c2.gz
      107b01d6
    • andi's avatar
      fix for internal rewrites #332 · 52339126
      andi authored
      darcs-hash:20050521104930-9977f-f93dd746cbb3db2ebda43a044198c2eb0aa4152b.gz
      52339126
  13. May 20, 2005
  14. 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
    • andi's avatar
      make search skip .lock files · 64f50cdb
      andi authored
      darcs-hash:20050519161353-9977f-3ea310a2dd433c8bc3ff634bde962d6a9adce549.gz
      64f50cdb
Loading