Skip to content

Commit

Permalink
p3x-robot sunday release 2018-5-23 02:20:36
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 23, 2018
1 parent ee93692 commit 25facfb
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 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.8.0
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.2-803

[![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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



# 🤖 P3X Gitlist v2.8.0
# 🤖 P3X Gitlist v2.8.2-803

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

Expand Down Expand Up @@ -170,7 +170,7 @@ npm run watch

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.0
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.2-803

[![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.8.0
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.2-803

[![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 @@ -139,7 +139,7 @@ require('codemirror/mode/yaml/yaml');

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.0
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.2-803

[![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.8.1-802",
"version": "2.8.3-803",
"corifeus": {
"prod-dir": "prod",
"postfix": "b404f41f3eec7159ae91174f26b33b3023b42c4046ca146c927e9ee0787fc06a",
Expand Down
6 changes: 4 additions & 2 deletions src/browser/js/commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ $(() => {
}

let deferScroll;
if (diffEditors) {
//console.log(diffEditors.length);
if (diffEditors.length > 0) {

const generatedDiffs = {};
const generatedDiffsGenerated = {};
Expand All @@ -28,6 +29,7 @@ $(() => {
})

$.ajax(location).then((diffs) => {
console.log('P3X-GITLIST loading commit diffs via AJAX')
let index = 0;
for(let diff of diffs) {

Expand Down Expand Up @@ -87,7 +89,7 @@ $(() => {
html += '</table>';
// console.log(index);
generatedDiffs[index] = html;
console.log(`P3X-GITLIST loading via AJAX and rendering diffs deffered - ${index}`)
console.log(`P3X-GITLIST rendering diffs deffered - ${index}`)
}, timeout)
timeout += waiter;
}
Expand Down
2 changes: 1 addition & 1 deletion src/twig/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<link rel="stylesheet" type="text/css" href="{{ prod_dir }}/css/{{ theme }}.{{ theme_postfix }}.css" id="bootstrap-theme">
<script type="text/javascript">window.gitlist = { lastload: undefined, lastloadSpan: undefined, dark: {{ theme_dark |json_encode|raw }}, isDark: undefined, viewer: undefined, setTheme: undefined, getThemeCookie: undefined, basepath: '{{ app.url_subdir }}', branch: '{{ branch }}', repo: '{{ repo }}', dateFormat: '{{ gitlist_date_format }}', themes: {}, codemirror_full_limit: undefined, browse_type: undefined, search_query: '{{ search_query }}', browserClick: undefined, networkRedraw: undefined, treegraph: undefined, canvasLaneColors: undefined, canvasDotColors: undefined, randomCanvasLaneColors: undefined, loadTheme: '{{ theme }}', codemirrorTheme : {}, scrollIntoView: undefined, markdownRenderer: undefined}</script>
<link href="./prod/webpack/bundle.feeeb69f8df4ec1ee7d1.css" rel="stylesheet"><script type="text/javascript" src="./prod/webpack/bundle.feeeb69f8df4ec1ee7d1.js"></script></head>
<link href="./prod/webpack/bundle.a3a7f8ac512449e3dfd7.css" rel="stylesheet"><script type="text/javascript" src="./prod/webpack/bundle.a3a7f8ac512449e3dfd7.js"></script></head>
<body class="{{ theme_type }}" id="p3x-gitlist-body">

{% block body %}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.0
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.8.2-803

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

0 comments on commit 25facfb

Please sign in to comment.