Revision
23868 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 7 22:11:11 2010 UTC
(11 years, 8 months ago)
by
abogaart
Diff to
previous 23777
HTMLCLEANER-31: Prevent HtmlSerializer from outputting script element as self-closing (<script />)
- added check for hardcoded set of nonSelveClosingEmptyElements (currently contains only 'script')
Revision
23397 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 6 09:37:25 2010 UTC
(11 years, 10 months ago)
by
abogaart
Diff to
previous 22583
HTMLCLEANER-30 - <style> element outside of the <head> is removed, but character data is preserved
- Character data in <style> elements found outside of the <head> are now skipped.
- Added unit test for <head> and <style> cleanup, as well a lineWidth test
Revision
22580 -
Directory Listing
-
[select for diffs]
Modified
Wed Apr 28 11:15:40 2010 UTC
(12 years ago)
by
abogaart
Diff to
previous 22499
HTMLCLEANER-27 - Whitespace characters (including non-breaking-space) inside body/td/th/blockquote should not be wrapped in a <p> element
- fixed and added test
Revision
22410 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 9 13:57:02 2010 UTC
(12 years, 1 month ago)
by
abogaart
Diff to
previous 22405
HTMLCLEANER-26: Allow easier debugging of intermediate cleanup results
- added slf4j and debug statements for intermediate results of cleanup method
Revision
22405 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 9 13:40:20 2010 UTC
(12 years, 1 month ago)
by
abogaart
Diff to
previous 22403
HTMLCLEANER-25: Add possibility for elements like <p> to contain a non-breaking-space + new-line char and NOT be removed by the cleanupBrsAndEmptyContentBlocks step
- added configuration option (default is true) that allows SingleWhitesSpaceElements (like <p> </p>) to ignore trailing NewLine characters.
- added check to introduceParas step to tests if a char[] inside the body element is actually only whitespace and if so, ignores it instead of wrapping it inside a <p> element
Revision
22403 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 9 13:28:15 2010 UTC
(12 years, 1 month ago)
by
abogaart
Diff to
previous 22400
HTMLCLEANER-24: Remove m1 poms and update m2 pom
- Compile against 1.5
- bumped to 1.02.00-SNAPSHOT
- added jrebel profile
Revision
22274 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 31 06:45:37 2010 UTC
(12 years, 1 month ago)
by
dvandiepen
Diff to
previous 22204
HCA-173 add extra error handling and checking for inserting user notifications, generation of IDs uses synchronized methods.
Revision
22191 -
Directory Listing
-
[select for diffs]
Modified
Fri Mar 19 15:08:32 2010 UTC
(12 years, 2 months ago)
by
dvandiepen
Diff to
previous 22190
HCA-172 created dedicated method for retrieving users for notifications, when allowAllSQLStatements is set to true.
Revision
20575 -
Directory Listing
-
[select for diffs]
Modified
Mon Nov 9 08:28:24 2009 UTC
(12 years, 6 months ago)
by
dvandiepen
Diff to
previous 20574
HCA-164 add new method for creating user notifications, when property hca.jpox.query.allowAllSQLStatements is set to true
Revision
19574 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 4 10:06:14 2009 UTC
(12 years, 8 months ago)
by
dvandiepen
Diff to
previous 19571
HCA-160 add new property hca.jpox.query.allowAllSQLStatements and only use newly created update method when this property is set to true
Revision
18985 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 24 05:54:20 2009 UTC
(12 years, 10 months ago)
by
jjoachimsthal
Diff to
previous 18891
HTMLCLEANER-14 add missing license and notice files. Were missing since the HTMLCleaner was separated from Hippo Cocoon Extensions