Skip to content

Commit

Permalink
p3x-robot sunday release 2018-5-15 13:04:51
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 15, 2018
1 parent f7d7fcb commit 95cfc8b
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ UrlToolkit {

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.38-619
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.39-622

[![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)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



# 🤖 P3X Gitlist v2.0.38-619
# 🤖 P3X Gitlist v2.0.39-622

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

Expand Down Expand Up @@ -72,6 +72,7 @@ https://github.com/patrikx3/gitlist/releases/tag/2.0.4-579
The following versions are not using `Babel`!!!! Yikes!

### Unreleased / in progress
* Localization
* In submodules, if the "submodule" and "path" is not the same, it chokes (it should work the submodule name and path are not the same)
* Works
* submodule "path/name"
Expand Down Expand Up @@ -145,7 +146,7 @@ npm run watch

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.38-619
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.39-622

[![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)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/php-7.2-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt upgrade -y

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.38-619
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.39-622

[![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)

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ require('codemirror/mode/yaml/yaml');

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.38-619
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.39-622

[![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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-gitlist",
"version": "2.0.38-619",
"version": "2.0.39-622",
"corifeus": {
"prefix": "p3x-",
"publish": false,
Expand Down
1 change: 1 addition & 0 deletions src/Util/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class Repository
'jpeg' => 'image',
'bmp' => 'image',
'csproj' => 'xml',
'iml' => 'xml',
];

protected static $binaryTypes = [
Expand Down
22 changes: 12 additions & 10 deletions twig/file.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@


<div class="pull-left">
{% if (fileType != 'image' and fileType != 'markdown') or enforceCodemirror %}
<div id="p3x-gitlist-file-small" style="display: none;">
<button id="p3x-gitlist-file-small-button" class="btn btn-sm btn-primary">Parse code</button>
</div>

<div class="btn-group btn-toggle" id="p3x-gitlist-file-codemirror" style="display: none;">
<button id="p3x-gitlist-file-button-scroll" class="btn btn-sm btn-primary">Scroll mode</button>
<button id="p3x-gitlist-file-button-full" class="btn btn-sm btn-primary">Full height</button>
</div>
{% endif %}

{% if fileType == 'markdown' %}

Expand All @@ -30,6 +20,18 @@


{% endif %}

{% if (fileType != 'image' and fileType != 'markdown') or enforceCodemirror %}
<div id="p3x-gitlist-file-small" style="display: none;">
<button id="p3x-gitlist-file-small-button" class="btn btn-sm btn-primary">Parse code</button>
</div>

<div class="btn-group btn-toggle" id="p3x-gitlist-file-codemirror" style="display: none;">
<button id="p3x-gitlist-file-button-scroll" class="btn btn-sm btn-primary">Scroll mode</button>
<button id="p3x-gitlist-file-button-full" class="btn btn-sm btn-primary">Full height</button>
</div>
{% endif %}

</div>

<div class="btn-group pull-right">
Expand Down

0 comments on commit 95cfc8b

Please sign in to comment.