|
|
|
@9111
|
[9111]
|
03/28/08 19:45:32 |
david |
Fixed HTML::Tokenizer (used in sanitize helper) didnt handle unclosed … |
|
|
|
@8485
|
[8485]
|
12/23/07 21:07:20 |
rick |
Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. … |
|
|
|
@8269
|
[8269]
|
12/04/07 20:04:48 |
david |
Removed some of the tags that does not make sense to allow per default in … |
|
|
|
@8213
|
[8213]
|
11/26/07 03:45:54 |
rick |
Refactor sanitizer helpers into HTML classes and make it easy to swap them … |
|
|
|
@7666
|
[7666]
|
09/28/07 14:18:47 |
david |
Fixed spelling errors (closes #9706) [tarmo/rmm5t] |
|
|
|
@7528
|
[7528]
|
09/21/07 20:45:49 |
nzkoz |
[html-scanner] Fix parsing of empty tags. Closes #7641. [anthony.bailey] |
|
|
|
@7357
|
[7357]
|
08/21/07 22:59:42 |
david |
Back out of [7300] -- it screwed up nested XML |
|
|
|
@7300
|
[7300]
|
08/10/07 03:24:40 |
nzkoz |
Ignore processing instructions when parsing html |
|
|
|
@6117
|
[6117]
|
02/04/07 20:04:40 |
rick |
Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick] |
|
|
|
@6057
|
[6057]
|
01/28/07 07:16:55 |
bitsweat |
Use a consistent load path to avoid double requires. Fix some scattered … |
|
|
|
@6044
|
[6044]
|
01/26/07 21:37:38 |
david |
Nodoc the irrelevant (from 1.2) |
|
|
|
@5718
|
[5718]
|
12/14/06 20:56:03 |
rick |
Fix HTML::Node to output double quotes instead of single quotes. Closes … |
|
|
|
@5086
|
[5086]
|
09/10/06 02:51:38 |
minam |
Fix assert_tag so that :content => "foo" does not match substrings, but … |
|
|
|
@4929
|
[4929]
|
09/03/06 19:54:21 |
david |
Added assert_select* for CSS selector-based testing (deprecates … |
|
|
|
@4915
|
[4915]
|
09/03/06 16:40:01 |
bitsweat |
Cleanup assert_tag :children counting. Closes #2181. |
|
|
|
@4251
|
[4251]
|
04/22/06 18:12:31 |
rick |
allow -'s in tag names for html scanner when scanning AR xml documents |
|
|
|
@3249
|
[3249]
|
12/08/05 05:43:54 |
david |
Remove insignificant classes from docs |
|
|
|
@3154
|
[3154]
|
11/21/05 21:02:10 |
minam |
Allow assert_tag(:conditions) to match the empty string when a tag has no … |
|
|
|
@3153
|
[3153]
|
11/21/05 20:43:35 |
minam |
Update html-scanner to handle CDATA sections better. Closes #2970. [Jamis … |
|
|
|
@2952
|
[2952]
|
11/09/05 13:42:05 |
minam |
assert_tag uses exact matches for string conditions, instead of partial … |
|
|
|
@2905
|
[2905]
|
11/07/05 09:31:49 |
david |
Fix conflict with assert_tag and Glue gem (closes #2255) … |
|
|
|
@2670
|
[2670]
|
10/18/05 00:50:52 |
minam |
Fix the html-scanner to count children correctly, playing nicely with … |
|
|
|
@2500
|
[2500]
|
10/09/05 01:45:21 |
marcel |
Make assert_tag :children count appropriately. Closes #2181. |
|
|
|
@2271
|
[2271]
|
09/20/05 07:54:55 |
david |
Optimized tag_options to not sort keys, which is no longer necessary when … |
|
|
|
@2131
|
[2131]
|
09/05/05 09:44:22 |
minam |
Updated vendor copy of html-scanner to support better xml parsing |
|
|
|
@1661
|
[1661]
|
07/04/05 15:05:40 |
minam |
Updated html-scanner so that assert_tag(:tag => "p", :content => "foo") … |
|
|
|
@1419
|
[1419]
|
06/14/05 13:56:46 |
minam |
Resync with html-scanner (fix parser bug) |
|
|
|
@1416
|
[1416]
|
06/14/05 10:30:36 |
minam |
Updated vendor copy of html-scanner lib, for bug fixes and optimizations |
|
|
|
@1297
|
[1297]
|
05/09/05 11:20:19 |
david |
Fixed the HTML scanner used by assert_tag where a infinite loop could be … |
|
|
|
@1292
|
[1292]
|
05/06/05 18:10:13 |
david |
Only gsub on a string |
|
|
|
@1291
|
[1291]
|
05/06/05 16:42:01 |
david |
Added functionality to assert_tag, so you can now do tests on the siblings … |
|
|
|
@1216
|
[1216]
|
04/18/05 20:10:11 |
david |
Fixed documentation and prepared for release of 0.12 |
|
|
|
@1195
|
[1195]
|
04/17/05 16:43:48 |
david |
Added assert_tag and assert_no_tag as a much improved alternative to the … |