Skip to content
Snippets Groups Projects
  1. Aug 27, 2006
  2. Aug 26, 2006
    • chris's avatar
      ft_snippet() update · ced0762e
      chris authored
       - correct "opt1" algorithm for multibyte utf8
       - minor improvement to "opt2" for short pages
       - add "utf8" algorithm, this algorithm endeavours
         to work with whole utf8 character as much as
         possible.  The resulting snippet will tend to
         100 characters, rather than the 100 bytes of
         "opt1" and "opt2".
      
      darcs-hash:20060826234333-9b6ab-ae4c60c8855a92b133cb8d5a230098203f610e7b.gz
      ced0762e
    • Andreas Gohr's avatar
      strip tags from title #883 · e1d60f58
      Andreas Gohr authored
      This patch no longer uses htmlspecialchars on $conf['title'] when
      used in the page title - instead strip_tags is applied. This streamlines
      the use of $conf['title']
      
      darcs-hash:20060826180943-7ad00-c8cc155c1e92fad05b85f77841834f782cbf6281.gz
      e1d60f58
    • chris's avatar
      ft_snippet() update, fix utf8 problems · 5953e889
      chris authored
      darcs-hash:20060826095311-9b6ab-9a6f272cc7c7532eb2bad8f7b4404c5a16b71109.gz
      5953e889
    • Andreas Gohr's avatar
      code to remove bad UTF-8 bytes added · 0eac1afb
      Andreas Gohr authored
      This adds code to remove or replace invalid UTF-8 bytes and uses it
      in the ft_snippets function.
      
      darcs-hash:20060826082919-7ad00-a94004de159ae93ff5b7270fd3e631ff467233cd.gz
      0eac1afb
  3. Aug 25, 2006
    • chris's avatar
      update config plugin · fd49f8df
      chris authored
      - add $conf['compression'] meta data and en lang strings
      - remove $conf['usegzip'] meta data and en lang strings
      
      Other language strings will need to be updated.
      
      darcs-hash:20060825223047-9b6ab-b0c8c6af57847690a6d398d0bd98af9a51911c21.gz
      fd49f8df
    • Andreas Gohr's avatar
      typo fix for compression check · fe893490
      Andreas Gohr authored
      darcs-hash:20060825174755-7ad00-e67f267dd1552ba22b01662de6dbb84faf33e5f8.gz
      fe893490
    • Andreas Gohr's avatar
      no forcing of ASCII in section IDs · 501af51e
      Andreas Gohr authored
      XHTML allows non-ASCII chars in ids and names, so there is no need
      to forcibly romanize section header ids
      
      darcs-hash:20060825173653-7ad00-f982cec893cc2d0f1b2de4226879d7d2b294ac76.gz
      501af51e
    • chris's avatar
      update wikiFN with third paramter, $clean · 0d8ea614
      chris authored
      value defaults to true
      
      patch also includes an update to idx_parseIndexLine to make use of the
      new parameter - the index file (if built by DokuWiki's methods) will
      contain already "clean" IDs.
      
      darcs-hash:20060825144112-9b6ab-55adc71cf55bb58468fb3f0b03b9001ab149a82b.gz
      0d8ea614
    • Andreas Gohr's avatar
      compression fallback · 501252a5
      Andreas Gohr authored
      This updates the availability check of the choosen compression method. If bzip2
      is configured but not available it falls back to gzip if available.
      
      darcs-hash:20060825144739-7ad00-9f7ce54fd1dbf0d7a8272393e9bc02d862b28fff.gz
      501252a5
  4. Aug 23, 2006
  5. Aug 25, 2006
    • chris's avatar
      update to previous ft_snippet() patch, improve snippet text selection · 95a12943
      chris authored
      darcs-hash:20060825134730-9b6ab-086ee0647af39c4398cf1726324d8215722a39db.gz
      95a12943
    • chris's avatar
      ft_snippet optimisations · bd2cb6fc
      chris authored
      This patch includes two alternative algorithms for ft_snippet(), the code
      which prepares the snippets seen on the search page - and the most time
      consuming part of the production of that page.
      
      If you have $conf['allowdebug'] on, you can specify the search algorithm to
      use by adding &_search
      
      darcs-hash:20060825104046-9b6ab-942d81a43cf0f85bfd235cabf6c35dd4b20e0b71.gz
      bd2cb6fc
  6. Aug 23, 2006
    • chris's avatar
      finnish translation of install.php (thanks Roope Jrvinen) · 0196c1c5
      chris authored
      darcs-hash:20060823225137-9b6ab-e408b50f8aaeaface334a9aa602af893223d357a.gz
      0196c1c5
    • chris's avatar
      user manager update · a6858c6a
      chris authored
      - add capability to send notification emails to users on
        creation and password modification (bug#640)
      - add success and fail messages for new user addition
      - fix bug when modification of username wasn't allowed,
        'Edit user' fields weren't populated
      - fix (php5 only?) bug where default group wasn't given to
        a new user if no groups were specified
      - added explanatory notes concerning default group and
        password notification emails
      
      This patch adds several new strings to the plugin's lang.php
      
      darcs-hash:20060823115626-9b6ab-ea98ef630c79b28b52141957deb3efc307a9291d.gz
      a6858c6a
    • chris's avatar
      minor en lang string fix · 11120ca9
      chris authored
      darcs-hash:20060823115006-9b6ab-af7b27a3fa1830e5bd7e152d7e589ec3a2fbcd72.gz
      11120ca9
  7. Aug 18, 2006
  8. Aug 11, 2006
  9. Aug 09, 2006
    • Ben Coburn's avatar
      Add AJAX_CALL_UNKNOWN event · 3cb4b39f
      Ben Coburn authored
      Allows action plugins to support custom ajax calls.
      The event data is the call name from $_POST['call'].
      When handling a custom ajax call, remember to use
      $event->preventDefault();
      to avoid having the
      'AJAX call <call> unknown!'
      message appended to the output.
      
      darcs-hash:20060809194501-05dcb-0082e4f2a83fc8657fc7cdcf32d44aac8d1a6b99.gz
      3cb4b39f
    • chris's avatar
      more unit test fixes · 742c66f8
      chris authored
      - move parser.test.php
      
      darcs-hash:20060809192115-9b6ab-973fea51fbfdcf5f44a2ac66000f2ccb5fdd43b4.gz
      742c66f8
    • chris's avatar
      cleanID unit tests · 74c0c504
      chris authored
      + fix missing utf8 deaccent character mapping
      + set utf-8 charset for HTMLReporter (unit tests)
      
      darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz
      74c0c504
    • chris's avatar
      update footnote unittests · 1f4490f2
      chris authored
      darcs-hash:20060809155755-9b6ab-d48f2af0fa98b310223b96361cad43ba2317b582.gz
      1f4490f2
    • chris's avatar
      fix for footnote nesting · 2fe7363d
      chris authored
      darcs-hash:20060809155417-9b6ab-c88a818425487cac0cd1f8d7cd266ac088bba16c.gz
      2fe7363d
  10. Aug 08, 2006
  11. Aug 07, 2006
  12. Aug 06, 2006
    • Andreas Gohr's avatar
      GeSHi fixes · d978e24c
      Andreas Gohr authored
      This fixes a bug in GeSHi which adds an addtional newline (patch sent to
      upstream) and makes sure the code highlighting cache honors the purge
      request variable.
      
      darcs-hash:20060806204258-7ad00-56ad794b90b8ad38f62e8e4d9e430a8622636bc5.gz
      d978e24c
    • Anika Henke's avatar
      few minor fixes in wiki:syntax · ddaef207
      Anika Henke authored
      darcs-hash:20060806175611-d5083-e18853749222158d960119e195269d40d805acc4.gz
      ddaef207
    • Andreas Gohr's avatar
      various language fixes · 8dbc24f2
      Andreas Gohr authored
      This patch makes sure all languages files have UNIX style line endings
      and use correct UTF-8 encoding
      
      darcs-hash:20060806143836-7ad00-2d9c48c5be303565ce461ec977c8792df61fbdd1.gz
      8dbc24f2
    • polinnia's avatar
      IT-20060806-patch · f2680929
      polinnia authored
      fixed type mismatch
      
      darcs-hash:20060806102829-57bea-e9da64f51813b3923f9e1c8dfa831177288ac6ca.gz
      f2680929
    • polinnia's avatar
      IT-20060806-patch · 7757c810
      polinnia authored
      completed IT translation for new release of Dokuwiki
      
      darcs-hash:20060806094947-57bea-f82fb29ada061db880bbab84d7cee79711f3e49b.gz
      7757c810
  13. Aug 05, 2006
  14. Aug 04, 2006
    • chris's avatar
      fix for bug #701, lists in footnotes in lists · 5587e44c
      chris authored
      added Doku_Handler_Nest class & "nest" render instruction
      These allows render instructions to be nested within the "nest" render instruction,
      isolating them from the outer list of render instructions.
      
      Not being able to do this is a particular problem for the current Doku_Handler_* classes
      as they process the list of intructions generated during their life without any recognition
      that some of the instructions may not belong to them being nested within another syntax
      mode.
      
      This also makes it easier for plugins to generate cacheable nested instructions rather than
      using the expensive p_render() function which has to create a new renderer.
      
      darcs-hash:20060804220100-9b6ab-ccd051e287af45afacdb1efecb8d9beb376276cb.gz
      5587e44c
    • chris's avatar
      unittest fixes · 03c4aec3
      chris authored
      darcs-hash:20060804142243-9b6ab-d208f7f1a67a9958fda05c519c8407ad5e733cea.gz
      03c4aec3
Loading