]> BookStack Code Mirror - bookstack/commitdiff
Applied styleci changes, updated dev version & readme roadmap
authorDan Brown <redacted>
Sat, 23 Jul 2022 10:36:37 +0000 (11:36 +0100)
committerDan Brown <redacted>
Sat, 23 Jul 2022 10:36:37 +0000 (11:36 +0100)
app/Config/dompdf.php
readme.md
tests/ThemeTest.php
version

index ac206a0ced25cd27294028fce7de9fb91fc04d79..16a527b3cc9b77467de1c467560667f3dcbc04fe 100644 (file)
@@ -77,7 +77,7 @@ return [
         'chroot' => realpath(public_path()),
 
         /**
-         * Protocol whitelist
+         * Protocol whitelist.
          *
          * Protocols and PHP wrappers allowed in URIs, and the validation rules
          * that determine if a resouce may be loaded. Full support is not guaranteed
@@ -87,9 +87,9 @@ return [
          * @var array
          */
         'allowed_protocols' => [
-            "file://" => ["rules" => []],
-            "http://" => ["rules" => []],
-            "https://" => ["rules" => []]
+            'file://'  => ['rules' => []],
+            'http://'  => ['rules' => []],
+            'https://' => ['rules' => []],
         ],
 
         /**
@@ -173,7 +173,7 @@ return [
          *
          * @var string
          */
-        'default_paper_orientation' => "portrait",
+        'default_paper_orientation' => 'portrait',
 
         /**
          * The default font family.
@@ -277,12 +277,13 @@ return [
         'enable_css_float' => true,
 
         /**
-         * Use the HTML5 Lib parser
+         * Use the HTML5 Lib parser.
          *
          * @deprecated This feature is now always on in dompdf 2.x
+         *
          * @var bool
          */
-        "enable_html5_parser" => true,
+        'enable_html5_parser' => true,
     ],
 
 ];
index a26917c2ace76caedee13180f375bc75e433cb23..7c0f5cd8668b7bd2e3d6f32333a46cfca1eee306 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -63,9 +63,9 @@ Below is a high-level road map view for BookStack to provide a sense of directio
 
 - **Platform REST API** - *(Most actions implemented, maturing)*
     - *A REST API covering, at minimum, control of core content models (Books, Chapters, Pages) for automation and platform extension.*
-- **Editor Alignment & Review** - *(In Progress)*
+- **Editor Alignment & Review** - *(Done)*
     - *Review the page editors with goal of achieving increased interoperability & feature parity while also considering collaborative editing potential.*
-- **Permission System Review**
+- **Permission System Review** - *(In Progress)*
     - *Improvement in how permissions are applied and a review of the efficiency of the permission & roles system.*
 - **Installation & Deployment Process Revamp**
     - *Creation of a streamlined & secure process for users to deploy & update BookStack with reduced development requirements (No git or composer requirement).*
index 76be0356776e279d857539d1a91638f2bca0e76a..23b55a8baf219c609eec769c8470cb0c61f9f5d2 100644 (file)
@@ -214,7 +214,6 @@ class ThemeTest extends TestCase
         $this->assertEquals($book->id, $args[1]->id);
     }
 
-
     public function test_add_social_driver()
     {
         Theme::addSocialDriver('catnet', [
diff --git a/version b/version
index eee08ef7617871204c7a8a771013f311ee470086..1edf07d8a06d465c80b8dfe8f46df405b2ebfd65 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-v22.06-dev
+v22.07-dev
Morty Proxy This is a proxified and sanitized view of the page, visit original site.