You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2022/01/01 21:00:13 UTC

[roller] branch master updated (683ca63 -> 287bc9f)

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

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


    from 683ca63  Merge pull request #113 from mbien/gh-actions
     new 329f1aa  updated velocity templates.
     new e74ba32  close stream.
     new 08e8a55  minor version dependency updates.
     new 149b5d3  registered some maven actions for NetBeans.
     new 287bc9f  Merge pull request #112 from mbien/templates

The 4708 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:
 .gitignore                                         |  5 +--
 app/nbactions.xml                                  | 46 ++++++++++++++++++++++
 app/pom.xml                                        | 12 +++---
 .../apache/roller/weblogger/pojos/WeblogEntry.java |  3 +-
 .../roller/weblogger/ui/core/RollerContext.java    | 11 +++---
 .../main/resources/ApplicationResources.properties |  2 +-
 .../WEB-INF/velocity/templates/menu/menu-list.vm   |  4 +-
 app/src/main/webapp/WEB-INF/velocity/weblog.vm     | 10 ++---
 app/src/main/webapp/themes/frontpage/weblog.vm     |  2 +-
 app/src/main/webapp/themes/gaurav/entry.vm         |  4 +-
 it-selenium/nbactions.xml                          | 31 +++++++++++++++
 nbactions.xml                                      | 28 +++++++++++++
 12 files changed, 131 insertions(+), 27 deletions(-)
 create mode 100644 app/nbactions.xml
 create mode 100644 it-selenium/nbactions.xml
 create mode 100644 nbactions.xml