-
Notifications
You must be signed in to change notification settings - Fork 0
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
7,988 changed files
with
132,014 additions
and
403,950 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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,2 +1,2 @@ | ||
<?php | ||
return array("host"=>"127.0.0.1","port"=>8090,"sessionName"=>"s5cccc8cbb5b29"); | ||
return array("host"=>"127.0.0.1","port"=>8090,"sessionName"=>"s5f6a7e626e9c4"); |
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,7 +1,14 @@ | ||
<?php | ||
use Ubiquity\controllers\Router; | ||
use Ubiquity\events\EventsManager; | ||
use Ubiquity\events\RestEvents; | ||
use Ubiquity\controllers\rest\RestBaseController; | ||
|
||
//\Ubiquity\orm\DAO::start(); to use only with multiple databases | ||
Router::start(); | ||
\Ubiquity\cache\CacheManager::startProd($config); | ||
\Ubiquity\orm\DAO::start(); | ||
Router::startAll(); | ||
Router::addRoute("_default", "controllers\\IndexController"); | ||
\Ubiquity\assets\AssetsManager::start($config); | ||
EventsManager::addListener(RestEvents::BEFORE_INSERT, function ($o, array &$datas, RestBaseController $resource) { | ||
unset($datas['aliases']); | ||
}); |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{"message":"Route found for /_default/ : controllers\\IndexController/index","context":{"context":"Router","part":"getRouteUrlParts","extra":null},"level":200,"level_name":"INFO","channel":"s5f6a7e626e9c4","datetime":{"date":"2020-10-03 00:47:38.449898","timezone_type":3,"timezone":"Europe/Berlin"},"extra":[]} | ||
{"message":"The controller `controllers\\public` doesn't exists! <br/>","context":{"context":"Startup","part":"runAction","extra":null},"level":300,"level_name":"WARNING","channel":"s5f6a7e626e9c4","datetime":{"date":"2020-10-03 00:47:39.126000","timezone_type":3,"timezone":"Europe/Berlin"},"extra":[]} | ||
{"message":"Route found for /_default/ : controllers\\IndexController/index","context":{"context":"Router","part":"getRouteUrlParts","extra":null},"level":200,"level_name":"INFO","channel":"s5f6a7e626e9c4","datetime":{"date":"2020-10-03 00:47:51.008362","timezone_type":3,"timezone":"Europe/Berlin"},"extra":[]} | ||
{"message":"The controller `controllers\\public` doesn't exists! <br/>","context":{"context":"Startup","part":"runAction","extra":null},"level":300,"level_name":"WARNING","channel":"s5f6a7e626e9c4","datetime":{"date":"2020-10-03 00:47:51.444082","timezone_type":3,"timezone":"Europe/Berlin"},"extra":[]} | ||
{"message":"Route found for /_default/ : controllers\\IndexController/index","context":{"context":"Router","part":"getRouteUrlParts","extra":null},"level":200,"level_name":"INFO","channel":"s5f6a7e626e9c4","datetime":{"date":"2020-10-03 00:48:36.975848","timezone_type":3,"timezone":"Europe/Berlin"},"extra":[]} | ||
{"message":"Route found for /_default/ : controllers\\IndexController/index","context":{"context":"Router","part":"getRouteUrlParts","extra":null},"level":200,"level_name":"INFO","channel":"s5f6a7e626e9c4","datetime":{"date":"2020-10-03 00:51:45.051871","timezone_type":3,"timezone":"Europe/Berlin"},"extra":[]} |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{% block footer %} | ||
{% endblock %} | ||
{% block scripts %} | ||
{{ js('https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js') }} | ||
{{ js('https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js') }} | ||
{% endblock %} | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
{% block header %} | ||
<base href="{{config["siteUrl"]}}"> | ||
<meta charset="UTF-8"> | ||
<link rel="icon" href="data:;base64,iVBORw0KGgo="> | ||
<title>quick-start</title> | ||
{% endblock %} | ||
{% block css %} | ||
{{ css('https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css') }} | ||
{{css('css/style.css') | raw}} | ||
{% endblock %} | ||
</head> | ||
<body> | ||
{% block head %} | ||
{% endblock %} |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div class="head"> | ||
<div class="ui container"> | ||
<div class="ui pointing inverted menu"> | ||
<div class="header item"> | ||
Themes | ||
</div> | ||
{% for theme in themes %} | ||
<a class="item {{ activeTheme==theme ? 'active' }}" href="IndexController/ct/{{theme}}"> | ||
{{theme}} | ||
</a> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.