Skip to content

Commit 30fd01e

Browse files
authored
Server Preferences (#27)
Add Server Preferences * Server Name * Log Format (SQLite | Text) * Log Verbosity (SQL Commands | SQL Errors | None) * Dis/Enable Debug Mode (File | System | Console)
1 parent e4f941e commit 30fd01e

8 files changed

+2174
-9
lines changed

cubesql-webadmin.xojo_project

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Module=modWebStyles;styles/modWebStyles.xojo_code;&h0000000002BE7FFF;&h000000001
5959
WebContainer=cntRegistration;webapp/containers/server/cntRegistration.xojo_code;&h000000002FA707FF;&h0000000045A527FF;false
6060
WebContainer=cntPlugins;webapp/containers/server/cntPlugins.xojo_code;&h000000006B7E97FF;&h0000000045A527FF;false
6161
WebContainer=cntConsole;webapp/containers/server/cntConsole.xojo_code;&h000000004BD2DFFF;&h0000000045A527FF;false
62+
WebContainer=cntPreferencesLogFormat;webapp/containers/server/cntPreferencesLogFormat.xojo_code;&h000000002A6F5FFF;&h0000000045A527FF;false
63+
WebContainer=cntPreferencesLogVerbosity;webapp/containers/server/cntPreferencesLogVerbosity.xojo_code;&h000000001770DFFF;&h0000000045A527FF;false
64+
WebContainer=cntPreferencesDebugFormat;webapp/containers/server/cntPreferencesDebugFormat.xojo_code;&h0000000045D977FF;&h0000000045A527FF;false
65+
WebContainer=cntPreferences;webapp/containers/server/cntPreferences.xojo_code;&h000000000588BFFF;&h0000000045A527FF;false
6266
WebContainer=cntGroups;webapp/containers/security/cntGroups.xojo_code;&h0000000034036FFF;&h000000007FF17FFF;false
6367
WebContainer=cntUsers;webapp/containers/security/cntUsers.xojo_code;&h00000000700FF7FF;&h000000007FF17FFF;false
6468
WebContainer=cntPrivileges;webapp/containers/security/cntPrivileges.xojo_code;&h0000000018AA4FFF;&h000000007FF17FFF;false
@@ -70,13 +74,13 @@ WebContainer=cntLog;webapp/containers/information/cntLog.xojo_code;&h000000002B1
7074
Class=thrConnectionChoices;webapp/thrConnectionChoices.xojo_code;&h00000000733557FF;&h0000000018D38FFF;false
7175
DefaultWindow=LoginPage
7276
MajorVersion=1
73-
MinorVersion=1
77+
MinorVersion=2
7478
SubVersion=0
7579
NonRelease=0
7680
Release=0
7781
InfoVersion=cubeSQL Web Admin
7882
LongVersion=SQLabs and jo-tools
79-
ShortVersion=1.1.0
83+
ShortVersion=1.2.0
8084
WinCompanyName=sqlabs.com
8185
WinInternalName=cubesqlwebadmin
8286
WinProductName=cubeSQL Web Admin
@@ -109,7 +113,7 @@ WebLaunchBrowser=True
109113
WebLivePort=80
110114
WebSecurePort=443
111115
WebProtocol=1
112-
WebHTMLHeader=<style>\n.listboxDbHeaderAlignment th:nth-child(1)\x2C\n.listboxDbHeaderAlignment th:nth-child(3)\x2C\n.listboxDbHeaderAlignment th:nth-child(5) {\n text-align: center;\n}\n\n.listboxGroupsHeaderAlignment th:nth-child(2) {\n text-align: center;\n}\n\n.listboxUsersHeaderAlignment th:nth-child(2) {\n text-align: center;\n}\n\n.listboxClientsHeaderAlignment th:nth-child(1) {\n text-align: center;\n}\n\n.listboxSchedulesHeaderAlignment th:nth-child(3) {\n text-align: center;\n}\n\n.form-check-input {\n cursor:pointer;\n}\n\n.btn-light {\n --bs-btn-bg: #E5E5E8;\n}\n\n/* Workaround for Xojo 2024r4 */\n.XojoLink {\n align-items: center;\n}\n</style>
116+
WebHTMLHeader=<style>\n.listboxDbHeaderAlignment th:nth-child(1)\x2C\n.listboxDbHeaderAlignment th:nth-child(3)\x2C\n.listboxDbHeaderAlignment th:nth-child(5) {\n text-align: center;\n}\n\n.listboxGroupsHeaderAlignment th:nth-child(2) {\n text-align: center;\n}\n\n.listboxUsersHeaderAlignment th:nth-child(2) {\n text-align: center;\n}\n\n.listboxClientsHeaderAlignment th:nth-child(1) {\n text-align: center;\n}\n\n.listboxSchedulesHeaderAlignment th:nth-child(3) {\n text-align: center;\n}\n\n.form-check-input {\n cursor:pointer;\n}\n\n.btn-light {\n --bs-btn-bg: #E5E5E8;\n}\n\ndiv.dataTables_processing > div:last-child > div {\n background-color: #003264;\n}\n\n/* Workaround for Xojo 2024r4 */\n.XojoLink {\n align-items: center;\n}\n</style>
113117
WebHostingIdentifier=
114118
WebHostingAppName=cubeSQLWebAdmin
115119
WebHostingDomain=

0 commit comments

Comments
 (0)