Branch: refs/heads/master
Home: https://github.com/jenkinsci/antisamy-markup-formatter-plugin
Commit: d7baa92d70c0f2ce4de2bfe9408363edb72d1830
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/d7baa92d70c0f2ce4de2bfe9408363edb72d1830
Author: Daniel Beck <[email protected]>
Date: 2019-06-28 (Fri, 28 Jun 2019)
Changed paths:
M pom.xml
A src/main/java/hudson/markup/BasicPolicy.java
R src/main/java/hudson/markup/EbayPolicy.java
R src/main/java/hudson/markup/MyspacePolicy.java
M src/main/java/hudson/markup/RawHtmlMarkupFormatter.java
A src/main/resources/hudson/markup/Messages.properties
M src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config.properties
M src/test/java/hudson/markup/MyspacePolicyTest.java
Log Message:
-----------
Modernize plugin, minimize set of allowed elements
Commit: 1668a0fd68353e7cfdd6c60c1cf0f4f27479ad1b
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/1668a0fd68353e7cfdd6c60c1cf0f4f27479ad1b
Author: Daniel Beck <[email protected]>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M pom.xml
M src/main/java/hudson/markup/RawHtmlMarkupFormatter.java
M src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config.properties
A src/test/java/hudson/markup/BasicPolicyTest.java
R src/test/java/hudson/markup/MyspacePolicyTest.java
Log Message:
-----------
Address review feedback, update library
Commit: 5351b5943e1e87a14da5e0489bcfec3591bbcd4f
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/5351b5943e1e87a14da5e0489bcfec3591bbcd4f
Author: Daniel Beck <[email protected]>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
A .github/release-drafter.yml
A CHANGELOG.md
A README.md
A docs/images/safeHtml.png
A docs/images/sanitized.png
M pom.xml
A src/test/java/hudson/markup/JCasCCompatibilityTest.java
A src/test/resources/hudson/markup/configuration-as-code.yaml
Log Message:
-----------
Merge branch 'master' into 2.0
Commit: 3cf8cdf072aa687d515592f7e4d6bae2e9ab5a43
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/3cf8cdf072aa687d515592f7e4d6bae2e9ab5a43
Author: Daniel Beck <[email protected]>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M README.md
Log Message:
-----------
Update README to contain less redundant and useless content
Commit: 55d4e192b80a08bab5a192c662e5a34b14d20aea
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/55d4e192b80a08bab5a192c662e5a34b14d20aea
Author: Daniel Beck <[email protected]>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config.jelly
M src/test/java/hudson/markup/BasicPolicyTest.java
Log Message:
-----------
Make removal of <form> explicit, minor code cleanup
Commit: af05843c9a13f8b7456a547c1e91d8c494c6e995
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/af05843c9a13f8b7456a547c1e91d8c494c6e995
Author: Daniel Beck <[email protected]>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Mark the plugin incompatible (supports less styles now)
Commit: d42632e3c6f8f09e417acc8c5e4294f2a2c8c9dd
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/d42632e3c6f8f09e417acc8c5e4294f2a2c8c9dd
Author: Daniel Beck <[email protected]>
Date: 2020-02-22 (Sat, 22 Feb 2020)
Changed paths:
M README.md
Log Message:
-----------
Explain the weird internal names
Commit: 68975b4d77fa6f741c3542d8868ce7c534d476c8
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/68975b4d77fa6f741c3542d8868ce7c534d476c8
Author: Daniel Beck <[email protected]>
Date: 2020-03-22 (Sun, 22 Mar 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Newer parent POM
Commit: 09f2f474a0d345260cca8ae699280bdc7b5bc645
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/09f2f474a0d345260cca8ae699280bdc7b5bc645
Author: Daniel Beck <[email protected]>
Date: 2020-03-22 (Sun, 22 Mar 2020)
Changed paths:
M src/main/resources/hudson/markup/Messages.properties
Log Message:
-----------
Add trailing newline
Commit: 7b42b6abfd43bae7386bd0add5af802ad9420392
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/7b42b6abfd43bae7386bd0add5af802ad9420392
Author: Daniel Beck <[email protected]>
Date: 2020-03-22 (Sun, 22 Mar 2020)
Changed paths:
M src/test/java/hudson/markup/BasicPolicyTest.java
Log Message:
-----------
Share code with src/main/
Commit: b51a4a725d7db23130d86c3b48661c0ccafdeb85
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/commit/b51a4a725d7db23130d86c3b48661c0ccafdeb85
Author: Jesse Glick <[email protected]>
Date: 2020-03-22 (Sun, 22 Mar 2020)
Changed paths:
M README.md
M pom.xml
A src/main/java/hudson/markup/BasicPolicy.java
R src/main/java/hudson/markup/MyspacePolicy.java
M src/main/java/hudson/markup/RawHtmlMarkupFormatter.java
A src/main/resources/hudson/markup/Messages.properties
M src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config.jelly
M src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config.properties
A src/test/java/hudson/markup/BasicPolicyTest.java
R src/test/java/hudson/markup/MyspacePolicyTest.java
Log Message:
-----------
Merge pull request #12 from daniel-beck/2.0
Modernize plugin, reduce set of allowed elements
Compare:
https://github.com/jenkinsci/antisamy-markup-formatter-plugin/compare/09a31049feaa...b51a4a725d7d
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/antisamy-markup-formatter-plugin/push/refs/heads/master/09a310-b51a4a%40github.com.