From c932c2ec0db6b47bf71d34fad63e2e4826ffaea3 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Sun, 20 May 2018 18:54:40 +0200 Subject: [PATCH] p3x-robot sunday release 2018-5-20 18:54:40 --- INSTALL.md | 2 +- README.md | 14 ++++++++++++-- artifacts/php-7.2-ubuntu.md | 2 +- changelog.md | 5 ++--- package.json | 2 +- src/Git/Repository.php | 2 +- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 01f728d2..890f157b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -116,7 +116,7 @@ UrlToolkit { --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.1-719 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.3-722 [![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) diff --git a/README.md b/README.md index 3123e57e..28ee4171 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ -# 🤖 P3X Gitlist v2.6.1-719 +# 🤖 P3X Gitlist v2.6.3-722 This is an open-source project. Star this repository if you like it, or even donate! Thank you so much! :) @@ -85,9 +85,19 @@ https://github.com/patrikx3/gitlist/releases/tag/2.0.4-579 The following versions are not using `Babel`!!!! Yikes! +### The next release + +**P3X GitList v3.0 will migrate from `Silex` to `Symphony` on the server side and the frontend will be using `Bootstrap 4` with `AngularJS`. That version will expect to work with `async/await` and the latest `JavaScript` versions, as now, no `Babel` anymore!!!** + + ### Unreleased / in progress + +I think this `v2.6` is complete. + * Allow to edit non binary files * Upload binary files +* Add new files +* Delete files * 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 @@ -162,7 +172,7 @@ npm run watch --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.1-719 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.3-722 [![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) diff --git a/artifacts/php-7.2-ubuntu.md b/artifacts/php-7.2-ubuntu.md index 42d35812..72a3b282 100644 --- a/artifacts/php-7.2-ubuntu.md +++ b/artifacts/php-7.2-ubuntu.md @@ -20,7 +20,7 @@ sudo apt upgrade -y --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.1-719 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.3-722 [![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) diff --git a/changelog.md b/changelog.md index 22ec670a..61a7b274 100644 --- a/changelog.md +++ b/changelog.md @@ -6,8 +6,7 @@ [//]: #@corifeus-header:end ### v2.6.0 -* in progress -* network and graph dark mode +* network and graph works with Bootstrap 3 totally ### v2.5.0 * you can edit files now @@ -140,7 +139,7 @@ require('codemirror/mode/yaml/yaml'); --- -[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.1-719 +[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.6.3-722 [![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) diff --git a/package.json b/package.json index c69f196c..f3884355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "p3x-gitlist", - "version": "2.6.1-719", + "version": "2.6.3-722", "corifeus": { "postfix": "", "prefix": "p3x-", diff --git a/src/Git/Repository.php b/src/Git/Repository.php index 88a0227d..48e640bb 100644 --- a/src/Git/Repository.php +++ b/src/Git/Repository.php @@ -373,7 +373,7 @@ public function getAuthorStatistics($branch) return $data; } - public function getStatistics($branch) + public function getStatistics($branch = null) { // Calculate amount of files, extensions and file size $logs = $this->getClient()->run($this, 'ls-tree -r -l ' . $branch);