#
79a2d784 |
| 05-Jan-2022 |
Gerrit Uitslag <klapinklapin@gmail.com> |
import classes, replace dbglog, simplify, remove unused statements, and other warnings from IntelliJ
update phpdocs, rename dokuwiki/Ui/Draft to PageDraft
|
#
252acce3 |
| 23-Oct-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
coding style of functions using ChangeLog
|
#
700ab9fd |
| 09-May-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Merge branch 'master' into revisionHandle3
|
#
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
|
#
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 ...
|
#
871895a7 |
| 05-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
check media_* used in UI\MediaDiff
|
#
297071be |
| 02-Jan-2021 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix phpdoc for deprecated functinos
|
#
11308c3b |
| 16-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo
|
#
675f74fb |
| 06-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
similarify MediaDiff and PageDiff classes
|
#
2db397b2 |
| 04-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move media_diff() into Ui\MediaDiff class
deprecated functions: media_diff() _media_file_diff() media_file_diff() media_image_diff()
|
#
edb50e6a |
| 04-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Diff hierarchy
|
#
ccef1899 |
| 01-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix html missing closing div tag
|
#
08500ab3 |
| 27-Nov-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create UI\MediaRevisions class
Create new Ui\MediaRevisions class created by copying from Ui\Revisons and customize its methods to use media only (methods args are changed). Replace deprecated html_
create UI\MediaRevisions class
Create new Ui\MediaRevisions class created by copying from Ui\Revisons and customize its methods to use media only (methods args are changed). Replace deprecated html_revisions() with Ui\MediaRevisions->show() method.
show more ...
|
#
8b07fee4 |
| 19-Nov-2020 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #3251 from splitbrain/slika
use Slika for image resizing and cropping
|
#
8bc1a7be |
| 07-Sep-2020 |
John Brooks <john@fastquake.com> |
media: Fix media_resize_image cache check
The check was backwards, and it also caused a failure when there is no cache file (mtime=0) because the function would still return the path to the nonexist
media: Fix media_resize_image cache check
The check was backwards, and it also caused a failure when there is no cache file (mtime=0) because the function would still return the path to the nonexistent cache file.
show more ...
|
#
d2bd34a5 |
| 01-Sep-2020 |
Andreas Gohr <andi@splitbrain.org> |
use Slika for image resizing and cropping
This replaces our own resize/crop function by the Slika library.
This is not yet ideal, as there is quite a bit duplicated code between media_resize and me
use Slika for image resizing and cropping
This replaces our own resize/crop function by the Slika library.
This is not yet ideal, as there is quite a bit duplicated code between media_resize and media_crop now. Ideally these two should be replaced by a single method handling both. I'm just not sure where to best put it yet.
Using Slika introduces two new features:
* auto rotation based on EXIF #3059 * support for webp #3238
show more ...
|
#
a74a1f3f |
| 26-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Merge branch 'master' into form
|
#
c6977b3a |
| 26-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change event naming scheme
FORM_*_OUTPUT scheme had been introduced since Apriil 2018, see #2286
|
#
d267a3cb |
| 26-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #3115 from moisesbr-dw/sort-with-collator
Sort with collator
|
#
bde2a644 |
| 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Scrutinizer annotations
|
#
e6adf5b7 |
| 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
tigger HTMLFORM_*_OUTPUT events
trigger events in Form::toHTML() instead of using Event::createAndTrigger()
|
#
2d85e841 |
| 11-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
wrap sorting functions into their own class
|
#
23a8b8f8 |
| 24-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Merge branch 'master' into form
|
#
b960c74f |
| 23-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite forms in MediaManager using dokuwiki\Form\Form class
|