| #
ec019cbf |
| 16-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change methods name
|
| #
e4c881bd |
| 12-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
use PageDiff::compareWith() for draft, conflict
|
| #
edb50e6a |
| 04-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
|
| #
b370ebcd |
| 27-Nov-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create Ui\PageRevisions class
new Ui\PageRevisons is dedicated for page revisions
|
| #
9e7aeeba |
| 10-Nov-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Merge branch 'master' into Refactor_Fulltext
|
| #
cc3a3cde |
| 26-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change MetadataSearch and FulltextSearch to non-singleton
singleton is not effective to reduce multiple instantiations, especially for MetadataSearch which is frequently used in ajax call.
|
| #
a32da6dd |
| 25-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
change Index objects to non-singleton
Indexer, FulltextIndex, MetadataIndex uses common directory to store *.idx files, but this does not mean they should be singleton objects to avoid lock confrict
change Index objects to non-singleton
Indexer, FulltextIndex, MetadataIndex uses common directory to store *.idx files, but this does not mean they should be singleton objects to avoid lock confrictions.
show more ...
|
| #
2162df3a |
| 13-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
update phpdoc
|
| #
8a5f08af |
| 11-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
deprecate html_form()
encourage plugin devs to use new Form class
|
| #
c2570358 |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove html_softbreak_callback()
|
| #
bf69f8cb |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
re-declare deprecated function html_edit_form()
call dbg_deprecated(), even this function lost compatibility because its argument $param['form'] has changed to hold Form\Form object
|
| #
89b939d7 |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
re-declare deprecated function html_li_default()
|
| #
fda3dd81 |
| 08-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
fix missing return
|
| #
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 ...
|
| #
87f229e8 |
| 02-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
add dbg_deprecated() calls
|
| #
e6adf5b7 |
| 19-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
tigger HTMLFORM_*_OUTPUT events
trigger events in Form::toHTML() instead of using Event::createAndTrigger()
|
| #
7afe5d93 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
mark html_denied() and html_locked() as deprecated
and fix coding style
|
| #
9c8632b4 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create Ui\Index::buildIndexList()
|
| #
bde560b4 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
closure to obsolete html_li_default()
|
| #
675d8ce4 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
closure to obsolete html_hilight_callback()
|
| #
bab2b7f0 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
mark html_* funcs as deprecated that call relevant Ui class
|
| #
e34d6962 |
| 17-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
html_sizechange() returns HTML when $form is not set
|
| #
c29600d0 |
| 17-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
print forms without html_form_output()
|
| #
c9a54189 |
| 12-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Update html.php
|