[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [BP][ENH][UI/UX] Change Git module default title from Git detail to Git information

"Elifeleti Mukisa Dan \(@Danelif\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <691d6ec01f8ee_2a17ecd862094@gitlab-sidekiq-low-urgency-cpu-bound-v2-558b59c8f8-4h7wj.mail>

Elifeleti Mukisa Dan pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
4c24838d by Elifeleti Mukisa Dan at 2025-11-19T07:08:28+00:00
[BP][ENH][UI/UX] Change Git module default title from Git detail to Git information
---
* [ENH][UI/UX] Change Git module default title from Git detail to Git information
---
* [ENH] Change Git module default title from Git detail to Git information

See merge request tikiwiki/tiki!9053

See merge request tikiwiki/tiki!9058

- - - - -


2 changed files:

- modules/mod-func-git_detail.php
- templates/modules/mod-git_detail.tpl


Changes:

=====================================
modules/mod-func-git_detail.php
=====================================
@@ -12,7 +12,7 @@
 function module_git_detail_info()
 {
     return [
-        'name' => tra('Git detail'),
+        'name' => tra('Git information'),
         'description' => tra('Git commit and last update information.'),
         'params' => [],
     ];


=====================================
templates/modules/mod-git_detail.tpl
=====================================
@@ -11,8 +11,10 @@ style="{$module_params.style}"
 }
 {if empty($error)}
     <div class="mod-git_detail cvsup">
-        <span class="label">{tr}Git information:{/tr}</span>&nbsp;
-        <span class="branch">{$content.branch}:<a href="https://gitlab.com/tikiwiki/tiki/-/commit/{$content.commit.hash}">{$content.commit.hash|substr:0:8}</a></span>&nbsp;
+        <span class="label">{tr}Branch:{/tr}</span>&nbsp;
+        <span class="branch">{$content.branch}</span><br>
+        <span class="label">{tr}Commit:{/tr}</span>&nbsp;
+        <a href="https://gitlab.com/tikiwiki/tiki/-/commit/{$content.commit.hash}">{$content.commit.hash|substr:0:8}</a>&nbsp;
         <span class="date">{tr}from{/tr} {$content.mdate|tiki_short_datetime}</span>
     </div>
 {else}



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/4c24838d64a4313755687435c4de754b26591f47

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/4c24838d64a4313755687435c4de754b26591f47
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.