-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[submodule "extensions/react"] | ||
path = extensions/react | ||
url = https://github.com/puleeno-cms/react-extension.git | ||
url = https://github.com/jackal-cms/react-extension.git | ||
[submodule "extensions/layout"] | ||
path = extensions/layout | ||
url = https://github.com/puleeno-cms/layout-extension.git | ||
url = https://github.com/jackal-cms/layout-extension.git | ||
[submodule "extensions/dashboard"] | ||
path = extensions/dashboard | ||
url = https://github.com/puleeno-cms/dashboard-extension.git | ||
url = https://github.com/jackal-cms/dashboard-extension.git | ||
[submodule "extensions/text-editor"] | ||
path = extensions/text-editor | ||
url = https://github.com/puleeno-cms/editor-extension.git | ||
url = https://github.com/jackal-cms/editor-extension.git | ||
[submodule "extensions/file-manager"] | ||
path = extensions/file-manager | ||
url = https://github.com/puleeno-cms/file-manager-extension.git | ||
url = https://github.com/jackal-cms/file-manager-extension.git | ||
[submodule "extensions/seo"] | ||
path = extensions/seo | ||
url = https://github.com/puleeno-cms/seo-extension.git | ||
url = https://github.com/jackal-cms/seo-extension.git | ||
[submodule "extensions/layout-uikit"] | ||
path = extensions/layout-uikit | ||
url = https://github.com/puleeno-cms/layout-uikit-extension.git | ||
url = https://github.com/jackal-cms/layout-uikit-extension.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace PuleenoCMS\Exceptions; | ||
namespace Jackal\Exceptions; | ||
|
||
use Exception; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
namespace PuleenoCMS\Exceptions; | ||
namespace Jackal\Exceptions; | ||
|
||
use Exception; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "puleeno/cms", | ||
"name": "jackal/cms", | ||
"cms-version": "1.0.0", | ||
"description": "Yet another PHP CMS by Puleeno Nguyen", | ||
"keywords": [ | ||
|
@@ -14,7 +14,7 @@ | |
{ | ||
"name": "Puleeno Nguyen", | ||
"email": "[email protected]", | ||
"homepage": "https://puleeno.com" | ||
"homepage": "https://jackal.com" | ||
}, | ||
{ | ||
"name": "Josh Lockhart", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "puleeno-cms/common", | ||
"description": "The common extension for Puleeno CMS", | ||
"name": "jackal-cms/common", | ||
"description": "The common extension for Jackal CMS", | ||
"autoload": { | ||
"psr-4": { | ||
"PuleenoCMS\\Common\\": "src/" | ||
"Jackal\\Extension\\Common\\": "src/" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Puleeno", | ||
"name": "Jackal", | ||
"email": "[email protected]" | ||
} | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dashboard
updated
from 2a28f4 to 59e6c2
Submodule file-manager
updated
from 69ceda to d796a2
Submodule layout
updated
from b96b09 to e5b857
Submodule layout-uikit
updated
from 6bd515 to 72df12
Submodule react
updated
from c5a4b9 to 45a3f1
Submodule text-editor
updated
from 8f0482 to 84096b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters