[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX][UI] Cleanup obsolete UI elements

"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]> Wed, 29 Jul 2026 20:26:56 +0000
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a6a62102e25c_3819f8e8533d2@gitlab-sidekiq-low-urgency-cpu-bound-v2-67f5d669d9-zb784.mail>
--===============8403202823692348508==
Content-Type: multipart/alternative;
 boundary="--==_mimepart_6a6a620fb6b01_3819f8e853262";
 charset=UTF-8
Content-Transfer-Encoding: 7bit


----==_mimepart_6a6a620fb6b01_3819f8e853262
Content-Type: text/plain;
 charset=UTF-8
Content-Transfer-Encoding: 7bit



ushindi bienvenu pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki


Commits:
1bdea6e5 by ushindi bienvenu at 2026-07-29T20:26:53+00:00
[FIX][UI] Cleanup obsolete UI elements
---
* [FIX][UI] Cleanup obsolete UI elements

See merge request tikiwiki/tiki!10816


(cherry picked from commit 67462fd65ef0a9150a8cf5f5dcb4227c08494b2f)

cf04db54 [FIX][UI] Cleanup obsolete UI elements

Co-authored-by: ushindi bienvenu <[email protected]>
- - - - -


3 changed files:

- templates/admin/include_features.tpl
- templates/admin/include_user.tpl
- tiki-download_wiki_attachment.php


Changes:

=====================================
templates/admin/include_features.tpl
=====================================
@@ -194,9 +194,6 @@
                     {preference name=elementplus_upload}
                 </div>
             </fieldset>
-            <fieldset class="mb-3 w-100 clearfix featurelist">
-                <legend class="h3"><h4 class="showhide_heading" id="Icons_and_Profile_Pictures">{tr}Icons and Profile Pictures{/tr} <a href="#Icons_and_Profile_Pictures" class="heading-link" aria-label="{tr}Icons and Profile Pictures{/tr}"><span class="icon icon-link fas fa-link "></span></a></h4></legend>
-            </fieldset>
             <fieldset class="mb-3 w-100 clearfix featurelist">
                 <legend class="h3"><h4 class="showhide_heading" id="jQuery_plugins_and_add-ons"> {tr}jQuery plugins and add-ons{/tr}  <a href="#jQuery_plugins_and_add" class="heading-link" aria-label="{tr}jQuery {/tr}">{icon name="link"}</a></h4></legend>
                 <div class="adminoptionbox">


=====================================
templates/admin/include_user.tpl
=====================================
@@ -108,8 +108,7 @@
                 <div class="adminoptionbox">
                     {preference name=users_prefs_user_information}
                     {preference name=user_show_realnames}
-                    {preference name='urlOnUsername'}
-                    {preference name=users_prefs_show_mouseover_user_info}
+                    {preference name=urlOnUsername}
                     {preference name=user_in_search_result}
                     {preference name=highlight_group}
                     {preference name=feature_display_my_to_others}


=====================================
tiki-download_wiki_attachment.php
=====================================
@@ -15,7 +15,7 @@ if (! empty($_REQUEST['attId'])) {
     $info = $tikilib->get_wiki_attachment($_REQUEST['attId']);
 }
 if (empty($info)) {
-    Feedback::errorAndDie(tra('Incorrect param') . ' attid', \Laminas\Http\Response::STATUS_CODE_409);
+    Feedback::errorAndDie(tra('Incorrect param') . ' attId', \Laminas\Http\Response::STATUS_CODE_409);
 }
 
 $perms = Perms::get([ 'type' => 'wiki page', 'object' => $info['page'] ]);



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/1bdea6e59102a5aff84908c6bbff8220bde0c009

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/1bdea6e59102a5aff84908c6bbff8220bde0c009
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help



----==_mimepart_6a6a620fb6b01_3819f8e853262
Content-Type: text/html;
 charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www=
.w3.org/TR/REC-html40/loose.dtd">
<html lang=3D"en" style=3D'--code-editor-font: var(--default-mono-font, "=
GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, =
Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospac=
e;'>
<head>
<meta content=3D"text/html; charset=3Dutf-8" http-equiv=3D"Content-Type">=

<title>
GitLab
</title>

<style data-premailer=3D"ignore" type=3D"text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: hsla(0,0%,100%,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Ro=
boto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Colo=
r Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size=
: inherit;
}
</style>
</head>
<body style=3D'font-size: inherit; -webkit-text-shadow: hsla(0,0%,100%,.0=
1) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"=
Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif=
,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji=
";'>
<div class=3D"content">

<h3 style=3D"margin-top: 20px; margin-bottom: 10px;">
ushindi bienvenu pushed to branch 30.x at <a href=3D"https://gitlab.com/t=
ikiwiki/tiki">Tiki Wiki CMS Groupware / Tiki</a>
</h3>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style=3D"font-weight: 600;"><a href=3D"https://gitlab.com/tikiwik=
i/tiki/-/commit/1bdea6e59102a5aff84908c6bbff8220bde0c009">1bdea6e5</a></s=
trong>
<div>
<span> by ushindi bienvenu </span> <i> at 2026-07-29T20:26:53+00:00 </i>
</div>
<pre class=3D"commit-message" style=3D'white-space: pre-wrap; display: bl=
ock; font-size: 14px; color: #3a383f; position: relative; font-family: "G=
itLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation M=
ono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida co=
nsole", monospace; font-variant-ligatures: none; word-break: break-all; w=
ord-wrap: break-word; background-color: #fbfafd; border-radius: 2px; marg=
in: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>[FIX][UI] Cleanup o=
bsolete UI elements
---
* [FIX][UI] Cleanup obsolete UI elements

See merge request tikiwiki/tiki!10816


(cherry picked from commit 67462fd65ef0a9150a8cf5f5dcb4227c08494b2f)

cf04db54 [FIX][UI] Cleanup obsolete UI elements

Co-authored-by: ushindi bienvenu &lt;[email protected]&gt;</pre>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
3 changed files:
</h4>
<ul>
<li class=3D"file-stats">
<a href=3D"#405dd151923223588ab6ae762ec958ef71e62192">
templates/admin/include_features.tpl
</a>
</li>
<li class=3D"file-stats">
<a href=3D"#74ecd628057f9627cd9f5a99c0f9214a51efffa6">
templates/admin/include_user.tpl
</a>
</li>
<li class=3D"file-stats">
<a href=3D"#b5a0e2438345a09be2bd0f12dc98336a0b2a64cb">
tiki-download_wiki_attachment.php
</a>
</li>
</ul>
<h4 style=3D"margin-top: 10px; margin-bottom: 10px;">
Changes:
</h4>
<li id=3D"405dd151923223588ab6ae762ec958ef71e62192">
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/1bdea6e59102a5aff849=
08c6bbff8220bde0c009#405dd151923223588ab6ae762ec958ef71e62192"><strong st=
yle=3D"font-weight: 600;">templates/admin/include_features.tpl</strong></=
a>
<hr style=3D"overflow: hidden; border: 1px solid #dcdcde;">
<table class=3D"code white" style=3D"border-spacing: 0; border-collapse: =
collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor=3D=
"#ffffff" width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
<tr class=3D"line_holder match" style=3D"line-height: 1.6;">
<td class=3D"diff-line-num unfold js-unfold old_line" data-linenumber=3D"=
194" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"diff-line-num unfold js-unfold new_line" data-linenumber=3D"=
194" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"line_content match" style=3D"color: rgba(5,5,6,.24); padding=
: inherit;" bgcolor=3D"#fbfafd">@@ -194,9 +194,6 @@</td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"194" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
194
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"194" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
194
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                    <span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
preference</span> <span class=3D"na" style=3D"color: #008080;">name</span=
><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"n=
a" style=3D"color: #008080;">elementplus_upload</span><span class=3D"k" s=
tyle=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"195" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
195
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"195" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
195
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                <span class=3D"nt" style=3D"c=
olor: #000080;">&lt;/div&gt;</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"196" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
196
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"196" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
196
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">            <span class=3D"nt" style=3D"color=
: #000080;">&lt;/fieldset&gt;</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"197" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
197
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"197" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
 =

</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty">            <span cla=
ss=3D"nt" style=3D"color: #000080;">&lt;fieldset</span> <span class=3D"na=
" style=3D"color: #008080;">class=3D</span><span class=3D"s" style=3D"col=
or: #dd1144;">"mb-3 w-100 clearfix featurelist"</span><span class=3D"nt" =
style=3D"color: #000080;">&gt;</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"198" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
198
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"197" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
 =

</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty">                <span=
 class=3D"nt" style=3D"color: #000080;">&lt;legend</span> <span class=3D"=
na" style=3D"color: #008080;">class=3D</span><span class=3D"s" style=3D"c=
olor: #dd1144;">"h3"</span><span class=3D"nt" style=3D"color: #000080;">&=
gt;&lt;h4</span> <span class=3D"na" style=3D"color: #008080;">class=3D</s=
pan><span class=3D"s" style=3D"color: #dd1144;">"showhide_heading"</span>=
 <span class=3D"na" style=3D"color: #008080;">id=3D</span><span class=3D"=
s" style=3D"color: #dd1144;">"Icons_and_Profile_Pictures"</span><span cla=
ss=3D"nt" style=3D"color: #000080;">&gt;</span><span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span>Icons and =
Profile Pictures<span class=3D"k" style=3D"font-weight: 600;">{/</span><s=
pan class=3D"na" style=3D"color: #008080;">tr</span><span class=3D"k" sty=
le=3D"font-weight: 600;">}</span> <span class=3D"nt" style=3D"color: #000=
080;">&lt;a</span> <span class=3D"na" style=3D"color: #008080;">href=3D</=
span><span class=3D"s" style=3D"color: #dd1144;">"#Icons_and_Profile_Pict=
ures"</span> <span class=3D"na" style=3D"color: #008080;">class=3D</span>=
<span class=3D"s" style=3D"color: #dd1144;">"heading-link"</span> <span c=
lass=3D"na" style=3D"color: #008080;">aria-label=3D</span><span class=3D"=
s" style=3D"color: #dd1144;">"</span><span class=3D"k" style=3D"font-weig=
ht: 600;">{</span><span class=3D"na" style=3D"color: #008080;">tr</span><=
span class=3D"k" style=3D"font-weight: 600;">}</span><span class=3D"s" st=
yle=3D"color: #dd1144;">Icons and Profile Pictures</span><span class=3D"k=
" style=3D"font-weight: 600;">{/</span><span class=3D"na" style=3D"color:=
 #008080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">}</span=
><span class=3D"s" style=3D"color: #dd1144;">"</span><span class=3D"nt" s=
tyle=3D"color: #000080;">&gt;&lt;span</span> <span class=3D"na" style=3D"=
color: #008080;">class=3D</span><span class=3D"s" style=3D"color: #dd1144=
;">"icon icon-link fas fa-link "</span><span class=3D"nt" style=3D"color:=
 #000080;">&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h4&gt;&lt;/legend&gt;</span></=
span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"199" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
199
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"197" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
 =

</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty">            <span cla=
ss=3D"nt" style=3D"color: #000080;">&lt;/fieldset&gt;</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"200" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
200
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"197" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
197
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">            <span class=3D"nt" style=3D"color=
: #000080;">&lt;fieldset</span> <span class=3D"na" style=3D"color: #00808=
0;">class=3D</span><span class=3D"s" style=3D"color: #dd1144;">"mb-3 w-10=
0 clearfix featurelist"</span><span class=3D"nt" style=3D"color: #000080;=
">&gt;</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"201" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
201
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"198" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
198
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                <span class=3D"nt" style=3D"c=
olor: #000080;">&lt;legend</span> <span class=3D"na" style=3D"color: #008=
080;">class=3D</span><span class=3D"s" style=3D"color: #dd1144;">"h3"</sp=
an><span class=3D"nt" style=3D"color: #000080;">&gt;&lt;h4</span> <span c=
lass=3D"na" style=3D"color: #008080;">class=3D</span><span class=3D"s" st=
yle=3D"color: #dd1144;">"showhide_heading"</span> <span class=3D"na" styl=
e=3D"color: #008080;">id=3D</span><span class=3D"s" style=3D"color: #dd11=
44;">"jQuery_plugins_and_add-ons"</span><span class=3D"nt" style=3D"color=
: #000080;">&gt;</span> <span class=3D"k" style=3D"font-weight: 600;">{</=
span><span class=3D"na" style=3D"color: #008080;">tr</span><span class=3D=
"k" style=3D"font-weight: 600;">}</span>jQuery plugins and add-ons<span c=
lass=3D"k" style=3D"font-weight: 600;">{/</span><span class=3D"na" style=3D=
"color: #008080;">tr</span><span class=3D"k" style=3D"font-weight: 600;">=
}</span>  <span class=3D"nt" style=3D"color: #000080;">&lt;a</span> <span=
 class=3D"na" style=3D"color: #008080;">href=3D</span><span class=3D"s" s=
tyle=3D"color: #dd1144;">"#jQuery_plugins_and_add"</span> <span class=3D"=
na" style=3D"color: #008080;">class=3D</span><span class=3D"s" style=3D"c=
olor: #dd1144;">"heading-link"</span> <span class=3D"na" style=3D"color: =
#008080;">aria-label=3D</span><span class=3D"s" style=3D"color: #dd1144;"=
>"</span><span class=3D"k" style=3D"font-weight: 600;">{</span><span clas=
s=3D"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"fo=
nt-weight: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">jQue=
ry </span><span class=3D"k" style=3D"font-weight: 600;">{/</span><span cl=
ass=3D"na" style=3D"color: #008080;">tr</span><span class=3D"k" style=3D"=
font-weight: 600;">}</span><span class=3D"s" style=3D"color: #dd1144;">"<=
/span><span class=3D"nt" style=3D"color: #000080;">&gt;</span><span class=
=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na" style=3D"co=
lor: #008080;">icon</span> <span class=3D"na" style=3D"color: #008080;">n=
ame</span><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span c=
lass=3D"s2" style=3D"color: #dd1144;">"link"</span><span class=3D"k" styl=
e=3D"font-weight: 600;">}</span><span class=3D"nt" style=3D"color: #00008=
0;">&lt;/a&gt;&lt;/h4&gt;&lt;/legend&gt;</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"202" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
202
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"199" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
199
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                <span class=3D"nt" style=3D"c=
olor: #000080;">&lt;div</span> <span class=3D"na" style=3D"color: #008080=
;">class=3D</span><span class=3D"s" style=3D"color: #dd1144;">"adminoptio=
nbox"</span><span class=3D"nt" style=3D"color: #000080;">&gt;</span></spa=
n>
</pre></td>
</tr>

</table>
<br>
</li>
<li id=3D"74ecd628057f9627cd9f5a99c0f9214a51efffa6">
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/1bdea6e59102a5aff849=
08c6bbff8220bde0c009#74ecd628057f9627cd9f5a99c0f9214a51efffa6"><strong st=
yle=3D"font-weight: 600;">templates/admin/include_user.tpl</strong></a>
<hr style=3D"overflow: hidden; border: 1px solid #dcdcde;">
<table class=3D"code white" style=3D"border-spacing: 0; border-collapse: =
collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor=3D=
"#ffffff" width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
<tr class=3D"line_holder match" style=3D"line-height: 1.6;">
<td class=3D"diff-line-num unfold js-unfold old_line" data-linenumber=3D"=
108" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"diff-line-num unfold js-unfold new_line" data-linenumber=3D"=
108" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1p=
x; border-right-color: #ececef; border-right-style: solid; padding: inher=
it;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"line_content match" style=3D"color: rgba(5,5,6,.24); padding=
: inherit;" bgcolor=3D"#fbfafd">@@ -108,8 +108,7 @@</td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"108" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
108
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"108" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
108
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                <span class=3D"nt" style=3D"c=
olor: #000080;">&lt;div</span> <span class=3D"na" style=3D"color: #008080=
;">class=3D</span><span class=3D"s" style=3D"color: #dd1144;">"adminoptio=
nbox"</span><span class=3D"nt" style=3D"color: #000080;">&gt;</span></spa=
n>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"109" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
109
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"109" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
109
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                    <span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
preference</span> <span class=3D"na" style=3D"color: #008080;">name</span=
><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"n=
a" style=3D"color: #008080;">users_prefs_user_information</span><span cla=
ss=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"110" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
110
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"110" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
110
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                    <span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
preference</span> <span class=3D"na" style=3D"color: #008080;">name</span=
><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"n=
a" style=3D"color: #008080;">user_show_realnames</span><span class=3D"k" =
style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"111" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
111
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"111" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
 =

</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty">                    <=
span class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na" s=
tyle=3D"color: #008080;">preference</span> <span class=3D"na" style=3D"co=
lor: #008080;">name</span><span class=3D"o" style=3D"font-weight: 600;">=3D=
</span><span class=3D"s1" style=3D"color: #dd1144;">'urlOnUsername'</span=
><span class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"112" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
112
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"111" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#f9d7dc">
 =

</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"smarty">                    <=
span class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na" s=
tyle=3D"color: #008080;">preference</span> <span class=3D"na" style=3D"co=
lor: #008080;">name</span><span class=3D"o" style=3D"font-weight: 600;">=3D=
</span><span class=3D"na" style=3D"color: #008080;">users_prefs_show_mous=
eover_user_info</span><span class=3D"k" style=3D"font-weight: 600;">}</sp=
an></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"113" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#ddfbe6">
 =

</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"111" style=3D=
"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-rig=
ht-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D=
"right" bgcolor=3D"#ddfbe6">
111
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"smarty">                    <=
span class=3D"k" style=3D"font-weight: 600;">{</span><span class=3D"na" s=
tyle=3D"color: #008080;">preference</span> <span class=3D"na" style=3D"co=
lor: #008080;">name</span><span class=3D"o" style=3D"font-weight: 600;">=3D=
</span><span class=3D"na" style=3D"color: #008080;">urlOnUsername</span><=
span class=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"113" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
113
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"112" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
112
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                    <span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
preference</span> <span class=3D"na" style=3D"color: #008080;">name</span=
><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"n=
a" style=3D"color: #008080;">user_in_search_result</span><span class=3D"k=
" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"114" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
114
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"113" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
113
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                    <span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
preference</span> <span class=3D"na" style=3D"color: #008080;">name</span=
><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"n=
a" style=3D"color: #008080;">highlight_group</span><span class=3D"k" styl=
e=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"115" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
115
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"114" style=3D"wid=
th: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-c=
olor: #ececef; border-right-style: solid; padding: inherit;" align=3D"rig=
ht" bgcolor=3D"#fbfafd">
114
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"smarty">                    <span class=3D"k" style=3D=
"font-weight: 600;">{</span><span class=3D"na" style=3D"color: #008080;">=
preference</span> <span class=3D"na" style=3D"color: #008080;">name</span=
><span class=3D"o" style=3D"font-weight: 600;">=3D</span><span class=3D"n=
a" style=3D"color: #008080;">feature_display_my_to_others</span><span cla=
ss=3D"k" style=3D"font-weight: 600;">}</span></span>
</pre></td>
</tr>

</table>
<br>
</li>
<li id=3D"b5a0e2438345a09be2bd0f12dc98336a0b2a64cb">
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/1bdea6e59102a5aff849=
08c6bbff8220bde0c009#b5a0e2438345a09be2bd0f12dc98336a0b2a64cb"><strong st=
yle=3D"font-weight: 600;">tiki-download_wiki_attachment.php</strong></a>
<hr style=3D"overflow: hidden; border: 1px solid #dcdcde;">
<table class=3D"code white" style=3D"border-spacing: 0; border-collapse: =
collapse; width: auto; font-family: monospace; font-size: 90%;" bgcolor=3D=
"#ffffff" width=3D"100%" cellpadding=3D"0" cellspacing=3D"0">
<tr class=3D"line_holder match" style=3D"line-height: 1.6;">
<td class=3D"diff-line-num unfold js-unfold old_line" data-linenumber=3D"=
15" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px=
; border-right-color: #ececef; border-right-style: solid; padding: inheri=
t;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"diff-line-num unfold js-unfold new_line" data-linenumber=3D"=
15" style=3D"width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px=
; border-right-color: #ececef; border-right-style: solid; padding: inheri=
t;" align=3D"right" bgcolor=3D"#fbfafd">...</td>
<td class=3D"line_content match" style=3D"color: rgba(5,5,6,.24); padding=
: inherit;" bgcolor=3D"#fbfafd">@@ -15,7 +15,7 @@ if (! empty($_REQUEST['=
attId'])) {</td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"15" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
15
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"15" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
15
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"php">    <span class=3D"nv" style=3D"color: #008080;"=
>$info</span> <span class=3D"o" style=3D"font-weight: 600;">=3D</span> <s=
pan class=3D"nv" style=3D"color: #008080;">$tikilib</span><span class=3D"=
o" style=3D"font-weight: 600;">-&gt;</span><span class=3D"nf" style=3D"co=
lor: #990000; font-weight: 600;">get_wiki_attachment</span><span class=3D=
"p">(</span><span class=3D"nv" style=3D"color: #008080;">$_REQUEST</span>=
<span class=3D"p">[</span><span class=3D"s1" style=3D"color: #dd1144;">'a=
ttId'</span><span class=3D"p">]);</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"16" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
16
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"16" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
16
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"php"><span class=3D"p">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"17" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
17
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"17" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
17
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"php"><span class=3D"k" style=3D"font-weight: 600;">if=
</span> <span class=3D"p">(</span><span class=3D"k" style=3D"font-weight:=
 600;">empty</span><span class=3D"p">(</span><span class=3D"nv" style=3D"=
color: #008080;">$info</span><span class=3D"p">))</span> <span class=3D"p=
">{</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder old" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num old" data-linenumber=3D"18" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#f9d7dc">
18
</td>
<td class=3D"new_line diff-line-num old" data-linenumber=3D"18" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #fac5cd; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#f9d7dc">
 =

</td>
<td class=3D"line_content old" style=3D"padding: inherit;" bgcolor=3D"#fb=
e9eb"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>-<span class=3D"line" data-lang=3D"php">    <span class=3D"nc" s=
tyle=3D"color: #445588; font-weight: 600;">Feedback</span><span class=3D"=
o" style=3D"font-weight: 600;">::</span><span class=3D"nf" style=3D"color=
: #990000; font-weight: 600;">errorAndDie</span><span class=3D"p">(</span=
><span class=3D"nf" style=3D"color: #990000; font-weight: 600;">tra</span=
><span class=3D"p">(</span><span class=3D"s1" style=3D"color: #dd1144;">'=
Incorrect param'</span><span class=3D"p">)</span> <span class=3D"mf" styl=
e=3D"color: #009999;">.</span> <span class=3D"s1" style=3D"color: #dd1144=
;">' att<span class=3D"idiff left right deletion" style=3D"background-col=
or: #fac5cd;">i</span>d'</span><span class=3D"p">,</span> <span class=3D"=
nc" style=3D"color: #445588; font-weight: 600;">\Laminas\Http\Response</s=
pan><span class=3D"o" style=3D"font-weight: 600;">::</span><span class=3D=
"no" style=3D"color: #008080;">STATUS_CODE_409</span><span class=3D"p">);=
</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder new" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num new" data-linenumber=3D"19" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
 =

</td>
<td class=3D"new_line diff-line-num new" data-linenumber=3D"18" style=3D"=
width: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-righ=
t-color: #c7f0d2; border-right-style: solid; padding: inherit;" align=3D"=
right" bgcolor=3D"#ddfbe6">
18
</td>
<td class=3D"line_content new" style=3D"padding: inherit;" bgcolor=3D"#ec=
fdf0"><pre style=3D'display: block; font-size: 14px; color: #3a383f; posi=
tion: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "D=
ejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier =
New", "andale mono", "lucida console", monospace; font-variant-ligatures:=
 none; word-break: break-all; word-wrap: break-word; background-color: in=
herit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #=
dcdcde;'>+<span class=3D"line" data-lang=3D"php">    <span class=3D"nc" s=
tyle=3D"color: #445588; font-weight: 600;">Feedback</span><span class=3D"=
o" style=3D"font-weight: 600;">::</span><span class=3D"nf" style=3D"color=
: #990000; font-weight: 600;">errorAndDie</span><span class=3D"p">(</span=
><span class=3D"nf" style=3D"color: #990000; font-weight: 600;">tra</span=
><span class=3D"p">(</span><span class=3D"s1" style=3D"color: #dd1144;">'=
Incorrect param'</span><span class=3D"p">)</span> <span class=3D"mf" styl=
e=3D"color: #009999;">.</span> <span class=3D"s1" style=3D"color: #dd1144=
;">' att<span class=3D"idiff left right addition" style=3D"background-col=
or: #c7f0d2;">I</span>d'</span><span class=3D"p">,</span> <span class=3D"=
nc" style=3D"color: #445588; font-weight: 600;">\Laminas\Http\Response</s=
pan><span class=3D"o" style=3D"font-weight: 600;">::</span><span class=3D=
"no" style=3D"color: #008080;">STATUS_CODE_409</span><span class=3D"p">);=
</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"19" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
19
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"19" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
19
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"php"><span class=3D"p">}</span></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"20" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
20
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"20" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
20
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"php"></span>
</pre></td>
</tr>
<tr class=3D"line_holder" style=3D"line-height: 1.6;">
<td class=3D"old_line diff-line-num" data-linenumber=3D"21" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
21
</td>
<td class=3D"new_line diff-line-num" data-linenumber=3D"21" style=3D"widt=
h: 35px; color: rgba(5,5,6,.24); border-right-width: 1px; border-right-co=
lor: #ececef; border-right-style: solid; padding: inherit;" align=3D"righ=
t" bgcolor=3D"#fbfafd">
21
</td>
<td class=3D"line_content" style=3D"padding: inherit;"><pre style=3D'disp=
lay: block; font-size: 14px; color: #3a383f; position: relative; font-fam=
ily: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liber=
ation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lu=
cida console", monospace; font-variant-ligatures: none; word-break: break=
-all; word-wrap: break-word; background-color: inherit; border-radius: 2p=
x; margin: 0; padding: 0; border: inherit solid #dcdcde;'> <span class=3D=
"line" data-lang=3D"php"><span class=3D"nv" style=3D"color: #008080;">$pe=
rms</span> <span class=3D"o" style=3D"font-weight: 600;">=3D</span> <span=
 class=3D"nc" style=3D"color: #445588; font-weight: 600;">Perms</span><sp=
an class=3D"o" style=3D"font-weight: 600;">::</span><span class=3D"nf" st=
yle=3D"color: #990000; font-weight: 600;">get</span><span class=3D"p">([<=
/span> <span class=3D"s1" style=3D"color: #dd1144;">'type'</span> <span c=
lass=3D"o" style=3D"font-weight: 600;">=3D&gt;</span> <span class=3D"s1" =
style=3D"color: #dd1144;">'wiki page'</span><span class=3D"p">,</span> <s=
pan class=3D"s1" style=3D"color: #dd1144;">'object'</span> <span class=3D=
"o" style=3D"font-weight: 600;">=3D&gt;</span> <span class=3D"nv" style=3D=
"color: #008080;">$info</span><span class=3D"p">[</span><span class=3D"s1=
" style=3D"color: #dd1144;">'page'</span><span class=3D"p">]</span> <span=
 class=3D"p">]);</span></span>
</pre></td>
</tr>

</table>
<br>
</li>

</div>
<div class=3D"footer" style=3D"margin-top: 10px;">
<p style=3D"font-size: small; color: #626168;">
=E2=80=94
<br>
<a href=3D"https://gitlab.com/tikiwiki/tiki/-/commit/1bdea6e59102a5aff849=
08c6bbff8220bde0c009">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target=3D"_blan=
k" rel=3D"noopener noreferrer" href=3D"https://gitlab.com">gitlab.com</a>=
. <a href=3D"https://gitlab.com/-/profile/notifications" target=3D"_blank=
" rel=3D"noopener noreferrer" class=3D"mng-notif-link">Manage all notific=
ations</a> =C2=B7 <a href=3D"https://gitlab.com/help" target=3D"_blank" r=
el=3D"noopener noreferrer" class=3D"help-link">Help</a>
<span style=3D"color: transparent; font-size: 0; display: none; overflow:=
 hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.com/tikiwiki/tiki/-/commit/=
1bdea6e59102a5aff84908c6bbff8220bde0c009 at 1785356815
</span>
<script type=3D"application/ld+json">{"@context":"http://schema.org","@ty=
pe":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","u=
rl":"https://gitlab.com/tikiwiki/tiki/-/commit/1bdea6e59102a5aff84908c6bb=
ff8220bde0c009"}}</script>


</p>
</div>
</body>
</html>

----==_mimepart_6a6a620fb6b01_3819f8e853262--


--===============8403202823692348508==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============8403202823692348508==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs

--===============8403202823692348508==--