From ec174f20437f5e94d3cd44360b7474af9aa6ae27 Mon Sep 17 00:00:00 2001
From: jensp
- * Now on the IIS server exportUsers the public key into a separate + * Now on the IIS server export the public key into a separate * file like this: *
* *- * keytool -exportUsers -alias ccmkey -file c:\temp\public_cert + * keytool -export -alias ccmkey -file c:\temp\public_cert ** *
diff --git a/ccm-core/src/com/arsdigita/metadata/DynamicObjectType.java b/ccm-core/src/com/arsdigita/metadata/DynamicObjectType.java
index bdde5aa00..4a078dcee 100755
--- a/ccm-core/src/com/arsdigita/metadata/DynamicObjectType.java
+++ b/ccm-core/src/com/arsdigita/metadata/DynamicObjectType.java
@@ -907,12 +907,12 @@ public class DynamicObjectType extends DynamicElement {
* the usage is
*
* java com.arsdigita.persistence.metadataDyanmicObjectType
- * <[import | exportUsers]> <DynamicObjectType> <FileLocation>
+ * <[import | export]> <DynamicObjectType> <FileLocation>
* <StartupScript> <WebAppRoot>
*
*
*
- * java com.arsdigita.persistence.metadata.DynamicObjectType exportUsers
+ * java com.arsdigita.persistence.metadata.DynamicObjectType export
* com.arsdigita.cms.MyDynamicType /tmp/MyDynamicType.pdl
* /home/tomcat/webapps/enterprise/WEB-INF/resources/enterprise.init
* /home/tomcat/webapps/enterprise
@@ -955,7 +955,7 @@ public class DynamicObjectType extends DynamicElement {
*/
static public void main(String args[]) {
String IMPORT = "import";
- String EXPORT = "exportUsers";
+ String EXPORT = "export";
String usageString = "Usage: java DyanmicObjectType " +
" <[" + IMPORT + " | " + EXPORT + "]> " +
" ";
@@ -969,7 +969,7 @@ public class DynamicObjectType extends DynamicElement {
if (!(type.equalsIgnoreCase(IMPORT) || type.equalsIgnoreCase(EXPORT))) {
System.err.println
("The first argument must specify whether you wish to " +
- "'import' or 'exportUsers'" + Utilities.LINE_BREAK + usageString);
+ "'import' or 'export'" + Utilities.LINE_BREAK + usageString);
}
String objectType = args[1];
diff --git a/ccm-core/src/com/arsdigita/ui/login/UserEditForm.java b/ccm-core/src/com/arsdigita/ui/login/UserEditForm.java
index 3f6fdce7e..acb1f7f80 100755
--- a/ccm-core/src/com/arsdigita/ui/login/UserEditForm.java
+++ b/ccm-core/src/com/arsdigita/ui/login/UserEditForm.java
@@ -77,7 +77,7 @@ public class UserEditForm extends UserForm
addProcessListener(this);
- // exportUsers return URL
+ // export return URL
m_returnURL = new Hidden(new URLParameter
(LoginHelper.RETURN_URL_PARAM_NAME));
m_returnURL.setPassIn(true);
diff --git a/ccm-core/src/com/arsdigita/util/ServletUtils.java b/ccm-core/src/com/arsdigita/util/ServletUtils.java
index 181b00384..4cdadcadf 100755
--- a/ccm-core/src/com/arsdigita/util/ServletUtils.java
+++ b/ccm-core/src/com/arsdigita/util/ServletUtils.java
@@ -44,8 +44,8 @@ public class ServletUtils {
* "one"=1, "two"=2, and "three"=3, then exportURLVars(req, "one two")
* will return "one=1&two=2".
* @param req the HttpServletRequest
- * @param vars a space-separated list of variables to exportUsers. If vars
- * is null, exportUsers all available.
+ * @param vars a space-separated list of variables to export. If vars
+ * is null, export all available.
*/
public static final String exportURLVars(HttpServletRequest req,
String vars) {
diff --git a/ccm-core/test/src/com/arsdigita/bebop/SessionStateTest.java b/ccm-core/test/src/com/arsdigita/bebop/SessionStateTest.java
index 415c17aa7..ac86132c3 100755
--- a/ccm-core/test/src/com/arsdigita/bebop/SessionStateTest.java
+++ b/ccm-core/test/src/com/arsdigita/bebop/SessionStateTest.java
@@ -91,7 +91,7 @@ public class SessionStateTest extends TestCase {
*
* then follows a control link which changes state on component 1.
* verifies that new page has right state, and that control links
- * don't exportUsers state directly.
+ * don't export state directly.
*
* follows the second control link. verifies that the state on
* component 1 is preserved, after already checking that the state
diff --git a/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/common.xsl b/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/common.xsl
index c3ccf1c6f..a0639f1ec 100644
--- a/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/common.xsl
+++ b/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/common.xsl
@@ -846,7 +846,7 @@
-
-
/ccm/scipublications/exportUsers/?format=bibtex&publication=
+ /ccm/scipublications/export/?format=bibtex&publication=
@@ -861,7 +861,7 @@
-
-
/ccm/scipublications/exportUsers/?format=ris&publication=
+ /ccm/scipublications/export/?format=ris&publication=
diff --git a/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl b/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl
index 7e4a07b5c..c98f14ca4 100644
--- a/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl
+++ b/ccm-ldn-aplaws/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl
@@ -20,7 +20,7 @@
along with Mandalay. If not, see .
-->
-
+
-
-
/ccm/scipublications/exportUsers/?format=bibtex&publication=
+ /ccm/scipublications/export/?format=bibtex&publication=
@@ -822,7 +822,7 @@
-
-
/ccm/scipublications/exportUsers/?format=ris&publication=
+ /ccm/scipublications/export/?format=ris&publication=
diff --git a/ccm-sci-bundle/web/themes/mandalay-yaml/user/includes/types/SciPublications/exportLinks.xsl b/ccm-sci-bundle/web/themes/mandalay-yaml/user/includes/types/SciPublications/exportLinks.xsl
index 7e4a07b5c..c98f14ca4 100644
--- a/ccm-sci-bundle/web/themes/mandalay-yaml/user/includes/types/SciPublications/exportLinks.xsl
+++ b/ccm-sci-bundle/web/themes/mandalay-yaml/user/includes/types/SciPublications/exportLinks.xsl
@@ -20,7 +20,7 @@
along with Mandalay. If not, see .
-->
-
+
-
-
/ccm/scipublications/exportUsers/?format=bibtex&publication=
+ /ccm/scipublications/export/?format=bibtex&publication=
@@ -861,7 +861,7 @@
-
-
/ccm/scipublications/exportUsers/?format=ris&publication=
+ /ccm/scipublications/export/?format=ris&publication=
diff --git a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl
index 7e4a07b5c..c98f14ca4 100644
--- a/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl
+++ b/ccm-sci-bundle/web/themes/mandalay/user/includes/types/SciPublications/exportLinks.xsl
@@ -20,7 +20,7 @@
along with Mandalay. If not, see .
-->
-
+
/ccm/scipubliations/
. The functions are accessed using
* an additional URL fragment. For example, if you want to access the
- * exportUsers function, you will use the URL
- * /ccm/scipublications/exportUsers/.
+ * export function, you will use the URL
+ * /ccm/scipublications/export/.
*
* @author Jens Pelzetter
*/
diff --git a/ccm-sci-publications/src/com/arsdigita/cms/scipublications/SciPublicationsServlet.java b/ccm-sci-publications/src/com/arsdigita/cms/scipublications/SciPublicationsServlet.java
index 530d51130..2e18addc9 100644
--- a/ccm-sci-publications/src/com/arsdigita/cms/scipublications/SciPublicationsServlet.java
+++ b/ccm-sci-publications/src/com/arsdigita/cms/scipublications/SciPublicationsServlet.java
@@ -57,12 +57,12 @@ import org.apache.log4j.Logger;
* The
* SciPublicationsServlet processes the
* {@link HttpServletRequest} and calls the requested actions. The available
- * actions are:
exportUsers The
- * exportUsers action exports content items of the type
+ * actions are:
export The
+ * export action exports content items of the type
* {@link Publication} in several formats, like BibTeX or RIS.
- * The exportUsers action has the following query parameters:
formatpublicationformatpublicationcategory