Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
5e7a9d99
Commit
5e7a9d99
authored
6 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Cruft removal: EmbeddedJavaScriptExt (.bbs) settings - this option was hidden
anyway (here) and never implemented in the web server.
parent
18bd0a4e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/sbbs3/ctrl/WebCfgDlgUnit.cpp
+0
-3
0 additions, 3 deletions
src/sbbs3/ctrl/WebCfgDlgUnit.cpp
src/sbbs3/ctrl/WebCfgDlgUnit.dfm
+3
-27
3 additions, 27 deletions
src/sbbs3/ctrl/WebCfgDlgUnit.dfm
src/sbbs3/ctrl/WebCfgDlgUnit.h
+0
-2
0 additions, 2 deletions
src/sbbs3/ctrl/WebCfgDlgUnit.h
with
3 additions
and
32 deletions
src/sbbs3/ctrl/WebCfgDlgUnit.cpp
+
0
−
3
View file @
5e7a9d99
...
...
@@ -87,7 +87,6 @@ void __fastcall TWebCfgDlg::FormShow(TObject *Sender)
HtmlRootEdit
->
Text
=
AnsiString
(
MainForm
->
web_startup
.
root_dir
);
ErrorSubDirEdit
->
Text
=
AnsiString
(
MainForm
->
web_startup
.
error_dir
);
CGIDirEdit
->
Text
=
AnsiString
(
MainForm
->
web_startup
.
cgi_dir
);
EmbeddedJsExtEdit
->
Text
=
AnsiString
(
MainForm
->
web_startup
.
js_ext
);
ServerSideJsExtEdit
->
Text
=
AnsiString
(
MainForm
->
web_startup
.
ssjs_ext
);
CGIContentEdit
->
Text
=
AnsiString
(
MainForm
->
web_startup
.
default_cgi_content
);
...
...
@@ -145,8 +144,6 @@ void __fastcall TWebCfgDlg::OKBtnClick(TObject *Sender)
,
ErrorSubDirEdit
->
Text
.
c_str
());
SAFECOPY
(
MainForm
->
web_startup
.
cgi_dir
,
CGIDirEdit
->
Text
.
c_str
());
SAFECOPY
(
MainForm
->
web_startup
.
js_ext
,
EmbeddedJsExtEdit
->
Text
.
c_str
());
SAFECOPY
(
MainForm
->
web_startup
.
ssjs_ext
,
ServerSideJsExtEdit
->
Text
.
c_str
());
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/ctrl/WebCfgDlgUnit.dfm
+
3
−
27
View file @
5e7a9d99
...
...
@@ -25,8 +25,8 @@ object WebCfgDlg: TWebCfgDlg
Top = 3
Width = 278
Height = 199
ActivePage =
General
TabSheet
TabIndex =
0
ActivePage =
Http
TabSheet
TabIndex =
2
TabOrder = 0
object GeneralTabSheet: TTabSheet
Caption = 'General'
...
...
@@ -228,16 +228,6 @@ object WebCfgDlg: TWebCfgDlg
AutoSize = False
Caption = 'Server-Side JS File Extension'
end
object EmbeddedJsExtLabel: TLabel
Left = 7
Top = 88
Width = 143
Height = 20
AutoSize = False
Caption = 'Embedded JS File Extension'
Enabled = False
Visible = False
end
object IndexLabel: TLabel
Left = 7
Top = 62
...
...
@@ -278,20 +268,6 @@ object WebCfgDlg: TWebCfgDlg
ShowHint = True
TabOrder = 3
end
object EmbeddedJsExtEdit: TEdit
Left = 156
Top = 88
Width = 85
Height = 21
Hint =
'File extension that denotes embedded JavaScript files (e.g. ".bb' +
's")'
Enabled = False
ParentShowHint = False
ShowHint = True
TabOrder = 4
Visible = False
end
object VirtualHostsCheckBox: TCheckBox
Left = 7
Top = 140
...
...
@@ -301,7 +277,7 @@ object WebCfgDlg: TWebCfgDlg
Caption = 'Virtual Hosts'
ParentShowHint = False
ShowHint = True
TabOrder =
5
TabOrder =
4
end
object IndexFileEdit: TEdit
Left = 85
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/ctrl/WebCfgDlgUnit.h
+
0
−
2
View file @
5e7a9d99
...
...
@@ -82,8 +82,6 @@ __published: // IDE-managed Components
TButton
*
ApplyBtn
;
TLabel
*
ErrorSubDirLabel
;
TLabel
*
ServerSideJsExtLabel
;
TLabel
*
EmbeddedJsExtLabel
;
TEdit
*
EmbeddedJsExtEdit
;
TCheckBox
*
VirtualHostsCheckBox
;
TEdit
*
LogBaseNameEdit
;
TLabel
*
LogBaseLabel
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment