Matt Pass
d44bc40c85
5 x new settings added
2016-04-23 15:14:19 +01:00
Matt Pass
f8c1fbfbec
lineNumbers controlled from JS var
2016-04-23 15:13:55 +01:00
Matt Pass
94fe55cc14
5 x setting text pieces added
2016-04-23 15:13:26 +01:00
Matt Pass
e2f63a1d3b
5 x settings controlled from JS vars
2016-04-23 15:13:07 +01:00
Matt Pass
f8565d87b7
Version 5.5
v5.5
2016-04-21 09:38:10 +01:00
Matt Pass
5a9cd5e85c
Change true to false if checkbox is set
2016-04-14 09:28:05 +01:00
Matt Pass
09d34da6c3
disable further reg checkbox added & style tweaks
2016-04-14 09:26:17 +01:00
Matt Pass
d31db1de4e
disable further registrations text piece added
2016-04-14 09:23:52 +01:00
Matt Pass
f388545412
Check if file/dir requested is on banned list first
2016-04-14 08:28:47 +01:00
Matt Pass
f5705393ee
Check if requested file is on banned list first
2016-04-14 08:25:42 +01:00
Matt Pass
1e7b735b7f
Add note re comma delimited
2016-04-14 08:24:31 +01:00
Matt Pass
6c12f36805
Italian language needs some apos unescaping
2016-04-13 22:17:19 +01:00
Matt Pass
838612932c
Create duplicate IP based config file also
2016-04-08 10:22:10 +01:00
Matt Pass
b9f08b160b
Margin to left & slightly slimmer, plus help cursor
2016-04-06 23:06:44 +01:00
Matt Pass
fcf72f0d12
Missed the dot
2016-04-06 22:56:09 +01:00
Matt Pass
d1a2f6ab8f
activeline-background added back in
2016-04-06 22:54:03 +01:00
Matt Pass
38693781a0
Change of background and matchingbracket, drop activeline-background
2016-04-06 22:50:51 +01:00
Matt Pass
1fdb6c0086
Redo style for matchingbracket
2016-04-06 22:49:57 +01:00
Matt Pass
1fce9834db
matchBrackets now included and enabled
2016-04-06 22:49:32 +01:00
Matt Pass
095d626883
Auto logout and interaction timers
...
openSecs to store a total number of secs ICEcoder has been open for, a 1
sec interval to check for auto-logout and session ping events. Function
added to show warning 60 secs before a logout, useNewSettings function
updates auto-logout period on settings change. Also function added to
reset the auto logout timer if it's showing. logout function now accepts
a type and maybe passes that through plus interceptKeys will reset timer
also
2016-04-06 21:48:40 +01:00
Matt Pass
4b12f4f365
Reset timer added to mouse events
2016-04-06 21:36:11 +01:00
Matt Pass
5d3ffae30c
Mouse events added to reset and pingActive iframe
2016-04-06 21:34:09 +01:00
Matt Pass
9b6a701ffc
reset timer on mouse events & auto-logout added
2016-04-06 21:31:13 +01:00
Matt Pass
d909d5ce1c
Add file to keep session alive
2016-04-06 21:23:37 +01:00
Matt Pass
3d866fa2f2
Auto logout warning content added
2016-04-05 19:27:47 +01:00
Matt Pass
6ed0861f5b
autoLogoutMins param added with 0 as default
...
0 being disabled setting
2016-04-05 19:25:43 +01:00
Matt Pass
4154b2bf3b
Text pieces added re auto-logout
2016-04-05 19:08:27 +01:00
Matt Pass
59a18645c6
autoLogoutMins now updated in file
2016-04-05 17:13:38 +01:00
Matt Pass
aa92f86aa9
Setting added for auto-logout mins
2016-04-05 17:13:08 +01:00
Matt Pass
444e7ef6b4
Dropped support for Rust
...
CodeMirror doesn't seem to work with this mode after minification and so
has been dropped.
2016-04-02 14:23:41 +01:00
Matt Pass
d9393bf059
Only set mode if it's different to what is set
...
Avoids recoloring code
2016-04-02 13:18:29 +01:00
Matt Pass
904dee8f80
Check & clear server queue & return if we have this
...
If we have the exact same item URL, there is a save jamming situation,
so clear the server message and item from the queue then return
2016-04-02 12:55:19 +01:00
Matt Pass
cca5836698
No longer LZ compressing data before sending
2016-04-02 11:48:00 +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
5cde633847
Not using JS LZ Compressor anymore
2016-04-02 11:42:58 +01:00
Matt Pass
de5460b43f
Removed PHP and JS versions of LZ Compressor
...
Becoming too problematic to use and for such little benefit so dropping
2016-04-02 11:42:36 +01:00
Matt Pass
a66661b194
Old style syntax re arrays also
2016-03-29 21:35:12 +01:00
Matt Pass
587132d81b
LZCompress now including UTF16
2016-03-28 22:26:40 +01:00
Matt Pass
3c6b6ff81d
Version 5.4
v5.4
2016-03-19 12:28:47 +00:00
Matt Pass
c811b8585a
Remove commented line re folding
...
Using CodeMirror foldcode addon now
2016-03-19 11:46:04 +00:00
Matt Pass
344bd2dd50
Handle dragging files setting drag cursor
...
On drag over CM instance, call setDragCursor with event and 'editor'
string
Set ondragover function call upon this function too with folder/file
string, same as when init'ing via get branch
setDragCursor function added, handles cursor for dropping files editior,
folder and file including if we have the CTRL key down or not
2016-03-19 11:10:30 +00:00
Matt Pass
875d8a75ca
On drag over file/folder, start setDragCursor()
2016-03-19 11:06:14 +00:00
Matt Pass
077163650b
On drag over CM instances begin function
2016-03-19 11:05:06 +00:00
Matt Pass
891a4c2b8c
Set drag data using new func on dragstart (FF need)
2016-03-18 22:10:18 +00:00
Matt Pass
2bbc2f5628
Set default data on drag start (so it works in FF)
2016-03-18 22:07:44 +00:00
Matt Pass
2cd2aaa916
String escaping needed
2016-03-18 22:06:22 +00:00
Matt Pass
fd73e42df3
Improvements and fixes, esp to FTP saving
...
No need to replace \r\n also in stitchChanges (\n and then \r will do
that).
If FTP based file, get from fixed filepath, explode on new lines and add
lineEnding to end of each but last, to match what the local file($file)
process will do.
Establish number of Unix and Windows lines in 'changes' update process
only (no need to do on new file) and also str_replace based on their
counts under FTP usage also (to match what local file processes are
doing).
2016-03-18 19:42:18 +00:00
Matt Pass
e127a9eee1
strClean 2 x input points
2016-03-18 15:46:38 +00:00
Matt Pass
0617f294cd
No newlines at EOF and remove file_exists
...
Existence of a dir is done on is_dir
2016-03-18 14:00:18 +00:00
Matt Pass
31428cdaf0
Merge pull request #614 from microvb/patch-1
...
Error control for missing local folder
2016-03-18 13:57:16 +00:00