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 2017/10/18 23:21:34 UTC

roller git commit: Adding disable method for pings action

Repository: roller
Updated Branches:
  refs/heads/roller-5.2.0 f450b12d3 -> f95631c0f


Adding disable method for pings action


Project: http://git-wip-us.apache.org/repos/asf/roller/repo
Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/f95631c0
Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/f95631c0
Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/f95631c0

Branch: refs/heads/roller-5.2.0
Commit: f95631c0f62ac74f4e8b4af5770c9c50c6e169b2
Parents: f450b12
Author: Dave Johnson <sn...@gmail.com>
Authored: Wed Oct 18 19:21:32 2017 -0400
Committer: Dave Johnson <sn...@gmail.com>
Committed: Wed Oct 18 19:21:32 2017 -0400

----------------------------------------------------------------------
 app/src/main/resources/struts.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/roller/blob/f95631c0/app/src/main/resources/struts.xml
----------------------------------------------------------------------
diff --git a/app/src/main/resources/struts.xml b/app/src/main/resources/struts.xml
index 7732de9..3c9a4c6 100644
--- a/app/src/main/resources/struts.xml
+++ b/app/src/main/resources/struts.xml
@@ -287,6 +287,7 @@
             deleteConfirm,
             deleteFolder,
             deleteSelected,
+            disable,
             enable,
             entryAdd,
             entryEdit,
@@ -614,7 +615,7 @@
     <package name="weblogger-authoring-overlay" namespace="/roller-ui/authoring/overlay" extends="weblogger-authoring" >
 
         <global-allowed-methods>
-            execute,save,
+            execute,save
         </global-allowed-methods>
 
         <action name="mediaFileAdd"