Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
9d01c1d
PSR-12 coding style
ssahara Jul 1, 2020
3443143
show checkbox and radio before its label text
ssahara Jul 6, 2020
25dd2a2
Ui\Editor class replaces html_edit()
ssahara Jul 7, 2020
08a430f
fix typo
ssahara Jul 7, 2020
877c5a1
Ui\UserProfile class replaces html_updateprofile()
ssahara Jul 7, 2020
2b5a139
Ui\UserRegister class replaces html_register()
ssahara Jul 7, 2020
a838eee
Ui\UserResendPwd class replaces html_resendpwd()
ssahara Jul 7, 2020
9cf9796
Ui\Login class replaces html_login()
ssahara Jul 7, 2020
1e6e7b7
fix Form\Form attributes
ssahara Jul 8, 2020
a17df5b
fix typo
ssahara Jul 8, 2020
c20664d
Ui\Draft class replaces html_draft()
ssahara Jul 8, 2020
2f5c77b
Ui\Denid class replaces html_denid()
ssahara Jul 9, 2020
6467f2c
Ui\Conflict class replaces html_conflict()
ssahara Jul 9, 2020
2ee5105
Ui\Locked class replaces html_locked()
ssahara Jul 9, 2020
09f440d
Ui\Backlinks class replaces html_backlinks()
ssahara Jul 9, 2020
0fb48f9
Ui\Index class replaces html_index()
ssahara Jul 10, 2020
b0f23f4
improve html_sizechange() to recognize form class
ssahara Jul 10, 2020
3d7df1d
Ui\Recent class replaces html_recent()
ssahara Jul 11, 2020
6c9fde8
Ui\Revisions class replaces html_revisions()
ssahara Jul 11, 2020
f9ee77d
Update Index.php
ssahara Jul 11, 2020
fbae750
fix typo
ssahara Jul 12, 2020
172cb15
remove '&' form $form argument
ssahara Jul 12, 2020
5a25e72
coding style in html_diff*()
ssahara Jul 12, 2020
c9a5418
Update html.php
ssahara Jul 12, 2020
0d02bc2
Ui\Diff class replaces html_diff()
ssahara Jul 13, 2020
259dd31
rewrite Ui\Diff::diffNavigation() using Form\Form class
ssahara Jul 13, 2020
be9f766
rename diifNavigationlink to diffViewlink
ssahara Jul 14, 2020
60a4816
Ui\PageView class replaces html_showf)
ssahara Jul 14, 2020
f0049a8
Remove Ui\{Denide, Locked} class
ssahara Jul 15, 2020
2ba8135
create Ui\ConflictForm
ssahara Jul 15, 2020
e4286a8
define constructor of Ui classes
ssahara Jul 16, 2020
f1dcc21
call Ui\Diff from Ui\(Conflict, Draft)
ssahara Jul 16, 2020
1454819
create constructor of Ui\Index class
ssahara Jul 16, 2020
f9dfcbb
fix typo
ssahara Jul 16, 2020
9e31664
create constructor of Ui\(Recent, Revisions)
ssahara Jul 16, 2020
269e702
fix typo
ssahara Jul 16, 2020
2d51781
use "difftype" in Ui\Diff
ssahara Jul 16, 2020
c29600d
print forms without html_form_output()
ssahara Jul 17, 2020
2d8dbea
define Ui\Diff::insertSoftbreaks() method
ssahara Jul 17, 2020
d54f09a
use more $difftype property, and rewrite callback func to closure
ssahara Jul 17, 2020
e34d696
html_sizechange() returns HTML when $form is not set
ssahara Jul 17, 2020
bab2b7f
mark html_* funcs as deprecated that call relevant Ui class
ssahara Jul 18, 2020
675d8ce
closure to obsolete html_hilight_callback()
ssahara Jul 18, 2020
bde560b
closure to obsolete html_li_default()
ssahara Jul 18, 2020
9c8632b
create Ui\Index::buildIndexList()
ssahara Jul 18, 2020
7afe5d9
mark html_denied() and html_locked() as deprecated
ssahara Jul 18, 2020
c2bf454
add space delimiters inside the list item
ssahara Jul 18, 2020
fd76e02
fix Ui\Diff::diffHead() scope public
ssahara Jul 19, 2020
8549e2b
support UI\Login form modification in AuthAD
ssahara Jul 23, 2020
848cb78
Ui\Subscribe class replaces tpl_subscribe()
ssahara Jul 23, 2020
b960c74
rewrite forms in MediaManager using dokuwiki\Form\Form class
ssahara Jul 23, 2020
feee32d
declare method visivility
ssahara Jul 24, 2020
23a8b8f
Merge branch 'master' into form
ssahara Jul 24, 2020
2c210ad
split out two form creation methods of ResendPwd
ssahara Aug 13, 2020
83f8872
use $INPUT instead of $_SERVER
ssahara Aug 13, 2020
21b96b6
shorten Ui\Recent::show(), split out sub methods
ssahara Aug 15, 2020
057cd77
more narrow jQuery selector to rev2[] checkbox
ssahara Aug 18, 2020
67ef3e8
split longer show() into task methods.
ssahara Aug 18, 2020
628d547
remove unnecessary printing DOKU_LF
ssahara Aug 18, 2020
0dd3555
Form::toHTML() can trigger event
ssahara Aug 19, 2020
e6adf5b
tigger HTMLFORM_*_OUTPUT events
ssahara Aug 19, 2020
903616e
register HTMLFORM_LOGIN_OUTPUT event handler
ssahara Aug 19, 2020
66e555e
fix missing or unnecessary use Event statements
ssahara Aug 19, 2020
bde2a64
fix Scrutinizer annotations
ssahara Aug 19, 2020
8128de6
fix Scrutinizer annotations
ssahara Aug 20, 2020
c6977b3
change event naming scheme
ssahara Aug 26, 2020
a74a1f3
Merge branch 'master' into form
ssahara Aug 26, 2020
87f229e
add dbg_deprecated() calls
ssahara Sep 2, 2020
a215faf
re-declare deprecated functions for backward compatibility
ssahara Sep 4, 2020
d11e205
consistent html_buildlist() usage
ssahara Sep 7, 2020
fda3dd8
fix missing return
ssahara Sep 8, 2020
89b939d
re-declare deprecated function html_li_default()
ssahara Sep 8, 2020
bf69f8c
re-declare deprecated function html_edit_form()
ssahara Sep 8, 2020
c257035
remove html_softbreak_callback()
ssahara Sep 8, 2020
bafe746
use new event EDIT_FORM_ALTERNATE
ssahara Sep 11, 2020
8a5f08a
deprecate html_form()
ssahara Sep 11, 2020
2162df3
update phpdoc
ssahara Sep 13, 2020
09e982a
use EDIT_FORM_ADDTEXTAREA
ssahara Sep 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
ssahara committed Jul 12, 2020
commit fbae750bc68a914a843cde097e39ea4dfa561a3f
4 changes: 2 additions & 2 deletions inc/Ui/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function show($ns = '')

$data = array();
search($data, $conf['datadir'], 'search_index', array('ns' => $ns));
print html_buildlist($data, 'idx', [$this,'formatListItem'], [$this,'taglListItem']);
print html_buildlist($data, 'idx', [$this,'formatListItem'], [$this,'tagListItem']);

print '</div>'.DOKU_LF;
}
Expand Down Expand Up @@ -89,7 +89,7 @@ public function formatListItem($item) // RENAMED from html_list_index()
* @param array $item
* @return string html
*/
public function taglListItem($item) // RENAMED from html_li_index()
public function tagListItem($item) // RENAMED from html_li_index()
{
global $INFO;
global $ACT;
Expand Down