History log of /dokuwiki/inc/Ui/Media/DisplayTile.php (Results 1 – 4 of 4)
Revision Date Author Comments
# 0603f506 13-Jan-2021 Andreas Gohr <andi@splitbrain.org>

rename namespace Media to File

This is a bit more generic and allows us to have additional File
abstractions in here later.


# 9453716d 06-Jan-2021 Andreas Gohr <andi@splitbrain.org>

readded $jump mechanism, removed unused functions


# 79b00823 06-Jan-2021 Andreas Gohr <andi@splitbrain.org>

reenable the option to display a relative namespace for media files

This is used when searching for media files


# bf9684bc 05-Jan-2021 Andreas Gohr <andi@splitbrain.org>

first go a refactoring the media manager

For now this only adds code. This takes care of encapsulating media file
information and has some UI classes to display those files in the
fullscreen media m

first go a refactoring the media manager

For now this only adds code. This takes care of encapsulating media file
information and has some UI classes to display those files in the
fullscreen media manager and the popup.

The code is untested and not integrated to run, yet. Next step is to
replace the parts in the media manager to call this new code (and fix
any bugs).

I tried not to change much HTML yet. This can be done later. For now the
goal is to just make it run again.

show more ...