| 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. |
| d3f829c2 | 11-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
cleaner behaviour for data directory check
Show a properly translated message. |
| 9453716d | 06-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
readded $jump mechanism, removed unused functions |
| 9a1a86fb | 06-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix entity definition |
| 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 |
| 4f33babf | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
make use of the new media file classes
This just crudely replaces the calls to the old functions with usage of the new classes. This however already works and makes (manual) testing of these classes
make use of the new media file classes
This just crudely replaces the calls to the old functions with usage of the new classes. This however already works and makes (manual) testing of these classes easier.
Next steps: remove the old media_printfile and media_printfile_thumbs methods and fix/drop/replace the tests depending on them. search_media might be obsolete, too already.
For search results the display classes need to show full namespaces. This needs to be fixed again. No idea about the jump mechanism, yet.
show more ...
|
| 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 ...
|
| 052e1c84 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
do not repeat successful security checks. fixes #3363
This avoids creating lots of 403 errors for properly secured data directories. Only one successful check per browser session will be executed. |
| 4557f463 | 04-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
allow to instantiate Ui\MediaDiff('') |
| 2fe2fb53 | 04-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix usage get_doku_pref() |
| 92440599 | 04-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
var type of $oldRev and $newRev |
| 035e5eb8 | 04-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove last_rev property |
| cf3c75d6 | 04-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
bugfix in media Ui classes |
| 87922387 | 03-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
bugfix page id "0" is valid |
| 4380ee9e | 03-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo |
| d9c75b22 | 02-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
abstract method itemFN() |
| 30a159ab | 02-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
check media id validity |
| a6dd7f90 | 01-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix variable declaration |
| 3d0f231e | 31-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rename variables |
| cb5998b4 | 31-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove Ui\Diff::buildDiffHead() |
| 179b4660 | 31-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
refactor Diff with extendedRevisionInfo()
obsolete buildDiffHead() |
| e71e09a6 | 28-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
define Ui\Revisions::getRevisions()
- new item property defined - modified getObjRevInfo(), buildDiffHead() |
| 3244a325 | 28-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
allow instance when id is not identical with $INFO['id'] |
| 0bb448f0 | 27-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
refactor buildDiffHead() |
| 48d75c00 | 26-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
allow id is not identical with $INFO['id'] |