Nick O'Leary 
							
						 
					 
					
						
						
							
						
						bf1cd457cd 
					 
					
						
						
							
							Add RED.editor.createEditor utility function  
						
						 
						
						
						
						
					 
					
						2015-02-26 21:29:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						393fc349b9 
					 
					
						
						
							
							Fix saving for node-library content  
						
						 
						
						
						
						
					 
					
						2015-02-26 17:08:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dceejay 
							
						 
					 
					
						
						
							
						
						54b0debb3b 
					 
					
						
						
							
							Re-order palette categories, move subflows to top of list.  
						
						 
						
						
						
						
					 
					
						2015-02-25 10:10:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						1876b56022 
					 
					
						
						
							
							Fix jshint error  
						
						 
						
						
						
						
					 
					
						2015-02-24 23:06:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d148a23ed6 
					 
					
						
						
							
							Handle config nodes appearing out of order in flow  
						
						 
						
						... 
						
						
						
						The editor ensures config nodes appear first in the flow file. The
code in the runtime and editor assumes this to be the case, so that
when a node is instantiated that requires a config node, it can assume
the config node already exists.
This change allows a config node to appear in the flow file after a
node that wants to use it. In both the editor and runtime, the code
now scans for config nodes and handles them first. 
						
						
					 
					
						2015-02-24 23:04:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						9b26973883 
					 
					
						
						
							
							Ensure activeWorkspace is set when a flow contains no tabs  
						
						 
						
						
						
						
					 
					
						2015-02-20 10:05:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Emil Öberg 
							
						 
					 
					
						
						
							
						
						33d24f79ce 
					 
					
						
						
							
							Fixes bug that prevented unsubscribe from WebSockets, browser side. Fixes node-red/node-red/#562  
						
						 
						
						
						
						
					 
					
						2015-02-14 22:25:25 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ad6254c0b8 
					 
					
						
						
							
							Add oneditdelete handler for config nodes  
						
						 
						
						... 
						
						
						
						Already had the undocumented ondelete handler. Adding
this to be consistent with the other oneditXYZ handlers. 
						
						
					 
					
						2015-02-13 11:20:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d6ca421d59 
					 
					
						
						
							
							Remove unecessary argument to oneditcancel  
						
						 
						
						
						
						
					 
					
						2015-02-13 11:05:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						79bd01f810 
					 
					
						
						
							
							Remove X button on dialogs  
						
						 
						
						... 
						
						
						
						Fixes  #561 
Also, oneditcancel not being honoured for regular nodes, only config nodes 
						
						
					 
					
						2015-02-13 10:06:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e357352240 
					 
					
						
						
							
							Tidy up info tab handling of subflows and comments  
						
						 
						
						
						
						
					 
					
						2015-02-10 21:29:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dceejay 
							
						 
					 
					
						
						
							
						
						0accfade02 
					 
					
						
						
							
							catch internal subflow info error in tab-info...  
						
						 
						
						
						
						
					 
					
						2015-02-10 20:15:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dceejay 
							
						 
					 
					
						
						
							
						
						e2911078e3 
					 
					
						
						
							
							tidy up tab-info so subflows show more useful information  
						
						 
						
						... 
						
						
						
						(was broken before but no-one noticed ;-)
(and reorder fields in HTTP and XML nodes so name comes out first - ocd) 
						
						
					 
					
						2015-02-10 16:56:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						86c8a5de81 
					 
					
						
						
							
							Allow palette categories to be predefined  
						
						 
						
						
						
						
					 
					
						2015-02-06 13:16:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						dedda19626 
					 
					
						
						
							
							Restyle user menu  
						
						 
						
						
						
						
					 
					
						2015-02-06 11:27:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						fbf7ee50eb 
					 
					
						
						
							
							Increase unit test coverage of auth code  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						b2aae93fa6 
					 
					
						
						
							
							Hide user profile menu  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a494954275 
					 
					
						
						
							
							Add permissions and user menu  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f5d7903ecb 
					 
					
						
						
							
							Stop lost connection message bouncing when not authed  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						74e1ef0823 
					 
					
						
						
							
							Add auth awareness to comms channel  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						982997c3df 
					 
					
						
						
							
							Add auth awareness to ui  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						2b5a1ce6d4 
					 
					
						
						
							
							Add settings changes  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						28823802ea 
					 
					
						
						
							
							Prompt login if auth enabled  
						
						 
						
						
						
						
					 
					
						2015-02-05 13:00:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						ab831c34f3 
					 
					
						
						
							
							Enable node status by default  
						
						 
						
						
						
						
					 
					
						2015-02-04 15:23:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e9f0877da8 
					 
					
						
						
							
							Skip .info call for subflow IO nodes  
						
						 
						
						
						
						
					 
					
						2015-01-30 09:53:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						7576878ba5 
					 
					
						
						
							
							Filter comments when generating palette tooltips  
						
						 
						
						... 
						
						
						
						Fixes  #549  
						
						
					 
					
						2015-01-29 21:40:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						083e253e45 
					 
					
						
						
							
							Configure marked once on start-up  
						
						 
						
						
						
						
					 
					
						2015-01-29 20:47:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dceejay 
							
						 
					 
					
						
						
							
						
						0ed8d28342 
					 
					
						
						
							
							Add Markdown capability to Comment node  
						
						 
						
						... 
						
						
						
						body is rendered in the info tab and can be styled with Markdown 
						
						
					 
					
						2015-01-29 18:53:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a8f1a6df2c 
					 
					
						
						
							
							Update sidemenu links to nodered.org  
						
						 
						
						
						
						
					 
					
						2015-01-18 09:38:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						462c259f3a 
					 
					
						
						
							
							Allow node to provide dynamic content to Info tab  
						
						 
						
						... 
						
						
						
						Closes  #492 
The node definition can now include an `info` property. This property can be either a string or a Function. Whenever the info tab is refreshed, such as the node is selected, the value of this property, or the result of the Function, will be appended to the Info tab. 
						
						
					 
					
						2015-01-18 09:38:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						f6f4b0784b 
					 
					
						
						
							
							Make subflow delete option more obvious  
						
						 
						
						... 
						
						
						
						Fixes  #514  
						
						
					 
					
						2015-01-18 09:38:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d8c7ea8144 
					 
					
						
						
							
							Tidy sidebar menu  
						
						 
						
						... 
						
						
						
						- remove inconsistent ellipsis
- add Subflow submenu 
						
						
					 
					
						2015-01-17 20:36:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						dd5e851339 
					 
					
						
						
							
							Better sidemenu style  
						
						 
						
						
						
						
					 
					
						2015-01-16 10:25:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						687a66344e 
					 
					
						
						
							
							Deploy menu style  
						
						 
						
						
						
						
					 
					
						2015-01-15 10:28:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						cf1371bfdf 
					 
					
						
						
							
							Add deployment types in runtime  
						
						 
						
						... 
						
						
						
						- removes ui option as it needs work 
						
						
					 
					
						2015-01-15 10:28:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e11abd2508 
					 
					
						
						
							
							Identify modified nodes on deploy  
						
						 
						
						
						
						
					 
					
						2015-01-15 10:28:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave C-J 
							
						 
					 
					
						
						
							
						
						6fc3aab907 
					 
					
						
						
							
							Make Palette search Case InSeNsItIve  
						
						 
						
						... 
						
						
						
						fix to close  #496  
						
						
					 
					
						2014-12-09 14:37:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						3a78a2fedd 
					 
					
						
						
							
							Tab name changes not persisting  
						
						 
						
						... 
						
						
						
						Fixes  #495  
						
						
					 
					
						2014-11-19 16:03:12 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						9c8d9550a7 
					 
					
						
						
							
							Do not assume subflows exist when deleting nodes  
						
						 
						
						
						
						
					 
					
						2014-11-13 16:00:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						426fcc2fdd 
					 
					
						
						
							
							Rework subflow edit process  
						
						 
						
						
						
						
					 
					
						2014-11-13 12:59:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						5cb9a5b7eb 
					 
					
						
						
							
							All subflow input to be deleted by selection  
						
						 
						
						
						
						
					 
					
						2014-11-13 00:02:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						64a6fe11da 
					 
					
						
						
							
							Add subflow outputs to be delete by selection  
						
						 
						
						
						
						
					 
					
						2014-11-12 23:51:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Antoine Aflalo 
							
						 
					 
					
						
						
							
						
						01f0d5390f 
					 
					
						
						
							
							Adding support to LocalStorage on client side  
						
						 
						
						... 
						
						
						
						Save the state of the Menu Item between session (like activation of
node-status and sidebar) 
						
						
					 
					
						2014-11-11 09:04:57 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						28da2dc38a 
					 
					
						
						
							
							Subflow palette node outputs not updating  
						
						 
						
						... 
						
						
						
						part of #479  
						
						
					 
					
						2014-11-07 16:12:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave C-J 
							
						 
					 
					
						
						
							
						
						5c5de028da 
					 
					
						
						
							
							Add remote server name to page title / tab  
						
						 
						
						... 
						
						
						
						Makes selecting one of several servers easier. 
						
						
					 
					
						2014-11-07 12:28:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						e7dccf04d2 
					 
					
						
						
							
							Changing subflow in/outs leaving wires behind  
						
						 
						
						... 
						
						
						
						Fixes  #477  
						
						
					 
					
						2014-11-07 11:22:00 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						a520240b25 
					 
					
						
						
							
							Ensure application/json on library flows reqs  
						
						 
						
						
						
						
					 
					
						2014-11-05 23:08:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						4494c11b03 
					 
					
						
						
							
							Subflow name property getting dropped on import  
						
						 
						
						... 
						
						
						
						Closes  #468  
						
						
					 
					
						2014-10-31 22:46:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						dfc79e3122 
					 
					
						
						
							
							Preserve unknown node type properties across deploys  
						
						 
						
						... 
						
						
						
						Closes  #5  
						
						
					 
					
						2014-10-30 21:41:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nick O'Leary 
							
						 
					 
					
						
						
							
						
						d9648ca76b 
					 
					
						
						
							
							Add subflow support  
						
						 
						
						
						
						
					 
					
						2014-10-29 20:26:25 +00:00