Nick O'Leary
7759aacb35
Ensure custom mustache context parent set in Template node
...
fixes #1126
2017-01-23 15:34:34 +00:00
Nick O'Leary
fd6f7cd881
Display debug node name in debug panel if its known
2017-01-23 13:57:06 +00:00
Nick O'Leary
3fdeb38bb7
Ensure auth-tokens are removed when no user is specified in settings
2017-01-21 23:49:20 +00:00
Nick O'Leary
540472a093
Ensure all a tags have blank target in info sidebar
2017-01-19 13:52:38 +00:00
Nick O'Leary
daca78b6cd
Ensure links do not span tabs in the editor
2017-01-19 13:24:54 +00:00
Dave Conway-Jones
4195840b2c
make links in added info open in blank page rather than current window
2017-01-19 11:00:22 +00:00
Nick O'Leary
0ffeb0c5af
Avoid creating multiple reconnect timers in websocket node
2017-01-17 20:48:05 +00:00
Nick O'Leary
d6f6b41145
Fix inner reference in install fail message catalog entry
...
Fixes #1120
2017-01-17 09:54:17 +00:00
Nick O'Leary
0646b0060e
Display buffer data properly for truncated buffers under Object property
2017-01-16 17:43:39 +00:00
Nick O'Leary
c794ca85fd
Update changelog for 0.16.1
2017-01-16 10:30:36 +00:00
Nick O'Leary
5b4019dd3d
Add colour swatches to debug when hex colour matched
2017-01-16 10:29:00 +00:00
Nick O'Leary
a03ccd7b59
Nodes with hasUsers set to false should not appear unused
2017-01-15 13:37:21 +00:00
Nick O'Leary
4b64aad5ce
Change hard error to verbose warning if using old node.js level
2017-01-14 23:57:39 +00:00
Nick O'Leary
d146ff8794
Update debug_spec test for Error messages
2017-01-14 21:47:18 +00:00
Nick O'Leary
5349bf7628
Don't filter debug properties starting with _
...
Fixes #1117
2017-01-14 21:34:09 +00:00
Nick O'Leary
a79e4d1bb3
Node logged errors not displayed properly in debug pane
...
Fixes #1116
2017-01-14 21:33:11 +00:00
Nick O'Leary
f462435dc2
Do not look for existing nodes when checking for wires on paste
...
Fixes #1114
2017-01-13 14:16:12 +00:00
Nick O'Leary
48ad614441
-v option not enabling verbose mode properly
2017-01-13 00:01:19 +00:00
Nick O'Leary
f699516fdb
Add node.js version check on startup
2017-01-12 10:40:04 +00:00
Nick O'Leary
ca5cbb640a
Bump version 0.16
2017-01-11 20:44:53 +00:00
Nick O'Leary
0a96259ddf
Update copyright header for JS Foundation
2017-01-11 15:24:33 +00:00
Nick O'Leary
d99b9c04e4
Update changelog
2017-01-11 14:34:59 +00:00
Nick O'Leary
64d261e053
Add deploy action
2017-01-11 14:33:40 +00:00
Nick O'Leary
eb027d98aa
Add column headings to keymap table
2017-01-11 14:15:29 +00:00
Nick O'Leary
a95727b654
Scope input/export actions to be global
2017-01-11 14:15:14 +00:00
Nick O'Leary
4e636d7eec
Fix arg passing lint error
2017-01-11 12:18:52 +00:00
Nick O'Leary
3cd53f617a
Include unassigned keys to shortcut dialog
2017-01-11 11:41:25 +00:00
Nick O'Leary
b1684e82d8
Dynamically generate keyboard shortcut help dialog
2017-01-11 11:35:48 +00:00
Dave Conway-Jones
a55027b838
let copy of settings file occur on a clean install.
2017-01-11 10:12:29 +00:00
Nick O'Leary
28678acf74
Add debug logging around flow revision ids
2017-01-10 14:20:51 +00:00
Nick O'Leary
ce6594c8cc
Do not tie debug src loading to needsPermission
...
Fixes #1111
2017-01-10 09:43:46 +00:00
Nick O'Leary
75855d5450
Initialise nodeApp regardless of httpAdmin setting
...
Closes #1096 #1095
2017-01-09 22:22:49 +00:00
Nick O'Leary
f248699a30
Display info tips slightly longer
2017-01-09 22:09:06 +00:00
Nick O'Leary
29594726ca
Speed up reveal of search dialogs
2017-01-09 22:08:54 +00:00
Nick O'Leary
0a41b07297
Reorder Debug/Inject nodes in quick-add dialog
2017-01-09 16:41:16 +00:00
Nick O'Leary
e45cb7fac1
Ensure flows exist before delegating status/error events
...
Fixes #1069
2017-01-09 16:39:41 +00:00
Nick O'Leary
489dbfc72a
Update package dependencies
2017-01-09 15:01:33 +00:00
Nick O'Leary
a89ae7d77a
Update MQTT to latest 2.2.1
2017-01-09 14:35:45 +00:00
Nick O'Leary
a1eeff4034
Node status not being refreshed properly in the editor
2017-01-09 14:18:59 +00:00
Nick O'Leary
0e1013a570
Add install/remove dialog to increase friction
...
Closes #1109
2017-01-09 13:41:20 +00:00
Nick O'Leary
4562b06a60
Try to prevent auto-fill of password fields in node edit tray
...
Fixes #1081
2017-01-08 23:14:14 +00:00
zuhito
3c96218338
Add Japanese translation file(editor.json) ( #1084 )
2017-01-08 23:02:07 +00:00
Nick O'Leary
f0a4ea099c
Fix whitespace in localfilesystem
2017-01-08 23:01:28 +00:00
btsimonh
c8d6693fba
fix bug where savesettings did not honor local settings variables ( #1073 )
...
* fix bug where savesettings did not honor local settings variables
* don't create lib/flows on read; It's already created in localfilesystem.init and in saveLibraryEntry -
so removed call to promiseDir, and added a return of [] if accessing a folder which did not exist.
This is important because else when settings.readOnly is true, it still creates folders.
* Fix a CI failure where path passed to getLibraryEntry is empty;
treat this case as meaning it was wanting a folder, and return empty if the folder dioes not exist
* Add a test for getLibraryEntry( type, '/' ) as called by node-red
* change newsettings to camelCase newSettings
2017-01-08 23:00:27 +00:00
Nick O'Leary
81bbdfe413
Tidy up unused/duplicate editor messages
...
Closes #922
2017-01-08 22:54:46 +00:00
Nick O'Leary
0e362943bf
Add option to colourise debug console output
...
Closes #1103
2017-01-08 22:38:40 +00:00
Nick O'Leary
1e37fed90b
Report node catalogue load errors
...
Closes #1009
2017-01-08 20:51:31 +00:00
Nick O'Leary
aafcfef387
Add property validation to nodes using typedInput
2017-01-06 23:18:50 +00:00
Nick O'Leary
4b83d8160f
Add common validator for typedInput fields
...
Closes #1104
2017-01-06 22:20:09 +00:00
Nick O'Leary
73a41707e5
Property expressions must not be blank
2017-01-06 21:58:17 +00:00