History log of /dokuwiki/inc/media.php (Results 76 – 100 of 323)
Revision Date Author Comments
# 01299338 28-Aug-2017 Schplurtz le Déboulonné <Schplurtz@laposte.net>

use only language code, no language name


# 0877a1f1 15-Aug-2017 Schplurtz le Déboulonné <Schplurtz@laposte.net>

Support Web Video Text Tracks Format subtitles


# 65cc1598 01-Aug-2017 Phy <git@phy25.com>

Replace htmlspecialchars to hsc in core


# bad6fc0d 31-Mar-2017 Andreas Gohr <andi@splitbrain.org>

replace deprecated create_function with anonymous functions


# d1264f55 25-Feb-2017 錢政維 <cwchien@chc.com.tw>

Fixes issue #1864


# 22e68399 13-Jul-2016 flammy <flamabelde@yahoo.de>

Added file-in-use reference to media-manager

Added a reference to the media-manager where you can see on which pages the file is used.

This change contains the same code as in #321 but for the me

Added file-in-use reference to media-manager

Added a reference to the media-manager where you can see on which pages the file is used.

This change contains the same code as in #321 but for the media-manager.

It was proposed in https://forum.dokuwiki.org/thread/13784

show more ...


# ac3ed4af 21-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

Store change of filesizes in revision log

Implements
https://bugs.dokuwiki.org/index.php?do=details&task_id=2525


# 45bd9f13 04-Apr-2015 Patrick Brown <ptbrown@whoopdedo.org>

Delete unused div (Fixes #1098)


# 79e79377 07-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

Remove error supression for file_exists()

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 PH

Remove error supression for file_exists()

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.

show more ...


# 52a281e8 10-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Some PHPDocs media and admin plugin


# 8702de7f 09-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

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

Conflicts:
inc/media.php
inc/plugin.php
inc/template.php
lib/plugins/authplain/_test/escaping.test.php
lib/plugins/syntax.php


# 42ea7f44 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Many PHPDocs, some unused and dyn declared vars

many PHPDocs
some unused variables
some dynamically declared variables declared


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


# e0c26282 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

scrutinizer documentations issues


# 21d806cd 28-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

improve some scrutinizer issues

different types
unused vars
PHPDocs


# ff04e8b7 30-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

better NS check in media_delete

as discussed in 22db8df7a2f043e38437a49bb327354b2a296bf0


# 22db8df7 30-Jul-2014 Andreas Gohr <gohr@cosmocode.de>

recheck auth in media_delete

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.


# fde860be 15-May-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Move colon from code to language strings


# c6571d58 19-Mar-2014 Andreas Gohr <andi@splitbrain.org>

fixed media icons in recent changes. closes #625


# 3275c5d6 14-Mar-2014 Andreas Gohr <andi@splitbrain.org>

Merge branch 'master' into diff_navigation

* 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 eve

Merge branch 'master' into diff_navigation

* 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

show more ...


# 672a91c1 14-Mar-2014 Andreas Gohr <andi@splitbrain.org>

Merge pull request #554 from splitbrain/fileicons

Switched file icons against generated ones, added 32x32 versions


# 0e80bb5e 05-Mar-2014 Christopher Smith <chris@jalakai.co.uk>

use empty() where array values might not be set


# 8fcb305d 23-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

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

Conflicts:
inc/html.php


# 1f6db538 22-Feb-2014 Andreas Gohr <andi@splitbrain.org>

Merge pull request #561 from splitbrain/dir_delete

replace dir_delete by io_rmdir


# 6ffaeda9 20-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

added some PHPDocs media.php


12345678910>>...13