Skip to content
Snippets Groups Projects
  1. Feb 26, 2008
    • Andreas Gohr's avatar
      fix usage of is_admin in auth_aclcheck · 85d03f68
      Andreas Gohr authored
      There were a few problems with name encoding for groups and users
      introduced in the recent aclcheck change
      
      darcs-hash:20080226172257-7ad00-d591f0d2f2219a2b23f93060c65b8fb5f46bd1d7.gz
      85d03f68
  2. Feb 25, 2008
  3. Feb 23, 2008
    • Andreas Gohr's avatar
      use fulltext index to search for used media files FS#1336 FS#1275 · a05e297a
      Andreas Gohr authored
      This changes how DokuWiki looks for reference toa media file which is
      about to deleted. Instead of doing a full grep through all pages it now
      uses the fulltext index first, then does an exact match on the found
      pages.
      
      This speeds up the search significantly on larger wikis. However the
      fulltext search limits now apply: images with names shorter than 3 charcters
      may not be found.
      
      This needs extensive testing!
      
      darcs-hash:20080223205254-7ad00-486de0a4125d51b4e7999827f710d1d9de8bc60d.gz
      a05e297a
    • Pierre Spring's avatar
      Table Row And Col Classes · b5742ced
      Pierre Spring authored
      This patch adds classes to the table rows and cells (td and th). This can be of usage when templating and within syntax plugins.
      
      darcs-hash:20080223175808-c3d3e-73384884597c56deac774a8a52cd20b639b3039b.gz
      b5742ced
    • Andreas Gohr's avatar
      cope with non-RFC-conform webservers in HTTPClient FS#1340 · ace46cb1
      Andreas Gohr authored
      This fixes problems in the HTTP client for web servers which separate their
      response headers with Unix linfeeds only (instead of CRLFs as stated in RFC
      2616).
      
      darcs-hash:20080223183639-7ad00-057b05a1134cbe2b8edb2d38d5a74912360cd071.gz
      ace46cb1
    • Andreas Gohr's avatar
      Check memory settings on ?do · 73038c47
      Andreas Gohr authored
      This should help with diagnosing memory related problems
      
      darcs-hash:20080223180701-7ad00-1308829c3d7432b1d0c23c3f1acc8228c0a41e1e.gz
      73038c47
    • Andreas Gohr's avatar
      correct diff display when dealing with deleted or newly created pages · 7b3f8b16
      Andreas Gohr authored
      darcs-hash:20080223143711-7ad00-2dceefca4ce2efcfee5a3b04cfc6f1107c630c02.gz
      7b3f8b16
    • Andreas Gohr's avatar
      wl(): don't include empty id parameter FS#1138 · bce3726d
      Andreas Gohr authored
      darcs-hash:20080223133200-7ad00-409ee76b0bb36a1dff7b6f09181692e0742a86fd.gz
      bce3726d
    • Andreas Gohr's avatar
      mysql auth backend: check DB query result correctly FS#1039 · 9e54d51a
      Andreas Gohr authored
      darcs-hash:20080223130827-7ad00-3c9ba32b002a34548df1696a26bd92616e763ccc.gz
      9e54d51a
    • Andreas Gohr's avatar
      use strftime() instead of date() FS#1335 :!: · e656dcd4
      Andreas Gohr authored
      This patch replaces the use of the date() function with the strftime()
      function. The latter will respect a set locale and will use localized
      strings for things like month names.
      
      Because the format options for strftime differ from the ones used in date,
      DokuWiki will rest the value of $conf['dformat'] if it contains an old
      date format string (detected by missing % characters).
      
      Plugins or templates using the $conf['dformat'] need to be updated.
      
      darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz
      e656dcd4
    • Andreas Gohr's avatar
      renamed justlink option to linkonly · 8acb3108
      Andreas Gohr authored
      darcs-hash:20080223101426-7ad00-ceacdc83e829f1da7aa272eb597277a8c78113be.gz
      8acb3108
  4. Feb 21, 2008
    • Pierre Spring's avatar
      media_justlink · b739ff0f
      Pierre Spring authored
      darcs-hash:20080221160833-c3d3e-1afe0835f9ba1af27712bd34e8b0b65e6165284f.gz
      b739ff0f
  5. Feb 19, 2008
  6. Feb 17, 2008
  7. Feb 15, 2008
  8. Feb 14, 2008
  9. Feb 13, 2008
  10. Feb 12, 2008
    • Chris Smith's avatar
      Rationalise Parser PHP & HTML syntax mode handling to renderer only. · d86d5af0
      Chris Smith authored
      This patch corrects the problems with the previously (reversed) patch
      "remove htmlok and phpok tests from Doku_Handler".
      
      The handler will now write php, phpblock, html & htmlblock instructions
      and let the renderer decide how these instructions should be processed.
      
      The xhtml renderer will follow the "phpok" and "htmlok" config settings.
      If these settings are turned off the any instructions will be rendered as
      code with php or html syntax highlighting (as appropriate).
      
      darcs-hash:20080213024941-d26fc-ec485362803e63a2d949dad5c23e17db939e6ced.gz
      d86d5af0
    • Guy Brand's avatar
      Have aclcheck use auth_isadmin · 7adba38c
      Guy Brand authored
      darcs-hash:20080212213222-19e2d-d8a2261fa83d6482afe213ffb41611ae723811de.gz
      7adba38c
  11. Feb 08, 2008
  12. Jan 30, 2008
    • Andreas Gohr's avatar
      Norwegian update · b5c14b35
      Andreas Gohr authored
      darcs-hash:20080130222205-7ad00-76b123c78c1e3d758b1627ec09fafb25b96b4ada.gz
      b5c14b35
    • Andreas Gohr's avatar
      Hungarian update · d44d2665
      Andreas Gohr authored
      darcs-hash:20080130220034-7ad00-aa23168b9d0bbfc384f4944633d5adbce15c296b.gz
      d44d2665
  13. Jan 17, 2008
    • Spring Pierre's avatar
      UNDO: remove htmlok and phpok tests from Doku_Handler · ef1b03a8
      Spring Pierre authored
      there is no necessity for the "htmlok"
      and "phpok" testing in the Doku_Handler, taken the fact that the page
      renderer does it too. and it gives the possibility to the renderer to
      choose, what to do with such blocks.
      
      darcs-hash:20080117222648-01292-c4b5a890ada5e5e962ba7e3f62c4c2fc5d72138f.gz
      ef1b03a8
  14. Jan 26, 2008
    • Andreas Gohr's avatar
      Support for deep namespace templates and strftime placeholders · e29549fe
      Andreas Gohr authored
      This patch addes namespace templates will be used for all new namespaces in
      the same namespace and the namespaces below. They have to be named
      __template.txt
      
      Additionally can strftime() place holders be used in namespace templates
      to insert any part of the current time into a template.
      
      darcs-hash:20080126165959-7ad00-9a820e42d237e1aa0828996ebc9cf3d67d453128.gz
      e29549fe
  15. Jan 17, 2008
    • Spring Pierre's avatar
      remove htmlok and phpok tests from Doku_Handler · 6e03f825
      Spring Pierre authored
      there is no necessity for the "htmlok"
      and "phpok" testing in the Doku_Handler, taken the fact that the page
      renderer does it too. and it gives the possibility to the renderer to
      choose, what to do with such blocks.
      
      darcs-hash:20080117222648-01292-cfce862d4e6fe9ce61feda7d6f11f014a68f5ffa.gz
      6e03f825
  16. Jan 28, 2008
    • Andreas Gohr's avatar
      Hungarian update · a249961d
      Andreas Gohr authored
      darcs-hash:20080128211824-7ad00-eaca4449ce11346175b9b8a82e354b3f6a267d3e.gz
      a249961d
  17. Jan 24, 2008
Loading