| cf381878 | 09-Jan-2021 |
Nuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt> |
Send Popularity data securely |
| 5484014b | 07-Jan-2021 |
Martijn Ras <Martijn.Ras@GMail.com> |
Fix for Remove random_compat, no longer needed #3262 |
| 24115d42 | 07-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
use SVG icons for media file links
The dokuwiki template should probably be adjusted a bit. Old png files are not yet removed as they may be used elsewhere still. |
| 9453716d | 06-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
readded $jump mechanism, removed unused functions |
| 0a47efcd | 06-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix use of $rev parameter |
| 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 |
| 17409362 | 06-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
simplified the media_searchlist tests |
| 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 ...
|
| 8f7d0e11 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
SVG based file icons
To be used in the new code. Courtesy of https://fileicons.org/ |
| 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 ...
|
| 8c1f82b5 | 05-Jan-2021 |
lp <spam@lukpopp.ch> |
translation update |
| 871895a7 | 05-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
check media_* used in UI\MediaDiff |
| bb6dfcb8 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
another try to fix when github actions run
The attempt in 7bbf38eeb4aaf5ac1c3b4a2cea4cc0b371890f4a to not run checks twice for our own internal pull requests seem not to have worked, because checks
another try to fix when github actions run
The attempt in 7bbf38eeb4aaf5ac1c3b4a2cea4cc0b371890f4a to not run checks twice for our own internal pull requests seem not to have worked, because checks in external PRs were no longer executed.
This is another approach to achieve the same based on code found at https://github.com/Dart-Code/Dart-Code/blob/764f121f9abe5f4496528d35277946d4130af93d/.github/workflows/build-and-test.yml#L10-L12
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. |
| 4732b197 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
lazy load images
This adds the loading="lazy" attribute to embedded images and the thumbnails in the media manager. This instructs modern broswers to load images on demand when they come into view.
lazy load images
This adds the loading="lazy" attribute to embedded images and the thumbnails in the media manager. This instructs modern broswers to load images on demand when they come into view. It can reduce used bandwith and improve perceived speed.
show more ...
|
| f066a397 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix style problem |
| c45ab550 | 05-Jan-2021 |
Andreas Gohr <andi@splitbrain.org> |
minor cleanup in AdminAction
removed unecessary method, added doc blocks |
| 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 |