This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.
from a8be8df remove autobuild from CodeQL config so that we don't build
roller twice.
new 09489e6 Added EscapeSourceCodePlugin, a WeblogEntryPlugin to escape
angle brackes from code within pre tags.
new 4a476e6 renamed EscapeSourceCodePlugin to EncodePreTagsPlugin.
new f90f714 quote $ and \ to not confuse the Matcher.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugins/entry/EncodePreTagsPlugin.java | 88 +++++++++++
.../roller/weblogger/config/roller.properties | 3 +-
.../plugins/entry/EncodePreTagsPluginTest.java | 161 +++++++++++++++++++++
3 files changed, 251 insertions(+), 1 deletion(-)
create mode 100644
app/src/main/java/org/apache/roller/weblogger/business/plugins/entry/EncodePreTagsPlugin.java
create mode 100644
app/src/test/java/org/apache/roller/weblogger/business/plugins/entry/EncodePreTagsPluginTest.java