From commits-return-9867-apmail-roller-commits-archive=roller.apache.org@roller.apache.org Sun Oct 8 19:19:03 2017 Return-Path: X-Original-To: apmail-roller-commits-archive@www.apache.org Delivered-To: apmail-roller-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F1F6310D6D for ; Sun, 8 Oct 2017 19:19:02 +0000 (UTC) Received: (qmail 18749 invoked by uid 500); 8 Oct 2017 19:19:02 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 18715 invoked by uid 500); 8 Oct 2017 19:19:02 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 18706 invoked by uid 99); 8 Oct 2017 19:19:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Oct 2017 19:19:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BED82F5718; Sun, 8 Oct 2017 19:19:02 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: snoopdave@apache.org To: commits@roller.apache.org Message-Id: <889a4b0fa30242c0b81105874a6d0dd8@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: roller git commit: Added missing action names needed for DMI. Date: Sun, 8 Oct 2017 19:19:02 +0000 (UTC) Repository: roller Updated Branches: refs/heads/roller-5.2.0 779824222 -> b279f6703 Added missing action names needed for DMI. Method flushCache for action maintenance Method reset for action maintenance Method enable for action pings Method pingNow for action pings Method createNewDirectory for action mediaFileView Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/b279f670 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/b279f670 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/b279f670 Branch: refs/heads/roller-5.2.0 Commit: b279f67037c048901d7e89d4c3962059e5a0aacd Parents: 7798242 Author: Dave Johnson Authored: Sun Oct 8 15:19:00 2017 -0400 Committer: Dave Johnson Committed: Sun Oct 8 15:19:00 2017 -0400 ---------------------------------------------------------------------- app/src/main/resources/struts.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/b279f670/app/src/main/resources/struts.xml ---------------------------------------------------------------------- diff --git a/app/src/main/resources/struts.xml b/app/src/main/resources/struts.xml index 125dc14..5783062 100644 --- a/app/src/main/resources/struts.xml +++ b/app/src/main/resources/struts.xml @@ -280,21 +280,26 @@ add, cancel, + createNewDirectory, execute, delete, deleteConfirm, deleteFolder, deleteSelected, + enable, entryAdd, entryEdit, firstSave, folderCreated, + flushCache, includeInGallery, moveSelected, + pingNow, publish, query, remove, revert, + reset, save, saveDraft, search,