mattpass
623ee10a81
Uploaded files data in array, string type cast octal for octdec
2021-07-24 16:05:43 +01:00
mattpass
bc589549f3
Remove FTP functionality & UI from ICEcoder
2020-12-30 14:57:37 +00:00
mattpass
b702a9c31c
Extra escaping needed to show new line in alert msg
2020-09-21 16:58:04 +01:00
mattpass
f196bb9305
Fixing Save As issue plus a few PHP notices
2020-07-21 08:13:23 +01:00
mattpass
501d9f048d
item 0 removed when deleting from serverQueue, dont lowercase filename replace in modal, exclude findFilesExclude
2020-07-20 22:22:12 +01:00
mattpass
b009ef24ab
Remove stray old code, error if fail to move or rename
2020-07-13 19:22:08 +01:00
mattpass
f59a1e5818
Lots of dir/file renaming and moving tweaks and fixes
2020-07-03 18:21:13 +01:00
mattpass
a2e8e855f9
Close tabs if the file is no longer there after a dir/file delete
2020-07-03 15:36:32 +01:00
mattpass
df5d148ac5
Improved working with OS for serverType
2020-06-27 16:27:25 +01:00
mattpass
35fa4c8570
Don't selectFiles=[] on update FM, can move to root
2020-06-27 15:23:20 +01:00
mattpass
9d1e254955
WIP on saving while tab switching
2020-06-24 18:35:07 +01:00
mattpass
e0caeb4cc8
ExtreProcesses, System and URL now indicated as classes
2020-06-20 07:39:24 +01:00
mattpass
92cff73c3a
Find & replace case insensitive
2020-06-19 09:37:52 +01:00
mattpass
6259dd2883
Don't compound doNext on upload
2020-06-13 10:47:59 +01:00
mattpass
69bb3f2905
Don't compound doNext in file control tasks
2020-06-13 10:30:02 +01:00
mattpass
4cc2070eb9
Close empty tab more intelligently, fix rrmdir for backups, bool logic
2020-06-13 09:45:15 +01:00
mattpass
4cf3af16f6
Fix ftpSite bool usage
2020-06-05 18:24:17 +01:00
mattpass
c965ae5051
Sass and LESS handling, remove 3 x on's
2020-05-27 06:40:52 +01:00
mattpass
9d846f0f2a
FTP methods absorbed into class
2020-05-10 16:28:52 +01:00
mattpass
9d7dfc846c
file-control.php now used for loading, uses classes
2020-05-10 15:45:12 +01:00
mattpass
9edc6417de
Use _ExtraProcesses class where needed
2020-05-09 13:18:28 +01:00
mattpass
36b3622d11
No parens for include functions
2020-05-04 08:17:05 +01:00
mattpass
acf7300514
file-control.php overhauled
2020-05-04 08:11:34 +01:00
mattpass
06308e2467
Asset path changes in 4 x lib files
2020-03-21 08:04:34 +00:00
mattpass
18e57c4b43
Remove GitHub related items from FTP and FM
2020-03-14 08:33:55 +00:00
mattpass
db505600cc
parent.parent. used to realign paths for file-control.php
2020-02-28 17:44:38 +00:00
mattpass
33065f4b07
top. and parent. revised in file-control.php
2020-02-28 17:16:53 +00:00
mattpass
095e8b9155
No need to strClean filename
2020-02-01 15:05:22 +00:00
Matt Pass
6500205624
Change rtrim to preg_replace in file control
2020-01-11 13:02:07 +00:00
Matt Pass
4b5a2ff8ee
No message for toUTF8noBOM in this case
2019-08-25 14:43:57 +01:00
Matt Pass
e4570d4530
Remove old console.log
2017-09-28 21:23:35 +01:00
Matt Pass
4bf04b1c08
Improved code to handle LR throughout
2017-02-21 18:34:07 +00:00
Matt Pass
0f971b547e
Strip \r and replace \n ith CR for browser pickup
2017-02-21 16:49:27 +00:00
Matt Pass
54f293a823
Microtimes added to image URL to avoid cache
2016-10-18 08:29:06 +01:00
Matt Pass
3d8644ae4c
Using getData function now
2016-08-25 14:44:18 +01:00
Matt Pass
afe4222eb6
Colors wrapped in DIV and CORS wrapper added
2016-08-02 11:33:55 +01:00
Matt Pass
f15a1b1d8e
Replacing alerts with ICEcoder.message
2016-08-01 08:39:48 +01:00
Matt Pass
2727bcb3e8
Replace * when analysing bannedFiles list
2016-04-24 11:14:18 +01:00
Matt Pass
f5705393ee
Check if requested file is on banned list first
2016-04-14 08:25:42 +01:00
Matt Pass
a406abd610
No longer using PHP LZ Compressor
...
Was too problematic one some characters so dropping use of this idea.
Too little benefit and many issues arising.
2016-04-02 11:46:15 +01:00
Matt Pass
587132d81b
LZCompress now including UTF16
2016-03-28 22:26:40 +01:00
Matt Pass
cba7f06b4e
Load LZ PHP lib, compress and decompress contents
2016-03-16 19:51:59 +00:00
Matt Pass
e82d93108d
Don't recursively set fold markers now onload
2016-03-12 16:41:16 +00:00
Matt Pass
c896ebb087
Set savedContents also when loading
2016-03-11 18:35:05 +00:00
Matt Pass
815578eb34
Now getting count info & as 2nd part use arrray val
2015-10-08 09:26:09 +01:00
Matt Pass
84fefcbad0
On opening file, push in version count and display
2015-09-18 10:49:48 +01:00
Matt Pass
38a5bea898
Merge pull request #581 from bhz6344/patch-1
...
To fix Chinese character display abnormal
2015-08-21 06:06:54 +01:00
Matt Pass
b1df1e8403
Use ftpStart and ftpEnd functions
2015-08-19 06:36:04 +01:00
bhz6344
ac65cd89c1
To fix Chinese character display abnormal
...
When "default_charset" was not set in php.ini,and the file contents chinese char,it may show incorrectly.
Because the function htmlentities() takes "ISO-8859-1" as default value of "default_charset" if PHP version is lower than 5.4.
So I think it's better to check the "default_charset" before function htmlentities().
What's your opinion?
2015-08-17 14:23:45 +08:00
Matt Pass
2ef1637d0b
Clarify var by calling it ftpRoot
2015-08-13 09:23:11 +01:00