This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git.


    from 58d0820  2.11.0-M8-git-04
     new 443febd  update selenide to 5.16.2
     new 6b0a6b1  update tomcat to 9.0.40
     new f06ece9  update LICENSE
     new 14703a5  minor edits
     new a1c197c  apply fixes suggested by intellij
     new 176b6df  extract hidden inputs expected by SpamFilter into its own 
custom tag, and refactor editors-related JSPs to use it
     new 0f92ee6  use ConcurrentHashMap instead of plain HashMap to avoid 
possible thread safety issues
     new 9ae2f9f  ensure IndexPlugin works with non-blank page references
     new 363f594  JSPWIKI-1134: improve german translation
     new 080085f  minor edit
     new 7263dc1  2.11.0-M8-git-05

The 11 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:
 ChangeLog.md                                       |  17 +++
 LICENSE                                            |   4 +-
 UPGRADING                                          |   2 +-
 .../src/main/java/org/apache/wiki/api/Release.java |   2 +-
 .../java/org/apache/wiki/filters/SpamFilter.java   | 121 ++++++++++-----------
 .../java/org/apache/wiki/plugin/IndexPlugin.java   |   5 +-
 .../wiki/references/DefaultReferenceManager.java   |  49 ++++-----
 .../org/apache/wiki/tags/SpamFilterInputsTag.java  |  53 +++++++++
 .../src/main/resources/META-INF/jspwiki.tld        |   7 ++
 .../main/resources/templates/default_de.properties |  39 ++++---
 .../tomcat/woas.app/Contents/Java/bootstrap.jar    | Bin 35909 -> 35909 bytes
 .../tomcat/woas.app/Contents/Java/tomcat-juli.jar  | Bin 49769 -> 49777 bytes
 .../src/overlay/launchers/tomcat/woas.exe          | Bin 3612748 -> 3630174 
bytes
 .../main/webapp/templates/210/editors/CKeditor.jsp |   6 +-
 .../src/main/webapp/templates/210/editors/FCK.jsp  |   2 +-
 .../main/webapp/templates/210/editors/TinyMCE.jsp  |  10 +-
 .../main/webapp/templates/210/editors/plain.jsp    |   3 +-
 .../main/webapp/templates/210/editors/preview.jsp  |   2 +-
 .../main/webapp/templates/210/editors/wysiwyg.jsp  |   3 +-
 .../webapp/templates/default/editors/CKeditor.jsp  |   7 +-
 .../webapp/templates/default/editors/TinyMCE.jsp   |   7 +-
 .../webapp/templates/default/editors/plain.jsp     |   6 +-
 .../webapp/templates/default/editors/preview.jsp   |   2 +-
 .../webapp/templates/default/editors/wysiwyg.jsp   |   7 +-
 mvn_cheat-sheet.md                                 |   7 +-
 pom.xml                                            |   4 +-
 26 files changed, 201 insertions(+), 164 deletions(-)
 create mode 100644 
jspwiki-main/src/main/java/org/apache/wiki/tags/SpamFilterInputsTag.java

Reply via email to