Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed typo in phpdoc | Anika Henke | 2014-02-15 |
| | |||
* | try to ignore chmod errors FS#2895 | Andreas Gohr | 2014-02-15 |
| | |||
* | Mediamanager: rename radio name attributes for sort and list buttons to | lisps | 2014-02-15 |
| | | | | fix fs#2851 related to http://bugs.jqueryui.com/ticket/8761 | ||
* | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2014-02-02 |
|\ | |||
| * | Merge pull request #454 from lisps/resize_image-height | Andreas Gohr | 2014-01-19 |
| |\ | | | | | | | Resize image by height | ||
| | * | fix indent | lisps | 2013-11-27 |
| | | | |||
| | * | media image can be resized by height (without width) | lisps | 2013-11-27 |
| | | | |||
* | | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2014-01-26 |
|\| | | |||
| * | | removed some unused parameters, fixed some docblocks | Andreas Gohr | 2014-01-07 |
| | | | | | | | | | | | | this file makes me cry. there is so much shit going on here. | ||
| * | | removed superflous parameter | Andreas Gohr | 2014-01-07 |
| |/ | |||
| * | Merge pull request #422 from glensc/patch-1 | Andreas Gohr | 2013-11-13 |
| |\ | | | | | | | media_isexternal do not capture | ||
| | * | media_isexternal do not capture | Elan Ruusamäe | 2013-11-13 |
| | | | | | | | | | do not capture groups in media_isexternal. saves perhaps some cpu cycles and some bytes memory | ||
| * | | remove 'infos' misspelling | Elan Ruusamäe | 2013-11-13 |
| |/ | | | | | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form | ||
* | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2013-11-02 |
|\| | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| * | fix the default ordering of media files to be "natural". | Christopher Smith | 2013-08-03 |
| | | | | | | | | also allow the order to be specified in more places. | ||
| * | move the media search formlet up | Christopher Smith | 2013-08-03 |
| | | | | | | | | | | | | | | 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. | ||
* | | Merge remote-tracking branch 'origin/master' into video-audio | Anika Henke | 2013-08-04 |
|\| | |||
| * | Merge remote-tracking branch 'origin/master' into fetchimagetokexternal | Klap-in | 2013-08-01 |
| |\ | |||
| * | | remove hash for external images, but use token url parameter instead | Klap-in | 2013-08-01 |
| | | | |||
* | | | refactored audio/video code, removed wrong link around audio | Anika Henke | 2013-08-04 |
| | | | |||
* | | | improved code for videos (restrict to 3 mimetypes, removed codec info from ↵ | Anika Henke | 2013-08-03 |
| | | | | | | | | | | | | type attribute) | ||
* | | | added poster attribute to video if jpg or png with same file name exists | Anika Henke | 2013-08-02 |
| | | | |||
* | | | Add several alternative formats to video for better browser compatibility | Anika Henke | 2013-08-02 |
| |/ |/| | | | | | | | | | 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. | ||
* | | Index media file usage in the metadata index and use it in ft_mediause() | Michael Hamann | 2013-07-31 |
|/ | |||
* | Merge remote-tracking branch 'origin/master' into fetchftp | Klap-in | 2013-06-09 |
|\ | |||
| * | use HMAC in media_token FS#2794 | Andreas Gohr | 2013-05-30 |
| | | |||
* | | Added media_isexternal() | Klap-in | 2013-05-21 |
|/ | |||
* | Merge pull request #203 from splitbrain/fetchissues3 | Christopher Smith | 2013-04-07 |
|\ | | | | | prevent third-party requests from using fetch | ||
| * | add a token to fetch urls requiring image resize/crop to prevent external ↵ | Christopher Smith | 2013-03-22 |
| | | | | | | | | DDOS via fetch | ||
* | | don't resize images when resize dimensions match native image dimensions | Christopher Smith | 2013-03-22 |
| | | |||
* | | avoid creating an intermediate crop image when the final image will match a ↵ | Christopher Smith | 2013-03-19 |
|/ | | | | resize | ||
* | correct parenthesis in image crop calculations to ensure integer values | Christopher Smith | 2013-03-18 |
| | |||
* | alternative fix for FS#2734 | Andreas Gohr | 2013-03-01 |
| | |||
* | Media manager: don't create empty namespaces FS#2642 | Michael Hamann | 2013-02-16 |
| | | | | | | 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. | ||
* | fixed media upload not working with QuickPHP (FS#2531 + FS#2673) | Anika Henke | 2013-02-16 |
| | |||
* | don't use keep-alive with single shot HTTP clients | Andreas Gohr | 2013-02-16 |
| | |||
* | Implement media subscriptions in the new subscription class | Michael Hamann | 2013-01-26 |
| | |||
* | html validity fixes (removed name and align in some plugins) | Anika Henke | 2012-08-05 |
| | |||
* | copy not move uploaded files FS#2465 | Andreas Gohr | 2012-07-29 |
| | | | | This fixes problems with setgid bits on the media directory | ||
* | added missing include | Andreas Gohr | 2012-07-28 |
| | |||
* | replaced use of basename() with utf8_basename() FS#2015 | Andreas Gohr | 2012-07-28 |
| | |||
* | syntax fix for media_diff | Andreas Gohr | 2012-07-06 |
| | | | | same problem as in f1d7655b8b6288d5b3d63a44412a69c0aa012ed8 | ||
* | Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵ | Andreas Gohr | 2012-07-06 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||
| * | Input validation for media manager | Tom N Harris | 2012-06-28 |
| | | |||
* | | xml compatibility fixes (mainly entities to unicode conversions) | Anika Henke | 2012-07-05 |
|/ | |||
* | Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵ | lupo49 | 2012-06-10 |
| | | | | restored-date information | ||
* | display uploadable file size in media manager FS#2425 | Andreas Gohr | 2012-04-23 |
| | |||
* | Merge branch 'master' into htmlmail | Andreas Gohr | 2012-04-15 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ... Conflicts: inc/auth.php inc/load.php | ||
| * | coding style updates | Andreas Gohr | 2012-03-16 |
| | | |||
| * | added div.table around non-editable content as well (FS#1980) | Anika Henke | 2012-02-04 |
| | |