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
Hide 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
...
@@ -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
;
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
...
@@ -80,7 +80,6 @@ object fMain: TfMain
Width = 337
Width = 337
Height = 23
Height = 23
TabOrder = 4
TabOrder = 4
Text = 'http://localhost:8000/emT3webApp/index.html'
end
end
object edtExpSeconds: TEdit
object edtExpSeconds: TEdit
Left = 500
Left = 500
...
@@ -92,7 +91,7 @@ object fMain: TfMain
...
@@ -92,7 +91,7 @@ object fMain: TfMain
end
end
object ucETask: TUniConnection
object ucETask: TUniConnection
ProviderName = 'MySQL'
ProviderName = 'MySQL'
Database = 'e
T
ask'
Database = 'e
t
ask'
SpecificOptions.Strings = (
SpecificOptions.Strings = (
'MySQL.ConnectionTimeout=15'
'MySQL.ConnectionTimeout=15'
'MySQL.UseUnicode=False'
'MySQL.UseUnicode=False'
...
@@ -105,8 +104,8 @@ object fMain: TfMain
...
@@ -105,8 +104,8 @@ object fMain: TfMain
'MySQL.HttpAuthenticationType=atBasic'
'MySQL.HttpAuthenticationType=atBasic'
'MySQL.HttpTrustServerCertificate=False'
'MySQL.HttpTrustServerCertificate=False'
'MySQL.ProxyPort=0')
'MySQL.ProxyPort=0')
Username = '
root
'
Username = '
etask
'
Server = '192.168.1
02.13
1'
Server = '192.168.1
2.5
1'
LoginPrompt = False
LoginPrompt = False
Left = 390
Left = 390
Top = 342
Top = 342
...
...
emT3WebApp/ConnectionModule.pas
View file @
de2bc582
...
@@ -19,7 +19,7 @@ type
...
@@ -19,7 +19,7 @@ type
FUnauthorizedAccessProc
:
TUnauthorizedAccessProc
;
FUnauthorizedAccessProc
:
TUnauthorizedAccessProc
;
public
public
const
clientVersion
=
'0.
7.1
'
;
const
clientVersion
=
'0.
8.2
'
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
procedure
SetClientConfig
(
Callback
:
TVersionCheckCallback
);
procedure
SetClientConfig
(
Callback
:
TVersionCheckCallback
);
...
...
emT3WebApp/emT3WebApp.dproj
View file @
de2bc582
...
@@ -99,11 +99,10 @@
...
@@ -99,11 +99,10 @@
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_Release>8</VerInfo_Release>
<VerInfo_Release>8</VerInfo_Release>
<TMSUseJSDebugger>2</TMSUseJSDebugger>
<TMSWebBrowser>1</TMSWebBrowser>
<TMSWebBrowser>1</TMSWebBrowser>
<TMSWebOutputPath>..\emT3XDataServer\bin\static</TMSWebOutputPath>
<TMSWebSingleInstance>1</TMSWebSingleInstance>
<TMSWebSingleInstance>1</TMSWebSingleInstance>
<TMSURLParams>?user_id=1019&task_id=4000&url_code=123456</TMSURLParams>
<TMSWebOutputPath>..\emT3XDataServer\bin\static</TMSWebOutputPath>
<TMSUseJSDebugger>2</TMSUseJSDebugger>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
...
...
emT3XDataServer/Source/Api.Database.dfm
View file @
de2bc582
...
@@ -6,13 +6,9 @@ object ApiDatabase: TApiDatabase
...
@@ -6,13 +6,9 @@ object ApiDatabase: TApiDatabase
AutoCommit = False
AutoCommit = False
ProviderName = 'MySQL'
ProviderName = 'MySQL'
Database = 'eTask'
Database = 'eTask'
Username = 'root'
Server = '192.168.102.131'
Connected = True
LoginPrompt = False
LoginPrompt = False
Left = 25
Left = 51
Top = 13
Top = 67
EncryptedPassword = '9AFF92FF8CFF86FF8CFFCFFFCEFF'
end
end
object MySQLUniProvider1: TMySQLUniProvider
object MySQLUniProvider1: TMySQLUniProvider
Left = 56
Left = 56
...
@@ -410,7 +406,6 @@ object ApiDatabase: TApiDatabase
...
@@ -410,7 +406,6 @@ object ApiDatabase: TApiDatabase
'from task_items'
'from task_items'
'where TASK_ITEM_ID = :TASK_ITEM_ID'
'where TASK_ITEM_ID = :TASK_ITEM_ID'
' and TASK_ID = :TASK_ID')
' and TASK_ID = :TASK_ID')
Active = True
Left = 240
Left = 240
Top = 16
Top = 16
ParamData = <
ParamData = <
...
...
emT3XDataServer/bin/emT3XDataServer.ini
View file @
de2bc582
[Settings]
[Settings]
MemoLogLevel
=
4
MemoLogLevel
=
4
FileLogLevel
=
4
FileLogLevel
=
4
webClientVersion
=
0.
7.1
webClientVersion
=
0.
8.2
LogFileNum
=
175
LogFileNum
=
175
[Database]
[Database]
...
...
emT3XDataServer/emT3XDataServer.dproj
View file @
de2bc582
...
@@ -114,10 +114,9 @@
...
@@ -114,10 +114,9 @@
<VerInfo_Locale>1033</VerInfo_Locale>
<VerInfo_Locale>1033</VerInfo_Locale>
<DCC_ExeOutput>.\bin</DCC_ExeOutput>
<DCC_ExeOutput>.\bin</DCC_ExeOutput>
<DCC_UnitSearchPath>C:\RADTOOLS\FastMM4;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<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_MajorVer>0</VerInfo_MajorVer>
<VerInfo_MinorVer>9</VerInfo_MinorVer>
<VerInfo_MinorVer>8</VerInfo_MinorVer>
<VerInfo_Release>11</VerInfo_Release>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
...
@@ -201,10 +200,10 @@
...
@@ -201,10 +200,10 @@
<Source Name="MainSource">emT3XDataServer.dpr</Source>
<Source Name="MainSource">emT3XDataServer.dpr</Source>
</Source>
</Source>
<Excluded_Packages>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k
29
0.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k
37
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)\bcbofficexp
37
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)\dcloffice2k
37
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)\dclofficexp
37
0.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
</Delphi.Personality>
<Deployment Version="5">
<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