History log of /dokuwiki/inc/media.php (Results 276 – 300 of 323)
Revision Date Author Comments
# 365be586 16-Jan-2009 Andreas Gohr <andi@splitbrain.org>

replaced str_replace with sprintf in media manager

darcs-hash:20090116220659-7ad00-176afb347702b72fdb75faa3401b5c2c4b50c6a0.gz


# 666cdec5 16-Jan-2009 Michael Klier <chi@chimeric.de>

fix for FS#1534

darcs-hash:20090116225428-23886-2ce4d48a20f66265764c95b19ee505c6519446e2.gz


# d4c61e61 16-Jan-2009 Andreas Gohr <andi@splitbrain.org>

Use html_flashobject for MultiUploader

darcs-hash:20090116182523-7ad00-3bf44603ff1f5193877e0a29400b25a8edc5365a.gz


# fa8adffe 13-Dec-2008 Andreas Gohr <andi@splitbrain.org>

removed some illogical path setups

darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz


# ecebf3a8 02-Dec-2008 Andreas Gohr <andi@splitbrain.org>

Make content-disposition configurable in mime.conf FS#1541

With this patch it is possible to define if a file should be served as download
or be displayed inside the browser (if supported) by config

Make content-disposition configurable in mime.conf FS#1541

With this patch it is possible to define if a file should be served as download
or be displayed inside the browser (if supported) by configuring it in
conf/mime.conf

Mimetypes that should be served with a "Content-Disposition: attachment" header
need to be prefixed with a exclamation mark. All others will be served inline.

This will also fix a Problem with Flash 10.

darcs-hash:20081202210322-7ad00-6e7ef30aff9322cd135311be77809187da121f3b.gz

show more ...


# 13c08e2f 26-Oct-2008 Michael Klier <chi@chimeric.de>

moved crop/resize functions out of fetch.php for reusability

darcs-hash:20081026135833-23886-a9c8e910571c6e7a4e1603a2ebd365b3ed37108a.gz


# 07493d05 12-Oct-2008 Anika Henke <anika@selfthinker.org>

removed 'ALT+' from all titles of elements with accesskeys (FS#1172)

darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz


# c55fac47 12-Oct-2008 Michael Klier <chi@chimeric.de>

FS#1134 removed inline javascript from mediamanager

darcs-hash:20081012151319-23886-cf6100556d4bdfd1090d1c6be0023aa3dd6840cc.gz


# 63b0c1a7 11-Oct-2008 Gina Haeussge <osd@foosel.net>

Fix for FS#1230

darcs-hash:20081011153646-2b4f5-4e4320b4bcb819e96a1ac7b8a83755c659b901b8.gz


# 4a961e72 01-Oct-2008 Michal Kolodziejski <M.Kolodziejski@net.icm.edu.pl>

wrap media file deletion in MEDIA_DELETE_FILE event

darcs-hash:20081001181002-90c8c-6cac9e589f510a0a590d57a699669bc68e111ff9.gz


# 8c8dd6ea 16-Sep-2008 Andreas Gohr <andi@splitbrain.org>

multiupload fixes FS#1452

This patch fixes HTML validity problems with the multiupload flash. It also
makes sure the uploadflash is shown when switching namespaces via Ajax in the
Mediamanager.

BTW

multiupload fixes FS#1452

This patch fixes HTML validity problems with the multiupload flash. It also
makes sure the uploadflash is shown when switching namespaces via Ajax in the
Mediamanager.

BTW. The multiupload flash does not work in lighttpd 1.4.x
see http://trac.lighttpd.net/trac/ticket/1017 for details

darcs-hash:20080916173630-7ad00-84c4ad5d580093155a1ccfb41054c55b789118c0.gz

show more ...


# c44b968d 20-Jul-2008 Anika Henke <a.c.henke@arcor.de>

removed all occurrences of onkeypress (FS#1449)

darcs-hash:20080720110738-d5083-50a92498622bd6ca9850da8f9417974fb39ccc3d.gz


# 9676dc23 15-Jul-2008 Andreas Gohr <andi@splitbrain.org>

Check file size of uploaded data

This will abort the upload process when the uploaded temp file has zero bytes.
This can occur when the disk is full.

darcs-hash:20080715215345-7ad00-1a2b45b77d59b1b

Check file size of uploaded data

This will abort the upload process when the uploaded temp file has zero bytes.
This can occur when the disk is full.

darcs-hash:20080715215345-7ad00-1a2b45b77d59b1b39d0133ec1737dbb0054368c1.gz

show more ...


# 49ac3837 18-May-2008 hakan.sandell <hakan.sandell@mydata.se>

show xmp metadata in default template

darcs-hash:20080518152928-9a5f4-a1594ec08a2006ee2b94f68e766abbf6ad32701c.gz


# d00ec455 06-Jun-2008 Andreas Gohr <andi@splitbrain.org>

experimental Flash based multi upload

This patch adds experimental support for uploading multiple files in one go.
This is achieved by using Flash for selecting multiple images and intitiating
the H

experimental Flash based multi upload

This patch adds experimental support for uploading multiple files in one go.
This is achieved by using Flash for selecting multiple images and intitiating
the HTTP upload.

When Flash 8 or higher is detected, an additional icon is added to the usual
upload form. Clicking it will swith the form to the Flash based upload queue.

Things that need work:

* Better Icon
* Feedback if Flash detection works on all Flash 8 supported platforms
* Progress feedback seems not to work on Linux (might be Adobe bug)
* No final feedback how many images were uploaded correctly

The flash sources are located in lib/_fla/

Any feedback and help would be appreciated.

darcs-hash:20080606222849-7ad00-738083445af275752aaebc29bfa51430f3d94459.gz

show more ...


# a05e297a 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

use fulltext index to search for used media files FS#1336 FS#1275

This changes how DokuWiki looks for reference toa media file which is
about to deleted. Instead of doing a full grep through all pag

use fulltext index to search for used media files FS#1336 FS#1275

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

show more ...


# e656dcd4 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

use strftime() instead of date() FS#1335 :!:

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

use strftime() instead of date() FS#1335 :!:

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

show more ...


# d186898b 15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

redirect to root namespace in mediamanager when namespace was deleted FS#1286

darcs-hash:20080215105251-7ad00-b7ac1bfc0e2d1eccf079f4ff2f0db8876896b79d.gz


# ca6a0701 15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

fix line endings for meta data editing in media manager FS#1324

darcs-hash:20080215091527-7ad00-181de33e08256577fec9cb52ff11811ad0f4fc01.gz


# 64807c84 18-Jan-2008 Andreas Gohr <andi@splitbrain.org>

skip invalid filenames in media directory list (related to FS#1312 FS#1306)

Invalid media files (like uppercase names) are no longer listed in the media
manager. Instead a warning is shown.

darcs-h

skip invalid filenames in media directory list (related to FS#1312 FS#1306)

Invalid media files (like uppercase names) are no longer listed in the media
manager. Instead a warning is shown.

darcs-hash:20080118205511-7ad00-01625475e055be71628fd68aaaad786959420dce.gz

show more ...


# 9f5dde7f 29-Oct-2007 Michael Klier <chi@chimeric.de>

refactored media upload form

darcs-hash:20071029134739-23886-a5f5dfa7cf1e5b029958ba67a44f3df19bcaa3bf.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...


# 0b308644 26-Sep-2007 Otto Vainio <oiv@iki.fi>

media meta chmod fix

Media metadata update changes file permissions to default.
Should call chmod if needed.

darcs-hash:20070926190419-58dfb-8405fd4d62e7dc337d1257ca282ac8c05bbea30f.gz


# 11d9dfa5 09-Sep-2007 Michael Klier <chi@chimeric.de>

New event MEDIA_UPLOAD_FINISH

This adds a new event MEDIA_UPLOAD_FINISH which is triggered
when a media file is uploaded via the mediamanager.
(The event is preventable)

Event data:

New event MEDIA_UPLOAD_FINISH

This adds a new event MEDIA_UPLOAD_FINISH which is triggered
when a media file is uploaded via the mediamanager.
(The event is preventable)

Event data:
data[0] temporary file name (read from $_FILES)
data[1] file name of the file being uploaded
data[2] future directory id of the file being uploaded
data[3] the mime type of the file being uploaded

darcs-hash:20070909003843-23886-182d42a34f254fd8e63486210c458c34dd953b5d.gz

show more ...


# e681fae7 14-Sep-2007 Michael Klier <chi@chimeric.de>

Variable typo fix in inc/media.php

darcs-hash:20070914202618-23886-694cfafea7ff86e7aa12da7bdcd646e4dbb4e05c.gz


1...<<111213