Matt Pass
22bca280f5
5 x new settings added, lineNumbers updates preview
2016-04-23 15:19:03 +01:00
Matt Pass
1e7b735b7f
Add note re comma delimited
2016-04-14 08:24:31 +01:00
Matt Pass
aa92f86aa9
Setting added for auto-logout mins
2016-04-05 17:13:08 +01:00
Matt Pass
0245ae418a
Wording change and now shows 'X days of backups'
2015-09-09 08:43:36 +01:00
Matt Pass
36ea3eabc4
Backup settings added to turn on/off and for X days
2015-09-08 07:59:52 +01:00
Matt Pass
0e82fb8c97
Settings section tabbed and tidied up also
2015-07-09 12:11:13 +01:00
Matt Pass
ea49fed017
Better info on side, simpler generation of list
2015-05-02 14:09:09 +01:00
Matt Pass
47f64bf874
Shuffle items around and style tweaks
2015-04-25 10:15:13 +01:00
Andrey Grinenko
d826469c49
Merge branch 'master' of git://github.com/mattpass/ICEcoder
2015-02-20 23:52:19 +03:00
Andrey Grinenko
52d7d0819c
indentAuto - make configurable
2015-02-20 23:40:47 +03:00
John Arroyave
bd692990cb
Spanish language in settings-screen.php
2015-02-19 07:05:26 -05:00
Matt Pass
db44da92f1
Syntax fix to output microtime correctly
2015-01-25 11:41:17 +00:00
Matt Pass
f681cc88c9
Portuguese (BR) contibution by @leonardoroese
...
Committed manually due to merge conflict issues
2015-01-23 09:24:59 +00:00
Matt Pass
b65a7a690e
Microtime all CSS and JS paths to help stop caching
2015-01-23 08:22:41 +00:00
Matt Pass
53e5a4e3cb
language dropdown added
...
Languages worded in own language also
2014-11-18 15:32:22 +00:00
Matt Pass
2b44096c4e
Setting for updateDiffOnSave
...
With this enabled (the default), saving a file will copy the main pane
value to the diff pane. This means you can see what changes you are
making prior to a save and also can undo changes in diff pane to see
save points and how they differ to the main pane.
2014-11-14 09:49:39 +00:00
Matt Pass
be74745318
Links added for info on 2 types of auth token
2014-09-18 18:08:05 +01:00
Matt Pass
3a7e728871
No autocomplete on the GitHub auth input field
2014-09-18 17:51:14 +01:00
Matt Pass
0d4ca6a483
Final language replacement placeholders
2014-08-21 14:29:11 +01:00
Matt Pass
21b4c8bc12
Github auth token setting added
...
Editor preview not as high and other options shifted up
Github Auth Token setting added with notes on usage
2014-07-27 12:31:12 +01:00
RelaxedArcher
10b6a3556f
Added settings menu for multi-user and registration control
2014-06-04 02:46:03 +03:00
Matt Pass
45fef223ce
Removed list of people, now on website
2014-04-26 14:59:53 +01:00
Matt Pass
ed800a01ce
https: used
2014-04-26 12:22:31 +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
748c378ff8
Revised people list and stopped setting true
2014-03-15 13:11:42 +00:00
Matt Pass
3192015816
[?] icons, moved items & bug checking settings
...
Various notes moved/added into title tags of [?] to keep things neat (as
per help/shortcuts screen)
Plugin and file manager items now side by side in DIVs
3 x bug reporting items added - file path, timer and max lines
2014-02-28 12:16:18 +00:00
Matt Pass
accf9b0936
Plugin panel aligned option added
...
Allows user to set it to be left/right
2014-01-11 16:33:24 +00:00
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
9c4a74c406
Tab margin offsetting and autocomplete setting
...
Tabs now have -1px left margin to offset 1px left border
Heading moved to side panel and some line breaks removed, to make way
for new setting
Autocomplete setting added, options for ctrl+space and keypress
ctrl option on this and also tag wrapper command now show as ctrl/cmd
Change margin-left value on change of visible tabs setting
2013-09-17 09:14:47 +01:00
Matt Pass
cfa3fd69e0
Property-fix - should be border-left-width
2013-09-13 16:03:17 +01:00
Matt Pass
1d50425de1
Tabs have border-left instead of content arrow
...
To now provide lines to show indentation
2013-09-11 17:09:01 +01:00
Matt Pass
a194aad9e9
Fix size of the shown select menu
...
New options with longer names caused options to the right to shift along
2013-08-11 17:17:53 +01:00
Matt Pass
1c7fb3b61c
Lowercase like other settings
2013-08-11 16:04:45 +01:00
pushreset
65c77f7d93
Choose tag wrapper combination
2013-08-10 18:22:55 +02:00
Matt Pass
e7223c96b7
2 new contributors added
2013-07-25 07:21:31 +01:00
Matt Pass
0195524f17
Condensing & improving code
...
Alt added to logo
Outputting the Twitter list in a shorter way
Imploding 4 sets of array items instead of using a for loop
2013-07-07 15:43:47 +01:00
Matt Pass
483ee12ccd
Show message when we can't save in demo mode
...
Alert user that we can't commit setting changes in demo mode
2013-06-21 22:00:27 +01:00
Matt Pass
eed8b29753
ICEcoder logo update and docRoot setting added
...
New ICEcoder logo added plus docRoot available as a setting in
config___settings.php
2013-06-05 16:14:36 +01:00
Matt Pass
9dd2221841
All variations of password now just password
...
To make things simpler, everything is now just called password rather
than accountPassword etc
settings.php also now gone back to checking for the existance of the
$_POST password rather than looking for a submit button named 'set
password'. This obviously wouldn't work as that's not the name of the
button on the settings screen, it's 'update'
2013-06-04 17:25:46 +01:00
Matt Pass
831770e7d8
Updateable font size
...
Font size is set from config setting.
New font size setting available for user input. On changing this, it
updates the CSS class.
2013-04-20 16:11:20 +01:00
Matt Pass
3c4872c231
indentSize and indentWithTabs
...
tabWidth is now indentSize
indentWithTabs is a new setting which can be true/false (false means
spaces)
Applied immediately after updating on settings screen
2013-04-14 14:12:18 +01:00
Matt Pass
70db2a15f4
Shuffle of people who helped in some way with v2
2013-03-05 16:47:34 +00:00
Matt Pass
3339a63268
Link to site, clickable logo, root and people
...
Logo is now clickable to ICEcoder site and link also added
If we have no root, show as a /
Add Emmet in people list
Also add extra thanks at end to Github contributors
2013-03-02 17:02:07 +00:00
Matt Pass
47a9bde70b
Indent tabs removed as a setting
2013-03-02 11:24:59 +00:00
Matt Pass
c41cfe5ae2
Fix to CodeMirror display area
...
CodeMirror v3.1 extended it's CSS margin bottom by 30px. Plus also
change BG style font etc to be more in line with editor.php.
2013-03-01 16:48:22 +00:00
Matt Pass
e3431f201c
Setting treeType is no longer an option
...
Branch loading is now the default and only way to view a tree
2013-02-26 13:10:18 +00:00
Matt Pass
460d7c5aea
treeType added as a setting
...
root setting text input a bit smaller to allow for this new dropdown
treeType dropdown added with 3 options for full, branch & branchReload
2013-02-24 13:41:06 +00:00
Matt Pass
570642d820
Meta robots noindex, no follow & dont selectTheme
...
Don't want ICEcoder installs showing up on search engine results
Also no need to selectTheme onChange of linewrapping select menu
2012-12-17 08:48:41 +00:00
Matt Pass
2ebec54476
Line Wrapping and Banned Paths Options
...
New options available to set in the settings screen
Also passes through to useNewSettings function for in session changes
A couple of other minor changes to style and layout
2012-12-12 17:56:43 +00:00
Matt Pass
e66811a4e2
Removed beta tag
2012-10-23 20:21:39 +01:00