History log of /dokuwiki/inc/media.php (Results 276 – 300 of 338)
Revision Date Author Comments
# f2263577 07-Oct-2009 Andreas Gohr <gohr@cosmocode.de>

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template dev

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template developers and plugin authors should replace their strftime +
$conf['dformat'] calls with calls to the new dformat() function.

Example:

%Y/%m/%d %H:%M (%f) produces dates like this:

2009/09/16 10:36 (3 weeks ago)

darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz

show more ...


# 27bf7924 25-Sep-2009 Tom N Harris <tnharris@whoopdedo.org>

Use all available icons for file links (FS#1759)

All PNG and GIF images in the lib/images/fileicons directory will be used
for media file links. The conf/mime.conf file continues to restrict
which f

Use all available icons for file links (FS#1759)

All PNG and GIF images in the lib/images/fileicons directory will be used
for media file links. The conf/mime.conf file continues to restrict
which file types may be uploaded. File types not in the configuration
list are download-only.

darcs-hash:20090925231746-6942e-299a52772f67e265a8702bda3686f495e4337a8f.gz

show more ...


# 56fe6664 21-Sep-2009 Andreas Gohr <gohr@cosmocode.de>

media file name search completed

Ignore-this: c04f76bbe3d6817e876e721e4fcf7252

Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de

darcs-hash:20090921095532-6e07b-bcf491

media file name search completed

Ignore-this: c04f76bbe3d6817e876e721e4fcf7252

Note: development is part of ICKE 2.0 project
http://www.icke-projekt.de

darcs-hash:20090921095532-6e07b-bcf49154135c393a42352190dd929ddea3de3a29.gz

show more ...


# c9f56829 01-Sep-2009 Andreas Gohr <gohr@cosmocode.de>

Some changes to the media file search

Ignore-this: 95042b9e60f807e046f93a362444a551

darcs-hash:20090901151703-6e07b-2c2d5a9a381b7ab6a19d1f74ba99aecb1e724181.gz


# 3516221c 24-Aug-2009 sarnowski <sarnowski@cosmocode.de>

media manager search: do not show messages about files

darcs-hash:20090824114911-8c5bd-0939197f73e42f1cedbe83dcfa8073880758417d.gz


# bf1f3ac4 24-Aug-2009 sarnowski <sarnowski@cosmocode.de>

Search capabilities for the media manager added.

darcs-hash:20090824112230-8c5bd-7b8d8ba14e7533c1035b7b732983a0e3de8251a1.gz


# b166ccbc 30-Aug-2009 Andreas Gohr <andi@splitbrain.org>

do not prepend colon via javascript in media manager

Ignore-this: 67ae7589474461a1279720865f0d18b9
Just moves the prepending of the colon (for absolute namespaces) from the
javascript to the PHP bac

do not prepend colon via javascript in media manager

Ignore-this: 67ae7589474461a1279720865f0d18b9
Just moves the prepending of the colon (for absolute namespaces) from the
javascript to the PHP backend code - makes reusing the javascript for
non local files easier.

darcs-hash:20090830130823-7ad00-2b53e48edd8e117ac3f7814c50ea429e06284809.gz

show more ...


# 58b091de 04-Jun-2009 Andreas Gohr <andi@splitbrain.org>

Multiple enhancements in the flash uploader

Ignore-this: 9f05194de64b5e5d47fa45bb45814f8d

darcs-hash:20090604230010-7ad00-118e3b31589f882440eaa35509bf2126cf49d9a9.gz


# 2f9daf16 10-Apr-2009 Andreas Gohr <andi@splitbrain.org>

Make more use of clientIP() FS#1668

Ignore-this: 13616da575fbe56064b2aa3d1d803bf5

darcs-hash:20090410181613-7ad00-b74c82c1f9296a2cb0d00b03316141b19821bda1.gz


# 1a7f560e 01-Mar-2009 Andreas Gohr <andi@splitbrain.org>

fixed media listing for recent change in search_media

darcs-hash:20090301192547-7ad00-818f401038e24de8c7edcf030db98c6ee59acd78.gz


# 6dae2464 05-Feb-2009 Andreas Gohr <andi@splitbrain.org>

fixed media deletion when reference check is enabled FS#1582

Ignore-this: 7b8e3c664077e5069f00a0a10a6a7ad4

darcs-hash:20090205172601-7ad00-ca3ec217a6b19d310c608c2e69b33572f56c281b.gz


# af2408d5 27-Jan-2009 Andreas Gohr <andi@splitbrain.org>

Work around IIS bug for redirects FS#1576

Ignore-this: 37b33f575e4c0b31e4af93185bf74f0f

When IIS is running PHP in CGI mode it will not send cookie headers on 302
redirections. This is a known bug

Work around IIS bug for redirects FS#1576

Ignore-this: 37b33f575e4c0b31e4af93185bf74f0f

When IIS is running PHP in CGI mode it will not send cookie headers on 302
redirections. This is a known bug (KB176113).

This patch will detect affected servers. Instead of a 302 redirect a Refresh:
header is issued. This is supported by all known browsers should have the same
effect as a real redirect.

darcs-hash:20090127204506-7ad00-ce474f3b0db003e86e09d5e9a9bd7c96887ac01c.gz

show more ...


# d578eae7 22-Jan-2009 Andreas Gohr <andi@splitbrain.org>

added missing closing parenthesis

darcs-hash:20090122184149-7ad00-bcde222d4166c6c63b2c798251e2686e4288487a.gz


# f8121585 22-Jan-2009 Chris Smith <chris.eureka@jalakai.co.uk>

further updates to config_cascade patch

- add mediameta and license config files into the cascade
- update the cache validity code in cache.php, css.php & js.php to use config_cascade
- redo inclusi

further updates to config_cascade patch

- add mediameta and license config files into the cascade
- update the cache validity code in cache.php, css.php & js.php to use config_cascade
- redo inclusion of main config files to avoid suppression of errors in config files
- add getConfigFiles($type) function
- minor updates elsewhere to use config_cascade rather than hardcoded config file names

darcs-hash:20090122114457-f07c6-98ad5627fd5df93edf8dd03289b9cf6d81962afe.gz

show more ...


# 99c8d7f2 18-Jan-2009 michael <michael@content-space.de>

Media changelog added

There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, tha

Media changelog added

There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions.

Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten.

darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz

show more ...


# 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


1...<<11121314