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 3495b51  Merge pull request #76 from mbien/refactor
     new c3d5d10  made fast path faster.
     new 233ba64  updated lucene and rome dependencies to latest version.
     new 1ad8529  fixed bug: custom stylesheet is never set to the 
StylesheetEdit.jsp action.
     new 8475fda  updated dependencies + added commons-text to fix deprecation 
of lang3.StringEscapeUtils.
     new 1628c3a  Merge pull request #70 from mbien/misc_updates

The 4566 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:
 app/pom.xml                                        | 58 ++++++++++++----------
 .../planet/business/fetcher/RomeFeedFetcher.java   |  2 +-
 .../plugins/entry/ObfuscateEmailPlugin.java        |  2 +-
 .../business/plugins/entry/SmileysPlugin.java      |  2 +-
 .../apache/roller/weblogger/pojos/WeblogEntry.java |  2 +-
 .../pojos/wrapper/WeblogEntryCommentWrapper.java   |  2 +-
 .../weblogger/pojos/wrapper/WeblogWrapper.java     |  2 +-
 .../ui/rendering/model/SearchResultsFeedModel.java |  4 +-
 .../ui/rendering/model/SearchResultsModel.java     |  2 +-
 .../ui/rendering/model/UtilitiesModel.java         |  4 +-
 .../ui/rendering/util/WeblogEntryCommentForm.java  |  2 +-
 .../ui/rendering/util/cache/PlanetCache.java       | 10 ++--
 .../ui/rendering/util/cache/SaltCache.java         |  4 +-
 .../ui/rendering/util/cache/SiteWideCache.java     | 26 +++++-----
 .../ui/rendering/util/cache/WeblogFeedCache.java   | 14 +++---
 .../ui/rendering/util/cache/WeblogPageCache.java   | 14 +++---
 .../ui/struts2/ajax/CommentDataServlet.java        |  4 +-
 .../ui/struts2/editor/StylesheetEdit.java          | 29 ++++++-----
 .../roller/weblogger/ui/struts2/util/UIAction.java |  2 +-
 .../apache/roller/weblogger/util/Trackback.java    |  2 +-
 .../apache/roller/weblogger/util/Utilities.java    |  2 +-
 .../webservices/opensearch/OpenSearchServlet.java  | 18 +++----
 app/src/main/webapp/WEB-INF/security.xml           |  2 +-
 23 files changed, 109 insertions(+), 100 deletions(-)

Reply via email to