Skip to content
Snippets Groups Projects
  1. Oct 26, 2006
    • chris's avatar
      fix bug#956 (also sp. in pluginutils) · 173f2783
      chris authored
      darcs-hash:20061027004117-9b6ab-b7eda08e246e942a1ca4841b94abeda4c2ed722c.gz
      173f2783
    • chris's avatar
      plugin manager updates · 9475d4ad
      chris authored
      - add $conf['fmode'] support, fixes bug #939
      - fix problem with plugin list not being updated after download
      
      darcs-hash:20061027013208-9b6ab-1a7640b40b5448a7afad42064fd00c2ccf743af0.gz
      9475d4ad
    • chris's avatar
      code highlighting fragment cache update · 8cfffb85
      chris authored
      expire the cache if GeSHi (inc/geshi.php) has been updated since cache creation
      
      darcs-hash:20061027015051-9b6ab-f633dc5130ff23f0eb8871e4f8afb563fff3dc5b.gz
      8cfffb85
    • Andreas Gohr's avatar
      Traditional Chinese update · 729c3d2e
      Andreas Gohr authored
      darcs-hash:20061026205002-7ad00-70f2acf8203e01d1df93e77ce7d8bdb1f4ddac7b.gz
      729c3d2e
    • Andreas Gohr's avatar
      GeSHi 1.0.7.15 update · 51c546a9
      Andreas Gohr authored
      darcs-hash:20061026203942-7ad00-6db8c37c1fba1d274fa6bcdc7cbb245d088325a5.gz
      51c546a9
  2. Oct 23, 2006
  3. Oct 22, 2006
  4. Oct 20, 2006
  5. Oct 19, 2006
  6. Oct 18, 2006
    • Andreas Gohr's avatar
      unlock files if write failed · fb7125ee
      Andreas Gohr authored
      darcs-hash:20061018181931-7ad00-2778b83d25e8dcfad4b00710077e44bcef9af699.gz
      fb7125ee
    • Andreas Gohr's avatar
      fix getRecents for multiple edits per second · 2356b509
      Andreas Gohr authored
      This fixes the getRecent function when multiple edits occured during the same
      second.
      
      darcs-hash:20061018181837-7ad00-a09b9b63a4bab86d142bfe1f8cf662b001bda075.gz
      2356b509
    • Andreas Gohr's avatar
      better check for images in fetch.php · d1ed0b61
      Andreas Gohr authored
      This patch is an enhancement to yesterday's changes. The ability to download
      external content could be used for XSS attacks, when faking the sent MIME
      type. This patch adds a check on the received data for valid images.
      
      darcs-hash:20061018124942-7ad00-4e8bca7d3877e6a10c348b5d45499cf8adf8b087.gz
      d1ed0b61
  7. Oct 17, 2006
    • Andreas Gohr's avatar
      restrict fetch.php's download abilities · 894a80cc
      Andreas Gohr authored
      This patch changes fetch.php ability to download external files. It now checks
      for the returned MIME type and will only download images. For all other
      MIME types a redirect is sent back to the browser. This reduces the risc of
      being misused as open proxy.
      
      Additionally the download facility is disabled completly by default by setting
      the fetchsize option to 0. Users who want the feature need to overwrite the option
      in their local.php.
      
      Background: The ability to download external files is needed to resize external
      images on the server side. When disabled, a redirect is sent to the browser which
      will download the fullsize image and rescale it on the client side which is more
      bandwidth and CPU intensive.
      
      darcs-hash:20061017175329-7ad00-cd1b1bfa043a04540c51ca8380d28deaa14147d1.gz
      894a80cc
    • Andreas Gohr's avatar
      read old revisons from the attic additionally to the changelog infos · 5b8fbc22
      Andreas Gohr authored
      darcs-hash:20061017091036-7ad00-41df4dbaddb0a20d0f000f7a1bb000aaf2176185.gz
      5b8fbc22
  8. Oct 09, 2006
    • Denis Simakov's avatar
      russian update · 98e707c7
      Denis Simakov authored
      darcs-hash:20061009103112-3c565-b3883aadc0875d06ddadcd54a0dab2075e415eef.gz
      98e707c7
  9. Oct 11, 2006
  10. Oct 15, 2006
  11. Oct 13, 2006
  12. Aug 29, 2006
    • polinnia's avatar
      IT-20060829-patch · 6cd2b1e4
      polinnia authored
      - translated new strings in registermail.txt, config e usermanager plugins
      - fixed changed parameter in config plugin
      
      darcs-hash:20060829170241-57bea-24bf2cbfb341f25b1461cc7cd4fc442e0f44d511.gz
      6cd2b1e4
  13. Oct 10, 2006
  14. Oct 09, 2006
    • Andreas Gohr's avatar
      lower chunksize in wordblock #938 · a51d08ef
      Andreas Gohr authored
      There were recent reports of exceeded patternsize in the wordblock function
      when used with PHP5
      
      darcs-hash:20061009165557-7ad00-f35d44da296caf6fd85431520d600033402d9b2f.gz
      a51d08ef
  15. Oct 08, 2006
  16. Oct 04, 2006
    • chris's avatar
      update p_get/set_metadata to use $INFO['meta'] · 6afe8dca
      chris authored
      This patch updates p_get_metadata() to utilise the in memory copy
      copy of the current page's metadata ($INFO['meta']) when appropriate.
      
      The patch also updates p_set_metadata() to synchronise any changes
      to the current page's metadata with $INFO['meta'].
      
      $INFO hash is updated with two new elements:
        'id'
      
      darcs-hash:20061004210030-9b6ab-7eab6f933a775fe350a1fb14d1118ea77d2db919.gz
      6afe8dca
  17. Oct 06, 2006
  18. Oct 05, 2006
    • chris's avatar
      update config settings for dmode & fmode · 2f97bef5
      chris authored
      - change validation pattern to allow 3 or 4 octal digits and hence
        setting of SUID, SGID and sticky bit on systems which support them
      
      darcs-hash:20061005223141-9b6ab-80511ecc4780d6258f15f59087f9bab20d1f1340.gz
      2f97bef5
  19. Oct 04, 2006
    • Andreas Gohr's avatar
      better datachecking in install.php · e2386079
      Andreas Gohr authored
      This patch automatically lowercases the superuser name like DokuWiki will
      do itself later on. It also fixes the email check and requires it to have
      at least an @ character.
      
      darcs-hash:20061004183516-7ad00-791df13131c2484cb08c840812688d83bdf807fa.gz
  20. Oct 03, 2006
    • Andreas Gohr's avatar
      always bind as superuser for getting userinfo (LDAP) #751 · 01ca51fc
      Andreas Gohr authored
      Rebind as superuser even on a previous successful bind as normal user, when
      superuser credentials are available. LDAP access restrictions may need it.
      
      darcs-hash:20061003153018-7ad00-16a69e99f93433bd9e999086f8757a56f975a1ef.gz
      01ca51fc
    • Andreas Gohr's avatar
      use DOKU_URL as key for sessions and auth cookie #896 #581 #884 · e71ce681
      Andreas Gohr authored
      This patch changes the DOKU_COOKIE define to be based on the DOKU_URL define.
      DOKU_COOKIE is now used as session key as well, making sessions no longer
      dependend on the title option. This should fix problems with multiple
      wikis on the same host (using the same title) and wikis accessed through
      different URLs.
      
      darcs-hash:20061003121546-7ad00-aea4c256b7752815ed422ce74a659152a601d267.gz
      e71ce681
    • Andreas Gohr's avatar
      force rebind after opening new LDAP connection #751 · 2d18445d
      Andreas Gohr authored
      This patch sets the private bound variable back to false if a new connection
      is opened.
      
      darcs-hash:20061003104320-7ad00-24370bcdc7beff5db7d7f2e68ea180763699ca5c.gz
      2d18445d
  21. Oct 02, 2006
Loading