From a73e8841b1a6dbb13301d87ae86eba4801c56138 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sun, 11 Feb 2024 15:06:47 +0100 Subject: [PATCH] release 1.7.0 --- content/2023-07-09-v1.5.2-release.md | 4 +- content/2023-09-11-v1.6.0-release.md | 4 +- content/2024-02-11-v1.7.0-release.md | 54 + .../classes/PrivateBin-Controller.html | 20 +- .../classes/PrivateBin-Data-Filesystem.html | 46 +- content/codedoc/classes/PrivateBin-I18n.html | 42 +- content/codedoc/files/lib-configuration.html | 2 +- content/codedoc/files/lib-controller.html | 2 +- .../codedoc/files/lib-data-abstractdata.html | 2 +- content/codedoc/files/lib-data-database.html | 2 +- .../codedoc/files/lib-data-filesystem.html | 2 +- content/codedoc/files/lib-data-s3storage.html | 2 +- content/codedoc/files/lib-filter.html | 2 +- content/codedoc/files/lib-formatv2.html | 2 +- content/codedoc/files/lib-i18n.html | 2 +- content/codedoc/files/lib-json.html | 2 +- .../files/lib-model-abstractmodel.html | 2 +- content/codedoc/files/lib-model-comment.html | 2 +- content/codedoc/files/lib-model-paste.html | 2 +- content/codedoc/files/lib-model.html | 2 +- .../lib-persistence-abstractpersistence.html | 2 +- .../files/lib-persistence-purgelimiter.html | 2 +- .../files/lib-persistence-serversalt.html | 2 +- .../files/lib-persistence-trafficlimiter.html | 2 +- content/codedoc/files/lib-request.html | 2 +- content/codedoc/files/lib-view.html | 2 +- content/codedoc/files/lib-vizhash16x16.html | 2 +- content/codedoc/files/lib-yourlsproxy.html | 2 +- content/codedoc/reports/errors.html | 2 +- content/coverage/Configuration.php.html | 22 +- content/coverage/Controller.php.html | 879 ++++++------- content/coverage/Data/Database.php.html | 22 +- content/coverage/Data/Filesystem.php.html | 1089 +++++++++-------- .../coverage/Data/GoogleCloudStorage.php.html | 20 +- content/coverage/Data/S3Storage.php.html | 22 +- content/coverage/Data/dashboard.html | 22 +- content/coverage/Data/index.html | 12 +- content/coverage/Filter.php.html | 22 +- content/coverage/FormatV2.php.html | 22 +- content/coverage/I18n.php.html | 931 +++++++------- content/coverage/Json.php.html | 34 +- content/coverage/Model.php.html | 22 +- content/coverage/Model/AbstractModel.php.html | 22 +- content/coverage/Model/Comment.php.html | 22 +- content/coverage/Model/Paste.php.html | 22 +- content/coverage/Model/dashboard.html | 18 +- content/coverage/Model/index.html | 12 +- .../Persistence/AbstractPersistence.php.html | 22 +- .../Persistence/PurgeLimiter.php.html | 22 +- .../coverage/Persistence/ServerSalt.php.html | 22 +- .../Persistence/TrafficLimiter.php.html | 22 +- content/coverage/Persistence/dashboard.html | 18 +- content/coverage/Persistence/index.html | 12 +- content/coverage/Request.php.html | 22 +- content/coverage/View.php.html | 22 +- content/coverage/Vizhash16x16.php.html | 46 +- content/coverage/YourlsProxy.php.html | 22 +- content/coverage/_css/style.css | 2 +- content/coverage/dashboard.html | 24 +- content/coverage/index.html | 54 +- content/jscoverage/index.html | 38 +- content/jscoverage/legacy.js.html | 30 +- content/jscoverage/privatebin.js.html | 960 +++++++++------ content/jsdoc/Alert.html | 24 +- content/jsdoc/AttachmentViewer.html | 46 +- content/jsdoc/Check.html | 2 +- content/jsdoc/Comment.html | 8 +- content/jsdoc/Controller.html | 18 +- content/jsdoc/CryptTool.html | 32 +- content/jsdoc/CryptoData.html | 6 +- content/jsdoc/DiscussionViewer.html | 26 +- content/jsdoc/Editor.html | 26 +- content/jsdoc/Helper.html | 44 +- content/jsdoc/I18n.html | 24 +- content/jsdoc/Legacy.html | 2 +- content/jsdoc/Model.html | 22 +- content/jsdoc/Paste.html | 12 +- content/jsdoc/PasteDecrypter.html | 12 +- content/jsdoc/PasteEncrypter.html | 12 +- content/jsdoc/PasteStatus.html | 156 ++- content/jsdoc/PasteViewer.html | 24 +- content/jsdoc/PrivateBin.html | 4 +- content/jsdoc/Prompt.html | 102 +- content/jsdoc/ServerInteraction.html | 32 +- content/jsdoc/TopNav.html | 96 +- content/jsdoc/UiHelper.html | 16 +- content/jsdoc/index.html | 2 +- content/jsdoc/legacy.js.html | 2 +- content/jsdoc/privatebin.js.html | 158 ++- content/pages/credits.md | 1 + content/pages/home.md | 2 +- 91 files changed, 3127 insertions(+), 2553 deletions(-) create mode 100644 content/2024-02-11-v1.7.0-release.md diff --git a/content/2023-07-09-v1.5.2-release.md b/content/2023-07-09-v1.5.2-release.md index de03c7d..fec27fa 100644 --- a/content/2023-07-09-v1.5.2-release.md +++ b/content/2023-07-09-v1.5.2-release.md @@ -39,12 +39,12 @@ Apart from the large tasks that require deeper insight and time, there are also What can we offer you in return for your help? -* We can offer you our mentorship, if this is your first time participating as a maintainer of an open source software project. We can guide you through submitting your first pull requests and work with you to ensure your change fulfills the communities quality standards, gets merged and makes it into a release. +* We can offer you our mentorship, if this is your first time participating as a maintainer of an open source software project. We can guide you through submitting your first pull requests and work with you to ensure your change fulfils the communities quality standards, gets merged and makes it into a release. * Your work gets publicly credited. This can help you build up a resume, showing off your growing skill set, in programming as well as your soft skills. * PrivateBin is a smaller project. If you'd like to learn how to participate and contribute in an open source git project, this should be less overwhelming then larger projects. * We do have a decent unit test code coverage, so it is an environment forgiving of mistakes. You may still introduce logical flaws or issues in new features, not yet covered in the tests, but you can rely on the tests preventing any regressions in other areas. * You don't have to be proficient in multiple programming languages, there are a lot of things to improve within either the JavaScript or PHP areas that don't need you to understand the other side, beyond their shared API. -* It can be an opportunity to learn about continuos integration tools to automate tasks like tests, security scans, etc. +* It can be an opportunity to learn about continuous integration tools to automate tasks like tests, security scans, etc. If you are interested in helping with any of these points, we have prepared a [development guide](https://github.com/PrivateBin/PrivateBin/wiki/Development) including design goals, code structure and tools to get you started. For any questions, you can chat with the maintainers in the [discussion](https://github.com/PrivateBin/PrivateBin/discussions) area or reach us via [email](mailto:support@privatebin.org). diff --git a/content/2023-09-11-v1.6.0-release.md b/content/2023-09-11-v1.6.0-release.md index aa30af0..0cebf13 100644 --- a/content/2023-09-11-v1.6.0-release.md +++ b/content/2023-09-11-v1.6.0-release.md @@ -31,11 +31,11 @@ Apart from the large tasks that require deeper insight and time, there are also What can we offer you in return for your help? -* We can offer you our mentorship, if this is your first time participating as a maintainer of an open source software project. We can guide you through submitting your first pull requests and work with you to ensure your change fulfills the communities quality standards, gets merged and makes it into a release. +* We can offer you our mentorship, if this is your first time participating as a maintainer of an open source software project. We can guide you through submitting your first pull requests and work with you to ensure your change fulfils the communities quality standards, gets merged and makes it into a release. * Your work gets publicly credited. This can help you build up a resume, showing off your growing skill set, in programming as well as your soft skills. * PrivateBin is a smaller project. If you'd like to learn how to participate and contribute in an open source git project, this should be less overwhelming then larger projects. * We do have a decent unit test code coverage, so it is an environment forgiving of mistakes. You may still introduce logical flaws or issues in new features, not yet covered in the tests, but you can rely on the tests preventing any regressions in other areas. * You don't have to be proficient in multiple programming languages, there are a lot of things to improve within either the JavaScript or PHP areas that don't need you to understand the other side, beyond their shared API. -* It can be an opportunity to learn about continuos integration tools to automate tasks like tests, security scans, etc. +* It can be an opportunity to learn about continuous integration tools to automate tasks like tests, security scans, etc. If you are interested in helping with any of these points, we have prepared a [development guide](https://github.com/PrivateBin/PrivateBin/wiki/Development) including design goals, code structure and tools to get you started. For any questions, you can chat with the maintainers in the [discussion](https://github.com/PrivateBin/PrivateBin/discussions) area or reach us via [email](mailto:support@privatebin.org). diff --git a/content/2024-02-11-v1.7.0-release.md b/content/2024-02-11-v1.7.0-release.md new file mode 100644 index 0000000..795655c --- /dev/null +++ b/content/2024-02-11-v1.7.0-release.md @@ -0,0 +1,54 @@ +Title: Release v1.7.0 - Ask for confirmation, before loading burn after reading pastes +Date: 2024-02-11 14:52 +Category: News +Tags: PrivateBin, Release +Slug: news/v1.7.0-release +Authors: El RIDO +Summary: This release asks for confirmation, before loading burn after reading pastes. + +**This release asks for confirmation, before loading burn after reading pastes.** + +In addition the new translations for the Romanian language got added, detection for damaged pastes during purge got introduced and a few minor user interface glitches resolved. + +## Update procedure + +As usual, you can [download the archive](https://github.com/PrivateBin/PrivateBin/releases/latest) for a manual upgrade and can find more details in the [installation instructions](https://github.com/PrivateBin/PrivateBin/blob/master/doc/Installation.md#installation). + +We also offer a [container images using the nginx web server with php-fpm](https://hub.docker.com/r/privatebin/nginx-fpm-alpine/) and one using the [nginx unit application server](https://hub.docker.com/r/privatebin/unit-alpine/), that include the recommended secure setup with the non-essential files and data outside of the web servers document root. + +## Changes since version 1.6.2 + +* ADDED: Translations for Romanian +* ADDED: Detect and report on damaged pastes (#1218) +* CHANGED: Ask for confirmation, before loading burn after reading pastes (#1237) +* CHANGED: Focus on password input in modal dialog +* CHANGED: Upgrading libraries to: DOMpurify 3.0.8 & zlib 1.3.1 +* FIXED: Support more types of valid URLs for shorteners, incl. IDN ones (#1224) +* FIXED: Email timezone buttons overlapping in some languages (#1039) +* FIXED: Changing language mangles URL (#1191) +* FIXED: Needless reload when visiting default URL + +## Changes since version 1.6.1 + +* FIXED: English not selectable when `languageselection` enabled (#1208) +* FIXED: SRI mismatch due to cached file having changed (#1207) + +## Changes since version 1.6.0 + +* ADDED: Right-To-Left (RTL) support for Arabic & Hebrew (#1174) +* CHANGED: Upgrading libraries to: DOMpurify 3.0.6 + +## Help wanted & greatly appreciated + +Apart from the large tasks that require deeper insight and time, there are also [smaller issues were help is wanted](https://github.com/PrivateBin/PrivateBin/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22), topics [open to debate](https://github.com/PrivateBin/PrivateBin/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22discuss+me%22+) and of course many languages that still remain to be [translated](https://github.com/PrivateBin/PrivateBin/wiki/Translation). We are also still looking for additional long term maintainers among our frequent issue helpers. + +What can we offer you in return for your help? + +* We can offer you our mentorship, if this is your first time participating as a maintainer of an open source software project. We can guide you through submitting your first pull requests and work with you to ensure your change fulfils the communities quality standards, gets merged and makes it into a release. +* Your work gets publicly credited. This can help you build up a resume, showing off your growing skill set, in programming as well as your soft skills. +* PrivateBin is a smaller project. If you'd like to learn how to participate and contribute in an open source git project, this should be less overwhelming then larger projects. +* We do have a decent unit test code coverage, so it is an environment forgiving of mistakes. You may still introduce logical flaws or issues in new features, not yet covered in the tests, but you can rely on the tests preventing any regressions in other areas. +* You don't have to be proficient in multiple programming languages, there are a lot of things to improve within either the JavaScript or PHP areas that don't need you to understand the other side, beyond their shared API. +* It can be an opportunity to learn about continuous integration tools to automate tasks like tests, security scans, etc. + +If you are interested in helping with any of these points, we have prepared a [development guide](https://github.com/PrivateBin/PrivateBin/wiki/Development) including design goals, code structure and tools to get you started. For any questions, you can chat with the maintainers in the [discussion](https://github.com/PrivateBin/PrivateBin/discussions) area or reach us via [email](mailto:support@privatebin.org). diff --git a/content/codedoc/classes/PrivateBin-Controller.html b/content/codedoc/classes/PrivateBin-Controller.html index 9c1eddc..0b0bf5b 100644 --- a/content/codedoc/classes/PrivateBin-Controller.html +++ b/content/codedoc/classes/PrivateBin-Controller.html @@ -173,7 +173,7 @@

VERSION -  = '1.6.0' +  = '1.7.0'
version
@@ -428,7 +428,7 @@

public mixed VERSION - = '1.6.0' + = '1.7.0' @@ -892,7 +892,7 @@

@@ -957,7 +957,7 @@

@@ -1022,7 +1022,7 @@

@@ -1078,7 +1078,7 @@

@@ -1136,7 +1136,7 @@

@@ -1194,7 +1194,7 @@

@@ -1266,7 +1266,7 @@

@@ -1314,7 +1314,7 @@

diff --git a/content/codedoc/classes/PrivateBin-Data-Filesystem.html b/content/codedoc/classes/PrivateBin-Data-Filesystem.html index 9f70cce..ba4e9e6 100644 --- a/content/codedoc/classes/PrivateBin-Data-Filesystem.html +++ b/content/codedoc/classes/PrivateBin-Data-Filesystem.html @@ -129,7 +129,7 @@

@@ -390,7 +390,7 @@

@@ -435,7 +435,7 @@

@@ -494,7 +494,7 @@

@@ -605,7 +605,7 @@

@@ -660,7 +660,7 @@

@@ -718,7 +718,7 @@

@@ -787,7 +787,7 @@

@@ -870,7 +870,7 @@

@@ -928,7 +928,7 @@

@@ -990,7 +990,7 @@

@@ -1066,7 +1066,7 @@

@@ -1116,7 +1116,7 @@

@@ -1308,7 +1308,7 @@

@@ -1370,7 +1370,7 @@

@@ -1432,7 +1432,7 @@

@@ -1508,7 +1508,7 @@

@@ -1708,7 +1708,7 @@

@@ -1772,7 +1772,7 @@

@@ -1840,7 +1840,7 @@

@@ -1906,7 +1906,7 @@

@@ -1971,7 +1971,7 @@

@@ -2040,7 +2040,7 @@

diff --git a/content/codedoc/classes/PrivateBin-I18n.html b/content/codedoc/classes/PrivateBin-I18n.html index 1274573..81853f6 100644 --- a/content/codedoc/classes/PrivateBin-I18n.html +++ b/content/codedoc/classes/PrivateBin-I18n.html @@ -125,7 +125,7 @@

@@ -337,7 +337,7 @@

@@ -394,7 +394,7 @@

@@ -451,7 +451,7 @@

@@ -508,7 +508,7 @@

@@ -565,7 +565,7 @@

@@ -622,7 +622,7 @@

@@ -684,7 +684,7 @@

@@ -753,7 +753,7 @@

@@ -822,7 +822,7 @@

@@ -881,7 +881,7 @@

@@ -942,7 +942,7 @@

@@ -1001,7 +1001,7 @@

@@ -1072,7 +1072,7 @@

@@ -1131,7 +1131,7 @@

@@ -1188,7 +1188,7 @@

@@ -1253,7 +1253,7 @@

@@ -1322,7 +1322,7 @@

@@ -1400,7 +1400,7 @@

@@ -1469,7 +1469,7 @@

@@ -1540,7 +1540,7 @@

diff --git a/content/codedoc/files/lib-configuration.html b/content/codedoc/files/lib-configuration.html index 15c7123..5ec0574 100644 --- a/content/codedoc/files/lib-configuration.html +++ b/content/codedoc/files/lib-configuration.html @@ -145,7 +145,7 @@

version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-controller.html b/content/codedoc/files/lib-controller.html index f5984d4..e987438 100644 --- a/content/codedoc/files/lib-controller.html +++ b/content/codedoc/files/lib-controller.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-data-abstractdata.html b/content/codedoc/files/lib-data-abstractdata.html index 27ae1a2..51b2813 100644 --- a/content/codedoc/files/lib-data-abstractdata.html +++ b/content/codedoc/files/lib-data-abstractdata.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-data-database.html b/content/codedoc/files/lib-data-database.html index 1b5d265..00e11a3 100644 --- a/content/codedoc/files/lib-data-database.html +++ b/content/codedoc/files/lib-data-database.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-data-filesystem.html b/content/codedoc/files/lib-data-filesystem.html index e8ed4a8..708a04c 100644 --- a/content/codedoc/files/lib-data-filesystem.html +++ b/content/codedoc/files/lib-data-filesystem.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-data-s3storage.html b/content/codedoc/files/lib-data-s3storage.html index 05237bc..49e38ae 100644 --- a/content/codedoc/files/lib-data-s3storage.html +++ b/content/codedoc/files/lib-data-s3storage.html @@ -108,7 +108,7 @@

S3Storage.php

an S3 compatible data backend for PrivateBin with CEPH/RadosGW in mind see https://docs.ceph.com/en/latest/radosgw/s3/php/ -based on lib/Data/GoogleCloudStorage.php from PrivateBin version 1.6.0

+based on lib/Data/GoogleCloudStorage.php from PrivateBin version 1.7.0

diff --git a/content/codedoc/files/lib-filter.html b/content/codedoc/files/lib-filter.html index 0ca2f2e..77e4c5b 100644 --- a/content/codedoc/files/lib-filter.html +++ b/content/codedoc/files/lib-filter.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-formatv2.html b/content/codedoc/files/lib-formatv2.html index d86f3b5..f701af7 100644 --- a/content/codedoc/files/lib-formatv2.html +++ b/content/codedoc/files/lib-formatv2.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-i18n.html b/content/codedoc/files/lib-i18n.html index 33af6b1..705bb77 100644 --- a/content/codedoc/files/lib-i18n.html +++ b/content/codedoc/files/lib-i18n.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-json.html b/content/codedoc/files/lib-json.html index 20162ed..816479a 100644 --- a/content/codedoc/files/lib-json.html +++ b/content/codedoc/files/lib-json.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-model-abstractmodel.html b/content/codedoc/files/lib-model-abstractmodel.html index f3349bf..d8dc014 100644 --- a/content/codedoc/files/lib-model-abstractmodel.html +++ b/content/codedoc/files/lib-model-abstractmodel.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-model-comment.html b/content/codedoc/files/lib-model-comment.html index 2965935..3e94849 100644 --- a/content/codedoc/files/lib-model-comment.html +++ b/content/codedoc/files/lib-model-comment.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-model-paste.html b/content/codedoc/files/lib-model-paste.html index a108a18..80fb3d9 100644 --- a/content/codedoc/files/lib-model-paste.html +++ b/content/codedoc/files/lib-model-paste.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-model.html b/content/codedoc/files/lib-model.html index 96fdaa3..780d81c 100644 --- a/content/codedoc/files/lib-model.html +++ b/content/codedoc/files/lib-model.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-persistence-abstractpersistence.html b/content/codedoc/files/lib-persistence-abstractpersistence.html index c0b6a95..66dd167 100644 --- a/content/codedoc/files/lib-persistence-abstractpersistence.html +++ b/content/codedoc/files/lib-persistence-abstractpersistence.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-persistence-purgelimiter.html b/content/codedoc/files/lib-persistence-purgelimiter.html index 2cacf13..88c2f55 100644 --- a/content/codedoc/files/lib-persistence-purgelimiter.html +++ b/content/codedoc/files/lib-persistence-purgelimiter.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-persistence-serversalt.html b/content/codedoc/files/lib-persistence-serversalt.html index f09a711..5005422 100644 --- a/content/codedoc/files/lib-persistence-serversalt.html +++ b/content/codedoc/files/lib-persistence-serversalt.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-persistence-trafficlimiter.html b/content/codedoc/files/lib-persistence-trafficlimiter.html index ebf97f9..b8321ce 100644 --- a/content/codedoc/files/lib-persistence-trafficlimiter.html +++ b/content/codedoc/files/lib-persistence-trafficlimiter.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-request.html b/content/codedoc/files/lib-request.html index e385072..c46c8d5 100644 --- a/content/codedoc/files/lib-request.html +++ b/content/codedoc/files/lib-request.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-view.html b/content/codedoc/files/lib-view.html index 217915b..28ecb5e 100644 --- a/content/codedoc/files/lib-view.html +++ b/content/codedoc/files/lib-view.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/files/lib-vizhash16x16.html b/content/codedoc/files/lib-vizhash16x16.html index 560617a..f3e9758 100644 --- a/content/codedoc/files/lib-vizhash16x16.html +++ b/content/codedoc/files/lib-vizhash16x16.html @@ -148,7 +148,7 @@
0.0.5 -

beta PrivateBin 1.6.0

+

beta PrivateBin 1.7.0

diff --git a/content/codedoc/files/lib-yourlsproxy.html b/content/codedoc/files/lib-yourlsproxy.html index e3f6224..e87ab86 100644 --- a/content/codedoc/files/lib-yourlsproxy.html +++ b/content/codedoc/files/lib-yourlsproxy.html @@ -145,7 +145,7 @@
version
- 1.6.0 + 1.7.0
diff --git a/content/codedoc/reports/errors.html b/content/codedoc/reports/errors.html index bd1481d..cfbe2c6 100644 --- a/content/codedoc/reports/errors.html +++ b/content/codedoc/reports/errors.html @@ -158,7 +158,7 @@

Filesystem.php

ERROR - 70 + 71 Tag "return" with body "@return" has error Attempted to resolve "" but it appears to be empty diff --git a/content/coverage/Configuration.php.html b/content/coverage/Configuration.php.html index 0bf8c06..66aa62b 100644 --- a/content/coverage/Configuration.php.html +++ b/content/coverage/Configuration.php.html @@ -2,11 +2,11 @@ - Code Coverage for /lib/Configuration.php + Code Coverage for lib/Configuration.php - - - + + + @@ -16,7 +16,7 @@
- - - - + + + + diff --git a/content/coverage/Controller.php.html b/content/coverage/Controller.php.html index 3b68b8f..e552108 100644 --- a/content/coverage/Controller.php.html +++ b/content/coverage/Controller.php.html @@ -2,11 +2,11 @@ - Code Coverage for /lib/Controller.php + Code Coverage for lib/Controller.php - - - + + + @@ -16,7 +16,7 @@