Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit dc127e8

Browse files
committed
robo8x [chore] 11/19/2018, 9:10:50 AM
1 parent 137eb59 commit dc127e8

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ UrlToolkit {
116116

117117
---
118118

119-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.17-1
119+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.19-0
120120

121121
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
122122

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99

10-
# 🤖 P3X Gitlist - An elegant, feature rich and modern git ui repository viewer v2018.11.17-1
10+
# 🤖 P3X Gitlist - An elegant, feature rich and modern git ui repository viewer v2018.11.19-0
1111

1212
This is an open-source project. Star this repository, if you like it, or even donate! Thank you so much! :)
1313

@@ -182,7 +182,7 @@ npm run watch
182182

183183
---
184184

185-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.17-1
185+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.19-0
186186

187187
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
188188

artifacts/php-7.2-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sudo apt upgrade -y
2020

2121
---
2222

23-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.17-1
23+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.19-0
2424

2525
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
2626

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ require('codemirror/mode/yaml/yaml');
178178

179179
---
180180

181-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.17-1
181+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.19-0
182182

183183
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
184184

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p3x-gitlist",
3-
"version": "2018.11.17-2",
3+
"version": "2018.11.19-1",
44
"corifeus": {
55
"prod-dir": "prod",
66
"postfix": "76c75df7a1d843713419c2e8f3c87216466e0070b05645c352ac4e7a221bd6a4",

src/twig/treegraph.twig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
{% if item.rev is defined %}
2626
<a id="{{ item.short_rev }}" class="treegraph-button" href="{{ path('commit', {repo: repo, commit: item.rev}) }}"> {{ item.short_rev }}</a>
2727
<strong> {{ item.branch }} </strong>
28-
<span class="p3x-gitlist-treegraph-subject">{{ item.subject }}</span> by
29-
<span class="author"><a class="treegraph-link" href="mailto:{{ item.author_email }}">{{ item.author }}</a></span>
30-
on <span>{{ item.date | date(gitlist_date_format) }}</span>
28+
<span>{{ item.date | date(gitlist_date_format) }}</span>
29+
by
30+
<span class="author"><a class="treegraph-link" href="mailto:{{ item.author_email }}">{{ item.author }}</a></span>:
31+
<span class="p3x-gitlist-treegraph-subject">{{ item.subject }}</span>
3132
{% else %}
3233
<span></span>
3334
{% endif %}

todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
---
3434

35-
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.17-1
35+
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2018.11.19-0
3636

3737
[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)
3838

0 commit comments

Comments
 (0)