| #
e71e09a6
|
| 28-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
define Ui\Revisions::getRevisions()
- new item property defined - modified getObjRevInfo(), buildDiffHead()
|
| #
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']
|
| #
295564cd
|
| 19-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
minor edits
|
| #
91e70b5f
|
| 18-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use properties in showDiffViewSelector()
|
| #
8068440f
|
| 17-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
new method setChangeLog()
|
| #
ec019cbf
|
| 16-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change methods name
|
| #
b4b4c5c6
|
| 12-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
define preProcess() method
|
| #
edb50e6a
|
| 04-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Diff hierarchy
|
| #
63ab9afe
|
| 01-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Diff hierarchy
|
| #
defc7576
|
| 01-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
move Ui\Diff to Ui\PageDiff
|
| #
a215faf2
|
| 04-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
re-declare deprecated functions for backward compatibility
`dbg_deprecated()` is called in `html_diff_head()`, `html_diff_navigation()`, `html_diff_navigationlink()`, and following functions:
* `h
re-declare deprecated functions for backward compatibility
`dbg_deprecated()` is called in `html_diff_head()`, `html_diff_navigation()`, `html_diff_navigationlink()`, and following functions:
* `html_denied()` is not used any plugins, but added fallback just in case. * `html_locked()` is used by one third-party plugin (AjaxEdit), fallback should be added. * `html_insert_softbreaks()` is used by one third-party plugin (TOS, terms of service), fallback should be added.
show more ...
|
| #
628d5475
|
| 18-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove unnecessary printing DOKU_LF
|
| #
fd76e02a
|
| 19-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix Ui\Diff::diffHead() scope public
html_diff_head() was used in inc/media.php
|
| #
d54f09a7
|
| 17-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use more $difftype property, and rewrite callback func to closure
|
| #
2d8dbea0
|
| 17-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
define Ui\Diff::insertSoftbreaks() method
|
| #
2d517813
|
| 16-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use "difftype" in Ui\Diff
|
| #
269e7027
|
| 16-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo
|
| #
f9dfcbbe
|
| 16-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix typo
|
| #
e4286a88
|
| 16-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
define constructor of Ui classes
|
| #
be9f7666
|
| 14-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rename diifNavigationlink to diffViewlink
|
| #
259dd31f
|
| 13-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
rewrite Ui\Diff::diffNavigation() using Form\Form class
NOTE: necessary to inhibit prefillInput. Form\DropdownElement::toHTML() calls val(), which calls val('') during prefillInput(), will cause wr
rewrite Ui\Diff::diffNavigation() using Form\Form class
NOTE: necessary to inhibit prefillInput. Form\DropdownElement::toHTML() calls val(), which calls val('') during prefillInput(), will cause wrong selected option.
show more ...
|
| #
0d02bc2f
|
| 13-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Diff class replaces html_diff()
Ui\Diff()::diffNavigation() still uses Doku_Form class, Further work needed!
|