History log of /dokuwiki/lib/exe/fetch.php (Results 76 – 86 of 86)
Revision Date Author Comments
# 42905504 21-Oct-2005 Andreas Gohr <andi@splitbrain.org>

some fixes for getID and the detail page

darcs-hash:20051021212304-7ad00-f01b3954b6b71ecc9e0cf899ed62bfb33e0c437e.gz


# 7bc7a78e 22-Sep-2005 Andreas Gohr <andi@splitbrain.org>

fixed bug in fetch.php on windows systems

fetch.php used is_executable() to check for the ImageMagick convert
tool. The function is not available prior PHP 5 for Windows systems.
fetch now only chec

fixed bug in fetch.php on windows systems

fetch.php used is_executable() to check for the ImageMagick convert
tool. The function is not available prior PHP 5 for Windows systems.
fetch now only checks if the config variable is set.

darcs-hash:20050922165540-7ad00-f787b5be5c4e9ce4eb31399a1f3ce8dcd1654c60.gz

show more ...


# 68375754 11-Sep-2005 Pavel Vitis <Pavel.Vitis@seznam.cz>

support for ImageMagicks convert in fetch.php

This patch allows one to set $conf['im_convert'] to use ImageMagick
instead of PHPs libGD to resize images. convert is more powerful
than libGD - it can

support for ImageMagicks convert in fetch.php

This patch allows one to set $conf['im_convert'] to use ImageMagick
instead of PHPs libGD to resize images. convert is more powerful
than libGD - it can resize animated gifs for example.

darcs-hash:20050911140225-c484b-10fbb66d003c839debc98edf814e261bddea3aa6.gz

show more ...


# 4d5714c4 27-Aug-2005 Andreas Gohr <andi@splitbrain.org>

private cachecontrol for fetch.php #516

darcs-hash:20050827151739-7ad00-fefec363750c18869a9fadacbe8c87328efa260a.gz


# 6de3759a 14-Aug-2005 Andreas Gohr <andi@splitbrain.org>

URL rewriting for media files

This patch adds nicer URLs for media files (for fetch.php and
detail.php)

!IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess
See .htaccess.dist for an

URL rewriting for media files

This patch adds nicer URLs for media files (for fetch.php and
detail.php)

!IMPORTANT! Users of rewrite mode 1 need to adjust their .htaccess
See .htaccess.dist for an example

darcs-hash:20050814101834-7ad00-37ef1dea00affc9d808d9ee1289fa7454199cd24.gz

show more ...


# 615a21ed 28-Jul-2005 Brian Cowan <brian.cowan@reed.edu>

use fread instead of fpassthru in fetch.php

darcs-hash:20050728184238-93e20-0c838d887fb148de48dd01b34afdf3f150e94765.gz


# 98407a7a 26-Jun-2005 andi <andi@splitbrain.org>

directory cleanup

This cleans up the directory structure as discussed on the mailning
list. Users should delete their previous _cache directories to
recover diskspace.

darcs-hash:20050626100913-997

directory cleanup

This cleans up the directory structure as discussed on the mailning
list. Users should delete their previous _cache directories to
recover diskspace.

darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz

show more ...


# 8746e727 08-Jun-2005 andi <andi@splitbrain.org>

session_write_close added #364

I just learned that PHP does lock it's session objects. This is realy
bad if you have multiple images in a page as each one will call fetch.php
which locks the session

session_write_close added #364

I just learned that PHP does lock it's session objects. This is realy
bad if you have multiple images in a page as each one will call fetch.php
which locks the session, so everything can only be loaded sequentially.
The fix for this is to close the session after using it which is after doing
the auth and the breadcrumbs. I added the needed calls everywhere.

darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz

show more ...


# ea19fb87 06-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

cache control header

This patch adds a cache control header to fetch.php. Without
this header media files can't be opened and viewed with third
party programs directly from the IE browser window. Fo

cache control header

This patch adds a cache control header to fetch.php. Without
this header media files can't be opened and viewed with third
party programs directly from the IE browser window. For eg.
Acrobat Reader will display an error message after clicking
on a link to a PDF file. Firefox will work without it.

darcs-hash:20050606154420-7ef76-2b46b0eb626488cec122a00cc32f86a28542b161.gz

show more ...


# b1a72e3d 05-Jun-2005 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

fetch directory structure fix

fetch.php was not fully adapted to the new directory structure - fixed

darcs-hash:20050605130154-7ef76-22d557d49733aaa8d992e767ebfed16c92fb3c76.gz


# f62ea8a1 05-Jun-2005 andi <andi@splitbrain.org>

directory layout cleanup !IMPORTANT

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

directory layout cleanup !IMPORTANT

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

show more ...


1234