mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 10:03:56 +01:00
removed 'append macros log' option
This commit is contained in:
parent
6625f08419
commit
da294807ca
12
hfs.dproj
12
hfs.dproj
@ -206,9 +206,10 @@
|
||||
</Platforms>
|
||||
<ModelSupport>False</ModelSupport>
|
||||
<Deployment Version="3">
|
||||
<DeployFile LocalName="hfs.exe" Configuration="Release" Class="ProjectOutput">
|
||||
<DeployFile LocalName="hfs.dpr" Configuration="Release" Class="ProjectFile">
|
||||
<Platform Name="Win32">
|
||||
<RemoteName>hfs.exe</RemoteName>
|
||||
<RemoteDir>.\</RemoteDir>
|
||||
<Enabled>false</Enabled>
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
@ -218,16 +219,15 @@
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
<DeployFile LocalName="hfs.dpr" Configuration="Debug" Class="ProjectFile">
|
||||
<DeployFile LocalName="hfs.exe" Configuration="Release" Class="ProjectOutput">
|
||||
<Platform Name="Win32">
|
||||
<RemoteDir>.\</RemoteDir>
|
||||
<RemoteName>hfs.exe</RemoteName>
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
<DeployFile LocalName="hfs.dpr" Configuration="Release" Class="ProjectFile">
|
||||
<DeployFile LocalName="hfs.dpr" Configuration="Debug" Class="ProjectFile">
|
||||
<Platform Name="Win32">
|
||||
<RemoteDir>.\</RemoteDir>
|
||||
<Enabled>false</Enabled>
|
||||
<Overwrite>true</Overwrite>
|
||||
</Platform>
|
||||
</DeployFile>
|
||||
|
||||
4
main.dfm
4
main.dfm
@ -2963,10 +2963,6 @@ object mainFrm: TmainFrm
|
||||
AutoCheck = True
|
||||
Caption = 'Enable macros.log'
|
||||
end
|
||||
object Appendmacroslog1: TMenuItem
|
||||
AutoCheck = True
|
||||
Caption = 'Append macros.log'
|
||||
end
|
||||
object Runscript1: TMenuItem
|
||||
Caption = 'Run script...'
|
||||
OnClick = Runscript1Click
|
||||
|
||||
6
main.pas
6
main.pas
@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
Copyright (C) 2002-2020 Massimo Melina (www.rejetto.com)
|
||||
|
||||
This file is part of HFS ~ HTTP File Server.
|
||||
@ -671,7 +671,6 @@ type
|
||||
Speedlimitforsingleaddress1: TMenuItem;
|
||||
macrosLogChk: TMenuItem;
|
||||
Debug1: TMenuItem;
|
||||
Appendmacroslog1: TMenuItem;
|
||||
preventStandbyChk: TMenuItem;
|
||||
titlePnl: TPanel;
|
||||
HTMLtemplate1: TMenuItem;
|
||||
@ -3624,8 +3623,6 @@ begin
|
||||
result:='';
|
||||
if (folder = NIL) or not folder.isFolder() then exit;
|
||||
|
||||
if macrosLogChk.checked and not appendmacroslog1.checked then
|
||||
resetLog();
|
||||
diffTpl:=Ttpl.create();
|
||||
folder.lock();
|
||||
try
|
||||
@ -11871,7 +11868,6 @@ if menu.items.find(logmenu.items.caption) = NIL then
|
||||
SwitchON1.imageIndex:=if_(srv.active, 11, 4);
|
||||
SwitchON1.caption:=if_(srv.active, S_OFF, S_ON);
|
||||
|
||||
Appendmacroslog1.Enabled:=macrosLogChk.checked;
|
||||
stopSpidersChk.Enabled:=not fileExistsByURL('/robots.txt');
|
||||
Showbandwidthgraph1.visible:=not graphBox.visible;
|
||||
if bakShellMenuText='' then
|
||||
|
||||
2
todo.txt
2
todo.txt
@ -34,7 +34,7 @@ document: single line diff templates (file path)
|
||||
document: {.disconnection reason|if=XXX.}
|
||||
document: %url%
|
||||
document: commands returning white space: add folder, save, set account, exec, mkdir, chdir, delete, rename, move copy, set
|
||||
document: base64, base64decode, dir, disk free, filetime, file changed, load tpl, sha256, for line
|
||||
document: pipe, base64, base64decode, dir, disk free, filetime, file changed, load tpl, sha256, for line
|
||||
document {.convert|macros|dec|hex.}
|
||||
document: new event [login]
|
||||
+ event to filter logging http://www.rejetto.com/forum/index.php/topic,9784.0.html
|
||||
|
||||
Loading…
Reference in New Issue
Block a user