summaryrefslogtreecommitdiff
path: root/inc/media.php
Commit message (Collapse)AuthorAge
* Delete unused div (Fixes #1098)Patrick Brown2015-04-03
|
* Remove error supression for file_exists()Andreas Gohr2015-01-07
| | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* Some PHPDocs media and admin pluginGerrit Uitslag2014-12-10
|
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * improve some scrutinizer issuesGerrit Uitslag2014-09-28
| | | | | | | | | | | | different types unused vars PHPDocs
* | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
| |
* | scrutinizer documentations issuesGerrit Uitslag2014-09-29
|/
* 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
|\