History log of /dokuwiki/inc/media.php (Results 126 – 150 of 323)
Revision Date Author Comments
# 79e53fe5 03-Aug-2013 Anika Henke <anika@selfthinker.org>

improved code for videos (restrict to 3 mimetypes, removed codec info from type attribute)


# 99f943f6 02-Aug-2013 Anika Henke <anika@selfthinker.org>

added poster attribute to video if jpg or png with same file name exists


# 3d7a9e0a 02-Aug-2013 Anika Henke <anika@selfthinker.org>

Add several alternative formats to video for better browser compatibility

All .webm, .ogv and .mp4 files with the same filename are automatically
chosen as alternative sources when only one of them

Add several alternative formats to video for better browser compatibility

All .webm, .ogv and .mp4 files with the same filename are automatically
chosen as alternative sources when only one of them is mentioned in the
media syntax.

show more ...


# de489e8b 01-Aug-2013 Klap-in <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into fetchimagetokexternal


# cc036f74 01-Aug-2013 Klap-in <klapinklapin@gmail.com>

remove hash for external images, but use token url parameter instead


# ffec1009 31-Jul-2013 Michael Hamann <michael@content-space.de>

Index media file usage in the metadata index and use it in ft_mediause()


# 3faed524 09-Jun-2013 Klap-in <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into fetchftp


# 3c124064 30-May-2013 Andreas Gohr <gohr@cosmocode.de>

use HMAC in media_token FS#2794


# d54f7963 21-May-2013 Klap-in <klapinklapin@gmail.com>

Added media_isexternal()


# 892345cb 07-Apr-2013 Christopher Smith <chris@jalakai.co.uk>

Merge pull request #203 from splitbrain/fetchissues3

prevent third-party requests from using fetch


# f0b65004 22-Mar-2013 Christopher Smith <chris@jalakai.co.uk>

don't resize images when resize dimensions match native image dimensions


# 0f4e0092 20-Mar-2013 Christopher Smith <chris@jalakai.co.uk>

add a token to fetch urls requiring image resize/crop to prevent external DDOS via fetch


# fd9d3278 19-Mar-2013 Christopher Smith <chris@jalakai.co.uk>

avoid creating an intermediate crop image when the final image will match a resize


# d02ff930 18-Mar-2013 Christopher Smith <chris@jalakai.co.uk>

correct parenthesis in image crop calculations to ensure integer values


# add8678f 01-Mar-2013 Andreas Gohr <andi@splitbrain.org>

alternative fix for FS#2734


# dd90013a 16-Feb-2013 Michael Hamann <michael@content-space.de>

Media manager: don't create empty namespaces FS#2642

Previously the media manager created an empty namespace whenever you
opened a non-existing namespace with upload permissions. Now the current
nam

Media manager: don't create empty namespaces FS#2642

Previously the media manager created an empty namespace whenever you
opened a non-existing namespace with upload permissions. Now the current
namespace is only displayed in the tree but not actually created.

show more ...


# fed6fccb 16-Feb-2013 Anika Henke <anika@selfthinker.org>

fixed media upload not working with QuickPHP (FS#2531 + FS#2673)


# a5951419 16-Feb-2013 Andreas Gohr <andi@splitbrain.org>

don't use keep-alive with single shot HTTP clients


# b5460ee2 26-Jan-2013 Michael Hamann <michael@content-space.de>

Implement media subscriptions in the new subscription class


# 63e967bd 05-Aug-2012 Anika Henke <anika@selfthinker.org>

html validity fixes (removed name and align in some plugins)


# 71f17ac4 29-Jul-2012 Andreas Gohr <andi@splitbrain.org>

copy not move uploaded files FS#2465

This fixes problems with setgid bits on the media directory


# b7e5821d 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

added missing include


# 3009a773 28-Jul-2012 Andreas Gohr <andi@splitbrain.org>

replaced use of basename() with utf8_basename() FS#2015


# 4ba05e11 06-Jul-2012 Andreas Gohr <andi@splitbrain.org>

syntax fix for media_diff

same problem as in f1d7655b8b6288d5b3d63a44412a69c0aa012ed8


# 29f2dfdc 06-Jul-2012 Andreas Gohr <andi@splitbrain.org>

Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110

* 'input-validation' of git://github.com/whoopdedo/dokuwiki:
fix incorrect usage of tpl_getMediaFile

Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110

* 'input-validation' of git://github.com/whoopdedo/dokuwiki:
fix incorrect usage of tpl_getMediaFile
fix necessary global declaration
Input wrapper for html forms
Input validation for media manager
Input wrapper for exe scripts
more INPUT wrapper uses: cache purge, sectok, getID
Input wrapper for action.php

Conflicts:
lib/exe/css.php

show more ...


12345678910>>...13