diff -u -r1.25 JournalSetupStep1Form.inc.php
--- classes/manager/form/setup/JournalSetupStep1Form.inc.php 12 May 2009 16:57:21 -0000 1.25
+++ classes/manager/form/setup/JournalSetupStep1Form.inc.php 22 May 2009 20:31:40 -0000
@@ -52,6 +52,7 @@
'publisherNote' => 'string',
'contributorNote' => 'string',
'contributors' => 'object',
+ 'history' => 'string',
'envelopeSender' => 'string',
'emailSignature' => 'string',
'searchDescription' => 'string',
@@ -75,7 +76,7 @@
* @return array
*/
function getLocaleFieldNames() {
- return array('title', 'initials', 'abbreviation', 'sponsorNote', 'publisherNote', 'contributorNote', 'searchDescription', 'searchKeywords', 'customHeaders');
+ return array('title', 'initials', 'abbreviation', 'sponsorNote', 'publisherNote', 'contributorNote', 'history', 'searchDescription', 'searchKeywords', 'customHeaders');
}
/**
diff -u -r1.622 locale.xml
--- locale/en_US/locale.xml 20 May 2009 00:21:24 -0000 1.622
+++ locale/en_US/locale.xml 22 May 2009 20:31:49 -0000
@@ -773,6 +773,7 @@
Statistics
Journal Contact
About the Journal
+ Journal History
Editorial Team
Biography
Editorial Policies
diff -u -r1.9 manager.xml
--- locale/en_US/manager.xml 20 May 2009 00:21:24 -0000 1.9
+++ locale/en_US/manager.xml 22 May 2009 20:31:54 -0000
@@ -205,6 +205,8 @@
Sources of Support
This text will appear below the "Sources of Support" heading and above the list of names and urls for supporting organizartions under "Journal Sponsorship" on the "About" page.
Additional agencies or organizations that provide financial or in-kind support for the journal will appear in About the Journal and may be accompanied by a note of acknowledgement.
+ Journal History
+ This text will appear in the "About" section of the journal website and can be used to describe changes in titles, editorial board, and other items of relevance to the journal's publication history.
Copyeditors
Copyedit Instructions
The Copyedit Instructions will be made available to Copyeditors, Authors, and Section Editors in the Submission Editing stage. Below is a default set of instructions in HTML, which can be modified or replaced by the Journal Manager at any point (in HTML or plain text).
diff -u -r1.61 AboutHandler.inc.php
--- pages/about/AboutHandler.inc.php 20 May 2009 00:21:24 -0000 1.61
+++ pages/about/AboutHandler.inc.php 22 May 2009 20:31:55 -0000
@@ -492,10 +492,24 @@
}
/**
+ * Display journal history.
+ */
+ function history() {
+ $this->validate();
+ $this->setupTemplate(true);
+
+ $journal =& Request::getJournal();
+
+ $templateMgr =& TemplateManager::getManager();
+ $templateMgr->assign('history', $journal->getLocalizedSetting('history'));
+ $templateMgr->display('about/history.tpl');
+ }
+
+ /**
* Display aboutThisPublishingSystem page.
*/
function aboutThisPublishingSystem() {
- $this->validate();
+ $this->validate();
$this->setupTemplate(true);
$versionDao =& DAORegistry::getDAO('VersionDAO');
diff -u -r1.48 TinyMCEPlugin.inc.php
--- plugins/generic/tinymce/TinyMCEPlugin.inc.php 20 May 2009 00:21:24 -0000 1.48
+++ plugins/generic/tinymce/TinyMCEPlugin.inc.php 22 May 2009 20:32:03 -0000
@@ -150,6 +150,7 @@
$fields[] = 'publisherNote';
$fields[] = 'sponsorNote';
$fields[] = 'contributorNote';
+ $fields[] = 'history';
break;
case 2:
$fields[] = 'focusScopeDesc';
diff -N templates/about/history.tpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ templates/about/history.tpl 22 May 2009 20:32:06 -0000
@@ -0,0 +1,18 @@
+{**
+ * history.tpl
+ *
+ * Copyright (c) 2003-2009 John Willinsky
+ * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
+ *
+ * About the Journal => History
+ *
+ * $Id: aboutThisPublishingSystem.tpl,v 1.13 2009/04/08 19:54:50 asmecher Exp $
+ *}
+{strip}
+{assign var="pageTitle" value="about.history"}
+{include file="common/header.tpl"}
+{/strip}
+
+{$history}
+
+{include file="common/footer.tpl"}
diff -u -r1.39 index.tpl
--- templates/about/index.tpl 11 May 2009 23:43:19 -0000 1.39
+++ templates/about/index.tpl 22 May 2009 20:32:06 -0000
@@ -56,6 +56,7 @@
{translate key="about.other"}