Skip to content
Snippets Groups Projects
  1. Sep 28, 2006
  2. Sep 27, 2006
    • chris's avatar
      unit_test fixes/changes · d07dd8ee
      chris authored
      - auth_nameencode.test, add teardown code to clear new
        $cache_authname memory cache
      - utf8_substr.test, correct expected result for last test
      
      darcs-hash:20060927101118-9b6ab-a72ea443ba67e17946af34d67c274975d563a22f.gz
      d07dd8ee
    • Guy Brand gb@isis.u-strasbg.fr's avatar
      Fix link in french translation · bda5ac44
      Guy Brand gb@isis.u-strasbg.fr authored
      darcs-hash:20060927091545-c47a2-f706a9e54e7450084ffb929b44c9a1b1707c4eef.gz
      bda5ac44
  3. Sep 26, 2006
    • chris's avatar
      utf8_substr fix for FS#891 · 5e613a5c
      chris authored
      darcs-hash:20060927033713-9b6ab-4b35e0a85b6d11d5a3a98858cd2f860b383ff153.gz
      5e613a5c
    • Andreas Gohr's avatar
      security fixes for fetch.php #924 #962 · 8fcc3410
      Andreas Gohr authored
      Fixes a shell injection and a DOS vulnerability
      
      darcs-hash:20060926200551-7ad00-5ef27940dda6e48e7e2f8743fc90fa80b7b5cdff.gz
      8fcc3410
    • Andreas Gohr's avatar
      wordblock enhancement · 041d1964
      Andreas Gohr authored
      The default wordblock.conf provided by the guys at chonqed.org matches agaist
      URLS beginning with http. But DokuWiki also links simple www.example.com links.
      Spammers used this method to place blacklisted URLs in the Wiki.
      
      This patch constructs full URLs from these shortcut-URLs before applying the
      blacklist regexp.
      
      The patch also fixes a problem with the toolbar not appearing when the blacklist
      hit and denied saving.
      
      darcs-hash:20060926192420-7ad00-519df90a5953b690428bfa0928de37b3053031b0.gz
      041d1964
  4. Sep 25, 2006
    • chris's avatar
      amendments to previous patch updating rss & cache · 0a69dff7
      chris authored
      rss syntax extended to include a refresh parameter
       <digits><period>  period can be d,h,m for days, hours, minutes respectively
                         if not specified will default to 4 hours
                         dokuwiki imposes a minimum of 10 minutes
      
      metadata now used "date valid age" (seconds) rather than "date valid end"
      
      darcs-hash:20060925201222-9b6ab-c8e6d8e40bb178295bab874fce5147ccff35fbbb.gz
      0a69dff7
  5. Sep 24, 2006
    • chris's avatar
      cache, metadata & purgefile updates · ce6b63d9
      chris authored
      Cache
      - add dependency for metadata renderer file
      - check metadata for end of page life, "date valid end".
      
      Metadata Renderer
      - RSS syntax mode now sets rendered page expiry, "date valid end"
        and includes the feed URL in "relation haspart".
      
      Purgefile
      For all wiki installations the purgefile records the earliest
      time before which no cache purge (based on data consistency)
      is required. Cache files older than this time MAY need to be
      purged.
      - remove purgeonadd configuration setting
      
      darcs-hash:20060924202157-9b6ab-4531e91411c41914eeab2b6a8160c3d46b001cee.gz
      ce6b63d9
  6. Sep 25, 2006
    • Andreas Gohr's avatar
      remove metadebug again, improve doÞbug instead · 100a97e3
      Andreas Gohr authored
      This adds the complete $INFO array (contains the metadata) to the usual
      debug output and removes the metadebug parameter again.
      
      darcs-hash:20060925201052-7ad00-c9a15b921466803b3f2bd50b0d72211cf68658c5.gz
      100a97e3
    • Andreas Gohr's avatar
      metadebug parameter added · c1b9dbaf
      Andreas Gohr authored
      With DokuWiki's reliance on certain page metadata, it is sometimes necessary to
      view the metadata of a page. This patch allows developers to append the parameter
      ?metadebug
      
      darcs-hash:20060925193202-7ad00-6a42c7458aaa1cc40df3c7a61ad70df5d64be152.gz
      c1b9dbaf
    • Andreas Gohr's avatar
      don't link non-existing revisions · 41396b71
      Andreas Gohr authored
      The new changelog mechanism shows all revisions of a document, even if the
      old revisions are deleted (eg. by a maintenence script). This patch removes
      the links for non existing revisions.
      
      darcs-hash:20060925185434-7ad00-14a558ce69c4116e14d7fdfbaad052c6a7b0a4db.gz
      41396b71
    • Andreas Gohr's avatar
      japanes language update · a2a17c02
      Andreas Gohr authored
      darcs-hash:20060925182128-7ad00-99db9371c6986605eb4d990f819f09bf850ffaa1.gz
      a2a17c02
  7. Sep 24, 2006
  8. Sep 23, 2006
    • chris's avatar
      fix recent changes cache ordering · 40b33eff
      chris authored
      This patch fixes a bug in indexer.php which resulted in the order
      of the recent changes cache being reversed each time it was trimmed.
      
      It also adds sorting to both getRecents() and runTrimRecentChanges()
      as a defensive measure against the order of the file being corrupted.
      
      darcs-hash:20060923235109-9b6ab-0f4062c1b02449cce9382426174cd22d71387e5a.gz
      40b33eff
    • chris's avatar
      p_get_first_heading simplification · 44a35da6
      chris authored
      darcs-hash:20060923204905-9b6ab-da3e9751c07c1bd07cf6583ecc5d92c2ce95097c.gz
      44a35da6
    • chris's avatar
      minor bugfix and boring error removal · bb4866bd
      chris authored
      darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz
      bb4866bd
    • chris's avatar
      add authname memory cache · a424cd8e
      chris authored
      actions which concern multiple pages (e.g. search, backlinks, recents)
      end up repeatedly encoding the current user's name and groups. This
      change caches the results of the encoding allowing them to be reused.
      
      darcs-hash:20060923161206-9b6ab-a3ec8f1c2ec284d84b9ff85cba1e56165b2967a7.gz
      a424cd8e
    • chris's avatar
      utf8_stripspecials optimization · 720307d9
      chris authored
      Add preconverted utf-8 string of special characters.
      
      The (once only) conversion of the special character  unicode
      array into utf-8 occurs on every DokuWiki page view,
      irrespective of action or caching, and takes about one third
      of the time involved in delivering a wiki page straight from
      cache.
      
      The original unicode array has been left in place in the file
      to make any future amendments easier.
      
      darcs-hash:20060923151937-9b6ab-cae0340a95d9596415ef71d7b7e67ef9daca84ef.gz
      720307d9
    • Andreas Gohr's avatar
      fixed md5 sum for installer · 56ee9557
      Andreas Gohr authored
      darcs-hash:20060923110047-7ad00-b9007f7f656e56656a44b2349c14e7839c1f68ce.gz
      56ee9557
  9. Sep 22, 2006
    • Tom Hoover's avatar
      corrected typo · 039e19f5
      Tom Hoover authored
      darcs-hash:20060923034943-e5a2d-5888ec82ef23d82619522aaf33bee1c4bc1b1099.gz
      039e19f5
  10. Sep 23, 2006
  11. Sep 21, 2006
  12. Sep 17, 2006
    • Ben Coburn's avatar
      Store cache hits only while debugging · 33c1bd61
      Ben Coburn authored
      Reduce overhead by only storing cache hit stats while
      the allowdebug option is enabled.
      
      darcs-hash:20060917230403-05dcb-92afea926b5a3fc302327f964e482787aec2d982.gz
      33c1bd61
    • chris's avatar
      parser update, add 'rss' to block mode lists, see FS#888. · 76aa94b7
      chris authored
      darcs-hash:20060917211445-9b6ab-ae454dbf55ef50d664a80afd32fd42667f438ba5.gz
      76aa94b7
    • chris's avatar
      cache.php fixes · b9991f57
      chris authored
      - add code to ensure page metadata is refreshed along with cache
      - bug fix for missing global $conf
      
      darcs-hash:20060917193934-9b6ab-c53c8b6e4764d4c63014ecbaadf0797eb959224f.gz
      b9991f57
    • Andreas Gohr's avatar
      disable debugging by default · f6e0e340
      Andreas Gohr authored
      darcs-hash:20060917183150-7ad00-1672f8ef23dc49b6cdfd43d29338dab6a14a928c.gz
      f6e0e340
    • chris's avatar
      install script update II · 523d7ea6
      chris authored
      - alter acl configuration to use @admin group as superuser
      
      darcs-hash:20060917154659-9b6ab-37145ebda1f04ad29ae430b463f7305eaccad9fd.gz
      523d7ea6
    • chris's avatar
      install script update I · 4c39371e
      chris authored
      - update hash for devel dokuwiki.php
      - remove changes.log creation, its no longer required
      - add allowdebug
      
      darcs-hash:20060917154208-9b6ab-612815c241dbff1c2c1c99f0ca1da8bce6c9538e.gz
      4c39371e
    • chris's avatar
      infoutils update · 587afae5
      chris authored
      minor modifications to avoid php warnings if msg file is missing.
      
      darcs-hash:20060917153009-9b6ab-4b6ee49d728e89c3427130c617b532cd23c680bb.gz
      587afae5
    • Andreas Gohr's avatar
      update for updatecheck function · 3d7760aa
      Andreas Gohr authored
      Messages are now displayed to all users if ACL is not enabled. The update-URL
      changed to http://update.dokuwiki.org/check/
      
      darcs-hash:20060917145025-7ad00-1d64b90e51c1a49567a28b132caf79ae0f124c8e.gz
      3d7760aa
    • Andreas Gohr's avatar
      no gzipping in indexer.php · 847c2f3b
      Andreas Gohr authored
      darcs-hash:20060917140718-7ad00-ab1b95974ad63966c770f787112bc7c2e285c394.gz
      847c2f3b
    • Guy Brand gb@isis.u-strasbg.fr's avatar
      Update french translation · 08fa6680
      Guy Brand gb@isis.u-strasbg.fr authored
      darcs-hash:20060917075103-c47a2-de10540e0be698e3aeeab00f085bd212891cd750.gz
      08fa6680
    • Andreas Gohr's avatar
      event names renamed · 016b6153
      Andreas Gohr authored
      HTML_EDIT_PAGETEMPLATE becomes HTML_PAGE_FROMTEMPLATE
      TPL_METAHEADER_PRINT becomes TPL_METAHEADER_OUTPUT
      
      darcs-hash:20060917103450-7ad00-405f3533915b54ee4d4050cfccbf27d43ff7435f.gz
      016b6153
Loading