Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emT3web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emT3web
Commits
de2bc582
Commit
de2bc582
authored
Apr 03, 2026
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deployed v0.8.2
parent
cb5e8ce5
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
23 deletions
+16
-23
uMain.cpp
emT3VCLDemo/uMain.cpp
+1
-0
uMain.dfm
emT3VCLDemo/uMain.dfm
+3
-4
ConnectionModule.pas
emT3WebApp/ConnectionModule.pas
+1
-1
emT3WebApp.dproj
emT3WebApp/emT3WebApp.dproj
+2
-3
Api.Database.dfm
emT3XDataServer/Source/Api.Database.dfm
+2
-7
emT3XDataServer.ini
emT3XDataServer/bin/emT3XDataServer.ini
+1
-1
emT3XDataServer.dproj
emT3XDataServer/emT3XDataServer.dproj
+6
-7
No files found.
emT3VCLDemo/uMain.cpp
View file @
de2bc582
...
...
@@ -113,3 +113,4 @@ String TfMain::BuildLaunchUrl(const String &baseUrl, const String &userId, const
return
cleanBaseUrl
+
sep
+
"user_id="
+
qUserId
+
"&task_id="
+
qTaskId
+
"&url_code="
+
qCode
;
}
emT3VCLDemo/uMain.dfm
View file @
de2bc582
...
...
@@ -80,7 +80,6 @@ object fMain: TfMain
Width = 337
Height = 23
TabOrder = 4
Text = 'http://localhost:8000/emT3webApp/index.html'
end
object edtExpSeconds: TEdit
Left = 500
...
...
@@ -92,7 +91,7 @@ object fMain: TfMain
end
object ucETask: TUniConnection
ProviderName = 'MySQL'
Database = 'e
T
ask'
Database = 'e
t
ask'
SpecificOptions.Strings = (
'MySQL.ConnectionTimeout=15'
'MySQL.UseUnicode=False'
...
...
@@ -105,8 +104,8 @@ object fMain: TfMain
'MySQL.HttpAuthenticationType=atBasic'
'MySQL.HttpTrustServerCertificate=False'
'MySQL.ProxyPort=0')
Username = '
root
'
Server = '192.168.1
02.13
1'
Username = '
etask
'
Server = '192.168.1
2.5
1'
LoginPrompt = False
Left = 390
Top = 342
...
...
emT3WebApp/ConnectionModule.pas
View file @
de2bc582
...
...
@@ -19,7 +19,7 @@ type
FUnauthorizedAccessProc
:
TUnauthorizedAccessProc
;
public
const
clientVersion
=
'0.
7.1
'
;
const
clientVersion
=
'0.
8.2
'
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
procedure
SetClientConfig
(
Callback
:
TVersionCheckCallback
);
...
...
emT3WebApp/emT3WebApp.dproj
View file @
de2bc582
...
...
@@ -99,11 +99,10 @@
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Release>8</VerInfo_Release>
<TMSUseJSDebugger>2</TMSUseJSDebugger>
<TMSWebBrowser>1</TMSWebBrowser>
<TMSWebOutputPath>..\emT3XDataServer\bin\static</TMSWebOutputPath>
<TMSWebSingleInstance>1</TMSWebSingleInstance>
<TMSURLParams>?user_id=1019&task_id=4000&url_code=123456</TMSURLParams>
<TMSUseJSDebugger>2</TMSUseJSDebugger>
<TMSWebOutputPath>..\emT3XDataServer\bin\static</TMSWebOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
...
...
emT3XDataServer/Source/Api.Database.dfm
View file @
de2bc582
...
...
@@ -6,13 +6,9 @@ object ApiDatabase: TApiDatabase
AutoCommit = False
ProviderName = 'MySQL'
Database = 'eTask'
Username = 'root'
Server = '192.168.102.131'
Connected = True
LoginPrompt = False
Left = 25
Top = 13
EncryptedPassword = '9AFF92FF8CFF86FF8CFFCFFFCEFF'
Left = 51
Top = 67
end
object MySQLUniProvider1: TMySQLUniProvider
Left = 56
...
...
@@ -410,7 +406,6 @@ object ApiDatabase: TApiDatabase
'from task_items'
'where TASK_ITEM_ID = :TASK_ITEM_ID'
' and TASK_ID = :TASK_ID')
Active = True
Left = 240
Top = 16
ParamData = <
...
...
emT3XDataServer/bin/emT3XDataServer.ini
View file @
de2bc582
[Settings]
MemoLogLevel
=
4
FileLogLevel
=
4
webClientVersion
=
0.
7.1
webClientVersion
=
0.
8.2
LogFileNum
=
175
[Database]
...
...
emT3XDataServer/emT3XDataServer.dproj
View file @
de2bc582
...
...
@@ -114,10 +114,9 @@
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_ExeOutput>.\bin</DCC_ExeOutput>
<DCC_UnitSearchPath>C:\RADTOOLS\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<VerInfo_Keys>CompanyName=EM Systems;FileDescription=$(MSBuildProjectName);FileVersion=0.
9.11
.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=0.9.11;Comments=</VerInfo_Keys>
<VerInfo_Keys>CompanyName=EM Systems;FileDescription=$(MSBuildProjectName);FileVersion=0.
8.0
.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=0.9.11;Comments=</VerInfo_Keys>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Release>11</VerInfo_Release>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
...
...
@@ -201,10 +200,10 @@
<Source Name="MainSource">emT3XDataServer.dpr</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k
29
0.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp
29
0.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k
29
0.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp
29
0.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k
37
0.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp
37
0.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k
37
0.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp
37
0.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Deployment Version="5">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment