Revision
39302 -
Directory Listing
-
[select for diffs]
Modified
Tue May 7 12:30:02 2013 UTC
(7 years, 11 months ago)
by
abogaart
Diff to
previous 38540
HTMLCLEANER-45: detect empty field
- added forceEmptyField parameter to HtmlCleanerTemplate
- added step in the cleaning process that detects 'empty' fields and changes the content to <html><body/></html> if found.
- added test for new forceEmptyField option.
- added Parameterized annotation to the UnitTest class to run all existing tests with forceEmptyField on and off.
- fixed double logging messages.
- resolved some simple problems like typo's, spelling, etc.
Revision
38360 -
Directory Listing
-
[select for diffs]
Modified
Tue Feb 12 13:42:25 2013 UTC
(8 years, 2 months ago)
by
jbloemendal
Diff to
previous 38152
CMS7-6909 Improve HTMLRepairer/HtmlCleaner so that it doesn't throw NullPointerException on an unconfigured element
Null-pointer swallowed internally when div cleanup element not configured and warn message logged. Added null check and info logging to inform about missing configuration.
Revision
38133 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 30 23:19:39 2013 UTC
(8 years, 2 months ago)
by
adouma
Diff to
previous 38132
CMS7-6770: cleanup and refresh LICENSE and NOTICE files
- module name in NOTICE files for one module should be the same, here choosing ${project.name}
Revision
37815 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 10 14:05:12 2013 UTC
(8 years, 3 months ago)
by
mnour
Diff to
previous 37812
CMS7-6770: Cleanup and refresh LICENSE and NOTICE files
- (Processing Review Comments) updating the copyright into the NOTICE file
- Adding inceptionYear to the root pom
Revision
37812 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 10 13:37:47 2013 UTC
(8 years, 3 months ago)
by
mnour
Diff to
previous 37757
CMS7-6770: Cleanup and refresh LICENSE and NOTICE files
- (Processing Review Comments) Cleaning License and Notice files
- Added inceptionYear in the root pom
Revision
37585 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 31 10:00:27 2012 UTC
(8 years, 3 months ago)
by
mnour
Diff to
previous 37567
CMS7-6770: Cleanup and refresh LICENSE and NOTICE files
- Renamed LICENSE and NOTICE files and cleaned them
- Deleted the legal directory as it has no use now
Revision
37548 -
Directory Listing
-
[select for diffs]
Modified
Thu Dec 27 08:39:57 2012 UTC
(8 years, 3 months ago)
by
uhommes
Diff to
previous 37546
CMS7-6404 no need for explicit node or property spec for insert, whether the statement refers to a node or a property can already be read from the patch string like is done when parsing the update statement
Revision
37545 -
Directory Listing
-
[select for diffs]
Modified
Mon Dec 24 16:18:32 2012 UTC
(8 years, 3 months ago)
by
uhommes
Diff to
previous 37542
CMS7-6404 human readable jcr diff format. serialization part is all done, deserialization part is still pending insert node operation. something must still be done about reading multi-line string values. also error messages and logging must still be improved
Revision
37421 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 11 23:04:55 2012 UTC
(8 years, 4 months ago)
by
abogaart
Diff to
previous 37113
HTMLCLEANER-43: AllowSingleWhitespace incorrectly replaces <p>\n<a/></p> with <p> <a/></p>
- Removed <html><body> from test input for readability
- Added test for HTMLCLEANER-43
- SingleWhiteSpaceElement handling now correctly detects child elements after characters
Revision
36251 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 19 11:13:07 2012 UTC
(8 years, 6 months ago)
by
mnour
Diff to
previous 36156
CMS7-6404: As a Developer, I want to be able to read and edit my patches for the new updater console features in an easy format
Revision
35953 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 30 14:46:17 2012 UTC
(8 years, 7 months ago)
by
mnour
Diff to
previous 35952
CMS7-6404: As a Developer, I want to be able to read and edit my patches for the new updater console features in an easy format
- Applied the second review comment from Frank
Revision
35952 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 30 14:08:09 2012 UTC
(8 years, 7 months ago)
by
mnour
Diff to
previous 35943
CMS7-6404: As a Developer, I want to be able to read and edit my patches for the new updater console features in an easy format
- Applying the 1st comment from Frank
- Also removed some warnings indicated by IntelliJ
Revision
35874 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 27 09:30:45 2012 UTC
(8 years, 7 months ago)
by
mnour
Diff to
previous 35867
CMS7-6404: As a Developer, I want to be able to read and edit my patches for the new updater console features in an easy format
- Fixed the path problem
Revision
35867 -
Directory Listing
-
[select for diffs]
Modified
Fri Aug 24 16:22:08 2012 UTC
(8 years, 7 months ago)
by
mnour
Diff to
previous 35778
CMS7-6404: As a Developer, I want to be able to read and edit my patches for the new updater console features in an easy format
- Fixed the updates problem
- Added tests for that
- 1 down one to go (the paths problem)
Revision
35713 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 13 14:02:55 2012 UTC
(8 years, 8 months ago)
by
mdenburger
Diff to
previous 35540
CMS7-6380: changed scope of easymock dependencies to 'test'
Also moved all dependencies to the dependencyManagement section of the root pom, and defined all versions as properties. Reused properties from the project pom where possible.
Revision
35184 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 16 13:18:26 2012 UTC
(8 years, 8 months ago)
by
mnour
Diff to
previous 35183
HTMLCLEANER-41: Tagging version 1.02.07-alpha
- Maven release plugin is acting crazy and I keep correcting what it does wrong
Revision
34417 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 10:41:12 2012 UTC
(8 years, 11 months ago)
by
jbloemendal
Diff to
previous 34416
CMS7-6095: root javascript element xss get transformed into head script xss
Add test to validate explicit allowed javascript as child of the body element is not getting cleaned.
Revision
34416 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 10:24:21 2012 UTC
(8 years, 11 months ago)
by
jbloemendal
Diff to
previous 34047
CMS7-6095: root javascript element xss get transformed into head script xss
XSS which is part of a head element with no following body element is not getting removed. The neko parser transforms the html structure, if no body element is present the HtmlRepairer is throwing an exception. The html-element cleanup method is split up into html- and head-element, in case the body-element is reached the head-element method is skipping further processing.
Revision
34016 -
Directory Listing
-
[select for diffs]
Modified
Tue Apr 10 11:33:03 2012 UTC
(9 years ago)
by
jbloemendal
Diff to
previous 33994
HTMLCLEANER-39 the cleanupStartElement method is complex and it's descended method calls have duplicate code
The method and sub methods of cleanupStartElement are refactored and simplified. The elements are passing cleanUpAttributes and are set depending if after the cleanup elements without attributes are deleted or not.
Revision
33986 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 6 13:01:24 2012 UTC
(9 years ago)
by
jjoachimsthal
Diff to
previous 33984
HTMLCLEANER-38 Add option to allow any CSS class in div, span, pre and p.
Use * as wildcard (which is not allowed as regular CSS classname so it cannot conflict with the output of the WYSIWYG editor)