| 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 ...
|
| 6c9fde82 | 11-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Revisions class replaces html_revisions()
no space between printed items such as date, unsername, sizechange info. Further work needed for better looks/design. The code for page navigation in Ui\
Ui\Revisions class replaces html_revisions()
no space between printed items such as date, unsername, sizechange info. Further work needed for better looks/design. The code for page navigation in Ui\Revisions is different with Ui\Recent.
show more ...
|