Matt Pass
3e0f41b585
Removed plugins from settings screen
...
Added anagnam to credits as he let kindly me use webspace to test fixes
Plugins removed from settings screen now, set via plugin manager
FM root input field moved up now plugins area has gone
2014-01-11 15:07:40 +00:00
Matt Pass
887c7c1873
Plugins textarea not part of settings screen now
2014-01-11 15:03:35 +00:00
Matt Pass
67ab6c8f9c
repPosEnd now to previousFiles, GET QS on update
...
End point immediately after plugins is now previousFiles as plugins has
moved in the array order
Tacked ?updatedPlugins onto the URL so we can pick this up and know what
to also action in plugins-manager.php
2014-01-11 15:02:31 +00:00
Matt Pass
af0e81e690
Position of plugins array moved
...
It's now updated from manager, not from settings screen
2014-01-11 14:59:39 +00:00
Matt Pass
e54d735614
Set content vis onLoad, plugins DIV, zip optional
...
Set visibility of content onload here, not tacked onto end of
$onLoadExtras
$pluginsDisplay now wrapped in a DIV with an id as a hook so it's
updateable
Only if we have the Zip-It! plugin should we display the option to zip
the file, as the plugin is optional now
2014-01-11 14:58:52 +00:00
Matt Pass
d298de35cf
Copyright 2014 now
2014-01-11 14:45:02 +00:00
Matt Pass
c55c154856
Added note re setting perms on plugins dir also
2013-12-29 14:45:21 +00:00
Matt Pass
4a36e1ec64
showManual section and pluginManager function
...
showManual function can now take a section param and append to iFrame
URL to target a section of the manual if required. Used from Plugin
Manager only for now.
pluginsManager is a new function to display the Plugins Manager on
demand
2013-12-29 14:44:56 +00:00
Matt Pass
53d712b0ba
Plugins Manager added
...
Allows you to install/uninstall as well as update the details of
installed plugins
2013-12-29 14:41:18 +00:00
Matt Pass
801597f91f
Link to plugins manager added
2013-12-29 14:32:15 +00:00
Matt Pass
af0de2020e
Plugins removed
2013-12-29 14:29:25 +00:00
Matt Pass
1a5540de98
Keep the plugins dir
2013-12-29 14:28:21 +00:00
Matt Pass
bac9dd697c
Plugins removed
...
Plugins are no longer supplied with ICEcoder itself but now available to
install/uninstall remotely
2013-12-29 14:28:08 +00:00
Matt Pass
62c28202a0
Version 3.4
v3.4
2013-12-20 11:55:12 +00:00
Matt Pass
33b47df99b
Upgrade to CodeMirror 3.20
2013-12-20 10:35:06 +00:00
Matt Pass
58075d175d
Upgrade to CodeMirror 3.20
2013-12-20 10:33:55 +00:00
Matt Pass
581cef9550
New loading animation by @tobiasahlin
...
New, more modern loading animation created by @tobiasahlin
Less code and far more awesome looking
2013-12-20 10:16:34 +00:00
Matt Pass
d393018cd3
Use nohref and put into onclick event
2013-12-20 10:12:43 +00:00
Matt Pass
67a2c86173
Always show dev mode message & add note
...
Now shows if dev mode is on/off and which file is being used
Added note also about how to put it into dev mode as people don't know
about this
2013-12-11 06:43:02 +00:00
Matt Pass
8918abde7e
Remove HTML tags
...
These only display in title and alt tags, so should just be plain text
2013-12-11 06:42:02 +00:00
Matt Pass
b1277ab4a8
Update to match main JS file
2013-12-11 06:26:41 +00:00
Matt Pass
b692360fb0
File added to download specified file
2013-12-11 06:24:44 +00:00
Matt Pass
bbd96d39ab
Download function added
...
Takes file param and calls new download file with file in QS
2013-12-11 06:23:42 +00:00
Matt Pass
6fcb600fd9
Download option added
2013-12-11 06:22:04 +00:00
Matt Pass
0da9371c4d
Move event added
...
If we're due to move a file and it's writable, rename it to new location
Call move event once done to update file list
Show message if we failed or clear server message if all is OK
2013-12-11 06:20:20 +00:00
Matt Pass
209fb3be48
Moving files by dragging now possible
...
moveFile function added - takes oldName and newName and moves to that.
Also performs tab renaming as per rename function
updateFileManagerList function has new move event to add at new location
and remove from old
dropFile function updated to kickstart all of this with new moveFile
function call
2013-12-11 06:16:12 +00:00
Matt Pass
2817e9c34b
Update to match main JS file
2013-12-08 16:13:22 +00:00
Matt Pass
ffed16ef15
Only setOption if we have a CM instance
...
Only focus on editor if we have a CM instance
On dragging files/folders, get the path if a file, otherwise go with the
folder path.
If we have CTRL key down, copy the selectedFiles and paste to the
tgtPath just established
Display temp message about move function coming soon
2013-12-08 16:11:59 +00:00
Matt Pass
43cc344b8b
Check if we have a CM instance before focus
2013-12-08 16:06:55 +00:00
Matt Pass
0a4c4f14eb
stopPropagation event added too onDragOver
2013-12-08 16:03:44 +00:00
Matt Pass
61a22c060e
onDragStart and onDragOver events added
...
onDragStart now selects the file/folder
onDragOver kills the default event, so we don't get the not allowed icon
etc
2013-12-08 15:47:41 +00:00
Matt Pass
1e322fedcd
Event should be onClick with nohref
...
cursor: pointer also added for pointer hand consistency
2013-12-08 13:33:50 +00:00
Matt Pass
0da7ca2e4d
Change of security related headers & comment out
...
The X-CSP was stopping Firefox from working, complained about a CSP in
Emmet
Changed the security items, then found none were needed, so commented
out
2013-12-08 13:17:43 +00:00
Matt Pass
f134eca08b
Drag & drop files into editor fix
2013-11-07 09:05:27 +00:00
Matt Pass
6c717e995a
Version 3.3
v3.3
2013-10-31 18:23:17 +00:00
Matt Pass
07f5a9b548
Removed css lint lib
...
It relies on a 310k lib from Stubbornella. Far too big.
2013-10-22 18:24:06 +01:00
Matt Pass
951637127b
Removed images, using base64 URIs now
...
No need to have these anymore
2013-10-22 18:18:30 +01:00
Matt Pass
6aa2d0e533
CSS hinting now on SQL, CSS and XML
...
Applied with a smarter approach to the code here
2013-10-22 18:07:32 +01:00
Matt Pass
82b6af34ca
Now using CodeMirror 3.19
2013-10-22 17:52:09 +01:00
Matt Pass
d91ea35dfe
Update from 3.16 to 3.19
...
(Includes updates from the recent set of commits)
2013-10-22 17:51:45 +01:00
Matt Pass
1e0ff0dfd6
Now includes css hint, css lint and sql hint
2013-10-22 17:51:11 +01:00
Matt Pass
7147373d86
Now includes css hint, css lint and sql hint
2013-10-22 17:49:47 +01:00
Matt Pass
d86326aca8
License update
2013-10-22 17:49:29 +01:00
Matt Pass
b37a723296
base64 URI images used instead of 3 files
...
Also fixes to white-space and removed other experiemental classes
(Marijn H did all this)
2013-10-22 17:49:16 +01:00
Matt Pass
7af428572d
Main CSS file updates
2013-10-22 17:45:17 +01:00
Matt Pass
0c2962ca15
New theme
2013-10-22 17:44:33 +01:00
Matt Pass
fcc1af71ec
Theme updates
2013-10-22 17:44:13 +01:00
Matt Pass
77b7a88651
Use FILEINFO_MIME instead to get mime type
...
FILEINFO_MIME_TYPE is only available on PHP 5.3+ and on some servers
it'll use finfo_open but then get nothing back using this newer param
option.
2013-10-13 13:22:44 +01:00
mattpass
f6e508fbff
Change to git clone command
...
Changed to full URL to be accessable by all
2013-10-12 20:28:44 +01:00
Matt Pass
1ef5f94953
Add draggable, ondrag and ondragend to new LI's
2013-09-27 08:06:32 +01:00