summaryrefslogtreecommitdiff
path: root/inc/media.php
Commit message (Collapse)AuthorAge
* better NS check in media_deleteAndreas Gohr2014-07-30
| | | | as discussed in 22db8df7a2f043e38437a49bb327354b2a296bf0
* recheck auth in media_deleteAndreas Gohr2014-07-30
| | | | | | Sometime the passed AUTH was not correct. This is a quick fix, but the whole media manager handling is one stining pile of crap that needs a major rewrite.
* Move colon from code to language stringsGerrit Uitslag2014-05-16
|
* fixed media icons in recent changes. closes #625Andreas Gohr2014-03-19
|
* Merge branch 'master' into diff_navigationAndreas Gohr2014-03-14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (103 commits) Add a basic test case for the cache Events: Trigger a warning if the default action is not callable Fix caching (make the event callback public again) translation update translation update translation update translation update translation update translation update translation update avoid HTTP image screenshot urls. closes #595 translation update Extension manager: Fix cache extension to be .repo adjusted the office type color again another instance of empty() where an array key might not exist remove placeholder van denied.txt updated file icons once more removed 'not logged in' text, loginform is shown already Revert "added stripped bit to language file" fixed index file ... Conflicts: inc/html.php
| * Merge pull request #554 from splitbrain/fileiconsAndreas Gohr2014-03-14
| |\ | | | | | | Switched file icons against generated ones, added 32x32 versions
| | * Switched file icons against generated ones, added 32x32 versionsAndreas Gohr2014-02-16
| | |
| * | use empty() where array values might not be setChristopher Smith2014-03-05
| | |
* | | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-23
|\| | | | | | | | | | | | | | Conflicts: inc/html.php
| * | Merge pull request #561 from splitbrain/dir_deleteAndreas Gohr2014-02-22
| |\ \ | | | | | | | | replace dir_delete by io_rmdir
| | * | replace dir_delete by io_rmdirGerrit Uitslag2014-02-20
| | | |
| * | | added some PHPDocs media.phpGerrit Uitslag2014-02-20
| | | |
| * | | Removed unused vars, define undefined onesGerrit Uitslag2014-02-20
| |/ /
| * / fixed typo in phpdocAnika Henke2014-02-15
| |/
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\|
| * try to ignore chmod errors FS#2895Andreas Gohr2014-02-15
| |
* | Merge remote-tracking branch 'origin/master' into diff_navigationGerrit Uitslag2014-02-15
|\|
| * Mediamanager: rename radio name attributes for sort and list buttons tolisps2014-02-15
| | | | | | | | fix fs#2851 related to http://bugs.jqueryui.com/ticket/8761
| * Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2014-02-02
| |\
| | * Merge pull request #454 from lisps/resize_image-heightAndreas Gohr2014-01-19
| | |\ | | | | | | | | Resize image by height
| | | * fix indentlisps2013-11-27
| | | |
| | | * media image can be resized by height (without width)lisps2013-11-27
| | | |
| * | | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2014-01-26
| |\| |
| | * | removed some unused parameters, fixed some docblocksAndreas Gohr2014-01-07
| | | | | | | | | | | | | | | | this file makes me cry. there is so much shit going on here.
| | * | removed superflous parameterAndreas Gohr2014-01-07
| | |/
| * | Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2013-11-02
| |\ \ | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php
| * \ \ Merge remote-tracking branch 'origin/master' into video-audioAnika Henke2013-08-04
| |\ \ \
| * | | | refactored audio/video code, removed wrong link around audioAnika Henke2013-08-04
| | | | |
| * | | | improved code for videos (restrict to 3 mimetypes, removed codec info from ↵Anika Henke2013-08-03
| | | | | | | | | | | | | | | | | | | | type attribute)
| * | | | added poster attribute to video if jpg or png with same file name existsAnika Henke2013-08-02
| | | | |
| * | | | Add several alternative formats to video for better browser compatibilityAnika Henke2013-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.
* | | | | refactor PageRevisionLog into Media- and PageChangelog extending ChangelogGerrit Uitslag2013-11-21
| | | | |
* | | | | update function calls to changelog functionsGerrit Uitslag2013-11-20
| |_|_|/ |/| | |
* | | | Merge pull request #422 from glensc/patch-1Andreas Gohr2013-11-13
|\ \ \ \ | | | | | | | | | | media_isexternal do not capture
| * | | | media_isexternal do not captureElan Ruusamäe2013-11-13
| | |_|/ | |/| | | | | | do not capture groups in media_isexternal. saves perhaps some cpu cycles and some bytes memory
* / | | remove 'infos' misspellingElan Ruusamäe2013-11-13
|/ / / | | | | | | | | | http://english.stackexchange.com/questions/117552/why-does-information-not-have-a-plural-form
* | | fix the default ordering of media files to be "natural".Christopher Smith2013-08-03
| | | | | | | | | | | | also allow the order to be specified in more places.
* | | move the media search formlet upChristopher Smith2013-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 fetchimagetokexternalKlap-in2013-08-01
|\|
| * Index media file usage in the metadata index and use it in ft_mediause()Michael Hamann2013-07-31
| |
* | remove hash for external images, but use token url parameter insteadKlap-in2013-08-01
|/
* Merge remote-tracking branch 'origin/master' into fetchftpKlap-in2013-06-09
|\
| * use HMAC in media_token FS#2794Andreas Gohr2013-05-30
| |
* | Added media_isexternal()Klap-in2013-05-21
|/
* Merge pull request #203 from splitbrain/fetchissues3Christopher Smith2013-04-07
|\ | | | | prevent third-party requests from using fetch
| * add a token to fetch urls requiring image resize/crop to prevent external ↵Christopher Smith2013-03-22
| | | | | | | | DDOS via fetch
* | don't resize images when resize dimensions match native image dimensionsChristopher Smith2013-03-22
| |
* | avoid creating an intermediate crop image when the final image will match a ↵Christopher Smith2013-03-19
|/ | | | resize
* correct parenthesis in image crop calculations to ensure integer valuesChristopher Smith2013-03-18
|
* alternative fix for FS#2734Andreas Gohr2013-03-01
|