You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2014/10/15 03:16:34 UTC

svn commit: r1631926 - in /vcl/trunk/web/.ht-inc: states.php vcldocs.php

Author: jfthomps
Date: Wed Oct 15 01:16:33 2014
New Revision: 1631926

URL: http://svn.apache.org/r1631926
Log:
VCL-606 - viewdocs interface removal

removed vcldocs.php

states.php:
-removed 'code documentation' which included these states: viewdocs, editdoc, confirmeditdoc, submiteditdoc, confirmdeletedoc, and submitdeletedoc

Removed:
    vcl/trunk/web/.ht-inc/vcldocs.php
Modified:
    vcl/trunk/web/.ht-inc/states.php

Modified: vcl/trunk/web/.ht-inc/states.php
URL: http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/states.php?rev=1631926&r1=1631925&r2=1631926&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/states.php (original)
+++ vcl/trunk/web/.ht-inc/states.php Wed Oct 15 01:16:33 2014
@@ -473,20 +473,6 @@ $actions['mode']['submitHelpForm'] = "su
 $actions['pages']['helpform'] = "help";
 $actions['pages']['submitHelpForm'] = "help";
 
-# code documentation
-$actions['mode']['viewdocs'] = "viewDocs"; # entry
-$actions['mode']['editdoc'] = "editDoc";
-$actions['mode']['confirmeditdoc'] = "confirmEditDoc";
-$actions['mode']['submiteditdoc'] = "submitEditDoc";
-$actions['mode']['confirmdeletedoc'] = "confirmDeleteDoc";
-$actions['mode']['submitdeletedoc'] = "submitDeleteDoc";
-$actions['pages']['viewdocs'] = "codeDocumentation";
-$actions['pages']['editdoc'] = "codeDocumentation";
-$actions['pages']['confirmeditdoc'] = "codeDocumentation";
-$actions['pages']['submiteditdoc'] = "codeDocumentation";
-$actions['pages']['confirmdeletedoc'] = "codeDocumentation";
-$actions['pages']['submitdeletedoc'] = "codeDocumentation";
-
 # authentication
 $actions['mode']['selectauth'] = "selectAuth";
 $actions['mode']['submitLogin'] = "submitLogin";