Matt Pass
e52b7c673f
Notes added as these are updated via JS obj update
2015-07-03 21:53:29 +01:00
Matt Pass
c34b2608cc
English placeholder tweaks/additions
2015-04-27 16:12:09 +01:00
Andrey Grinenko
c1982279f4
use font from settings in both fileManager and Tabs - otherwise on high-density screens it is getting hard to work
2015-02-23 01:30:55 +03:00
Matt Pass
b65a7a690e
Microtime all CSS and JS paths to help stop caching
2015-01-23 08:22:41 +00:00
Matt Pass
180d26f837
fmDragBox added and related classes and styles
...
On mouse down, up and drag, we now also call boxSelect function with
appropriate param
If we haven't just dragged a box select area, we can selectFileFolder on
click. If we have, set to false afterwards to reset
fmDragBox div added with no select properties and also added to body
2014-11-18 13:29:43 +00:00
Matt Pass
d66d41b17f
Display plugins icon, clickable as toggle
...
Useful for those using mobiles, where the left edge isn't really
accessable
Also makes the plugins panel obvious for those on desktops
2014-11-07 21:35:27 +00:00
Matt Pass
51661a41dd
Files/dirs with 777 shown in red
...
The 777 perm is now shown with a red background (and white text) so it
stands out as a bad practise. May look to add a setting to turn this
on/off in future.
2014-11-07 20:28:16 +00:00
Matt Pass
4751e1c24a
Background transition, changes on focus/blur
...
To indicate which side has focus
2014-10-30 17:33:46 +00:00
Matt Pass
0e11386448
On setting GitHub diff to true, go split pane also
2014-10-11 12:46:19 +01:00
Matt Pass
f10909160a
On load, hide or show the GitHub nav
...
Dependant on top.ICEcoder.githubDiff being true/false
2014-08-27 09:20:13 +01:00
Matt Pass
5de4cd657e
Language system setup and English translations
...
Covering top level and login so far only
2014-08-06 09:26:50 +01:00
Matt Pass
6fedd41ced
githubDiff mode flag and root loaded by get-branch
...
Session var used as flag to indicate github diff mode
Instead of now including get-branch.php after setting the | root
location, we now set the src on the fileControl iframe, which does the
loading of the branch as with all other subsequent branches loaded
2014-07-27 12:42:12 +01:00
Matt Pass
5c2e7c0adf
GitHub icon shows if needed as toggle button
2014-06-23 08:45:05 +01:00
Matt Pass
a3c0243772
Include headers lib & csrf hidden form field
...
To help protect against CSRF and clickjacking
Also include hidden form field containing this for postback
top.ICEcoder.csrf also set
2014-04-18 17:57:54 +01:00
Matt Pass
29e5dc0eae
Language related items moved to seperate files
...
Makes it easier for users to customise languages supported
2014-03-15 14:09:06 +00:00
Matt Pass
116f8bdff7
On context menu instead select file
...
Don't set rightClickedFile
2014-02-21 09:15:41 +00:00
Matt Pass
c80cbbdc0a
onBlur also resetKeys
2014-02-18 09:09:25 +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
c67d93e869
On drop, get mouseXY for area
...
Also now sets the area in top.ICEcoder.area, useful for other purposes
2013-09-26 18:19:48 +01:00
Matt Pass
6d84279d46
Lock added to file display, above refresh icon
2013-09-11 10:59:24 +01:00
Matt Pass
376d564004
Set $GET location to generate branch
...
We're now using branch generating for the root on init, so we use the
same single system.
We also get the animated effect on init of the root as a result.
2013-07-17 13:33:47 +01:00
Matt Pass
3326ba5784
New iframe added for processControl
...
Processes will be loaded into this. For now it's only used by
processes/on-load.php.
As more processes are added this will be used by them.
2013-05-31 20:18:22 +01:00
Matt Pass
a86e7e4182
Using file-types.css too
2013-05-21 16:42:33 +01:00
Matt Pass
0fb9680f72
devMode setting added, swapped menu item order
...
New setting for devMode. If true it will use the unminified ice-coder.js
file, otherwise the min.js version
Copy option now available for multple file copying, outside of single
menu items. Paste option moved next to it.
2013-05-09 09:06:23 +01:00
Matt Pass
2d75b57195
Using minified JS file
...
40% byte saving so loads that bit faster.
2013-05-06 16:00:01 +01:00
Matt Pass
eba6f4eaf2
Pass event to showMenu on context menu
...
This is used as a hook to establish if CTRL, shift and Alt keys are down
2013-04-21 15:16:40 +01:00
Matt Pass
3d91b8ab13
Can only start or end tab drag if not over close
...
Can only begin tabDragStart or tabDragEnd functions if overCloseLink is
false
2013-03-22 16:46:46 +00:00
Matt Pass
4aad818888
Remove line return
...
Was causing issues with adding to root. Needs to be just like its set in
lib/get-branch.php
2013-03-08 14:18:49 +00:00
Matt Pass
e130a87e81
iFrame added to run unit tests within
2013-03-07 09:44:33 +00:00
Matt Pass
5898ebb5f0
Remove file & folder count
...
Remove build up of vars, data, functions and triggering the update of
this on load
2013-03-02 18:14:04 +00:00
Matt Pass
017ef727ab
Put root LI on one line like subdir items
2013-03-02 14:12:01 +00:00
Matt Pass
030e219cbd
Don't reload root on click & put things on 1 line
2013-03-02 12:35:28 +00:00
Matt Pass
80a4e54802
Enabling root to be collapsed and condensing code
...
Added 2nd param to root level so it can be collapsed now.
Also condensed how we're outputting the perms info for the root.
2013-02-28 09:30:07 +00:00
Matt Pass
29981dfd52
rename get-tree to get-branch
2013-02-26 16:48:56 +00:00
Matt Pass
5c7a6bbf8f
No longer creating full trees
...
Evolved to a branch loading system only, none of this needed anymore
2013-02-26 13:09:36 +00:00
Matt Pass
6ff50cb42d
4 x vars moved to get-tree.php
...
Need to make use of these for branch injection too
2013-02-24 17:17:00 +00:00
Matt Pass
8c1131442b
Keep root level out of get-tree.php
...
This is so we can call get-tree.php and just get the UL list at a dir
location
2013-02-24 14:09:16 +00:00
Matt Pass
f03cfcb0e3
Only create full tree if treeType is 'full'
...
No need to do any of this if not, so wrapped in an if condition to
exclude otherwise
2013-02-24 13:43:04 +00:00
Matt Pass
1234f789a4
Move display of UL list into include file
...
This is so we can use for other purposes shortly, such as different
treeTypes
2013-02-24 11:20:07 +00:00
Matt Pass
38c46f3d5c
Merge onClick events & removing fileManager()
...
Remove triggering fileManager() onLoad, this is the only place it's used
Set the class, style and onClick events to replicate what that function
was doing
2013-02-20 18:05:48 +00:00
Matt Pass
5d6b057361
Replace URL special chars when folder sorting
...
When sorting folders into order, special chars such as $, -, _ etc were
causing sorting issues while other chars such as _ worked OK. This is
all due to the char's ref in relation to a-z, 0-9 and A-Z chars in the
char table. By replacing these URL special chars (defined in RFC 1738
specification) with a \ (the only char not allowed in a file/folder
name), we are levelling these chars out, so we can safely focus on
alphanum sorting only.
2013-02-20 09:34:29 +00:00
Matt Pass
8fcbdc8ea0
Reinstate files.php only
...
Stupid line breaks
2013-02-20 09:32:19 +00:00
Matt Pass
8cd5a10ea8
Trigger tabDragEnd onmouseup on html tag
...
This is so you can drag and release in either the editor or files areas
and it will release the tab.
2013-02-08 10:21:48 +00:00
Matt Pass
9a95bae6ba
Meta robots noindex, nofollow
...
To stop ICEcoder showing up on search engine results
2012-12-17 08:46:43 +00:00
Matt Pass
d40cdeb65e
Syntax tidy up
...
Removed commented code, simplify parens & tabbed formatting
2012-11-28 17:04:01 +00:00
Rich Kucera
bdb171dc6d
add banned paths
2012-11-28 10:57:57 -05:00
Matt Pass
8ec8efe967
Fix to only pass tests if matching dir exactly
...
Stops for instance matching dir/fold on dir/foldersz
2012-10-31 16:00:03 +00:00
Matt Pass
e66811a4e2
Removed beta tag
2012-10-23 20:21:39 +01:00
Matt Pass
2988de5501
v0.9.1 beta
2012-10-20 16:55:42 +01:00