Changes for page ユーザープロフィール
Last modified by Super Admin on 2026/03/22 00:39
From version
30.1
edited by Super Admin
on 2026/03/18 18:45
on 2026/03/18 18:45
Change comment:
There is no comment for this version
To version
29.1
edited by Super Admin
on 2026/03/18 03:55
on 2026/03/18 03:55
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -136,6 +136,24 @@ 136 136 </div> 137 137 {{/html}} 138 138 139 +== このユーザーの投稿・編集履歴 == 140 + 141 +{{velocity}} 142 +#set($query = $services.query.xwql("where doc.author = :author order by doc.date desc").bindValue('author', $targetUser)) 143 +#set($query = $query.setLimit(20)) 144 +#set($results = $query.execute()) 145 + 146 +#if($results.size() > 0) 147 +|=ページ|=日時 148 +#foreach($docName in $results) 149 + #set($actDoc = $xwiki.getDocument($docName)) 150 +|[[$actDoc.title>>$docName]]|$datetool.format("yyyy/MM/dd HH:mm", $actDoc.date) 151 +#end 152 +#else 153 +//このユーザーの公開投稿はまだありません。// 154 +#end 155 +{{/velocity}} 156 + 139 139 {{html clean="false"}} 140 140 <div class="info-note info-note-lg" style="margin-top:24px;text-align:center;"> 141 141 <svg class="ico" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12.01" y2="8"/></svg> 本名・メールアドレス・警告状態などの個人情報は非公開です