Nick O'Leary
|
e32cc4d1af
|
Fix typo in CSV node help
|
2018-01-30 20:23:06 +00:00 |
|
Dave Conway-Jones
|
09a3cd850e
|
mention parts in css, yams
|
2018-01-30 16:11:26 +00:00 |
|
Dave Conway-Jones
|
b0c876019a
|
let HTML node use alternative msg property
|
2018-01-30 16:11:25 +00:00 |
|
Hiroyasu Nishiyama
|
8516f41ba8
|
do not reuse message object for multiple outputs
|
2018-01-28 14:37:34 +09:00 |
|
Dave Conway-Jones
|
8179813fe1
|
let HTML node return empty array for no matching input.
to Close #1582
|
2018-01-26 14:26:54 +00:00 |
|
Kazuhito Yokoi
|
6d3232a4f0
|
Add icons into property UI of json node
|
2018-01-26 07:31:48 +00:00 |
|
Dave Conway-Jones
|
e793a1e1aa
|
add property choice to xml, sentiment nodes
add tests
|
2018-01-16 21:43:37 +00:00 |
|
Dave Conway-Jones
|
a11a279c00
|
add msg. select to range and yaml nodes,
re-order son node (name to bottom)
add common.label.property to messages list
|
2018-01-16 10:59:44 +00:00 |
|
Nick O'Leary
|
543a2b9dc7
|
Update json node docs to add caveat on ensuring JSON
|
2018-01-14 23:37:39 +00:00 |
|
Nick O'Leary
|
dd23e03342
|
Add option to JSON node to ensure particular encoding
|
2018-01-14 23:19:01 +00:00 |
|
Dave Conway-Jones
|
7c0b9ffe06
|
Add skip first n lines capability to csv node (#1535)
* Initial implementation of skip first lines for css node
* add css skip lines tests
|
2018-01-11 22:02:58 +00:00 |
|
Dave Conway-Jones
|
27db727321
|
Let CSV correct parts if we remove header row.
and add test
|
2017-12-05 17:34:49 +00:00 |
|
Hiroyasu Nishiyama
|
6d2fd2e641
|
add parts support for CSV node (#1496)
* add parts support for CSV node
* make CSV node to preserve incoming parts property
|
2017-12-05 15:39:51 +00:00 |
|
Nick O'Leary
|
64191e8303
|
Merge master to 0.18
|
2017-12-03 22:32:28 +00:00 |
|
Hiroyasu Nishiyama
|
806457063f
|
add parts support for HTML node (#1495)
* add parts support for HTML node
* add parts.{type,ch} to output of HTML node
|
2017-12-01 13:09:05 +00:00 |
|
Dave Conway-Jones
|
dd47e615ee
|
Fix css template with spaces , and add test (#1462)
to close #1460
|
2017-11-02 16:50:13 +00:00 |
|
Nick O'Leary
|
6102a31a31
|
JSON parser default should be not formatting output
If its a checkbox, then the default value should be a boolean,
not a string. Because "false" is truthy.
|
2017-07-04 13:44:37 +01:00 |
|
Nick O'Leary
|
749b0d7019
|
Tidy up parser node edit dialogs and help text
|
2017-05-23 14:18:09 +01:00 |
|
Dave Conway-Jones
|
7978f85f7a
|
Add Pretty print option to JSON node and
make XML and CSV nodes more consistent look and feel
|
2017-05-23 09:35:37 +01:00 |
|
Dave Conway-Jones
|
7f90d31846
|
more core node info updates to newer style
|
2017-04-25 21:47:58 +01:00 |
|
Dave Conway-Jones
|
bfcd795687
|
Fix wrong number of double quotes in CSV parsing
to close #1162
|
2017-02-20 22:44:37 +00:00 |
|
Dave Conway-Jones
|
50838970ec
|
let css node handle ip addresses without trying to parse
and only warn once if no template (and then send object anyway)
to close #1142
|
2017-02-07 21:14:16 +00:00 |
|
Nick O'Leary
|
0a96259ddf
|
Update copyright header for JS Foundation
|
2017-01-11 15:24:33 +00:00 |
|
Nick O'Leary
|
e73216d4c1
|
Merge branch 'master' into 0.16
|
2017-01-06 14:30:13 +00:00 |
|
Nicholas Humfrey
|
74a1713e99
|
Corrected 'overide' typo in XML node help (#1061)
Thanks @njh
|
2016-11-18 11:41:48 +00:00 |
|
Dave Conway-Jones
|
d63996eea1
|
slight tidy of YAML PR (remove excess console.log in test)
and improve XML test coverage slightly
|
2016-11-10 21:29:07 +00:00 |
|
Nathanaël Lécaudé
|
9bbc8eda9d
|
Added YAML parser node (#1034)
Thanks @natcl -
(sorry pressed closed by mistake !)
* Added YAML parser node
* Added YAML error strings in messages.json
* Change location of YAML library import
* Remove copyright
* Remove copyright
* Change order of yaml in Template node
* Add YAML test
* Add working test
|
2016-11-10 21:22:05 +00:00 |
|
Dave Conway-Jones
|
d5f3ba8d8a
|
remove unnecessary require from JSON node
|
2016-11-04 19:55:02 +00:00 |
|
Dave Conway-Jones
|
a235745be7
|
Fix missing 0 handling for css node with array input
|
2016-11-02 15:49:51 +00:00 |
|
Dave Conway-Jones
|
aa8ad60083
|
Let xml node set options both ways
to close #1022 to close #975
Thanks @martin-doyle and @nikhildx
|
2016-10-26 22:06:35 +01:00 |
|
Dave Conway-Jones
|
8a2ae6c480
|
Change html link refs from _new to _blank to be standards compliant
|
2016-10-12 17:53:27 +01:00 |
|
Nick O'Leary
|
0136ebd2b4
|
Fix invalid html in TCP and HTML node edit templates
|
2016-07-26 16:19:27 +01:00 |
|
Dave Conway-Jones
|
8eebb6ea2d
|
let HTML parse node allow msg.select set select
to close #943
|
2016-07-20 20:08:50 +01:00 |
|
Dave Conway-Jones
|
82269462a4
|
Fixed better handling of odd quotes in CSV node
(and a better commit message)
|
2016-07-05 11:31:25 +01:00 |
|
Dave Conway-Jones
|
d7943aab28
|
better handling of snatched quotes in css parser
|
2016-07-05 11:03:11 +01:00 |
|
Nick O'Leary
|
dc00870461
|
Fix select box handling in Safari
Fixes #928
|
2016-07-04 11:22:30 +01:00 |
|
Nick O'Leary
|
c3b1cf7c35
|
Form input widths behave more consistently when resizing
Fixes #919 #920
|
2016-06-26 23:48:59 +01:00 |
|
Dave Conway-Jones
|
e4d5271d58
|
Better fix for css, reverting test
|
2016-06-14 23:55:50 +01:00 |
|
Dave Conway-Jones
|
9e96eba98f
|
fix csv handling of "numbers" with E in...
|
2016-06-14 22:36:44 +01:00 |
|
Nick O'Leary
|
09b069c129
|
Add icons to parser nodes
|
2016-06-12 22:37:38 +01:00 |
|
Dave Conway-Jones
|
4cb45e2712
|
parser node info updates
|
2016-02-12 13:16:28 +00:00 |
|
Dave Conway-Jones
|
08b39f50b3
|
Add attribute capability to HTML parser node
|
2015-12-19 12:44:11 +00:00 |
|
Dave Conway-Jones
|
20121b79c5
|
Let CSV node handle null columns in input array. array-> csv
|
2015-10-16 20:42:25 +01:00 |
|
Dave Conway-Jones
|
6ae1a5ba0d
|
let CSV obj->css allow blank columns in template
|
2015-10-15 08:31:42 +01:00 |
|
Dave Conway-Jones
|
217c9718e4
|
catch missing template error in CSV parser node
and update help info
|
2015-10-14 23:38:29 +01:00 |
|
Dave Conway-Jones
|
61d7893467
|
Enhance CSV node to accept simple arrays -> css
|
2015-10-14 23:07:25 +01:00 |
|
Dave Conway-Jones
|
8f26c01f4b
|
fix escaping of quotes in CSV node
|
2015-10-14 11:02:31 +01:00 |
|
Dave Conway-Jones
|
83a3642c0e
|
Allow JSON node to handle array type
|
2015-10-02 17:30:23 +01:00 |
|
Dave Conway-Jones
|
fa42fbdab8
|
Let XML node options be set
let msg.options to set a lot more options if required
|
2015-09-26 13:47:14 +01:00 |
|
Nick O'Leary
|
5522e57f65
|
More node i18n tidy-up
|
2015-07-02 10:49:38 +01:00 |
|