| #
ebc28e69 |
| 07-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed some unused parameters, fixed some docblocks
this file makes me cry. there is so much shit going on here.
|
| #
1253a9dc |
| 07-Jan-2014 |
Andreas Gohr <andi@splitbrain.org> |
removed superflous parameter
|
| #
e175e163 |
| 27-Nov-2013 |
lisps <stummp@loewen.de> |
fix indent
|
| #
77450f40 |
| 27-Nov-2013 |
lisps <stummp@loewen.de> |
media image can be resized by height (without width)
|
| #
047bad06 |
| 21-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
refactor PageRevisionLog into Media- and PageChangelog extending Changelog
|
| #
f523c971 |
| 20-Nov-2013 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update function calls to changelog functions
|
| #
030141fb |
| 13-Nov-2013 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #422 from glensc/patch-1
media_isexternal do not capture
|
| #
5381a7ee |
| 13-Nov-2013 |
Elan Ruusamäe <glen@delfi.ee> |
remove 'infos' misspelling
http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
|
| #
fe578fe9 |
| 13-Nov-2013 |
Elan Ruusamäe <glen@delfi.ee> |
media_isexternal do not capture
do not capture groups in media_isexternal. saves perhaps some cpu cycles and some bytes memory
|
| #
c5393ecb |
| 02-Nov-2013 |
Anika Henke <anika@selfthinker.org> |
Merge remote-tracking branch 'origin/master' into video-audio
Conflicts: inc/parser/xhtml.php
|
| #
71c1143e |
| 04-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
Merge remote-tracking branch 'origin/master' into video-audio
|
| #
f50634f0 |
| 04-Aug-2013 |
Anika Henke <anika@selfthinker.org> |
refactored audio/video code, removed wrong link around audio
|
| #
00e3e394 |
| 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
fix the default ordering of media files to be "natural".
also allow the order to be specified in more places.
|
| #
89274c0d |
| 03-Aug-2013 |
Christopher Smith <chris@jalakai.co.uk> |
move the media search formlet up
Currently the search box is below the media file list, where it is effectively inaccessible in a namespace with lots of files. This change moves the search box abov
move the media search formlet up
Currently the search box is below the media file list, where it is effectively inaccessible in a namespace with lots of files. This change moves the search box above the media file list and below the upload form.
show more ...
|
| #
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
|