From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 29 15:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBB8A1065671 for ; Sat, 29 Mar 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B21FE8FC1D for ; Sat, 29 Mar 2008 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2TFK12D064961 for ; Sat, 29 Mar 2008 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2TFK1rL064960; Sat, 29 Mar 2008 15:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 29 Mar 2008 15:20:01 GMT Resent-Message-Id: <200803291520.m2TFK1rL064960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Filipe Rocha Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 077621065671 for ; Sat, 29 Mar 2008 15:11:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E39218FC21 for ; Sat, 29 Mar 2008 15:11:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2TFAw1O095010 for ; Sat, 29 Mar 2008 15:10:58 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2TFAw1d095009; Sat, 29 Mar 2008 15:10:58 GMT (envelope-from nobody) Message-Id: <200803291510.m2TFAw1d095009@www.freebsd.org> Date: Sat, 29 Mar 2008 15:10:58 GMT From: Filipe Rocha To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122238: Upgrade to OJS 2.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2008 15:20:02 -0000 >Number: 122238 >Category: ports >Synopsis: Upgrade to OJS 2.2.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 15:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Filipe Rocha >Release: FreeBSD 6.3-RELEASE-p1 amd64 >Organization: NPF - Núcleo Portugues de FreeBSD >Environment: FreeBSD 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Sat Feb 16 22:18:53 WET 2008 rip@host:/usr/obj/usr/src/sys/HOST amd64 >Description: Upgraded OJS to version 2.2.0 and added LDAP support >How-To-Repeat: >Fix: diff -ruN ojs2/Makefile ojs2.new/Makefile --- ojs2/Makefile 2007-03-06 06:51:50.000000000 +0000 +++ ojs2.new/Makefile 2008-03-29 14:32:57.000000000 +0000 @@ -6,10 +6,10 @@ # PORTNAME= ojs2 -PORTVERSION= 2.1.1 +PORTVERSION= 2.2 CATEGORIES= www MASTER_SITES= http://pkp.sfu.ca/ojs/download/ -DISTNAME= ojs-2.1.1 +DISTNAME= ojs-2.2 MAINTAINER= filiperocha@gmail.com COMMENT= Open Journal Systems @@ -23,7 +23,15 @@ OJSDIR?= www/ojs2 OPTIONS= MYSQL "Use a MYSQL Database" on \ - PGSQL "Use a PostgreSQL Database" off + PGSQL "Use a PostgreSQL Database" off \ + LDAP "Use LDAP Authentication" off + +pre-everything:: + @${ECHO_MSG} "==============================================================================================" + @${ECHO_MSG} "" + @${ECHO_MSG} "If you are upgrading please refer to docs/UPGRADE or browse to http://pkp.sfu.ca/ojs/UPGRADE" + @${ECHO_MSG} "" + @${ECHO_MSG} "==============================================================================================" .include @@ -39,6 +47,10 @@ USE_PHP+= pgsql .endif +.ifdef(WITH_LDAP) +USE_PHP+= ldap +.endif + do-install: @${INSTALL_DATA} -d ${PREFIX}/${OJSDIR} @${CP} -Rn ${WRKSRC}/* ${PREFIX}/${OJSDIR} diff -ruN ojs2/distinfo ojs2.new/distinfo --- ojs2/distinfo 2006-07-25 21:25:33.000000000 +0000 +++ ojs2.new/distinfo 2008-03-29 12:07:26.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (ojs2/ojs-2.1.1.tar.gz) = fbd7d4b866a24847a1fba92896982531 -SHA256 (ojs2/ojs-2.1.1.tar.gz) = 38241fb2071cdab7a0ca75c2366095fa7269dd0c4d8726d8b93a41b72f281694 -SIZE (ojs2/ojs-2.1.1.tar.gz) = 2523029 +MD5 (ojs2/ojs-2.2.tar.gz) = 241ee360d914b813f9af1dd684f8a04b +SHA256 (ojs2/ojs-2.2.tar.gz) = 0213faa147c439a0a1a4badf1da50dd61e2888c1911467638d7b3d331d74e5bf +SIZE (ojs2/ojs-2.2.tar.gz) = 5079464 diff -ruN ojs2/pkg-message ojs2.new/pkg-message --- ojs2/pkg-message 2006-07-09 23:44:43.000000000 +0000 +++ ojs2.new/pkg-message 2008-03-29 14:21:17.000000000 +0000 @@ -1,6 +1,32 @@ -=================================================== -Please read docs/README for more instalation -information +================================================================================== +* Please read docs/README (http://pkp.sfu.ca/ojs/README) or browse to + http://pkp.sfu.ca/ojs_documentation + on HOW-TO get OJS fully functional + +* See lib/libraries.txt for a list of third-party + libraries used by OJS. + +Recommended Configuration +------------------------- + +A secure deployment can be best achieved by using the following policies: + + * Dedicate a database to OJS; use unique credentials to access it. + Configure this database to perform automated backups on a regular + basis. Perform a manual backup when upgrading or performing + maintenance. + + * Configure OJS (config.inc.php) to use SHA1 hashing rather than MD5. + + * Configure OJS (config.inc.php) to use force_ssl_login so that + authenticated users communicate with the server via HTTPS. + + * Install OJS so that the files directory is NOT a subdirectory of + the OJS installation and cannot be accessed directly via the web + server. Restrict file permissions as much as possible. Automated + backups of this directory should be roughly synchronized with + database backups. Forum: -=================================================== + +================================================================================= diff -ruN ojs2/pkg-plist ojs2.new/pkg-plist --- ojs2/pkg-plist 2006-07-25 21:25:33.000000000 +0000 +++ ojs2.new/pkg-plist 2008-03-29 14:06:49.000000000 +0000 @@ -1,434 +1,24 @@ -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000000.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000001.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000002.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000003.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000004.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000005.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000006.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000007.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000008.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000009.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000010.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000011.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000012.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000013.php -www/ojs2/cache/fc-help-toc-en_US-editorial.toc.000014.php -www/ojs2/cache/fc-help-toc-en_US-index.toc.000000.php -www/ojs2/cache/fc-help-toc-en_US-intro.toc.000000.php -www/ojs2/cache/fc-help-toc-en_US-journal.toc.000000.php -www/ojs2/cache/fc-help-toc-en_US-journal.toc.000001.php -www/ojs2/cache/fc-help-toc-en_US-journal.toc.000002.php -www/ojs2/cache/fc-help-toc-en_US-journal.toc.000003.php -www/ojs2/cache/fc-help-toc-en_US-journal.toc.000005.php -www/ojs2/cache/fc-help-toc-en_US-publishing.toc.000000.php -www/ojs2/cache/fc-help-toc-en_US-site.toc.000000.php -www/ojs2/cache/fc-help-toc-en_US-submission.toc.000000.php -www/ojs2/cache/fc-help-toc-en_US-user.toc.000000.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000001.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000002.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000003.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000004.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000005.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000006.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000007.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000008.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000009.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000010.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000011.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000012.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000013.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000014.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000015.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000016.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000017.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000018.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000019.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000020.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000021.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000022.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000023.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000024.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000025.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000026.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000027.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000028.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000029.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000030.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000031.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000032.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000033.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000034.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000035.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000036.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000037.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000038.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000039.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000040.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000041.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000042.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000043.php -www/ojs2/cache/fc-help-topic-en_US-editorial.topic.000044.php -www/ojs2/cache/fc-help-topic-en_US-index.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-intro.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-intro.topic.000001.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000001.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000002.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000003.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000004.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000005.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000006.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000007.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000008.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000009.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000010.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000011.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000012.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000013.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000014.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000015.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000016.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000017.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000018.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000019.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000020.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000021.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000022.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000023.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000025.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000026.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000027.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000028.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000029.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000030.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000031.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000032.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000033.php -www/ojs2/cache/fc-help-topic-en_US-journal.topic.000034.php -www/ojs2/cache/fc-help-topic-en_US-publishing.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-publishing.topic.000001.php -www/ojs2/cache/fc-help-topic-en_US-publishing.topic.000002.php -www/ojs2/cache/fc-help-topic-en_US-publishing.topic.000003.php -www/ojs2/cache/fc-help-topic-en_US-publishing.topic.000004.php -www/ojs2/cache/fc-help-topic-en_US-site.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-site.topic.000001.php -www/ojs2/cache/fc-help-topic-en_US-site.topic.000002.php -www/ojs2/cache/fc-help-topic-en_US-site.topic.000003.php -www/ojs2/cache/fc-help-topic-en_US-submission.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-submission.topic.000001.php -www/ojs2/cache/fc-help-topic-en_US-submission.topic.000002.php -www/ojs2/cache/fc-help-topic-en_US-submission.topic.000003.php -www/ojs2/cache/fc-help-topic-en_US-submission.topic.000004.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000000.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000001.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000002.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000003.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000004.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000005.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000006.php -www/ojs2/cache/fc-help-topic-en_US-user.topic.000007.php www/ojs2/cache/fc-locale-list.php -www/ojs2/cache/t_compile/%%00^002^0025FB04%%groupForm.tpl.php -www/ojs2/cache/t_compile/%%00^006^006265F5%%copyedit.tpl.php -www/ojs2/cache/t_compile/%%02^029^029F1BCC%%authorIndex.tpl.php -www/ojs2/cache/t_compile/%%03^03C^03C22924%%index.tpl.php -www/ojs2/cache/t_compile/%%04^047^047D7122%%sectionForm.tpl.php -www/ojs2/cache/t_compile/%%04^04C^04C3D1BA%%step1.tpl.php www/ojs2/cache/t_compile/%%04^04F^04F6FBD0%%editorialTeamBoard.tpl.php -www/ojs2/cache/t_compile/%%05^054^054EE7AF%%view.tpl.php -www/ojs2/cache/t_compile/%%07^079^0793B7DD%%index.tpl.php -www/ojs2/cache/t_compile/%%07^07F^07F8305B%%links.tpl.php -www/ojs2/cache/t_compile/%%08^084^0849D27C%%index.tpl.php -www/ojs2/cache/t_compile/%%08^08A^08AF99E3%%metadata.tpl.php -www/ojs2/cache/t_compile/%%09^097^09706EC3%%selectSectionEditor.tpl.php -www/ojs2/cache/t_compile/%%0A^0A3^0A3E53F8%%footer.tpl.php -www/ojs2/cache/t_compile/%%0B^0B3^0B3AA59B%%enrollment.tpl.php -www/ojs2/cache/t_compile/%%0C^0C4^0C47B79C%%layout.tpl.php -www/ojs2/cache/t_compile/%%0D^0D5^0D56FD2D%%metadata.tpl.php -www/ojs2/cache/t_compile/%%0F^0F6^0F6D24D0%%suppFileView.tpl.php -www/ojs2/cache/t_compile/%%0F^0FA^0FA2D17F%%citeEndNote.tpl.php -www/ojs2/cache/t_compile/%%10^106^10682937%%context.tpl.php -www/ojs2/cache/t_compile/%%10^10D^10D19D04%%email.tpl.php -www/ojs2/cache/t_compile/%%10^10E^10EBC047%%submitSidebar.tpl.php -www/ojs2/cache/t_compile/%%12^122^122DF3AC%%layout.tpl.php -www/ojs2/cache/t_compile/%%12^124^124234EB%%selectReviewer.tpl.php -www/ojs2/cache/t_compile/%%12^12B^12BC9318%%createIssue.tpl.php -www/ojs2/cache/t_compile/%%14^142^14235B5A%%setDueDate.tpl.php -www/ojs2/cache/t_compile/%%16^16D^16D2EB6F%%submissionNotes.tpl.php -www/ojs2/cache/t_compile/%%17^17B^17B89E5C%%announcements.tpl.php -www/ojs2/cache/t_compile/%%17^17B^17BE481D%%articleContext.tpl.php -www/ojs2/cache/t_compile/%%17^17F^17F04482%%viewPage.tpl.php -www/ojs2/cache/t_compile/%%18^183^183067D8%%submission.tpl.php -www/ojs2/cache/t_compile/%%19^190^19009D5B%%settingsForm.tpl.php www/ojs2/cache/t_compile/%%19^19D^19DCFE45%%aboutThisPublishingSystem.tpl.php -www/ojs2/cache/t_compile/%%19^19E^19EDCFBF%%changePassword.tpl.php -www/ojs2/cache/t_compile/%%1A^1AB^1AB7EFA8%%footer.tpl.php -www/ojs2/cache/t_compile/%%1B^1B2^1B258F23%%rt.tpl.php -www/ojs2/cache/t_compile/%%1B^1B3^1B300B73%%sections.tpl.php -www/ojs2/cache/t_compile/%%1B^1B5^1B515AF7%%submissionEditing.tpl.php -www/ojs2/cache/t_compile/%%20^202^202C2883%%loginChangePassword.tpl.php -www/ojs2/cache/t_compile/%%20^205^205B9C0F%%navsidebar.tpl.php -www/ojs2/cache/t_compile/%%21^216^216C6813%%installComplete.tpl.php -www/ojs2/cache/t_compile/%%21^217^2172EFD1%%index.tpl.php -www/ojs2/cache/t_compile/%%23^233^233F8E5A%%searchUsers.tpl.php -www/ojs2/cache/t_compile/%%23^236^236E0F2D%%submissionEventLog.tpl.php -www/ojs2/cache/t_compile/%%23^237^2379D0D1%%summary.tpl.php -www/ojs2/cache/t_compile/%%24^244^244D71F5%%information.tpl.php -www/ojs2/cache/t_compile/%%24^245^24500514%%issues.tpl.php -www/ojs2/cache/t_compile/%%24^246^246E5A53%%completed.tpl.php -www/ojs2/cache/t_compile/%%25^250^25085D26%%selectTemplate.tpl.php -www/ojs2/cache/t_compile/%%26^26D^26D6B7FC%%journals.tpl.php -www/ojs2/cache/t_compile/%%28^281^281FB91C%%toc.tpl.php -www/ojs2/cache/t_compile/%%29^291^29193AD4%%searchResults.tpl.php -www/ojs2/cache/t_compile/%%29^29C^29C2266D%%submissionEventLogEntry.tpl.php -www/ojs2/cache/t_compile/%%2A^2A1^2A1B5B37%%importError.tpl.php -www/ojs2/cache/t_compile/%%2B^2BA^2BABD0B8%%index.tpl.php -www/ojs2/cache/t_compile/%%2B^2BB^2BB24B49%%announcementTypeForm.tpl.php -www/ojs2/cache/t_compile/%%2C^2C1^2C1F000D%%issue.tpl.php -www/ojs2/cache/t_compile/%%2C^2C8^2C84B445%%metadata.tpl.php -www/ojs2/cache/t_compile/%%2D^2DC^2DC58F32%%studentThesisForm.tpl.php -www/ojs2/cache/t_compile/%%2E^2ED^2EDF65E3%%submissionReview.tpl.php -www/ojs2/cache/t_compile/%%30^309^309A5EF8%%site.tpl.php -www/ojs2/cache/t_compile/%%32^329^32915119%%submissionsUnassigned.tpl.php -www/ojs2/cache/t_compile/%%32^32D^32D13D85%%header.tpl.php -www/ojs2/cache/t_compile/%%34^346^346F0F59%%registerSite.tpl.php -www/ojs2/cache/t_compile/%%36^360^36085188%%navsidebar.tpl.php -www/ojs2/cache/t_compile/%%36^364^364A6690%%upgrade.tpl.php -www/ojs2/cache/t_compile/%%37^37F^37F26BBC%%profile.tpl.php -www/ojs2/cache/t_compile/%%38^38C^38C51E22%%email.tpl.php -www/ojs2/cache/t_compile/%%38^38D^38D7420B%%article.tpl.php -www/ojs2/cache/t_compile/%%3C^3C3^3C33E5E0%%index.tpl.php -www/ojs2/cache/t_compile/%%3C^3C3^3C3FC9D9%%browser.tpl.php -www/ojs2/cache/t_compile/%%3D^3DE^3DEC0C69%%errors.tpl.php -www/ojs2/cache/t_compile/%%40^409^40906566%%userProfile.tpl.php -www/ojs2/cache/t_compile/%%40^40A^40A38FC9%%subscriptionTypeForm.tpl.php -www/ojs2/cache/t_compile/%%42^426^4268BFBC%%emails.tpl.php +www/ojs2/cache/t_compile/%%22^226^2262C33A%%memberships.tpl.php www/ojs2/cache/t_compile/%%42^42F^42FD737A%%editorialTeam.tpl.php -www/ojs2/cache/t_compile/%%43^434^43405ECF%%message.tpl.php -www/ojs2/cache/t_compile/%%43^436^4363AB6A%%step2.tpl.php -www/ojs2/cache/t_compile/%%43^43E^43E5BED6%%submitHeader.tpl.php -www/ojs2/cache/t_compile/%%44^441^4412547D%%status.tpl.php -www/ojs2/cache/t_compile/%%45^459^4590D0E6%%interstitial.tpl.php -www/ojs2/cache/t_compile/%%45^45C^45C40DE5%%summary.tpl.php -www/ojs2/cache/t_compile/%%47^47B^47BE6831%%navsidebar.tpl.php -www/ojs2/cache/t_compile/%%48^481^4812090A%%peerReview.tpl.php -www/ojs2/cache/t_compile/%%48^482^482118EB%%scheduling.tpl.php -www/ojs2/cache/t_compile/%%48^487^48773FDD%%memberships.tpl.php -www/ojs2/cache/t_compile/%%49^493^4931D6FD%%systemConfigUpdated.tpl.php -www/ojs2/cache/t_compile/%%49^49A^49A9D247%%subscriptions.tpl.php -www/ojs2/cache/t_compile/%%4A^4A0^4A0EB5AC%%step5.tpl.php -www/ojs2/cache/t_compile/%%4A^4AE^4AE1127F%%journalSettings.tpl.php -www/ojs2/cache/t_compile/%%4E^4E2^4E246DB0%%issueData.tpl.php -www/ojs2/cache/t_compile/%%4E^4EA^4EA3FA32%%emailTemplateForm.tpl.php -www/ojs2/cache/t_compile/%%4F^4FA^4FA4FFF7%%navsidebar.tpl.php -www/ojs2/cache/t_compile/%%50^50A^50AAA4F9%%index.tpl.php -www/ojs2/cache/t_compile/%%50^50B^50B828D9%%systemConfig.tpl.php -www/ojs2/cache/t_compile/%%51^511^511E854D%%articles.tpl.php -www/ojs2/cache/t_compile/%%53^532^5329D12F%%importUsersConfirm.tpl.php -www/ojs2/cache/t_compile/%%54^546^546AF219%%citeReferenceManager.tpl.php -www/ojs2/cache/t_compile/%%55^551^5513B48B%%issues.tpl.php -www/ojs2/cache/t_compile/%%56^563^5637D8B1%%index.tpl.php -www/ojs2/cache/t_compile/%%57^577^5778BFEB%%footer.tpl.php -www/ojs2/cache/t_compile/%%58^58F^58F971B1%%metadataEdit.tpl.php -www/ojs2/cache/t_compile/%%59^597^59704308%%comments.tpl.php -www/ojs2/cache/t_compile/%%59^59A^59AE3651%%index.tpl.php www/ojs2/cache/t_compile/%%5A^5A5^5A5A0067%%index.tpl.php -www/ojs2/cache/t_compile/%%5A^5AA^5AA9AD09%%management.tpl.php -www/ojs2/cache/t_compile/%%5B^5B5^5B53CC71%%active.tpl.php -www/ojs2/cache/t_compile/%%5B^5BF^5BFCA184%%current.tpl.php -www/ojs2/cache/t_compile/%%5B^5BF^5BFFD773%%languages.tpl.php www/ojs2/cache/t_compile/%%5C^5C2^5C21797E%%site.tpl.php -www/ojs2/cache/t_compile/%%5D^5DD^5DDD4904%%view.tpl.php -www/ojs2/cache/t_compile/%%5D^5DF^5DF64E8B%%subscriptionTypes.tpl.php -www/ojs2/cache/t_compile/%%5F^5F5^5F5AA392%%settings.tpl.php -www/ojs2/cache/t_compile/%%5F^5F6^5F6EA42F%%selectMergeUser.tpl.php -www/ojs2/cache/t_compile/%%5F^5FB^5FB5FC5A%%galleyForm.tpl.php -www/ojs2/cache/t_compile/%%61^61E^61E0D8FF%%lostPassword.tpl.php -www/ojs2/cache/t_compile/%%62^624^624BDB22%%settingsForm.tpl.php -www/ojs2/cache/t_compile/%%62^628^6281BA49%%editorDecisionComment.tpl.php -www/ojs2/cache/t_compile/%%62^629^6295B20B%%completed.tpl.php www/ojs2/cache/t_compile/%%62^62F^62FCC9FC%%importConflicts.tpl.php -www/ojs2/cache/t_compile/%%63^630^6303570D%%summary.tpl.php -www/ojs2/cache/t_compile/%%64^648^6487B017%%email.tpl.php -www/ojs2/cache/t_compile/%%66^666^666DCE67%%upgradeComplete.tpl.php -www/ojs2/cache/t_compile/%%68^683^683843E0%%proofread.tpl.php www/ojs2/cache/t_compile/%%69^696^696396EF%%contact.tpl.php -www/ojs2/cache/t_compile/%%6B^6BA^6BAF19C6%%atom.tpl.php -www/ojs2/cache/t_compile/%%6B^6BE^6BED0318%%submissionsInReview.tpl.php -www/ojs2/cache/t_compile/%%6B^6BF^6BF9BE7F%%version.tpl.php -www/ojs2/cache/t_compile/%%6C^6C6^6C6DAB8F%%submissionEmailLog.tpl.php -www/ojs2/cache/t_compile/%%6D^6D3^6D3D2F1D%%layout.tpl.php -www/ojs2/cache/t_compile/%%6E^6E3^6E387A31%%pdfInterstitial.tpl.php -www/ojs2/cache/t_compile/%%6E^6E8^6E8A3102%%complete.tpl.php -www/ojs2/cache/t_compile/%%70^703^703BB0EC%%settingsSaved.tpl.php -www/ojs2/cache/t_compile/%%70^70D^70D99612%%index.tpl.php -www/ojs2/cache/t_compile/%%72^720^720ACFDF%%journal.tpl.php -www/ojs2/cache/t_compile/%%72^72A^72A158C2%%issueToc.tpl.php -www/ojs2/cache/t_compile/%%74^745^745467F1%%exportXml.tpl.php -www/ojs2/cache/t_compile/%%74^745^745D454B%%galleyView.tpl.php -www/ojs2/cache/t_compile/%%77^776^776E9C1C%%step4.tpl.php -www/ojs2/cache/t_compile/%%77^777^7771F032%%submission.tpl.php -www/ojs2/cache/t_compile/%%78^78F^78F700AE%%systemInfo.tpl.php www/ojs2/cache/t_compile/%%79^790^7909A37A%%editorialTeamBio.tpl.php -www/ojs2/cache/t_compile/%%79^791^7916D042%%instructions.tpl.php -www/ojs2/cache/t_compile/%%7C^7C5^7C509DA7%%index.tpl.php -www/ojs2/cache/t_compile/%%7C^7C6^7C64B552%%announcementTypes.tpl.php -www/ojs2/cache/t_compile/%%7D^7DC^7DC17B21%%install.tpl.php -www/ojs2/cache/t_compile/%%7D^7DC^7DC645F6%%submission.tpl.php -www/ojs2/cache/t_compile/%%7E^7E0^7E0382DA%%step3.tpl.php www/ojs2/cache/t_compile/%%7E^7E1^7E1EBAAB%%editorialPolicies.tpl.php -www/ojs2/cache/t_compile/%%7E^7EF^7EFE44DB%%submissionsArchives.tpl.php -www/ojs2/cache/t_compile/%%81^815^815391BC%%futureIssues.tpl.php -www/ojs2/cache/t_compile/%%81^818^8187AA06%%proofread.tpl.php -www/ojs2/cache/t_compile/%%81^818^818BA855%%proofGalley.tpl.php -www/ojs2/cache/t_compile/%%83^835^8357E339%%active.tpl.php -www/ojs2/cache/t_compile/%%84^843^8433FAA0%%theses.tpl.php -www/ojs2/cache/t_compile/%%87^870^87070182%%setupHeader.tpl.php www/ojs2/cache/t_compile/%%87^878^878FC2A8%%index.tpl.php www/ojs2/cache/t_compile/%%87^87A^87A1ECC2%%statistics.tpl.php -www/ojs2/cache/t_compile/%%89^89C^89C12C7F%%editors.tpl.php -www/ojs2/cache/t_compile/%%89^89D^89D0B816%%formErrors.tpl.php -www/ojs2/cache/t_compile/%%8A^8A9^8A9DBDDF%%submissionsInEditing.tpl.php -www/ojs2/cache/t_compile/%%8B^8B9^8B904A63%%active.tpl.php -www/ojs2/cache/t_compile/%%8C^8C7^8C76382E%%subscriptionPolicyForm.tpl.php -www/ojs2/cache/t_compile/%%8D^8D7^8D7E485F%%submissionRegrets.tpl.php -www/ojs2/cache/t_compile/%%8E^8E6^8E6C5FE9%%list.tpl.php -www/ojs2/cache/t_compile/%%8E^8E6^8E6E19C0%%advancedSearch.tpl.php -www/ojs2/cache/t_compile/%%8E^8EE^8EE58914%%commentEmail.tpl.php -www/ojs2/cache/t_compile/%%8F^8F0^8F08B0A0%%submission.tpl.php -www/ojs2/cache/t_compile/%%90^900^900639B1%%proofGalleyHTML.tpl.php -www/ojs2/cache/t_compile/%%91^91A^91A91A9E%%captureCite.tpl.php -www/ojs2/cache/t_compile/%%91^91E^91E1102A%%copyedit.tpl.php -www/ojs2/cache/t_compile/%%92^923^9234112C%%selectUser.tpl.php -www/ojs2/cache/t_compile/%%92^926^926B8B7A%%rss2.tpl.php -www/ojs2/cache/t_compile/%%94^948^948B895A%%submissionEmailLogEntry.tpl.php -www/ojs2/cache/t_compile/%%97^971^971166A6%%citeProCite.tpl.php -www/ojs2/cache/t_compile/%%97^976^9762EB79%%index.tpl.php -www/ojs2/cache/t_compile/%%97^977^9779FD85%%importSuccess.tpl.php -www/ojs2/cache/t_compile/%%99^99A^99A58582%%createReviewerForm.tpl.php -www/ojs2/cache/t_compile/%%9C^9C9^9C9E4DCF%%proofread.tpl.php -www/ojs2/cache/t_compile/%%9C^9CF^9CFA75A4%%login.tpl.php -www/ojs2/cache/t_compile/%%9F^9F9^9F996827%%header.tpl.php -www/ojs2/cache/t_compile/%%9F^9FF^9FF641B6%%reviewerRecommendation.tpl.php -www/ojs2/cache/t_compile/%%A0^A01^A0170739%%suppFileView.tpl.php -www/ojs2/cache/t_compile/%%A0^A04^A04E3075%%suppFiles.tpl.php -www/ojs2/cache/t_compile/%%A0^A0B^A0B7A42D%%submissionEditing.tpl.php -www/ojs2/cache/t_compile/%%A1^A13^A13086F0%%navsidebar.tpl.php -www/ojs2/cache/t_compile/%%A1^A15^A1552003%%proofGalleyTop.tpl.php -www/ojs2/cache/t_compile/%%A2^A2D^A2DD45AB%%summary.tpl.php -www/ojs2/cache/t_compile/%%A3^A33^A33E7632%%settings.tpl.php -www/ojs2/cache/t_compile/%%A3^A38^A385D906%%scheduling.tpl.php -www/ojs2/cache/t_compile/%%A4^A41^A419E91B%%suppFile.tpl.php -www/ojs2/cache/t_compile/%%A6^A64^A64BCCFB%%index.tpl.php -www/ojs2/cache/t_compile/%%A7^A73^A7374CC1%%searchUsers.tpl.php -www/ojs2/cache/t_compile/%%A7^A74^A745F379%%submissionsArchives.tpl.php www/ojs2/cache/t_compile/%%A9^A99^A99D266D%%importOJS1.tpl.php -www/ojs2/cache/t_compile/%%AB^AB9^AB9A4DFB%%searchResults.tpl.php -www/ojs2/cache/t_compile/%%AB^ABE^ABE61EE5%%contexts.tpl.php -www/ojs2/cache/t_compile/%%AD^AD2^AD22FE92%%layout.tpl.php -www/ojs2/cache/t_compile/%%AE^AE7^AE7BCDED%%searches.tpl.php -www/ojs2/cache/t_compile/%%AE^AEC^AECB8B3A%%header.tpl.php -www/ojs2/cache/t_compile/%%AF^AFD^AFD65FDE%%backIssues.tpl.php -www/ojs2/cache/t_compile/%%B0^B03^B0335942%%copyedit.tpl.php -www/ojs2/cache/t_compile/%%B2^B25^B256B4BA%%submissionsInReview.tpl.php -www/ojs2/cache/t_compile/%%B2^B29^B29CC4AC%%submissionsInEditing.tpl.php -www/ojs2/cache/t_compile/%%B3^B34^B34D88B1%%index.tpl.php -www/ojs2/cache/t_compile/%%B6^B60^B6069844%%search.tpl.php -www/ojs2/cache/t_compile/%%B6^B6D^B6D83DD5%%submissions.tpl.php -www/ojs2/cache/t_compile/%%B7^B7A^B7A14946%%layout.tpl.php -www/ojs2/cache/t_compile/%%B9^B94^B94C633C%%view.tpl.php -www/ojs2/cache/t_compile/%%B9^B94^B94F614A%%editComment.tpl.php -www/ojs2/cache/t_compile/%%BC^BC0^BC08DEF5%%suppFile.tpl.php -www/ojs2/cache/t_compile/%%BD^BD4^BD41D2F1%%editorDecisionEmail.tpl.php -www/ojs2/cache/t_compile/%%BD^BDE^BDE64B8C%%rss.tpl.php -www/ojs2/cache/t_compile/%%BE^BE0^BE08FB0F%%issues.tpl.php www/ojs2/cache/t_compile/%%BE^BE3^BE3F36E7%%sourceSettings.tpl.php -www/ojs2/cache/t_compile/%%BE^BE7^BE767151%%completed.tpl.php -www/ojs2/cache/t_compile/%%BE^BEA^BEAF451D%%thesisForm.tpl.php -www/ojs2/cache/t_compile/%%BF^BF8^BF8E136C%%step1.tpl.php -www/ojs2/cache/t_compile/%%C1^C11^C11E9029%%titleIndex.tpl.php -www/ojs2/cache/t_compile/%%C2^C22^C2292C5D%%archive.tpl.php -www/ojs2/cache/t_compile/%%C2^C2B^C2BFEBBD%%userProfileForm.tpl.php -www/ojs2/cache/t_compile/%%C2^C2C^C2CF9125%%proofread.tpl.php -www/ojs2/cache/t_compile/%%C3^C36^C366BC56%%submissionReview.tpl.php -www/ojs2/cache/t_compile/%%C4^C49^C498A7FD%%userProfile.tpl.php -www/ojs2/cache/t_compile/%%C4^C4C^C4C6A4DE%%navsidebar.tpl.php -www/ojs2/cache/t_compile/%%C4^C4C^C4CD118C%%statistics.tpl.php -www/ojs2/cache/t_compile/%%C5^C54^C54E400C%%step3.tpl.php -www/ojs2/cache/t_compile/%%C6^C6D^C6D958A8%%active.tpl.php -www/ojs2/cache/t_compile/%%C7^C77^C77CA73F%%groups.tpl.php -www/ojs2/cache/t_compile/%%CB^CB2^CB2DF350%%lockss.tpl.php www/ojs2/cache/t_compile/%%CB^CB5^CB5B9D9E%%submissions.tpl.php -www/ojs2/cache/t_compile/%%CB^CB6^CB620954%%footer.tpl.php -www/ojs2/cache/t_compile/%%CB^CBE^CBEEB271%%notifyUsersEmail.tpl.php -www/ojs2/cache/t_compile/%%CC^CC2^CC235ECA%%step4.tpl.php -www/ojs2/cache/t_compile/%%CC^CCB^CCB17036%%bio.tpl.php -www/ojs2/cache/t_compile/%%CD^CD7^CD76305A%%rounds.tpl.php -www/ojs2/cache/t_compile/%%CD^CD9^CD9F133B%%peerReviewComment.tpl.php -www/ojs2/cache/t_compile/%%CE^CE6^CE60AA58%%completed.tpl.php -www/ojs2/cache/t_compile/%%CE^CE7^CE71111A%%navsidebar.tpl.php www/ojs2/cache/t_compile/%%D0^D01^D01ECFAE%%subscriptions.tpl.php -www/ojs2/cache/t_compile/%%D1^D16^D164455C%%topic.tpl.php -www/ojs2/cache/t_compile/%%D2^D2F^D2F0A35E%%sent.tpl.php -www/ojs2/cache/t_compile/%%D3^D39^D39A46D0%%versions.tpl.php -www/ojs2/cache/t_compile/%%D4^D43^D4330A8C%%selectUser.tpl.php -www/ojs2/cache/t_compile/%%D4^D49^D49510BE%%plugins.tpl.php -www/ojs2/cache/t_compile/%%D4^D4C^D4C18A96%%submissionHistory.tpl.php -www/ojs2/cache/t_compile/%%D4^D4C^D4C88564%%authorDetails.tpl.php -www/ojs2/cache/t_compile/%%D5^D58^D58E5185%%completed.tpl.php -www/ojs2/cache/t_compile/%%D5^D5B^D5B0D0C9%%context.tpl.php -www/ojs2/cache/t_compile/%%D6^D64^D645536F%%settings.tpl.php -www/ojs2/cache/t_compile/%%D7^D7A^D7AC4ABB%%active.tpl.php -www/ojs2/cache/t_compile/%%D8^D83^D83905BE%%announcementForm.tpl.php -www/ojs2/cache/t_compile/%%DA^DA9^DA98FEAB%%index.tpl.php -www/ojs2/cache/t_compile/%%DA^DAB^DAB2625C%%journals.tpl.php -www/ojs2/cache/t_compile/%%DB^DB4^DB4875A0%%printerFriendly.tpl.php -www/ojs2/cache/t_compile/%%DC^DC2^DC2CE5A4%%issues.tpl.php -www/ojs2/cache/t_compile/%%DE^DE1^DE14894A%%index.tpl.php -www/ojs2/cache/t_compile/%%DE^DE7^DE746713%%reportGenerator.tpl.php www/ojs2/cache/t_compile/%%DE^DE8^DE8BD81D%%journalSponsorship.tpl.php -www/ojs2/cache/t_compile/%%DE^DEA^DEA520B8%%comment.tpl.php -www/ojs2/cache/t_compile/%%DF^DF1^DF1AC4CB%%summary.tpl.php -www/ojs2/cache/t_compile/%%DF^DF7^DF792C5A%%importUsersResults.tpl.php -www/ojs2/cache/t_compile/%%DF^DF9^DF9D97C4%%view.tpl.php -www/ojs2/cache/t_compile/%%E2^E27^E273EE27%%helpToc.tpl.php -www/ojs2/cache/t_compile/%%E2^E2F^E2F8F48A%%sidebar.tpl.php -www/ojs2/cache/t_compile/%%E3^E30^E30483BC%%scheduling.tpl.php -www/ojs2/cache/t_compile/%%E3^E30^E304DB79%%header.tpl.php -www/ojs2/cache/t_compile/%%E3^E32^E32C5AF0%%users.tpl.php -www/ojs2/cache/t_compile/%%E4^E43^E4358A64%%comment.tpl.php -www/ojs2/cache/t_compile/%%E5^E51^E51D61B5%%validate.tpl.php -www/ojs2/cache/t_compile/%%E5^E5F^E5FB5B72%%notifyUsers.tpl.php -www/ojs2/cache/t_compile/%%E6^E6E^E6E2BF28%%articles.tpl.php -www/ojs2/cache/t_compile/%%E8^E89^E8926F18%%articles.tpl.php -www/ojs2/cache/t_compile/%%E9^E9C^E9C359FC%%enrollSync.tpl.php -www/ojs2/cache/t_compile/%%EA^EA3^EA363043%%peerReview.tpl.php www/ojs2/cache/t_compile/%%EE^EE6^EE6F4E36%%sources.tpl.php -www/ojs2/cache/t_compile/%%EF^EFB^EFB8E6BD%%index.tpl.php -www/ojs2/cache/t_compile/%%F1^F13^F138E95C%%view.tpl.php -www/ojs2/cache/t_compile/%%F1^F14^F143777A%%step5.tpl.php -www/ojs2/cache/t_compile/%%F2^F21^F219C807%%register.tpl.php www/ojs2/cache/t_compile/%%F3^F32^F3218F1A%%siteMap.tpl.php -www/ojs2/cache/t_compile/%%F3^F33^F33A411C%%index.tpl.php -www/ojs2/cache/t_compile/%%F3^F38^F382F964%%languageSettings.tpl.php -www/ojs2/cache/t_compile/%%F3^F38^F38D6729%%header.tpl.php -www/ojs2/cache/t_compile/%%F4^F46^F46B54D0%%openAccessNotifyEmail.tpl.php -www/ojs2/cache/t_compile/%%F6^F6A^F6A41EDF%%submission.tpl.php -www/ojs2/cache/t_compile/%%F8^F82^F82E69BC%%step2.tpl.php -www/ojs2/cache/t_compile/%%F8^F88^F88D9440%%management.tpl.php -www/ojs2/cache/t_compile/%%F9^F98^F986CA6C%%index.tpl.php -www/ojs2/cache/t_compile/%%FA^FAC^FAC15D78%%index.tpl.php -www/ojs2/cache/t_compile/%%FB^FB5^FB554436%%plugins.tpl.php -www/ojs2/cache/t_compile/%%FB^FB6^FB62556C%%editorDecision.tpl.php -www/ojs2/cache/t_compile/%%FB^FB7^FB789C12%%metadataView.tpl.php -www/ojs2/cache/t_compile/%%FC^FC4^FC4FCA07%%schedulingQueue.tpl.php -www/ojs2/cache/t_compile/%%FE^FE3^FE36698A%%subscriptionForm.tpl.php -www/ojs2/cache/t_compile/%%FE^FEB^FEBE8919%%submission.tpl.php -www/ojs2/cache/t_compile/%%FF^FFA^FFA67636%%error.tpl.php -www/ojs2/cache/t_compile/%%FF^FFB^FFB95317%%index.tpl.php -www/ojs2/cache/t_compile/%%FF^FFF^FFF4AAA7%%status.tpl.php -www/ojs2/cache/t_compile/%%FF^FFF^FFF4BFA6%%editorDecision.tpl.php +www/ojs2/cache/t_compile/%%F3^F34^F34568E5%%displayMembership.tpl.php www/ojs2/classes/admin/form/ImportOJS1Form.inc.php www/ojs2/classes/admin/form/JournalSiteSettingsForm.inc.php www/ojs2/classes/admin/form/SiteSettingsForm.inc.php @@ -469,6 +59,9 @@ www/ojs2/classes/cache/FileCache.inc.php www/ojs2/classes/cache/GenericCache.inc.php www/ojs2/classes/cache/MemcacheCache.inc.php +www/ojs2/classes/captcha/Captcha.inc.php +www/ojs2/classes/captcha/CaptchaDAO.inc.php +www/ojs2/classes/captcha/CaptchaManager.inc.php www/ojs2/classes/comment/Comment.inc.php www/ojs2/classes/comment/CommentDAO.inc.php www/ojs2/classes/comment/form/CommentForm.inc.php @@ -484,6 +77,8 @@ www/ojs2/classes/core/String.inc.php www/ojs2/classes/core/Transcoder.inc.php www/ojs2/classes/core/VirtualArrayIterator.inc.php +www/ojs2/classes/currency/Currency.inc.php +www/ojs2/classes/currency/CurrencyDAO.inc.php www/ojs2/classes/db/DAO.inc.php www/ojs2/classes/db/DAORegistry.inc.php www/ojs2/classes/db/DAOResultFactory.inc.php @@ -506,22 +101,33 @@ www/ojs2/classes/form/validation/FormValidator.inc.php www/ojs2/classes/form/validation/FormValidatorAlphaNum.inc.php www/ojs2/classes/form/validation/FormValidatorArray.inc.php +www/ojs2/classes/form/validation/FormValidatorArrayCustom.inc.php +www/ojs2/classes/form/validation/FormValidatorCaptcha.inc.php www/ojs2/classes/form/validation/FormValidatorCustom.inc.php www/ojs2/classes/form/validation/FormValidatorEmail.inc.php www/ojs2/classes/form/validation/FormValidatorInSet.inc.php www/ojs2/classes/form/validation/FormValidatorLength.inc.php +www/ojs2/classes/form/validation/FormValidatorLocale.inc.php +www/ojs2/classes/form/validation/FormValidatorLocaleEmail.inc.php +www/ojs2/classes/form/validation/FormValidatorPost.inc.php www/ojs2/classes/form/validation/FormValidatorRegExp.inc.php +www/ojs2/classes/form/validation/FormValidatorUrl.inc.php www/ojs2/classes/group/Group.inc.php www/ojs2/classes/group/GroupDAO.inc.php www/ojs2/classes/group/GroupMembership.inc.php www/ojs2/classes/group/GroupMembershipDAO.inc.php www/ojs2/classes/help/Help.inc.php +www/ojs2/classes/help/HelpMappingFile.inc.php www/ojs2/classes/help/HelpToc.inc.php www/ojs2/classes/help/HelpTocDAO.inc.php www/ojs2/classes/help/HelpTopic.inc.php www/ojs2/classes/help/HelpTopicDAO.inc.php www/ojs2/classes/help/HelpTopicSection.inc.php +www/ojs2/classes/help/OJSHelpMappingFile.inc.php +www/ojs2/classes/help/PluginHelpMappingFile.inc.php +www/ojs2/classes/i18n/LanguageAction.inc.php www/ojs2/classes/i18n/Locale.inc.php +www/ojs2/classes/i18n/LocaleFile.inc.php www/ojs2/classes/install/Install.inc.php www/ojs2/classes/install/Installer.inc.php www/ojs2/classes/install/Upgrade.inc.php @@ -545,12 +151,15 @@ www/ojs2/classes/mail/EmailTemplateDAO.inc.php www/ojs2/classes/mail/Mail.inc.php www/ojs2/classes/mail/MailTemplate.inc.php +www/ojs2/classes/mail/MassMail.inc.php www/ojs2/classes/mail/SMTPMailer.inc.php www/ojs2/classes/manager/form/AnnouncementForm.inc.php www/ojs2/classes/manager/form/AnnouncementTypeForm.inc.php www/ojs2/classes/manager/form/EmailTemplateForm.inc.php www/ojs2/classes/manager/form/GroupForm.inc.php www/ojs2/classes/manager/form/LanguageSettingsForm.inc.php +www/ojs2/classes/manager/form/PayMethodSettingsForm.inc.php +www/ojs2/classes/manager/form/PaymentSettingsForm.inc.php www/ojs2/classes/manager/form/SectionForm.inc.php www/ojs2/classes/manager/form/UserManagementForm.inc.php www/ojs2/classes/manager/form/setup/JournalSetupForm.inc.php @@ -567,14 +176,26 @@ www/ojs2/classes/oai/format/OAIMetadataFormat_RFC1807.inc.php www/ojs2/classes/oai/ojs/JournalOAI.inc.php www/ojs2/classes/oai/ojs/OAIDAO.inc.php +www/ojs2/classes/payment/Payment.inc.php +www/ojs2/classes/payment/PaymentManager.inc.php +www/ojs2/classes/payment/QueuedPayment.inc.php +www/ojs2/classes/payment/QueuedPaymentDAO.inc.php +www/ojs2/classes/payment/ojs/OJSCompletedPayment.inc.php +www/ojs2/classes/payment/ojs/OJSCompletedPaymentDAO.inc.php +www/ojs2/classes/payment/ojs/OJSPaymentManager.inc.php +www/ojs2/classes/payment/ojs/OJSQueuedPayment.inc.php www/ojs2/classes/plugins/AuthPlugin.inc.php +www/ojs2/classes/plugins/BlockPlugin.inc.php +www/ojs2/classes/plugins/CitationPlugin.inc.php www/ojs2/classes/plugins/GatewayPlugin.inc.php www/ojs2/classes/plugins/GenericPlugin.inc.php www/ojs2/classes/plugins/HookRegistry.inc.php www/ojs2/classes/plugins/ImportExportPlugin.inc.php +www/ojs2/classes/plugins/PaymethodPlugin.inc.php www/ojs2/classes/plugins/Plugin.inc.php www/ojs2/classes/plugins/PluginRegistry.inc.php www/ojs2/classes/plugins/PluginSettingsDAO.inc.php +www/ojs2/classes/plugins/ThemePlugin.inc.php www/ojs2/classes/rt/RT.inc.php www/ojs2/classes/rt/RTAdmin.inc.php www/ojs2/classes/rt/RTStruct.inc.php @@ -654,8 +275,6 @@ www/ojs2/classes/submission/sectionEditor/SectionEditorAction.inc.php www/ojs2/classes/submission/sectionEditor/SectionEditorSubmission.inc.php www/ojs2/classes/submission/sectionEditor/SectionEditorSubmissionDAO.inc.php -www/ojs2/classes/subscription/Currency.inc.php -www/ojs2/classes/subscription/CurrencyDAO.inc.php www/ojs2/classes/subscription/Subscription.inc.php www/ojs2/classes/subscription/SubscriptionDAO.inc.php www/ojs2/classes/subscription/SubscriptionType.inc.php @@ -668,6 +287,7 @@ www/ojs2/classes/tasks/SubscriptionExpiryReminder.inc.php www/ojs2/classes/template/TemplateManager.inc.php www/ojs2/classes/user/CountryDAO.inc.php +www/ojs2/classes/user/DisciplineDAO.inc.php www/ojs2/classes/user/User.inc.php www/ojs2/classes/user/UserDAO.inc.php www/ojs2/classes/user/UserSettingsDAO.inc.php @@ -681,26 +301,37 @@ www/ojs2/classes/xml/XMLParserDOMHandler.inc.php www/ojs2/config.TEMPLATE.inc.php www/ojs2/config.inc.php -www/ojs2/dbscripts/xml/data/currencies.xml www/ojs2/dbscripts/xml/data/email_templates.xml +www/ojs2/dbscripts/xml/data/locale/de_DE/email_templates_data.xml www/ojs2/dbscripts/xml/data/locale/en_US/email_templates_data.xml www/ojs2/dbscripts/xml/data/locale/es_ES/email_templates_data.xml www/ojs2/dbscripts/xml/data/locale/fr_CA/email_templates_data.xml +www/ojs2/dbscripts/xml/data/locale/hr_HR/email_templates_data.xml www/ojs2/dbscripts/xml/data/locale/it_IT/email_templates_data.xml +www/ojs2/dbscripts/xml/data/locale/ja_JP/email_templates_data.xml www/ojs2/dbscripts/xml/data/locale/pt_BR/email_templates_data.xml www/ojs2/dbscripts/xml/data/locale/ru_RU/email_templates_data.xml www/ojs2/dbscripts/xml/data/locale/tr_TR/email_templates_data.xml +www/ojs2/dbscripts/xml/data/locale/vi_VN/email_templates_data.xml www/ojs2/dbscripts/xml/dtd/install.dtd +www/ojs2/dbscripts/xml/dtd/locales.dtd +www/ojs2/dbscripts/xml/dtd/pluginSettings.dtd www/ojs2/dbscripts/xml/dtd/xmldata.dtd www/ojs2/dbscripts/xml/dtd/xmlschema.dtd www/ojs2/dbscripts/xml/install.xml www/ojs2/dbscripts/xml/ojs_schema.xml +www/ojs2/dbscripts/xml/ojs_schema_stage1.xml www/ojs2/dbscripts/xml/upgrade.xml www/ojs2/dbscripts/xml/upgrade/2.0.1_update.xml www/ojs2/dbscripts/xml/upgrade/2.0.2_preupdate.xml www/ojs2/dbscripts/xml/upgrade/2.0.2_update.xml www/ojs2/dbscripts/xml/upgrade/2.1.0_update.xml www/ojs2/dbscripts/xml/upgrade/2.1.1_update.xml +www/ojs2/dbscripts/xml/upgrade/2.2.0_localize.xml +www/ojs2/dbscripts/xml/upgrade/2.2.0_preupdate.xml +www/ojs2/dbscripts/xml/upgrade/2.2.0_update.xml +www/ojs2/dbscripts/xml/upgrade/2.2.0_usersettings.xml +www/ojs2/dbscripts/xml/upgrade/2.2.0_usersettings2.xml www/ojs2/dbscripts/xml/version.xml www/ojs2/docs/COPYING www/ojs2/docs/COPYING_pt @@ -716,6 +347,7 @@ www/ojs2/docs/README-CVS www/ojs2/docs/README-CVS_pt www/ojs2/docs/README-DEV +www/ojs2/docs/README_jp www/ojs2/docs/README_pt www/ojs2/docs/RELEASE www/ojs2/docs/REPORTING-BUGS @@ -725,10 +357,13 @@ www/ojs2/docs/release-notes/ChangeLog-2.0.1 www/ojs2/docs/release-notes/ChangeLog-2.0.2 www/ojs2/docs/release-notes/ChangeLog-2.1 +www/ojs2/docs/release-notes/ChangeLog-2.1.1 +www/ojs2/docs/release-notes/ChangeLog-2.2 www/ojs2/docs/release-notes/README-2.0.1 www/ojs2/docs/release-notes/README-2.0.2 www/ojs2/docs/release-notes/README-2.1.0 www/ojs2/docs/release-notes/README-2.1.1 +www/ojs2/docs/release-notes/README-2.2.0 www/ojs2/help/en_US/editorial/toc/000000.xml www/ojs2/help/en_US/editorial/toc/000001.xml www/ojs2/help/en_US/editorial/toc/000002.xml @@ -833,6 +468,7 @@ www/ojs2/help/en_US/journal/topic/000032.xml www/ojs2/help/en_US/journal/topic/000033.xml www/ojs2/help/en_US/journal/topic/000034.xml +www/ojs2/help/en_US/journal/topic/000035.xml www/ojs2/help/en_US/publishing/toc/000000.xml www/ojs2/help/en_US/publishing/topic/000000.xml www/ojs2/help/en_US/publishing/topic/000001.xml @@ -1121,6 +757,136 @@ www/ojs2/help/it_IT/user/topic/000005.xml www/ojs2/help/it_IT/user/topic/000006.xml www/ojs2/help/it_IT/user/topic/000007.xml +www/ojs2/help/ja_JP/editorial/toc/000000.xml +www/ojs2/help/ja_JP/editorial/toc/000001.xml +www/ojs2/help/ja_JP/editorial/toc/000002.xml +www/ojs2/help/ja_JP/editorial/toc/000003.xml +www/ojs2/help/ja_JP/editorial/toc/000004.xml +www/ojs2/help/ja_JP/editorial/toc/000005.xml +www/ojs2/help/ja_JP/editorial/toc/000006.xml +www/ojs2/help/ja_JP/editorial/toc/000007.xml +www/ojs2/help/ja_JP/editorial/toc/000008.xml +www/ojs2/help/ja_JP/editorial/toc/000009.xml +www/ojs2/help/ja_JP/editorial/toc/000010.xml +www/ojs2/help/ja_JP/editorial/toc/000011.xml +www/ojs2/help/ja_JP/editorial/toc/000012.xml +www/ojs2/help/ja_JP/editorial/toc/000013.xml +www/ojs2/help/ja_JP/editorial/toc/000014.xml +www/ojs2/help/ja_JP/editorial/topic/000000.xml +www/ojs2/help/ja_JP/editorial/topic/000001.xml +www/ojs2/help/ja_JP/editorial/topic/000002.xml +www/ojs2/help/ja_JP/editorial/topic/000003.xml +www/ojs2/help/ja_JP/editorial/topic/000004.xml +www/ojs2/help/ja_JP/editorial/topic/000005.xml +www/ojs2/help/ja_JP/editorial/topic/000006.xml +www/ojs2/help/ja_JP/editorial/topic/000007.xml +www/ojs2/help/ja_JP/editorial/topic/000008.xml +www/ojs2/help/ja_JP/editorial/topic/000009.xml +www/ojs2/help/ja_JP/editorial/topic/000010.xml +www/ojs2/help/ja_JP/editorial/topic/000011.xml +www/ojs2/help/ja_JP/editorial/topic/000012.xml +www/ojs2/help/ja_JP/editorial/topic/000013.xml +www/ojs2/help/ja_JP/editorial/topic/000014.xml +www/ojs2/help/ja_JP/editorial/topic/000015.xml +www/ojs2/help/ja_JP/editorial/topic/000016.xml +www/ojs2/help/ja_JP/editorial/topic/000017.xml +www/ojs2/help/ja_JP/editorial/topic/000018.xml +www/ojs2/help/ja_JP/editorial/topic/000019.xml +www/ojs2/help/ja_JP/editorial/topic/000020.xml +www/ojs2/help/ja_JP/editorial/topic/000021.xml +www/ojs2/help/ja_JP/editorial/topic/000022.xml +www/ojs2/help/ja_JP/editorial/topic/000023.xml +www/ojs2/help/ja_JP/editorial/topic/000024.xml +www/ojs2/help/ja_JP/editorial/topic/000025.xml +www/ojs2/help/ja_JP/editorial/topic/000026.xml +www/ojs2/help/ja_JP/editorial/topic/000027.xml +www/ojs2/help/ja_JP/editorial/topic/000028.xml +www/ojs2/help/ja_JP/editorial/topic/000029.xml +www/ojs2/help/ja_JP/editorial/topic/000030.xml +www/ojs2/help/ja_JP/editorial/topic/000031.xml +www/ojs2/help/ja_JP/editorial/topic/000032.xml +www/ojs2/help/ja_JP/editorial/topic/000033.xml +www/ojs2/help/ja_JP/editorial/topic/000034.xml +www/ojs2/help/ja_JP/editorial/topic/000035.xml +www/ojs2/help/ja_JP/editorial/topic/000036.xml +www/ojs2/help/ja_JP/editorial/topic/000037.xml +www/ojs2/help/ja_JP/editorial/topic/000038.xml +www/ojs2/help/ja_JP/editorial/topic/000039.xml +www/ojs2/help/ja_JP/editorial/topic/000040.xml +www/ojs2/help/ja_JP/editorial/topic/000041.xml +www/ojs2/help/ja_JP/editorial/topic/000042.xml +www/ojs2/help/ja_JP/editorial/topic/000043.xml +www/ojs2/help/ja_JP/editorial/topic/000044.xml +www/ojs2/help/ja_JP/index/toc/000000.xml +www/ojs2/help/ja_JP/index/topic/000000.xml +www/ojs2/help/ja_JP/intro/toc/000000.xml +www/ojs2/help/ja_JP/intro/topic/000000.xml +www/ojs2/help/ja_JP/intro/topic/000001.xml +www/ojs2/help/ja_JP/journal/toc/000000.xml +www/ojs2/help/ja_JP/journal/toc/000001.xml +www/ojs2/help/ja_JP/journal/toc/000002.xml +www/ojs2/help/ja_JP/journal/toc/000003.xml +www/ojs2/help/ja_JP/journal/toc/000005.xml +www/ojs2/help/ja_JP/journal/topic/000000.xml +www/ojs2/help/ja_JP/journal/topic/000001.xml +www/ojs2/help/ja_JP/journal/topic/000002.xml +www/ojs2/help/ja_JP/journal/topic/000003.xml +www/ojs2/help/ja_JP/journal/topic/000004.xml +www/ojs2/help/ja_JP/journal/topic/000005.xml +www/ojs2/help/ja_JP/journal/topic/000006.xml +www/ojs2/help/ja_JP/journal/topic/000007.xml +www/ojs2/help/ja_JP/journal/topic/000008.xml +www/ojs2/help/ja_JP/journal/topic/000009.xml +www/ojs2/help/ja_JP/journal/topic/000010.xml +www/ojs2/help/ja_JP/journal/topic/000011.xml +www/ojs2/help/ja_JP/journal/topic/000012.xml +www/ojs2/help/ja_JP/journal/topic/000013.xml +www/ojs2/help/ja_JP/journal/topic/000014.xml +www/ojs2/help/ja_JP/journal/topic/000015.xml +www/ojs2/help/ja_JP/journal/topic/000016.xml +www/ojs2/help/ja_JP/journal/topic/000017.xml +www/ojs2/help/ja_JP/journal/topic/000018.xml +www/ojs2/help/ja_JP/journal/topic/000019.xml +www/ojs2/help/ja_JP/journal/topic/000020.xml +www/ojs2/help/ja_JP/journal/topic/000021.xml +www/ojs2/help/ja_JP/journal/topic/000022.xml +www/ojs2/help/ja_JP/journal/topic/000023.xml +www/ojs2/help/ja_JP/journal/topic/000025.xml +www/ojs2/help/ja_JP/journal/topic/000026.xml +www/ojs2/help/ja_JP/journal/topic/000027.xml +www/ojs2/help/ja_JP/journal/topic/000028.xml +www/ojs2/help/ja_JP/journal/topic/000029.xml +www/ojs2/help/ja_JP/journal/topic/000030.xml +www/ojs2/help/ja_JP/journal/topic/000031.xml +www/ojs2/help/ja_JP/journal/topic/000032.xml +www/ojs2/help/ja_JP/journal/topic/000033.xml +www/ojs2/help/ja_JP/journal/topic/000034.xml +www/ojs2/help/ja_JP/publishing/toc/000000.xml +www/ojs2/help/ja_JP/publishing/topic/000000.xml +www/ojs2/help/ja_JP/publishing/topic/000001.xml +www/ojs2/help/ja_JP/publishing/topic/000002.xml +www/ojs2/help/ja_JP/publishing/topic/000003.xml +www/ojs2/help/ja_JP/publishing/topic/000004.xml +www/ojs2/help/ja_JP/site/toc/000000.xml +www/ojs2/help/ja_JP/site/topic/000000.xml +www/ojs2/help/ja_JP/site/topic/000001.xml +www/ojs2/help/ja_JP/site/topic/000002.xml +www/ojs2/help/ja_JP/site/topic/000003.xml +www/ojs2/help/ja_JP/submission/toc/000000.xml +www/ojs2/help/ja_JP/submission/topic/000000.xml +www/ojs2/help/ja_JP/submission/topic/000001.xml +www/ojs2/help/ja_JP/submission/topic/000002.xml +www/ojs2/help/ja_JP/submission/topic/000003.xml +www/ojs2/help/ja_JP/submission/topic/000004.xml +www/ojs2/help/ja_JP/user/toc/000000.xml +www/ojs2/help/ja_JP/user/topic/000000.xml +www/ojs2/help/ja_JP/user/topic/000001.xml +www/ojs2/help/ja_JP/user/topic/000002.xml +www/ojs2/help/ja_JP/user/topic/000003.xml +www/ojs2/help/ja_JP/user/topic/000004.xml +www/ojs2/help/ja_JP/user/topic/000005.xml +www/ojs2/help/ja_JP/user/topic/000006.xml +www/ojs2/help/ja_JP/user/topic/000007.xml www/ojs2/help/pt_BR/editorial/toc/000000.xml www/ojs2/help/pt_BR/editorial/toc/000001.xml www/ojs2/help/pt_BR/editorial/toc/000002.xml @@ -1383,10 +1149,141 @@ www/ojs2/help/tr_TR/user/topic/000005.xml www/ojs2/help/tr_TR/user/topic/000006.xml www/ojs2/help/tr_TR/user/topic/000007.xml +www/ojs2/help/vi_VN/editorial/toc/000000.xml +www/ojs2/help/vi_VN/editorial/toc/000001.xml +www/ojs2/help/vi_VN/editorial/toc/000002.xml +www/ojs2/help/vi_VN/editorial/toc/000003.xml +www/ojs2/help/vi_VN/editorial/toc/000004.xml +www/ojs2/help/vi_VN/editorial/toc/000005.xml +www/ojs2/help/vi_VN/editorial/toc/000006.xml +www/ojs2/help/vi_VN/editorial/toc/000007.xml +www/ojs2/help/vi_VN/editorial/toc/000008.xml +www/ojs2/help/vi_VN/editorial/toc/000009.xml +www/ojs2/help/vi_VN/editorial/toc/000010.xml +www/ojs2/help/vi_VN/editorial/toc/000011.xml +www/ojs2/help/vi_VN/editorial/toc/000012.xml +www/ojs2/help/vi_VN/editorial/toc/000013.xml +www/ojs2/help/vi_VN/editorial/toc/000014.xml +www/ojs2/help/vi_VN/editorial/topic/000000.xml +www/ojs2/help/vi_VN/editorial/topic/000001.xml +www/ojs2/help/vi_VN/editorial/topic/000002.xml +www/ojs2/help/vi_VN/editorial/topic/000003.xml +www/ojs2/help/vi_VN/editorial/topic/000004.xml +www/ojs2/help/vi_VN/editorial/topic/000005.xml +www/ojs2/help/vi_VN/editorial/topic/000006.xml +www/ojs2/help/vi_VN/editorial/topic/000007.xml +www/ojs2/help/vi_VN/editorial/topic/000008.xml +www/ojs2/help/vi_VN/editorial/topic/000009.xml +www/ojs2/help/vi_VN/editorial/topic/000010.xml +www/ojs2/help/vi_VN/editorial/topic/000011.xml +www/ojs2/help/vi_VN/editorial/topic/000012.xml +www/ojs2/help/vi_VN/editorial/topic/000013.xml +www/ojs2/help/vi_VN/editorial/topic/000014.xml +www/ojs2/help/vi_VN/editorial/topic/000015.xml +www/ojs2/help/vi_VN/editorial/topic/000016.xml +www/ojs2/help/vi_VN/editorial/topic/000017.xml +www/ojs2/help/vi_VN/editorial/topic/000018.xml +www/ojs2/help/vi_VN/editorial/topic/000019.xml +www/ojs2/help/vi_VN/editorial/topic/000020.xml +www/ojs2/help/vi_VN/editorial/topic/000021.xml +www/ojs2/help/vi_VN/editorial/topic/000022.xml +www/ojs2/help/vi_VN/editorial/topic/000023.xml +www/ojs2/help/vi_VN/editorial/topic/000024.xml +www/ojs2/help/vi_VN/editorial/topic/000025.xml +www/ojs2/help/vi_VN/editorial/topic/000026.xml +www/ojs2/help/vi_VN/editorial/topic/000027.xml +www/ojs2/help/vi_VN/editorial/topic/000028.xml +www/ojs2/help/vi_VN/editorial/topic/000029.xml +www/ojs2/help/vi_VN/editorial/topic/000030.xml +www/ojs2/help/vi_VN/editorial/topic/000031.xml +www/ojs2/help/vi_VN/editorial/topic/000032.xml +www/ojs2/help/vi_VN/editorial/topic/000033.xml +www/ojs2/help/vi_VN/editorial/topic/000034.xml +www/ojs2/help/vi_VN/editorial/topic/000035.xml +www/ojs2/help/vi_VN/editorial/topic/000036.xml +www/ojs2/help/vi_VN/editorial/topic/000037.xml +www/ojs2/help/vi_VN/editorial/topic/000038.xml +www/ojs2/help/vi_VN/editorial/topic/000039.xml +www/ojs2/help/vi_VN/editorial/topic/000040.xml +www/ojs2/help/vi_VN/editorial/topic/000041.xml +www/ojs2/help/vi_VN/editorial/topic/000042.xml +www/ojs2/help/vi_VN/editorial/topic/000043.xml +www/ojs2/help/vi_VN/editorial/topic/000044.xml +www/ojs2/help/vi_VN/index/toc/000000.xml +www/ojs2/help/vi_VN/index/topic/000000.xml +www/ojs2/help/vi_VN/intro/toc/000000.xml +www/ojs2/help/vi_VN/intro/topic/000000.xml +www/ojs2/help/vi_VN/intro/topic/000001.xml +www/ojs2/help/vi_VN/journal/toc/000000.xml +www/ojs2/help/vi_VN/journal/toc/000001.xml +www/ojs2/help/vi_VN/journal/toc/000002.xml +www/ojs2/help/vi_VN/journal/toc/000003.xml +www/ojs2/help/vi_VN/journal/toc/000005.xml +www/ojs2/help/vi_VN/journal/topic/000000.xml +www/ojs2/help/vi_VN/journal/topic/000001.xml +www/ojs2/help/vi_VN/journal/topic/000002.xml +www/ojs2/help/vi_VN/journal/topic/000003.xml +www/ojs2/help/vi_VN/journal/topic/000004.xml +www/ojs2/help/vi_VN/journal/topic/000005.xml +www/ojs2/help/vi_VN/journal/topic/000006.xml +www/ojs2/help/vi_VN/journal/topic/000007.xml +www/ojs2/help/vi_VN/journal/topic/000008.xml +www/ojs2/help/vi_VN/journal/topic/000009.xml +www/ojs2/help/vi_VN/journal/topic/000010.xml +www/ojs2/help/vi_VN/journal/topic/000011.xml +www/ojs2/help/vi_VN/journal/topic/000012.xml +www/ojs2/help/vi_VN/journal/topic/000013.xml +www/ojs2/help/vi_VN/journal/topic/000014.xml +www/ojs2/help/vi_VN/journal/topic/000015.xml +www/ojs2/help/vi_VN/journal/topic/000016.xml +www/ojs2/help/vi_VN/journal/topic/000017.xml +www/ojs2/help/vi_VN/journal/topic/000018.xml +www/ojs2/help/vi_VN/journal/topic/000019.xml +www/ojs2/help/vi_VN/journal/topic/000020.xml +www/ojs2/help/vi_VN/journal/topic/000021.xml +www/ojs2/help/vi_VN/journal/topic/000022.xml +www/ojs2/help/vi_VN/journal/topic/000023.xml +www/ojs2/help/vi_VN/journal/topic/000025.xml +www/ojs2/help/vi_VN/journal/topic/000026.xml +www/ojs2/help/vi_VN/journal/topic/000027.xml +www/ojs2/help/vi_VN/journal/topic/000028.xml +www/ojs2/help/vi_VN/journal/topic/000029.xml +www/ojs2/help/vi_VN/journal/topic/000030.xml +www/ojs2/help/vi_VN/journal/topic/000031.xml +www/ojs2/help/vi_VN/journal/topic/000032.xml +www/ojs2/help/vi_VN/journal/topic/000033.xml +www/ojs2/help/vi_VN/journal/topic/000034.xml +www/ojs2/help/vi_VN/publishing/toc/000000.xml +www/ojs2/help/vi_VN/publishing/topic/000000.xml +www/ojs2/help/vi_VN/publishing/topic/000001.xml +www/ojs2/help/vi_VN/publishing/topic/000002.xml +www/ojs2/help/vi_VN/publishing/topic/000003.xml +www/ojs2/help/vi_VN/publishing/topic/000004.xml +www/ojs2/help/vi_VN/site/toc/000000.xml +www/ojs2/help/vi_VN/site/topic/000000.xml +www/ojs2/help/vi_VN/site/topic/000001.xml +www/ojs2/help/vi_VN/site/topic/000002.xml +www/ojs2/help/vi_VN/site/topic/000003.xml +www/ojs2/help/vi_VN/submission/toc/000000.xml +www/ojs2/help/vi_VN/submission/topic/000000.xml +www/ojs2/help/vi_VN/submission/topic/000001.xml +www/ojs2/help/vi_VN/submission/topic/000002.xml +www/ojs2/help/vi_VN/submission/topic/000003.xml +www/ojs2/help/vi_VN/submission/topic/000004.xml +www/ojs2/help/vi_VN/user/toc/000000.xml +www/ojs2/help/vi_VN/user/topic/000000.xml +www/ojs2/help/vi_VN/user/topic/000001.xml +www/ojs2/help/vi_VN/user/topic/000002.xml +www/ojs2/help/vi_VN/user/topic/000003.xml +www/ojs2/help/vi_VN/user/topic/000004.xml +www/ojs2/help/vi_VN/user/topic/000005.xml +www/ojs2/help/vi_VN/user/topic/000006.xml +www/ojs2/help/vi_VN/user/topic/000007.xml www/ojs2/includes/driver.inc.php www/ojs2/includes/functions.inc.php www/ojs2/index.php www/ojs2/js/general.js +www/ojs2/lib/adodb/adodb-active-record.inc.php www/ojs2/lib/adodb/adodb-csvlib.inc.php www/ojs2/lib/adodb/adodb-datadict.inc.php www/ojs2/lib/adodb/adodb-error.inc.php @@ -1401,6 +1298,7 @@ www/ojs2/lib/adodb/adodb-php4.inc.php www/ojs2/lib/adodb/adodb-time.inc.php www/ojs2/lib/adodb/adodb-xmlschema.inc.php +www/ojs2/lib/adodb/adodb-xmlschema03.inc.php www/ojs2/lib/adodb/adodb.inc.php www/ojs2/lib/adodb/datadict/datadict-access.inc.php www/ojs2/lib/adodb/datadict/datadict-db2.inc.php @@ -1438,12 +1336,14 @@ www/ojs2/lib/adodb/drivers/adodb-oci805.inc.php www/ojs2/lib/adodb/drivers/adodb-oci8po.inc.php www/ojs2/lib/adodb/drivers/adodb-odbc.inc.php +www/ojs2/lib/adodb/drivers/adodb-odbc_db2.inc.php www/ojs2/lib/adodb/drivers/adodb-odbc_mssql.inc.php www/ojs2/lib/adodb/drivers/adodb-odbc_oracle.inc.php www/ojs2/lib/adodb/drivers/adodb-odbtp.inc.php www/ojs2/lib/adodb/drivers/adodb-odbtp_unicode.inc.php www/ojs2/lib/adodb/drivers/adodb-oracle.inc.php www/ojs2/lib/adodb/drivers/adodb-pdo.inc.php +www/ojs2/lib/adodb/drivers/adodb-pdo_mssql.inc.php www/ojs2/lib/adodb/drivers/adodb-pdo_mysql.inc.php www/ojs2/lib/adodb/drivers/adodb-pdo_oci.inc.php www/ojs2/lib/adodb/drivers/adodb-pdo_pgsql.inc.php @@ -1493,6 +1393,7 @@ www/ojs2/lib/adodb/toexport.inc.php www/ojs2/lib/adodb/tohtml.inc.php www/ojs2/lib/adodb/xmlschema.dtd +www/ojs2/lib/adodb/xmlschema03.dtd www/ojs2/lib/libraries.txt www/ojs2/lib/smarty/COPYING.lib www/ojs2/lib/smarty/Config_File.class.php @@ -1566,20 +1467,501 @@ www/ojs2/lib/smarty/plugins/outputfilter.trimwhitespace.php www/ojs2/lib/smarty/plugins/shared.escape_special_chars.php www/ojs2/lib/smarty/plugins/shared.make_timestamp.php +www/ojs2/lib/tinymce/changelog +www/ojs2/lib/tinymce/docs/index.html +www/ojs2/lib/tinymce/examples/example_advanced.css +www/ojs2/lib/tinymce/examples/example_advanced.htm +www/ojs2/lib/tinymce/examples/example_flash_list.js +www/ojs2/lib/tinymce/examples/example_full.css +www/ojs2/lib/tinymce/examples/example_full.htm +www/ojs2/lib/tinymce/examples/example_image_list.js +www/ojs2/lib/tinymce/examples/example_link_list.js +www/ojs2/lib/tinymce/examples/example_media_list.js +www/ojs2/lib/tinymce/examples/example_simple.htm +www/ojs2/lib/tinymce/examples/example_template.htm +www/ojs2/lib/tinymce/examples/example_template_list.js +www/ojs2/lib/tinymce/examples/example_word.css +www/ojs2/lib/tinymce/examples/example_word.htm +www/ojs2/lib/tinymce/examples/logo.jpg +www/ojs2/lib/tinymce/examples/logo_over.jpg +www/ojs2/lib/tinymce/examples/templates/count.htm +www/ojs2/lib/tinymce/examples/templates/editing_details.htm +www/ojs2/lib/tinymce/examples/templates/editors_comment.htm +www/ojs2/lib/tinymce/examples/templates/invoice.htm +www/ojs2/lib/tinymce/examples/templates/layout1.htm +www/ojs2/lib/tinymce/examples/templates/snippet1.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/blank.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/langs/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/license.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/images/advhr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/jscripts/rule.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/images/sample.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/jscripts/functions.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/jscripts/functions.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/autosave/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/autosave/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/cleanup/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/cleanup/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/css/contextmenu.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/images/spacer.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/css/devkit.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/css/devkit_ui.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/devkit.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/images/flip_down.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/images/flip_up.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts/devkit.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts/diff.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/images/ltr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/images/rtl.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/emotions.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cool.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-cry.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-embarassed.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-foot-in-mouth.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-frown.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-innocent.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-kiss.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-laughing.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-money-mouth.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-sealed.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-smile.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-surprised.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-undecided.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-wink.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images/smiley-yell.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/jscripts/functions.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/css/content.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/css/flash.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/flash.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/images/flash.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/jscripts/flash.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/blank.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/images/add.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/images/fullpage.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/images/move_down.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/images/move_up.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/images/remove.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/jscripts/fullpage.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/css/page.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/images/fullscreen.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell/images/iespell.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/css/inlinepopup.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/spacer.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_close.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_maximize.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_minimize.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images/window_resize.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts/mcwindows.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/insertdate.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images/inserttime.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images/absolute.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images/backward.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images/forward.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images/insert_layer.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images/insertlayer.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images/movebackward.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images/moveforward.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/css/content.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/css/media.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/images/flash.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/images/media.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/images/quicktime.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/images/realmedia.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/images/shockwave.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/images/windowsmedia.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/jscripts/embed.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/jscripts/media.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/media.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images/nonbreaking.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/noneditable/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/css/blank.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/css/pasteword.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pastetext.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pasteword.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/example.html +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/images/cancel.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/images/save.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/css/props.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/images/apply_button_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/images/style_info.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/images/styleprops.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/props.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/cell.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/css/row.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/css/table.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/jscripts/cell.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/jscripts/merge_cells.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/jscripts/row.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/jscripts/table.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/row.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/table.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/blank.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/css/template.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/images/template.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/jscripts/template.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/template.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/images/visualchars.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/abbr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/acronym.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/attribs.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/cite.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/date_time.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/del.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/ins.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/remove_button_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/about.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/css/colorpicker.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_ui.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/image.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_es.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/button_menu.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/color.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/colors.jpg +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_es.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyright.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/menu_check.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/opacity.png +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/separator.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_es.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/about.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/image.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/link.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/link.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/css/editor_content.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/css/editor_popup.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/css/editor_ui.css +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/bold_tw.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/buttons.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/italic_tw.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/separator.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/underline_fr.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/underline_tw.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif +www/ojs2/lib/tinymce/jscripts/tiny_mce/tiny_mce.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/tiny_mce_gzip.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/tiny_mce_gzip.php +www/ojs2/lib/tinymce/jscripts/tiny_mce/tiny_mce_popup.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/tiny_mce_src.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/utils/editable_selects.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/utils/form_utils.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/utils/mclayer.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/utils/mctabs.js +www/ojs2/lib/tinymce/jscripts/tiny_mce/utils/validate.js +www/ojs2/lib/tinymce/readme +www/ojs2/locale/de_DE/currencies.xml +www/ojs2/locale/de_DE/edprocess.png +www/ojs2/locale/de_DE/edprocesslarge.png +www/ojs2/locale/de_DE/locale.xml +www/ojs2/locale/en_US/currencies.xml +www/ojs2/locale/en_US/edprocess.png +www/ojs2/locale/en_US/edprocesslarge.png www/ojs2/locale/en_US/locale.xml +www/ojs2/locale/es_ES/currencies.xml +www/ojs2/locale/es_ES/edprocess.png +www/ojs2/locale/es_ES/edprocesslarge.png www/ojs2/locale/es_ES/locale.xml +www/ojs2/locale/fr_CA/currencies.xml +www/ojs2/locale/fr_CA/edprocess.png +www/ojs2/locale/fr_CA/edprocesslarge.png www/ojs2/locale/fr_CA/locale.xml +www/ojs2/locale/hr_HR/currencies.xml +www/ojs2/locale/hr_HR/edprocesslarge.png +www/ojs2/locale/hr_HR/locale.xml +www/ojs2/locale/it_IT/currencies.xml +www/ojs2/locale/it_IT/edprocess.png +www/ojs2/locale/it_IT/edprocesslarge.png www/ojs2/locale/it_IT/locale.xml +www/ojs2/locale/ja_JP/currencies.xml +www/ojs2/locale/ja_JP/locale.xml www/ojs2/locale/locale.dtd +www/ojs2/locale/pt_BR/currencies.xml +www/ojs2/locale/pt_BR/edprocess.png +www/ojs2/locale/pt_BR/edprocesslarge.png www/ojs2/locale/pt_BR/locale.xml +www/ojs2/locale/ru_RU/currencies.xml +www/ojs2/locale/ru_RU/edprocess.png +www/ojs2/locale/ru_RU/edprocesslarge.png www/ojs2/locale/ru_RU/locale.xml +www/ojs2/locale/tr_TR/currencies.xml +www/ojs2/locale/tr_TR/edprocess.png +www/ojs2/locale/tr_TR/edprocesslarge.png www/ojs2/locale/tr_TR/locale.xml +www/ojs2/locale/vi_VN/currencies.xml +www/ojs2/locale/vi_VN/locale.xml www/ojs2/pages/about/AboutHandler.inc.php www/ojs2/pages/about/index.php www/ojs2/pages/admin/AdminFunctionsHandler.inc.php www/ojs2/pages/admin/AdminHandler.inc.php www/ojs2/pages/admin/AdminJournalHandler.inc.php www/ojs2/pages/admin/AdminLanguagesHandler.inc.php +www/ojs2/pages/admin/AdminPeopleHandler.inc.php www/ojs2/pages/admin/AdminSettingsHandler.inc.php www/ojs2/pages/admin/AuthSourcesHandler.inc.php www/ojs2/pages/admin/index.php @@ -1598,6 +1980,8 @@ www/ojs2/pages/copyeditor/SubmissionCommentsHandler.inc.php www/ojs2/pages/copyeditor/SubmissionCopyeditHandler.inc.php www/ojs2/pages/copyeditor/index.php +www/ojs2/pages/donations/DonationsHandler.inc.php +www/ojs2/pages/donations/index.php www/ojs2/pages/editor/EditorHandler.inc.php www/ojs2/pages/editor/IssueManagementHandler.inc.php www/ojs2/pages/editor/index.php @@ -1626,6 +2010,7 @@ www/ojs2/pages/manager/ImportExportHandler.inc.php www/ojs2/pages/manager/JournalLanguagesHandler.inc.php www/ojs2/pages/manager/ManagerHandler.inc.php +www/ojs2/pages/manager/ManagerPaymentHandler.inc.php www/ojs2/pages/manager/PeopleHandler.inc.php www/ojs2/pages/manager/PluginHandler.inc.php www/ojs2/pages/manager/SectionHandler.inc.php @@ -1635,6 +2020,8 @@ www/ojs2/pages/manager/index.php www/ojs2/pages/oai/OAIHandler.inc.php www/ojs2/pages/oai/index.php +www/ojs2/pages/payment/PaymentHandler.inc.php +www/ojs2/pages/payment/index.php www/ojs2/pages/proofreader/ProofreaderHandler.inc.php www/ojs2/pages/proofreader/SubmissionCommentsHandler.inc.php www/ojs2/pages/proofreader/SubmissionProofreadHandler.inc.php @@ -1666,36 +2053,257 @@ www/ojs2/pages/user/index.php www/ojs2/plugins/auth/ldap/LDAPAuthPlugin.inc.php www/ojs2/plugins/auth/ldap/index.php +www/ojs2/plugins/auth/ldap/locale/de_DE/locale.xml www/ojs2/plugins/auth/ldap/locale/en_US/locale.xml www/ojs2/plugins/auth/ldap/locale/es_ES/locale.xml www/ojs2/plugins/auth/ldap/locale/fr_CA/locale.xml +www/ojs2/plugins/auth/ldap/locale/hr_HR/locale.xml www/ojs2/plugins/auth/ldap/locale/it_IT/locale.xml +www/ojs2/plugins/auth/ldap/locale/ja_JP/locale.xml www/ojs2/plugins/auth/ldap/locale/pt_BR/locale.xml www/ojs2/plugins/auth/ldap/locale/ru_RU/locale.xml www/ojs2/plugins/auth/ldap/locale/tr_TR/locale.xml +www/ojs2/plugins/auth/ldap/locale/vi_VN/locale.xml www/ojs2/plugins/auth/ldap/settings.tpl +www/ojs2/plugins/blocks/developedBy/DevelopedByBlockPlugin.inc.php +www/ojs2/plugins/blocks/developedBy/block.tpl +www/ojs2/plugins/blocks/developedBy/index.php +www/ojs2/plugins/blocks/developedBy/locale/en_US/locale.xml +www/ojs2/plugins/blocks/developedBy/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/developedBy/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/developedBy/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/developedBy/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/developedBy/settings.xml +www/ojs2/plugins/blocks/donation/DonationBlockPlugin.inc.php +www/ojs2/plugins/blocks/donation/block.tpl +www/ojs2/plugins/blocks/donation/index.php +www/ojs2/plugins/blocks/donation/locale/en_US/locale.xml +www/ojs2/plugins/blocks/donation/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/donation/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/donation/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/donation/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/donation/settings.xml +www/ojs2/plugins/blocks/fontSize/FontSizeBlockPlugin.inc.php +www/ojs2/plugins/blocks/fontSize/block.tpl +www/ojs2/plugins/blocks/fontSize/header.tpl +www/ojs2/plugins/blocks/fontSize/index.php +www/ojs2/plugins/blocks/fontSize/large.css +www/ojs2/plugins/blocks/fontSize/large.gif +www/ojs2/plugins/blocks/fontSize/locale/en_US/locale.xml +www/ojs2/plugins/blocks/fontSize/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/fontSize/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/fontSize/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/fontSize/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/fontSize/medium.css +www/ojs2/plugins/blocks/fontSize/medium.gif +www/ojs2/plugins/blocks/fontSize/settings.xml +www/ojs2/plugins/blocks/fontSize/sizer.js +www/ojs2/plugins/blocks/fontSize/small.css +www/ojs2/plugins/blocks/fontSize/small.gif +www/ojs2/plugins/blocks/help/HelpBlockPlugin.inc.php +www/ojs2/plugins/blocks/help/block.tpl +www/ojs2/plugins/blocks/help/index.php +www/ojs2/plugins/blocks/help/locale/en_US/locale.xml +www/ojs2/plugins/blocks/help/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/help/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/help/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/help/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/help/settings.xml +www/ojs2/plugins/blocks/information/InformationBlockPlugin.inc.php +www/ojs2/plugins/blocks/information/block.tpl +www/ojs2/plugins/blocks/information/index.php +www/ojs2/plugins/blocks/information/locale/en_US/locale.xml +www/ojs2/plugins/blocks/information/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/information/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/information/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/information/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/information/settings.xml +www/ojs2/plugins/blocks/languageToggle/LanguageToggleBlockPlugin.inc.php +www/ojs2/plugins/blocks/languageToggle/block.tpl +www/ojs2/plugins/blocks/languageToggle/index.php +www/ojs2/plugins/blocks/languageToggle/locale/en_US/locale.xml +www/ojs2/plugins/blocks/languageToggle/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/languageToggle/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/languageToggle/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/languageToggle/settings.xml +www/ojs2/plugins/blocks/navigation/NavigationBlockPlugin.inc.php +www/ojs2/plugins/blocks/navigation/block.tpl +www/ojs2/plugins/blocks/navigation/index.php +www/ojs2/plugins/blocks/navigation/locale/en_US/locale.xml +www/ojs2/plugins/blocks/navigation/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/navigation/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/navigation/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/navigation/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/navigation/settings.xml +www/ojs2/plugins/blocks/role/RoleBlockPlugin.inc.php +www/ojs2/plugins/blocks/role/author.tpl +www/ojs2/plugins/blocks/role/copyeditor.tpl +www/ojs2/plugins/blocks/role/editor.tpl +www/ojs2/plugins/blocks/role/index.php +www/ojs2/plugins/blocks/role/layoutEditor.tpl +www/ojs2/plugins/blocks/role/locale/en_US/locale.xml +www/ojs2/plugins/blocks/role/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/role/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/role/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/role/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/role/proofreader.tpl +www/ojs2/plugins/blocks/role/reviewer.tpl +www/ojs2/plugins/blocks/role/sectionEditor.tpl +www/ojs2/plugins/blocks/role/settings.xml +www/ojs2/plugins/blocks/user/UserBlockPlugin.inc.php +www/ojs2/plugins/blocks/user/block.tpl +www/ojs2/plugins/blocks/user/index.php +www/ojs2/plugins/blocks/user/locale/en_US/locale.xml +www/ojs2/plugins/blocks/user/locale/es_ES/locale.xml +www/ojs2/plugins/blocks/user/locale/fr_CA/locale.xml +www/ojs2/plugins/blocks/user/locale/it_IT/locale.xml +www/ojs2/plugins/blocks/user/locale/pt_BR/locale.xml +www/ojs2/plugins/blocks/user/settings.xml +www/ojs2/plugins/citationFormats/abnt/AbntCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/abnt/citation.tpl +www/ojs2/plugins/citationFormats/abnt/index.php +www/ojs2/plugins/citationFormats/abnt/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/abnt/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/abnt/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/abnt/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/abnt/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/apa/ApaCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/apa/citation.tpl +www/ojs2/plugins/citationFormats/apa/index.php +www/ojs2/plugins/citationFormats/apa/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/apa/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/apa/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/apa/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/apa/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/bibtex/BibtexCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/bibtex/citation.tpl +www/ojs2/plugins/citationFormats/bibtex/index.php +www/ojs2/plugins/citationFormats/bibtex/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/bibtex/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/bibtex/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/bibtex/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/bibtex/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/cbe/CbeCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/cbe/citation.tpl +www/ojs2/plugins/citationFormats/cbe/index.php +www/ojs2/plugins/citationFormats/cbe/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/cbe/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/cbe/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/cbe/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/cbe/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/endNote/EndNoteCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/endNote/citation.tpl +www/ojs2/plugins/citationFormats/endNote/index.php +www/ojs2/plugins/citationFormats/endNote/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/endNote/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/endNote/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/endNote/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/endNote/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/mla/MlaCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/mla/citation.tpl +www/ojs2/plugins/citationFormats/mla/index.php +www/ojs2/plugins/citationFormats/mla/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/mla/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/mla/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/mla/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/mla/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/proCite/ProCiteCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/proCite/citation.tpl +www/ojs2/plugins/citationFormats/proCite/index.php +www/ojs2/plugins/citationFormats/proCite/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/proCite/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/proCite/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/proCite/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/proCite/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/refMan/RefManCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/refMan/citation.tpl +www/ojs2/plugins/citationFormats/refMan/index.php +www/ojs2/plugins/citationFormats/refMan/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/refMan/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/refMan/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/refMan/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/refMan/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/refWorks/RefWorksCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/refWorks/citation.tpl +www/ojs2/plugins/citationFormats/refWorks/index.php +www/ojs2/plugins/citationFormats/refWorks/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/refWorks/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/refWorks/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/refWorks/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/refWorks/locale/pt_BR/locale.xml +www/ojs2/plugins/citationFormats/turabian/TurabianCitationPlugin.inc.php +www/ojs2/plugins/citationFormats/turabian/citation.tpl +www/ojs2/plugins/citationFormats/turabian/index.php +www/ojs2/plugins/citationFormats/turabian/locale/en_US/locale.xml +www/ojs2/plugins/citationFormats/turabian/locale/es_ES/locale.xml +www/ojs2/plugins/citationFormats/turabian/locale/fr_CA/locale.xml +www/ojs2/plugins/citationFormats/turabian/locale/it_IT/locale.xml +www/ojs2/plugins/citationFormats/turabian/locale/pt_BR/locale.xml www/ojs2/plugins/gateways/googleScholar/GoogleScholarPlugin.inc.php www/ojs2/plugins/gateways/googleScholar/GoogleScholarSettingsForm.inc.php www/ojs2/plugins/gateways/googleScholar/README www/ojs2/plugins/gateways/googleScholar/errors.tpl www/ojs2/plugins/gateways/googleScholar/index.php +www/ojs2/plugins/gateways/googleScholar/locale/de_DE/locale.xml www/ojs2/plugins/gateways/googleScholar/locale/en_US/locale.xml www/ojs2/plugins/gateways/googleScholar/locale/es_ES/locale.xml www/ojs2/plugins/gateways/googleScholar/locale/fr_CA/locale.xml +www/ojs2/plugins/gateways/googleScholar/locale/hr_HR/locale.xml www/ojs2/plugins/gateways/googleScholar/locale/it_IT/locale.xml +www/ojs2/plugins/gateways/googleScholar/locale/ja_JP/locale.xml www/ojs2/plugins/gateways/googleScholar/locale/pt_BR/locale.xml www/ojs2/plugins/gateways/googleScholar/locale/ru_RU/locale.xml www/ojs2/plugins/gateways/googleScholar/locale/tr_TR/locale.xml +www/ojs2/plugins/gateways/googleScholar/locale/vi_VN/locale.xml www/ojs2/plugins/gateways/googleScholar/settingsForm.tpl www/ojs2/plugins/gateways/resolver/README www/ojs2/plugins/gateways/resolver/ResolverPlugin.inc.php www/ojs2/plugins/gateways/resolver/index.php +www/ojs2/plugins/gateways/resolver/locale/de_DE/locale.xml www/ojs2/plugins/gateways/resolver/locale/en_US/locale.xml www/ojs2/plugins/gateways/resolver/locale/es_ES/locale.xml www/ojs2/plugins/gateways/resolver/locale/fr_CA/locale.xml +www/ojs2/plugins/gateways/resolver/locale/hr_HR/locale.xml www/ojs2/plugins/gateways/resolver/locale/it_IT/locale.xml +www/ojs2/plugins/gateways/resolver/locale/ja_JP/locale.xml www/ojs2/plugins/gateways/resolver/locale/pt_BR/locale.xml www/ojs2/plugins/gateways/resolver/locale/tr_TR/locale.xml +www/ojs2/plugins/gateways/resolver/locale/vi_VN/locale.xml +www/ojs2/plugins/gateways/resolver/settings.xml +www/ojs2/plugins/generic/cms/CmsBlockPlugin.inc.php +www/ojs2/plugins/generic/cms/CmsHandler.inc.php +www/ojs2/plugins/generic/cms/CmsPlugin.inc.php +www/ojs2/plugins/generic/cms/CmsSettingsForm.inc.php +www/ojs2/plugins/generic/cms/ContentManager.inc.php +www/ojs2/plugins/generic/cms/README.rtf +www/ojs2/plugins/generic/cms/block.tpl +www/ojs2/plugins/generic/cms/content.tpl +www/ojs2/plugins/generic/cms/index.php +www/ojs2/plugins/generic/cms/locale/en_US/locale.xml +www/ojs2/plugins/generic/cms/locale/es_ES/locale.xml +www/ojs2/plugins/generic/cms/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/cms/locale/it_IT/locale.xml +www/ojs2/plugins/generic/cms/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/cms/settingsForm.tpl +www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/editor_plugin.js +www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/images/h1.gif +www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/images/h2.gif +www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/images/h3.gif +www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/images/h4.gif +www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/images/h5.gif +www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/images/h6.gif +www/ojs2/plugins/generic/cmsRSS/CmsRssPlugin.inc.php +www/ojs2/plugins/generic/cmsRSS/CmsRssSettingsForm.inc.php +www/ojs2/plugins/generic/cmsRSS/README.rtf +www/ojs2/plugins/generic/cmsRSS/SimplePie.inc.php +www/ojs2/plugins/generic/cmsRSS/index.php +www/ojs2/plugins/generic/cmsRSS/locale/en_US/locale.xml +www/ojs2/plugins/generic/cmsRSS/locale/es_ES/locale.xml +www/ojs2/plugins/generic/cmsRSS/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/cmsRSS/locale/it_IT/locale.xml +www/ojs2/plugins/generic/cmsRSS/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/cmsRSS/rss.tpl +www/ojs2/plugins/generic/cmsRSS/settingsForm.tpl www/ojs2/plugins/generic/counter/CounterHandler.inc.php www/ojs2/plugins/generic/counter/CounterPlugin.inc.php www/ojs2/plugins/generic/counter/LogEntry.inc.php @@ -1704,26 +2312,84 @@ www/ojs2/plugins/generic/counter/browser.tpl www/ojs2/plugins/generic/counter/index.php www/ojs2/plugins/generic/counter/index.tpl +www/ojs2/plugins/generic/counter/locale/de_DE/locale.xml www/ojs2/plugins/generic/counter/locale/en_US/locale.xml www/ojs2/plugins/generic/counter/locale/es_ES/locale.xml www/ojs2/plugins/generic/counter/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/counter/locale/hr_HR/locale.xml www/ojs2/plugins/generic/counter/locale/it_IT/locale.xml +www/ojs2/plugins/generic/counter/locale/ja_JP/locale.xml www/ojs2/plugins/generic/counter/locale/pt_BR/locale.xml -www/ojs2/plugins/generic/thesis/SettingsForm.inc.php +www/ojs2/plugins/generic/counter/locale/vi_VN/locale.xml +www/ojs2/plugins/generic/googleAnalytics/GoogleAnalyticsPlugin.inc.php +www/ojs2/plugins/generic/googleAnalytics/GoogleAnalyticsSettingsForm.inc.php +www/ojs2/plugins/generic/googleAnalytics/index.php +www/ojs2/plugins/generic/googleAnalytics/locale/en_US/locale.xml +www/ojs2/plugins/generic/googleAnalytics/locale/es_ES/locale.xml +www/ojs2/plugins/generic/googleAnalytics/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/googleAnalytics/locale/it_IT/locale.xml +www/ojs2/plugins/generic/googleAnalytics/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/googleAnalytics/pageTag.tpl +www/ojs2/plugins/generic/googleAnalytics/settingsForm.tpl +www/ojs2/plugins/generic/openAds/Ad.inc.php +www/ojs2/plugins/generic/openAds/OpenAdsBlockPlugin.inc.php +www/ojs2/plugins/generic/openAds/OpenAdsConnection.inc.php +www/ojs2/plugins/generic/openAds/OpenAdsPlugin.inc.php +www/ojs2/plugins/generic/openAds/OpenAdsSettingsForm.inc.php +www/ojs2/plugins/generic/openAds/README +www/ojs2/plugins/generic/openAds/index.php +www/ojs2/plugins/generic/openAds/locale/en_US/locale.xml +www/ojs2/plugins/generic/openAds/locale/es_ES/locale.xml +www/ojs2/plugins/generic/openAds/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/openAds/locale/it_IT/locale.xml +www/ojs2/plugins/generic/openAds/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/openAds/settingsForm.tpl +www/ojs2/plugins/generic/phpMyVisites/PhpMyVisitesPlugin.inc.php +www/ojs2/plugins/generic/phpMyVisites/PhpMyVisitesSettingsForm.inc.php +www/ojs2/plugins/generic/phpMyVisites/index.php +www/ojs2/plugins/generic/phpMyVisites/locale/en_US/locale.xml +www/ojs2/plugins/generic/phpMyVisites/locale/es_ES/locale.xml +www/ojs2/plugins/generic/phpMyVisites/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/phpMyVisites/locale/it_IT/locale.xml +www/ojs2/plugins/generic/phpMyVisites/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/phpMyVisites/pageTag.tpl +www/ojs2/plugins/generic/phpMyVisites/settingsForm.tpl +www/ojs2/plugins/generic/roundedCorners/RoundedCornersPlugin.inc.php +www/ojs2/plugins/generic/roundedCorners/index.php +www/ojs2/plugins/generic/roundedCorners/locale/en_US/locale.xml +www/ojs2/plugins/generic/roundedCorners/locale/es_ES/locale.xml +www/ojs2/plugins/generic/roundedCorners/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/roundedCorners/locale/it_IT/locale.xml +www/ojs2/plugins/generic/roundedCorners/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/roundedCorners/roundedcorners.css +www/ojs2/plugins/generic/sehl/SehlPlugin.inc.php +www/ojs2/plugins/generic/sehl/index.php +www/ojs2/plugins/generic/sehl/locale/en_US/locale.xml +www/ojs2/plugins/generic/sehl/locale/es_ES/locale.xml +www/ojs2/plugins/generic/sehl/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/sehl/locale/it_IT/locale.xml +www/ojs2/plugins/generic/sehl/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/sehl/sehl.css www/ojs2/plugins/generic/thesis/StudentThesisForm.inc.php www/ojs2/plugins/generic/thesis/Thesis.inc.php www/ojs2/plugins/generic/thesis/ThesisDAO.inc.php www/ojs2/plugins/generic/thesis/ThesisForm.inc.php www/ojs2/plugins/generic/thesis/ThesisHandler.inc.php www/ojs2/plugins/generic/thesis/ThesisPlugin.inc.php +www/ojs2/plugins/generic/thesis/ThesisSettingsForm.inc.php www/ojs2/plugins/generic/thesis/data.xml www/ojs2/plugins/generic/thesis/index.php www/ojs2/plugins/generic/thesis/index.tpl +www/ojs2/plugins/generic/thesis/locale/de_DE/locale.xml www/ojs2/plugins/generic/thesis/locale/en_US/locale.xml www/ojs2/plugins/generic/thesis/locale/es_ES/locale.xml www/ojs2/plugins/generic/thesis/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/thesis/locale/hr_HR/locale.xml www/ojs2/plugins/generic/thesis/locale/it_IT/locale.xml +www/ojs2/plugins/generic/thesis/locale/ja_JP/locale.xml www/ojs2/plugins/generic/thesis/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/thesis/locale/vi_VN/locale.xml +www/ojs2/plugins/generic/thesis/metadata.tpl www/ojs2/plugins/generic/thesis/schema.xml www/ojs2/plugins/generic/thesis/settingsForm.tpl www/ojs2/plugins/generic/thesis/studentThesisForm.tpl @@ -1733,28 +2399,77 @@ www/ojs2/plugins/generic/tinymce/README www/ojs2/plugins/generic/tinymce/TinyMCEPlugin.inc.php www/ojs2/plugins/generic/tinymce/index.php +www/ojs2/plugins/generic/tinymce/locale/de_DE/locale.xml www/ojs2/plugins/generic/tinymce/locale/en_US/locale.xml www/ojs2/plugins/generic/tinymce/locale/es_ES/locale.xml www/ojs2/plugins/generic/tinymce/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/tinymce/locale/hr_HR/locale.xml www/ojs2/plugins/generic/tinymce/locale/it_IT/locale.xml +www/ojs2/plugins/generic/tinymce/locale/ja_JP/locale.xml www/ojs2/plugins/generic/tinymce/locale/pt_BR/locale.xml www/ojs2/plugins/generic/tinymce/locale/ru_RU/locale.xml -www/ojs2/plugins/generic/webFeed/FeedHandler.inc.php -www/ojs2/plugins/generic/webFeed/FeedPlugin.inc.php +www/ojs2/plugins/generic/tinymce/locale/vi_VN/locale.xml +www/ojs2/plugins/generic/tinymce/settings.xml +www/ojs2/plugins/generic/translator/EditableEmailFile.inc.php +www/ojs2/plugins/generic/translator/EditableFile.inc.php +www/ojs2/plugins/generic/translator/EditableLocaleFile.inc.php +www/ojs2/plugins/generic/translator/TranslatorAction.inc.php +www/ojs2/plugins/generic/translator/TranslatorHandler.inc.php +www/ojs2/plugins/generic/translator/TranslatorPlugin.inc.php +www/ojs2/plugins/generic/translator/editEmail.tpl +www/ojs2/plugins/generic/translator/editMiscFile.tpl +www/ojs2/plugins/generic/translator/errors.tpl +www/ojs2/plugins/generic/translator/index.php +www/ojs2/plugins/generic/translator/index.tpl +www/ojs2/plugins/generic/translator/locale.tpl +www/ojs2/plugins/generic/translator/locale/en_US/locale.xml +www/ojs2/plugins/generic/translator/locale/es_ES/locale.xml +www/ojs2/plugins/generic/translator/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/translator/locale/it_IT/locale.xml +www/ojs2/plugins/generic/translator/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/translator/localeFile.tpl www/ojs2/plugins/generic/webFeed/README +www/ojs2/plugins/generic/webFeed/SettingsForm.inc.php +www/ojs2/plugins/generic/webFeed/WebFeedBlockPlugin.inc.php +www/ojs2/plugins/generic/webFeed/WebFeedGatewayPlugin.inc.php +www/ojs2/plugins/generic/webFeed/WebFeedPlugin.inc.php www/ojs2/plugins/generic/webFeed/index.php +www/ojs2/plugins/generic/webFeed/locale/de_DE/locale.xml www/ojs2/plugins/generic/webFeed/locale/en_US/locale.xml www/ojs2/plugins/generic/webFeed/locale/es_ES/locale.xml www/ojs2/plugins/generic/webFeed/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/webFeed/locale/hr_HR/locale.xml www/ojs2/plugins/generic/webFeed/locale/it_IT/locale.xml +www/ojs2/plugins/generic/webFeed/locale/ja_JP/locale.xml www/ojs2/plugins/generic/webFeed/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/webFeed/locale/vi_VN/locale.xml +www/ojs2/plugins/generic/webFeed/settingsForm.tpl www/ojs2/plugins/generic/webFeed/templates/atom.tpl +www/ojs2/plugins/generic/webFeed/templates/block.tpl www/ojs2/plugins/generic/webFeed/templates/images/atom10_logo.gif www/ojs2/plugins/generic/webFeed/templates/images/rss10_logo.gif www/ojs2/plugins/generic/webFeed/templates/images/rss20_logo.gif -www/ojs2/plugins/generic/webFeed/templates/links.tpl www/ojs2/plugins/generic/webFeed/templates/rss.tpl www/ojs2/plugins/generic/webFeed/templates/rss2.tpl +www/ojs2/plugins/generic/xmlGalley/ArticleXMLGalley.inc.php +www/ojs2/plugins/generic/xmlGalley/ArticleXMLGalleyDAO.inc.php +www/ojs2/plugins/generic/xmlGalley/README +www/ojs2/plugins/generic/xmlGalley/XMLGalleyPlugin.inc.php +www/ojs2/plugins/generic/xmlGalley/XMLGalleySettingsForm.inc.php +www/ojs2/plugins/generic/xmlGalley/index.php +www/ojs2/plugins/generic/xmlGalley/locale/en_US/locale.xml +www/ojs2/plugins/generic/xmlGalley/locale/es_ES/locale.xml +www/ojs2/plugins/generic/xmlGalley/locale/fr_CA/locale.xml +www/ojs2/plugins/generic/xmlGalley/locale/it_IT/locale.xml +www/ojs2/plugins/generic/xmlGalley/locale/pt_BR/locale.xml +www/ojs2/plugins/generic/xmlGalley/schema.xml +www/ojs2/plugins/generic/xmlGalley/settingsForm.tpl +www/ojs2/plugins/generic/xmlGalley/transform/nlm/functions.inc.xsl +www/ojs2/plugins/generic/xmlGalley/transform/nlm/nlm-fo.xsl +www/ojs2/plugins/generic/xmlGalley/transform/nlm/nlm-xhtml.xsl +www/ojs2/plugins/generic/xmlGalley/transform/nlm/viewnlm-v2.xsl +www/ojs2/plugins/generic/xmlGalley/transform/test.xml +www/ojs2/plugins/generic/xmlGalley/transform/test.xsl www/ojs2/plugins/importexport/crossref/CrossRefExportDom.inc.php www/ojs2/plugins/importexport/crossref/CrossRefExportPlugin.inc.php www/ojs2/plugins/importexport/crossref/README @@ -1762,22 +2477,30 @@ www/ojs2/plugins/importexport/crossref/index.php www/ojs2/plugins/importexport/crossref/index.tpl www/ojs2/plugins/importexport/crossref/issues.tpl +www/ojs2/plugins/importexport/crossref/locale/de_DE/locale.xml www/ojs2/plugins/importexport/crossref/locale/en_US/locale.xml www/ojs2/plugins/importexport/crossref/locale/es_ES/locale.xml www/ojs2/plugins/importexport/crossref/locale/fr_CA/locale.xml +www/ojs2/plugins/importexport/crossref/locale/hr_HR/locale.xml www/ojs2/plugins/importexport/crossref/locale/it_IT/locale.xml +www/ojs2/plugins/importexport/crossref/locale/ja_JP/locale.xml www/ojs2/plugins/importexport/crossref/locale/pt_BR/locale.xml +www/ojs2/plugins/importexport/crossref/locale/vi_VN/locale.xml www/ojs2/plugins/importexport/erudit/EruditExportDom.inc.php www/ojs2/plugins/importexport/erudit/EruditExportPlugin.inc.php www/ojs2/plugins/importexport/erudit/index.php www/ojs2/plugins/importexport/erudit/index.tpl +www/ojs2/plugins/importexport/erudit/locale/de_DE/locale.xml www/ojs2/plugins/importexport/erudit/locale/en_US/locale.xml www/ojs2/plugins/importexport/erudit/locale/es_ES/locale.xml www/ojs2/plugins/importexport/erudit/locale/fr_CA/locale.xml +www/ojs2/plugins/importexport/erudit/locale/hr_HR/locale.xml www/ojs2/plugins/importexport/erudit/locale/it_IT/locale.xml +www/ojs2/plugins/importexport/erudit/locale/ja_JP/locale.xml www/ojs2/plugins/importexport/erudit/locale/pt_BR/locale.xml www/ojs2/plugins/importexport/erudit/locale/ru_RU/locale.xml www/ojs2/plugins/importexport/erudit/locale/tr_TR/locale.xml +www/ojs2/plugins/importexport/erudit/locale/vi_VN/locale.xml www/ojs2/plugins/importexport/native/NativeExportDom.inc.php www/ojs2/plugins/importexport/native/NativeImportDom.inc.php www/ojs2/plugins/importexport/native/NativeImportExportPlugin.inc.php @@ -1789,13 +2512,18 @@ www/ojs2/plugins/importexport/native/index.php www/ojs2/plugins/importexport/native/index.tpl www/ojs2/plugins/importexport/native/issues.tpl +www/ojs2/plugins/importexport/native/locale/de_DE/locale.xml www/ojs2/plugins/importexport/native/locale/en_US/locale.xml www/ojs2/plugins/importexport/native/locale/es_ES/locale.xml www/ojs2/plugins/importexport/native/locale/fr_CA/locale.xml +www/ojs2/plugins/importexport/native/locale/hr_HR/locale.xml www/ojs2/plugins/importexport/native/locale/it_IT/locale.xml +www/ojs2/plugins/importexport/native/locale/ja_JP/locale.xml www/ojs2/plugins/importexport/native/locale/pt_BR/locale.xml www/ojs2/plugins/importexport/native/locale/ru_RU/locale.xml www/ojs2/plugins/importexport/native/locale/tr_TR/locale.xml +www/ojs2/plugins/importexport/native/locale/vi_VN/locale.xml +www/ojs2/plugins/importexport/native/native-sample.xml www/ojs2/plugins/importexport/native/native.dtd www/ojs2/plugins/importexport/native/ojs1-to-ojs2.xsl www/ojs2/plugins/importexport/native/sample.xml @@ -1806,21 +2534,29 @@ www/ojs2/plugins/importexport/pubmed/index.php www/ojs2/plugins/importexport/pubmed/index.tpl www/ojs2/plugins/importexport/pubmed/issues.tpl +www/ojs2/plugins/importexport/pubmed/locale/de_DE/locale.xml www/ojs2/plugins/importexport/pubmed/locale/en_US/locale.xml www/ojs2/plugins/importexport/pubmed/locale/es_ES/locale.xml www/ojs2/plugins/importexport/pubmed/locale/fr_CA/locale.xml +www/ojs2/plugins/importexport/pubmed/locale/hr_HR/locale.xml www/ojs2/plugins/importexport/pubmed/locale/it_IT/locale.xml +www/ojs2/plugins/importexport/pubmed/locale/ja_JP/locale.xml www/ojs2/plugins/importexport/pubmed/locale/pt_BR/locale.xml +www/ojs2/plugins/importexport/pubmed/locale/vi_VN/locale.xml www/ojs2/plugins/importexport/sample/SampleImportExportPlugin.inc.php www/ojs2/plugins/importexport/sample/index.php www/ojs2/plugins/importexport/sample/issues.tpl +www/ojs2/plugins/importexport/sample/locale/de_DE/locale.xml www/ojs2/plugins/importexport/sample/locale/en_US/locale.xml www/ojs2/plugins/importexport/sample/locale/es_ES/locale.xml www/ojs2/plugins/importexport/sample/locale/fr_CA/locale.xml +www/ojs2/plugins/importexport/sample/locale/hr_HR/locale.xml www/ojs2/plugins/importexport/sample/locale/it_IT/locale.xml +www/ojs2/plugins/importexport/sample/locale/ja_JP/locale.xml www/ojs2/plugins/importexport/sample/locale/pt_BR/locale.xml www/ojs2/plugins/importexport/sample/locale/ru_RU/locale.xml www/ojs2/plugins/importexport/sample/locale/tr_TR/locale.xml +www/ojs2/plugins/importexport/sample/locale/vi_VN/locale.xml www/ojs2/plugins/importexport/users/README www/ojs2/plugins/importexport/users/UserExportDom.inc.php www/ojs2/plugins/importexport/users/UserImportExportPlugin.inc.php @@ -1829,24 +2565,100 @@ www/ojs2/plugins/importexport/users/importUsersResults.tpl www/ojs2/plugins/importexport/users/index.php www/ojs2/plugins/importexport/users/index.tpl +www/ojs2/plugins/importexport/users/locale/de_DE/locale.xml www/ojs2/plugins/importexport/users/locale/en_US/locale.xml www/ojs2/plugins/importexport/users/locale/es_ES/locale.xml www/ojs2/plugins/importexport/users/locale/fr_CA/locale.xml +www/ojs2/plugins/importexport/users/locale/hr_HR/locale.xml www/ojs2/plugins/importexport/users/locale/it_IT/locale.xml +www/ojs2/plugins/importexport/users/locale/ja_JP/locale.xml www/ojs2/plugins/importexport/users/locale/pt_BR/locale.xml www/ojs2/plugins/importexport/users/locale/ru_RU/locale.xml www/ojs2/plugins/importexport/users/locale/tr_TR/locale.xml +www/ojs2/plugins/importexport/users/locale/vi_VN/locale.xml www/ojs2/plugins/importexport/users/sample.xml www/ojs2/plugins/importexport/users/users.dtd +www/ojs2/plugins/paymethod/manual/ManualPaymentPlugin.inc.php +www/ojs2/plugins/paymethod/manual/data.xml +www/ojs2/plugins/paymethod/manual/index.php +www/ojs2/plugins/paymethod/manual/locale/en_US/locale.xml +www/ojs2/plugins/paymethod/manual/locale/es_ES/locale.xml +www/ojs2/plugins/paymethod/manual/locale/fr_CA/locale.xml +www/ojs2/plugins/paymethod/manual/locale/it_IT/locale.xml +www/ojs2/plugins/paymethod/manual/locale/pt_BR/locale.xml +www/ojs2/plugins/paymethod/manual/templates/paymentForm.tpl +www/ojs2/plugins/paymethod/manual/templates/settingsForm.tpl +www/ojs2/plugins/paymethod/paypal/PayPalDAO.inc.php +www/ojs2/plugins/paymethod/paypal/PayPalPlugin.inc.php +www/ojs2/plugins/paymethod/paypal/data.xml +www/ojs2/plugins/paymethod/paypal/images/paypal_cards.png +www/ojs2/plugins/paymethod/paypal/images/paypal_medium.png +www/ojs2/plugins/paymethod/paypal/images/paypal_small.png +www/ojs2/plugins/paymethod/paypal/index.php +www/ojs2/plugins/paymethod/paypal/locale/en_US/locale.xml +www/ojs2/plugins/paymethod/paypal/locale/es_ES/locale.xml +www/ojs2/plugins/paymethod/paypal/locale/fr_CA/locale.xml +www/ojs2/plugins/paymethod/paypal/locale/it_IT/locale.xml +www/ojs2/plugins/paymethod/paypal/locale/pt_BR/locale.xml +www/ojs2/plugins/paymethod/paypal/schema.xml +www/ojs2/plugins/paymethod/paypal/templates/paymentForm.tpl +www/ojs2/plugins/paymethod/paypal/templates/settingsForm.tpl +www/ojs2/plugins/themes/classicBlue/ClassicBlueThemePlugin.inc.php +www/ojs2/plugins/themes/classicBlue/classicBlue.css +www/ojs2/plugins/themes/classicBlue/index.php +www/ojs2/plugins/themes/classicBrown/ClassicBrownThemePlugin.inc.php +www/ojs2/plugins/themes/classicBrown/classicBrown.css +www/ojs2/plugins/themes/classicBrown/index.php +www/ojs2/plugins/themes/classicGreen/ClassicGreenThemePlugin.inc.php +www/ojs2/plugins/themes/classicGreen/classicGreen.css +www/ojs2/plugins/themes/classicGreen/index.php +www/ojs2/plugins/themes/classicNavy/ClassicNavyThemePlugin.inc.php +www/ojs2/plugins/themes/classicNavy/classicNavy.css +www/ojs2/plugins/themes/classicNavy/index.php +www/ojs2/plugins/themes/classicRed/ClassicRedThemePlugin.inc.php +www/ojs2/plugins/themes/classicRed/classicRed.css +www/ojs2/plugins/themes/classicRed/index.php +www/ojs2/plugins/themes/desert/DesertThemePlugin.inc.php +www/ojs2/plugins/themes/desert/desert.css +www/ojs2/plugins/themes/desert/index.php +www/ojs2/plugins/themes/lilac/LilacThemePlugin.inc.php +www/ojs2/plugins/themes/lilac/index.php +www/ojs2/plugins/themes/lilac/lilac.css +www/ojs2/plugins/themes/night/NightThemePlugin.inc.php +www/ojs2/plugins/themes/night/index.php +www/ojs2/plugins/themes/night/night.css +www/ojs2/plugins/themes/redbar/RedbarThemePlugin.inc.php +www/ojs2/plugins/themes/redbar/index.php +www/ojs2/plugins/themes/redbar/redbar.css +www/ojs2/plugins/themes/steel/SteelThemePlugin.inc.php +www/ojs2/plugins/themes/steel/index.php +www/ojs2/plugins/themes/steel/steel.css +www/ojs2/plugins/themes/uncommon/UncommonThemePlugin.inc.php +www/ojs2/plugins/themes/uncommon/index.php +www/ojs2/plugins/themes/uncommon/uncommon.css +www/ojs2/plugins/themes/vanilla/VanillaThemePlugin.inc.php +www/ojs2/plugins/themes/vanilla/index.php +www/ojs2/plugins/themes/vanilla/vanilla.css www/ojs2/public/index.html +www/ojs2/registry/botAgents.txt www/ojs2/registry/inlineTypes.txt www/ojs2/registry/journalSettings.xml +www/ojs2/registry/locale/de_DE/countries.xml +www/ojs2/registry/locale/de_DE/disciplines.xml www/ojs2/registry/locale/en_US/countries.xml +www/ojs2/registry/locale/en_US/disciplines.xml www/ojs2/registry/locale/es_ES/countries.xml +www/ojs2/registry/locale/es_ES/disciplines.xml www/ojs2/registry/locale/fr_CA/countries.xml +www/ojs2/registry/locale/fr_CA/disciplines.xml +www/ojs2/registry/locale/hr_HR/countries.xml www/ojs2/registry/locale/it_IT/countries.xml +www/ojs2/registry/locale/it_IT/disciplines.xml +www/ojs2/registry/locale/ja_JP/countries.xml www/ojs2/registry/locale/pt_BR/countries.xml www/ojs2/registry/locale/ru_RU/countries.xml +www/ojs2/registry/locale/tr_TR/countries.xml +www/ojs2/registry/locale/vi_VN/countries.xml www/ojs2/registry/locales.xml www/ojs2/registry/scheduledTasks.xml www/ojs2/registry/stopwords.txt @@ -1871,18 +2683,24 @@ www/ojs2/rt/en_US/Social_Sciences.xml www/ojs2/rt/rt-version.dtd www/ojs2/styles/articleView.css +www/ojs2/styles/bothSidebars.css www/ojs2/styles/comments.css www/ojs2/styles/common.css www/ojs2/styles/help.css +www/ojs2/styles/leftSidebar.css +www/ojs2/styles/rightSidebar.css www/ojs2/styles/rt.css +www/ojs2/styles/sidebar.css www/ojs2/templates/about/aboutThisPublishingSystem.tpl www/ojs2/templates/about/contact.tpl +www/ojs2/templates/about/displayMembership.tpl www/ojs2/templates/about/editorialPolicies.tpl www/ojs2/templates/about/editorialTeam.tpl www/ojs2/templates/about/editorialTeamBio.tpl www/ojs2/templates/about/editorialTeamBoard.tpl www/ojs2/templates/about/index.tpl www/ojs2/templates/about/journalSponsorship.tpl +www/ojs2/templates/about/memberships.tpl www/ojs2/templates/about/site.tpl www/ojs2/templates/about/siteMap.tpl www/ojs2/templates/about/statistics.tpl @@ -1895,7 +2713,9 @@ www/ojs2/templates/admin/index.tpl www/ojs2/templates/admin/journalSettings.tpl www/ojs2/templates/admin/journals.tpl +www/ojs2/templates/admin/languageDownloadErrors.tpl www/ojs2/templates/admin/languages.tpl +www/ojs2/templates/admin/selectMergeUser.tpl www/ojs2/templates/admin/settings.tpl www/ojs2/templates/admin/systemConfig.tpl www/ojs2/templates/admin/systemConfigUpdated.tpl @@ -1904,14 +2724,16 @@ www/ojs2/templates/announcement/list.tpl www/ojs2/templates/announcement/view.tpl www/ojs2/templates/article/article.tpl +www/ojs2/templates/article/dublincore.tpl +www/ojs2/templates/article/googlescholar.tpl www/ojs2/templates/article/interstitial.tpl www/ojs2/templates/article/pdfInterstitial.tpl www/ojs2/templates/article/view.tpl www/ojs2/templates/author/active.tpl www/ojs2/templates/author/completed.tpl www/ojs2/templates/author/index.tpl -www/ojs2/templates/author/navsidebar.tpl www/ojs2/templates/author/submission.tpl +www/ojs2/templates/author/submission/authorFees.tpl www/ojs2/templates/author/submission/copyedit.tpl www/ojs2/templates/author/submission/editorDecision.tpl www/ojs2/templates/author/submission/layout.tpl @@ -1923,6 +2745,7 @@ www/ojs2/templates/author/submission/summary.tpl www/ojs2/templates/author/submissionEditing.tpl www/ojs2/templates/author/submissionReview.tpl +www/ojs2/templates/author/submit/authorFees.tpl www/ojs2/templates/author/submit/complete.tpl www/ojs2/templates/author/submit/step1.tpl www/ojs2/templates/author/submit/step2.tpl @@ -1930,7 +2753,6 @@ www/ojs2/templates/author/submit/step4.tpl www/ojs2/templates/author/submit/step5.tpl www/ojs2/templates/author/submit/submitHeader.tpl -www/ojs2/templates/author/submit/submitSidebar.tpl www/ojs2/templates/author/submit/suppFile.tpl www/ojs2/templates/comment/comment.tpl www/ojs2/templates/comment/comments.tpl @@ -1939,11 +2761,10 @@ www/ojs2/templates/common/formErrors.tpl www/ojs2/templates/common/header.tpl www/ojs2/templates/common/message.tpl -www/ojs2/templates/common/sidebar.tpl +www/ojs2/templates/common/progress.tpl www/ojs2/templates/copyeditor/active.tpl www/ojs2/templates/copyeditor/completed.tpl www/ojs2/templates/copyeditor/index.tpl -www/ojs2/templates/copyeditor/navsidebar.tpl www/ojs2/templates/copyeditor/submission.tpl www/ojs2/templates/copyeditor/submission/copyedit.tpl www/ojs2/templates/copyeditor/submission/layout.tpl @@ -1954,10 +2775,8 @@ www/ojs2/templates/editor/issues/futureIssues.tpl www/ojs2/templates/editor/issues/issueData.tpl www/ojs2/templates/editor/issues/issueToc.tpl -www/ojs2/templates/editor/navsidebar.tpl www/ojs2/templates/editor/notifyUsers.tpl www/ojs2/templates/editor/notifyUsersEmail.tpl -www/ojs2/templates/editor/schedulingQueue.tpl www/ojs2/templates/editor/selectSectionEditor.tpl www/ojs2/templates/editor/submissions.tpl www/ojs2/templates/editor/submissionsArchives.tpl @@ -1973,8 +2792,6 @@ www/ojs2/templates/help/toc.tpl www/ojs2/templates/help/topic.tpl www/ojs2/templates/help/view.tpl -www/ojs2/templates/images/edprocess.png -www/ojs2/templates/images/edprocesslarge.png www/ojs2/templates/images/help.gif www/ojs2/templates/images/icons/checked.gif www/ojs2/templates/images/icons/comment.gif @@ -1984,6 +2801,12 @@ www/ojs2/templates/images/icons/edit.gif www/ojs2/templates/images/icons/edit_disabled.gif www/ojs2/templates/images/icons/folder.gif +www/ojs2/templates/images/icons/fulltext_open_large.png +www/ojs2/templates/images/icons/fulltext_open_medium.png +www/ojs2/templates/images/icons/fulltext_open_small.png +www/ojs2/templates/images/icons/fulltext_restricted_large.png +www/ojs2/templates/images/icons/fulltext_restricted_medium.png +www/ojs2/templates/images/icons/fulltext_restricted_small.png www/ojs2/templates/images/icons/letter.gif www/ojs2/templates/images/icons/mail.gif www/ojs2/templates/images/icons/mail_disabled.gif @@ -1995,6 +2818,8 @@ www/ojs2/templates/images/mail.gif www/ojs2/templates/images/menulist.gif www/ojs2/templates/images/pkp.gif +www/ojs2/templates/images/progbar.gif +www/ojs2/templates/images/progbg.gif www/ojs2/templates/index/journal.tpl www/ojs2/templates/index/site.tpl www/ojs2/templates/information/information.tpl @@ -2003,20 +2828,19 @@ www/ojs2/templates/install/upgrade.tpl www/ojs2/templates/install/upgradeComplete.tpl www/ojs2/templates/issue/archive.tpl -www/ojs2/templates/issue/current.tpl -www/ojs2/templates/issue/header.tpl www/ojs2/templates/issue/issue.tpl www/ojs2/templates/issue/view.tpl www/ojs2/templates/issue/viewPage.tpl www/ojs2/templates/layoutEditor/active.tpl www/ojs2/templates/layoutEditor/completed.tpl +www/ojs2/templates/layoutEditor/futureIssues.tpl www/ojs2/templates/layoutEditor/index.tpl -www/ojs2/templates/layoutEditor/navsidebar.tpl www/ojs2/templates/layoutEditor/submission.tpl www/ojs2/templates/layoutEditor/submission/layout.tpl www/ojs2/templates/layoutEditor/submission/proofread.tpl www/ojs2/templates/layoutEditor/submission/scheduling.tpl www/ojs2/templates/layoutEditor/submission/summary.tpl +www/ojs2/templates/layoutEditor/submissions.tpl www/ojs2/templates/manager/announcement/announcementForm.tpl www/ojs2/templates/manager/announcement/announcementTypeForm.tpl www/ojs2/templates/manager/announcement/announcementTypes.tpl @@ -2031,12 +2855,15 @@ www/ojs2/templates/manager/importexport/plugins.tpl www/ojs2/templates/manager/index.tpl www/ojs2/templates/manager/languageSettings.tpl +www/ojs2/templates/manager/payments/payMethodSettingsForm.tpl +www/ojs2/templates/manager/payments/paymentSettings.tpl +www/ojs2/templates/manager/payments/viewPayment.tpl +www/ojs2/templates/manager/payments/viewPayments.tpl www/ojs2/templates/manager/people/email.tpl www/ojs2/templates/manager/people/enrollSync.tpl www/ojs2/templates/manager/people/enrollment.tpl www/ojs2/templates/manager/people/searchUsers.tpl www/ojs2/templates/manager/people/selectMergeUser.tpl -www/ojs2/templates/manager/people/selectTemplate.tpl www/ojs2/templates/manager/people/userProfile.tpl www/ojs2/templates/manager/people/userProfileForm.tpl www/ojs2/templates/manager/plugins/plugins.tpl @@ -2056,7 +2883,6 @@ www/ojs2/templates/proofreader/active.tpl www/ojs2/templates/proofreader/completed.tpl www/ojs2/templates/proofreader/index.tpl -www/ojs2/templates/proofreader/navsidebar.tpl www/ojs2/templates/proofreader/submission.tpl www/ojs2/templates/proofreader/submission/layout.tpl www/ojs2/templates/proofreader/submission/proofread.tpl @@ -2065,15 +2891,12 @@ www/ojs2/templates/reviewer/active.tpl www/ojs2/templates/reviewer/completed.tpl www/ojs2/templates/reviewer/index.tpl -www/ojs2/templates/reviewer/navsidebar.tpl www/ojs2/templates/reviewer/submission.tpl www/ojs2/templates/rt/bio.tpl www/ojs2/templates/rt/captureCite.tpl -www/ojs2/templates/rt/citeEndNote.tpl -www/ojs2/templates/rt/citeProCite.tpl -www/ojs2/templates/rt/citeReferenceManager.tpl www/ojs2/templates/rt/context.tpl www/ojs2/templates/rt/email.tpl +www/ojs2/templates/rt/findingReferences.tpl www/ojs2/templates/rt/footer.tpl www/ojs2/templates/rt/header.tpl www/ojs2/templates/rt/index.html @@ -2101,13 +2924,13 @@ www/ojs2/templates/search/titleIndex.tpl www/ojs2/templates/sectionEditor/createReviewerForm.tpl www/ojs2/templates/sectionEditor/index.tpl -www/ojs2/templates/sectionEditor/navsidebar.tpl www/ojs2/templates/sectionEditor/reviewerRecommendation.tpl www/ojs2/templates/sectionEditor/searchUsers.tpl www/ojs2/templates/sectionEditor/selectReviewer.tpl www/ojs2/templates/sectionEditor/selectUser.tpl www/ojs2/templates/sectionEditor/setDueDate.tpl www/ojs2/templates/sectionEditor/submission.tpl +www/ojs2/templates/sectionEditor/submission/authorFees.tpl www/ojs2/templates/sectionEditor/submission/copyedit.tpl www/ojs2/templates/sectionEditor/submission/editorDecision.tpl www/ojs2/templates/sectionEditor/submission/editors.tpl @@ -2166,13 +2989,14 @@ www/ojs2/templates/user/profile.tpl www/ojs2/templates/user/register.tpl www/ojs2/templates/user/registerSite.tpl -www/ojs2/tools/buildClassHeirarchy.php www/ojs2/tools/dbXMLtoSQL.php www/ojs2/tools/importExport.php www/ojs2/tools/includes/cliTool.inc.php www/ojs2/tools/install.php www/ojs2/tools/localeCheck.php www/ojs2/tools/migrate.php +www/ojs2/tools/poToCountries.php +www/ojs2/tools/poToCurrencies.php www/ojs2/tools/preCompile.php www/ojs2/tools/rebuildSearchIndex.php www/ojs2/tools/runScheduledTasks.php @@ -2199,6 +3023,7 @@ @dirrm www/ojs2/templates/manager/sections @dirrm www/ojs2/templates/manager/plugins @dirrm www/ojs2/templates/manager/people +@dirrm www/ojs2/templates/manager/payments @dirrm www/ojs2/templates/manager/importexport @dirrm www/ojs2/templates/manager/groups @dirrm www/ojs2/templates/manager/files @@ -2234,123 +3059,413 @@ @dirrm www/ojs2/styles @dirrm www/ojs2/rt/en_US @dirrm www/ojs2/rt +@dirrm www/ojs2/registry/locale/vi_VN +@dirrm www/ojs2/registry/locale/tr_TR @dirrm www/ojs2/registry/locale/ru_RU @dirrm www/ojs2/registry/locale/pt_BR +@dirrm www/ojs2/registry/locale/ja_JP @dirrm www/ojs2/registry/locale/it_IT +@dirrm www/ojs2/registry/locale/hr_HR @dirrm www/ojs2/registry/locale/fr_CA @dirrm www/ojs2/registry/locale/es_ES @dirrm www/ojs2/registry/locale/en_US +@dirrm www/ojs2/registry/locale/de_DE @dirrm www/ojs2/registry/locale @dirrm www/ojs2/registry @dirrm www/ojs2/public +@dirrm www/ojs2/plugins/themes/vanilla +@dirrm www/ojs2/plugins/themes/uncommon +@dirrm www/ojs2/plugins/themes/steel +@dirrm www/ojs2/plugins/themes/redbar +@dirrm www/ojs2/plugins/themes/night +@dirrm www/ojs2/plugins/themes/lilac +@dirrm www/ojs2/plugins/themes/desert +@dirrm www/ojs2/plugins/themes/classicRed +@dirrm www/ojs2/plugins/themes/classicNavy +@dirrm www/ojs2/plugins/themes/classicGreen +@dirrm www/ojs2/plugins/themes/classicBrown +@dirrm www/ojs2/plugins/themes/classicBlue +@dirrm www/ojs2/plugins/themes +@dirrm www/ojs2/plugins/paymethod/paypal/templates +@dirrm www/ojs2/plugins/paymethod/paypal/locale/pt_BR +@dirrm www/ojs2/plugins/paymethod/paypal/locale/it_IT +@dirrm www/ojs2/plugins/paymethod/paypal/locale/fr_CA +@dirrm www/ojs2/plugins/paymethod/paypal/locale/es_ES +@dirrm www/ojs2/plugins/paymethod/paypal/locale/en_US +@dirrm www/ojs2/plugins/paymethod/paypal/locale +@dirrm www/ojs2/plugins/paymethod/paypal/images +@dirrm www/ojs2/plugins/paymethod/paypal +@dirrm www/ojs2/plugins/paymethod/manual/templates +@dirrm www/ojs2/plugins/paymethod/manual/locale/pt_BR +@dirrm www/ojs2/plugins/paymethod/manual/locale/it_IT +@dirrm www/ojs2/plugins/paymethod/manual/locale/fr_CA +@dirrm www/ojs2/plugins/paymethod/manual/locale/es_ES +@dirrm www/ojs2/plugins/paymethod/manual/locale/en_US +@dirrm www/ojs2/plugins/paymethod/manual/locale +@dirrm www/ojs2/plugins/paymethod/manual +@dirrm www/ojs2/plugins/paymethod +@dirrm www/ojs2/plugins/importexport/users/locale/vi_VN @dirrm www/ojs2/plugins/importexport/users/locale/tr_TR @dirrm www/ojs2/plugins/importexport/users/locale/ru_RU @dirrm www/ojs2/plugins/importexport/users/locale/pt_BR +@dirrm www/ojs2/plugins/importexport/users/locale/ja_JP @dirrm www/ojs2/plugins/importexport/users/locale/it_IT +@dirrm www/ojs2/plugins/importexport/users/locale/hr_HR @dirrm www/ojs2/plugins/importexport/users/locale/fr_CA @dirrm www/ojs2/plugins/importexport/users/locale/es_ES @dirrm www/ojs2/plugins/importexport/users/locale/en_US +@dirrm www/ojs2/plugins/importexport/users/locale/de_DE @dirrm www/ojs2/plugins/importexport/users/locale @dirrm www/ojs2/plugins/importexport/users +@dirrm www/ojs2/plugins/importexport/sample/locale/vi_VN @dirrm www/ojs2/plugins/importexport/sample/locale/tr_TR @dirrm www/ojs2/plugins/importexport/sample/locale/ru_RU @dirrm www/ojs2/plugins/importexport/sample/locale/pt_BR +@dirrm www/ojs2/plugins/importexport/sample/locale/ja_JP @dirrm www/ojs2/plugins/importexport/sample/locale/it_IT +@dirrm www/ojs2/plugins/importexport/sample/locale/hr_HR @dirrm www/ojs2/plugins/importexport/sample/locale/fr_CA @dirrm www/ojs2/plugins/importexport/sample/locale/es_ES @dirrm www/ojs2/plugins/importexport/sample/locale/en_US +@dirrm www/ojs2/plugins/importexport/sample/locale/de_DE @dirrm www/ojs2/plugins/importexport/sample/locale @dirrm www/ojs2/plugins/importexport/sample +@dirrm www/ojs2/plugins/importexport/pubmed/locale/vi_VN @dirrm www/ojs2/plugins/importexport/pubmed/locale/pt_BR +@dirrm www/ojs2/plugins/importexport/pubmed/locale/ja_JP @dirrm www/ojs2/plugins/importexport/pubmed/locale/it_IT +@dirrm www/ojs2/plugins/importexport/pubmed/locale/hr_HR @dirrm www/ojs2/plugins/importexport/pubmed/locale/fr_CA @dirrm www/ojs2/plugins/importexport/pubmed/locale/es_ES @dirrm www/ojs2/plugins/importexport/pubmed/locale/en_US +@dirrm www/ojs2/plugins/importexport/pubmed/locale/de_DE @dirrm www/ojs2/plugins/importexport/pubmed/locale @dirrm www/ojs2/plugins/importexport/pubmed +@dirrm www/ojs2/plugins/importexport/native/locale/vi_VN @dirrm www/ojs2/plugins/importexport/native/locale/tr_TR @dirrm www/ojs2/plugins/importexport/native/locale/ru_RU @dirrm www/ojs2/plugins/importexport/native/locale/pt_BR +@dirrm www/ojs2/plugins/importexport/native/locale/ja_JP @dirrm www/ojs2/plugins/importexport/native/locale/it_IT +@dirrm www/ojs2/plugins/importexport/native/locale/hr_HR @dirrm www/ojs2/plugins/importexport/native/locale/fr_CA @dirrm www/ojs2/plugins/importexport/native/locale/es_ES @dirrm www/ojs2/plugins/importexport/native/locale/en_US +@dirrm www/ojs2/plugins/importexport/native/locale/de_DE @dirrm www/ojs2/plugins/importexport/native/locale @dirrm www/ojs2/plugins/importexport/native +@dirrm www/ojs2/plugins/importexport/erudit/locale/vi_VN @dirrm www/ojs2/plugins/importexport/erudit/locale/tr_TR @dirrm www/ojs2/plugins/importexport/erudit/locale/ru_RU @dirrm www/ojs2/plugins/importexport/erudit/locale/pt_BR +@dirrm www/ojs2/plugins/importexport/erudit/locale/ja_JP @dirrm www/ojs2/plugins/importexport/erudit/locale/it_IT +@dirrm www/ojs2/plugins/importexport/erudit/locale/hr_HR @dirrm www/ojs2/plugins/importexport/erudit/locale/fr_CA @dirrm www/ojs2/plugins/importexport/erudit/locale/es_ES @dirrm www/ojs2/plugins/importexport/erudit/locale/en_US +@dirrm www/ojs2/plugins/importexport/erudit/locale/de_DE @dirrm www/ojs2/plugins/importexport/erudit/locale @dirrm www/ojs2/plugins/importexport/erudit +@dirrm www/ojs2/plugins/importexport/crossref/locale/vi_VN @dirrm www/ojs2/plugins/importexport/crossref/locale/pt_BR +@dirrm www/ojs2/plugins/importexport/crossref/locale/ja_JP @dirrm www/ojs2/plugins/importexport/crossref/locale/it_IT +@dirrm www/ojs2/plugins/importexport/crossref/locale/hr_HR @dirrm www/ojs2/plugins/importexport/crossref/locale/fr_CA @dirrm www/ojs2/plugins/importexport/crossref/locale/es_ES @dirrm www/ojs2/plugins/importexport/crossref/locale/en_US +@dirrm www/ojs2/plugins/importexport/crossref/locale/de_DE @dirrm www/ojs2/plugins/importexport/crossref/locale @dirrm www/ojs2/plugins/importexport/crossref @dirrm www/ojs2/plugins/importexport +@dirrm www/ojs2/plugins/generic/xmlGalley/transform/nlm +@dirrm www/ojs2/plugins/generic/xmlGalley/transform +@dirrm www/ojs2/plugins/generic/xmlGalley/locale/pt_BR +@dirrm www/ojs2/plugins/generic/xmlGalley/locale/it_IT +@dirrm www/ojs2/plugins/generic/xmlGalley/locale/fr_CA +@dirrm www/ojs2/plugins/generic/xmlGalley/locale/es_ES +@dirrm www/ojs2/plugins/generic/xmlGalley/locale/en_US +@dirrm www/ojs2/plugins/generic/xmlGalley/locale +@dirrm www/ojs2/plugins/generic/xmlGalley @dirrm www/ojs2/plugins/generic/webFeed/templates/images @dirrm www/ojs2/plugins/generic/webFeed/templates +@dirrm www/ojs2/plugins/generic/webFeed/locale/vi_VN @dirrm www/ojs2/plugins/generic/webFeed/locale/pt_BR +@dirrm www/ojs2/plugins/generic/webFeed/locale/ja_JP @dirrm www/ojs2/plugins/generic/webFeed/locale/it_IT +@dirrm www/ojs2/plugins/generic/webFeed/locale/hr_HR @dirrm www/ojs2/plugins/generic/webFeed/locale/fr_CA @dirrm www/ojs2/plugins/generic/webFeed/locale/es_ES @dirrm www/ojs2/plugins/generic/webFeed/locale/en_US +@dirrm www/ojs2/plugins/generic/webFeed/locale/de_DE @dirrm www/ojs2/plugins/generic/webFeed/locale @dirrm www/ojs2/plugins/generic/webFeed +@dirrm www/ojs2/plugins/generic/translator/locale/pt_BR +@dirrm www/ojs2/plugins/generic/translator/locale/it_IT +@dirrm www/ojs2/plugins/generic/translator/locale/fr_CA +@dirrm www/ojs2/plugins/generic/translator/locale/es_ES +@dirrm www/ojs2/plugins/generic/translator/locale/en_US +@dirrm www/ojs2/plugins/generic/translator/locale +@dirrm www/ojs2/plugins/generic/translator +@dirrm www/ojs2/plugins/generic/tinymce/locale/vi_VN @dirrm www/ojs2/plugins/generic/tinymce/locale/ru_RU @dirrm www/ojs2/plugins/generic/tinymce/locale/pt_BR +@dirrm www/ojs2/plugins/generic/tinymce/locale/ja_JP @dirrm www/ojs2/plugins/generic/tinymce/locale/it_IT +@dirrm www/ojs2/plugins/generic/tinymce/locale/hr_HR @dirrm www/ojs2/plugins/generic/tinymce/locale/fr_CA @dirrm www/ojs2/plugins/generic/tinymce/locale/es_ES @dirrm www/ojs2/plugins/generic/tinymce/locale/en_US +@dirrm www/ojs2/plugins/generic/tinymce/locale/de_DE @dirrm www/ojs2/plugins/generic/tinymce/locale @dirrm www/ojs2/plugins/generic/tinymce +@dirrm www/ojs2/plugins/generic/thesis/locale/vi_VN @dirrm www/ojs2/plugins/generic/thesis/locale/pt_BR +@dirrm www/ojs2/plugins/generic/thesis/locale/ja_JP @dirrm www/ojs2/plugins/generic/thesis/locale/it_IT +@dirrm www/ojs2/plugins/generic/thesis/locale/hr_HR @dirrm www/ojs2/plugins/generic/thesis/locale/fr_CA @dirrm www/ojs2/plugins/generic/thesis/locale/es_ES @dirrm www/ojs2/plugins/generic/thesis/locale/en_US +@dirrm www/ojs2/plugins/generic/thesis/locale/de_DE @dirrm www/ojs2/plugins/generic/thesis/locale @dirrm www/ojs2/plugins/generic/thesis +@dirrm www/ojs2/plugins/generic/sehl/locale/pt_BR +@dirrm www/ojs2/plugins/generic/sehl/locale/it_IT +@dirrm www/ojs2/plugins/generic/sehl/locale/fr_CA +@dirrm www/ojs2/plugins/generic/sehl/locale/es_ES +@dirrm www/ojs2/plugins/generic/sehl/locale/en_US +@dirrm www/ojs2/plugins/generic/sehl/locale +@dirrm www/ojs2/plugins/generic/sehl +@dirrm www/ojs2/plugins/generic/roundedCorners/locale/pt_BR +@dirrm www/ojs2/plugins/generic/roundedCorners/locale/it_IT +@dirrm www/ojs2/plugins/generic/roundedCorners/locale/fr_CA +@dirrm www/ojs2/plugins/generic/roundedCorners/locale/es_ES +@dirrm www/ojs2/plugins/generic/roundedCorners/locale/en_US +@dirrm www/ojs2/plugins/generic/roundedCorners/locale +@dirrm www/ojs2/plugins/generic/roundedCorners +@dirrm www/ojs2/plugins/generic/phpMyVisites/locale/pt_BR +@dirrm www/ojs2/plugins/generic/phpMyVisites/locale/it_IT +@dirrm www/ojs2/plugins/generic/phpMyVisites/locale/fr_CA +@dirrm www/ojs2/plugins/generic/phpMyVisites/locale/es_ES +@dirrm www/ojs2/plugins/generic/phpMyVisites/locale/en_US +@dirrm www/ojs2/plugins/generic/phpMyVisites/locale +@dirrm www/ojs2/plugins/generic/phpMyVisites +@dirrm www/ojs2/plugins/generic/openAds/locale/pt_BR +@dirrm www/ojs2/plugins/generic/openAds/locale/it_IT +@dirrm www/ojs2/plugins/generic/openAds/locale/fr_CA +@dirrm www/ojs2/plugins/generic/openAds/locale/es_ES +@dirrm www/ojs2/plugins/generic/openAds/locale/en_US +@dirrm www/ojs2/plugins/generic/openAds/locale +@dirrm www/ojs2/plugins/generic/openAds +@dirrm www/ojs2/plugins/generic/googleAnalytics/locale/pt_BR +@dirrm www/ojs2/plugins/generic/googleAnalytics/locale/it_IT +@dirrm www/ojs2/plugins/generic/googleAnalytics/locale/fr_CA +@dirrm www/ojs2/plugins/generic/googleAnalytics/locale/es_ES +@dirrm www/ojs2/plugins/generic/googleAnalytics/locale/en_US +@dirrm www/ojs2/plugins/generic/googleAnalytics/locale +@dirrm www/ojs2/plugins/generic/googleAnalytics +@dirrm www/ojs2/plugins/generic/counter/locale/vi_VN @dirrm www/ojs2/plugins/generic/counter/locale/pt_BR +@dirrm www/ojs2/plugins/generic/counter/locale/ja_JP @dirrm www/ojs2/plugins/generic/counter/locale/it_IT +@dirrm www/ojs2/plugins/generic/counter/locale/hr_HR @dirrm www/ojs2/plugins/generic/counter/locale/fr_CA @dirrm www/ojs2/plugins/generic/counter/locale/es_ES @dirrm www/ojs2/plugins/generic/counter/locale/en_US +@dirrm www/ojs2/plugins/generic/counter/locale/de_DE @dirrm www/ojs2/plugins/generic/counter/locale @dirrm www/ojs2/plugins/generic/counter +@dirrm www/ojs2/plugins/generic/cmsRSS/locale/pt_BR +@dirrm www/ojs2/plugins/generic/cmsRSS/locale/it_IT +@dirrm www/ojs2/plugins/generic/cmsRSS/locale/fr_CA +@dirrm www/ojs2/plugins/generic/cmsRSS/locale/es_ES +@dirrm www/ojs2/plugins/generic/cmsRSS/locale/en_US +@dirrm www/ojs2/plugins/generic/cmsRSS/locale +@dirrm www/ojs2/plugins/generic/cmsRSS +@dirrm www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading/images +@dirrm www/ojs2/plugins/generic/cms/tinyMCEPlugins/heading +@dirrm www/ojs2/plugins/generic/cms/tinyMCEPlugins +@dirrm www/ojs2/plugins/generic/cms/locale/pt_BR +@dirrm www/ojs2/plugins/generic/cms/locale/it_IT +@dirrm www/ojs2/plugins/generic/cms/locale/fr_CA +@dirrm www/ojs2/plugins/generic/cms/locale/es_ES +@dirrm www/ojs2/plugins/generic/cms/locale/en_US +@dirrm www/ojs2/plugins/generic/cms/locale +@dirrm www/ojs2/plugins/generic/cms @dirrm www/ojs2/plugins/generic +@dirrm www/ojs2/plugins/gateways/resolver/locale/vi_VN @dirrm www/ojs2/plugins/gateways/resolver/locale/tr_TR @dirrm www/ojs2/plugins/gateways/resolver/locale/pt_BR +@dirrm www/ojs2/plugins/gateways/resolver/locale/ja_JP @dirrm www/ojs2/plugins/gateways/resolver/locale/it_IT +@dirrm www/ojs2/plugins/gateways/resolver/locale/hr_HR @dirrm www/ojs2/plugins/gateways/resolver/locale/fr_CA @dirrm www/ojs2/plugins/gateways/resolver/locale/es_ES @dirrm www/ojs2/plugins/gateways/resolver/locale/en_US +@dirrm www/ojs2/plugins/gateways/resolver/locale/de_DE @dirrm www/ojs2/plugins/gateways/resolver/locale @dirrm www/ojs2/plugins/gateways/resolver +@dirrm www/ojs2/plugins/gateways/googleScholar/locale/vi_VN @dirrm www/ojs2/plugins/gateways/googleScholar/locale/tr_TR @dirrm www/ojs2/plugins/gateways/googleScholar/locale/ru_RU @dirrm www/ojs2/plugins/gateways/googleScholar/locale/pt_BR +@dirrm www/ojs2/plugins/gateways/googleScholar/locale/ja_JP @dirrm www/ojs2/plugins/gateways/googleScholar/locale/it_IT +@dirrm www/ojs2/plugins/gateways/googleScholar/locale/hr_HR @dirrm www/ojs2/plugins/gateways/googleScholar/locale/fr_CA @dirrm www/ojs2/plugins/gateways/googleScholar/locale/es_ES @dirrm www/ojs2/plugins/gateways/googleScholar/locale/en_US +@dirrm www/ojs2/plugins/gateways/googleScholar/locale/de_DE @dirrm www/ojs2/plugins/gateways/googleScholar/locale @dirrm www/ojs2/plugins/gateways/googleScholar @dirrm www/ojs2/plugins/gateways +@dirrm www/ojs2/plugins/citationFormats/turabian/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/turabian/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/turabian/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/turabian/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/turabian/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/turabian/locale +@dirrm www/ojs2/plugins/citationFormats/turabian +@dirrm www/ojs2/plugins/citationFormats/refWorks/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/refWorks/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/refWorks/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/refWorks/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/refWorks/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/refWorks/locale +@dirrm www/ojs2/plugins/citationFormats/refWorks +@dirrm www/ojs2/plugins/citationFormats/refMan/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/refMan/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/refMan/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/refMan/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/refMan/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/refMan/locale +@dirrm www/ojs2/plugins/citationFormats/refMan +@dirrm www/ojs2/plugins/citationFormats/proCite/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/proCite/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/proCite/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/proCite/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/proCite/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/proCite/locale +@dirrm www/ojs2/plugins/citationFormats/proCite +@dirrm www/ojs2/plugins/citationFormats/mla/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/mla/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/mla/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/mla/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/mla/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/mla/locale +@dirrm www/ojs2/plugins/citationFormats/mla +@dirrm www/ojs2/plugins/citationFormats/endNote/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/endNote/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/endNote/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/endNote/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/endNote/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/endNote/locale +@dirrm www/ojs2/plugins/citationFormats/endNote +@dirrm www/ojs2/plugins/citationFormats/cbe/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/cbe/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/cbe/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/cbe/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/cbe/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/cbe/locale +@dirrm www/ojs2/plugins/citationFormats/cbe +@dirrm www/ojs2/plugins/citationFormats/bibtex/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/bibtex/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/bibtex/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/bibtex/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/bibtex/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/bibtex/locale +@dirrm www/ojs2/plugins/citationFormats/bibtex +@dirrm www/ojs2/plugins/citationFormats/apa/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/apa/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/apa/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/apa/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/apa/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/apa/locale +@dirrm www/ojs2/plugins/citationFormats/apa +@dirrm www/ojs2/plugins/citationFormats/abnt/locale/pt_BR +@dirrm www/ojs2/plugins/citationFormats/abnt/locale/it_IT +@dirrm www/ojs2/plugins/citationFormats/abnt/locale/fr_CA +@dirrm www/ojs2/plugins/citationFormats/abnt/locale/es_ES +@dirrm www/ojs2/plugins/citationFormats/abnt/locale/en_US +@dirrm www/ojs2/plugins/citationFormats/abnt/locale +@dirrm www/ojs2/plugins/citationFormats/abnt +@dirrm www/ojs2/plugins/citationFormats +@dirrm www/ojs2/plugins/blocks/user/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/user/locale/it_IT +@dirrm www/ojs2/plugins/blocks/user/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/user/locale/es_ES +@dirrm www/ojs2/plugins/blocks/user/locale/en_US +@dirrm www/ojs2/plugins/blocks/user/locale +@dirrm www/ojs2/plugins/blocks/user +@dirrm www/ojs2/plugins/blocks/role/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/role/locale/it_IT +@dirrm www/ojs2/plugins/blocks/role/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/role/locale/es_ES +@dirrm www/ojs2/plugins/blocks/role/locale/en_US +@dirrm www/ojs2/plugins/blocks/role/locale +@dirrm www/ojs2/plugins/blocks/role +@dirrm www/ojs2/plugins/blocks/navigation/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/navigation/locale/it_IT +@dirrm www/ojs2/plugins/blocks/navigation/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/navigation/locale/es_ES +@dirrm www/ojs2/plugins/blocks/navigation/locale/en_US +@dirrm www/ojs2/plugins/blocks/navigation/locale +@dirrm www/ojs2/plugins/blocks/navigation +@dirrm www/ojs2/plugins/blocks/languageToggle/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/languageToggle/locale/it_IT +@dirrm www/ojs2/plugins/blocks/languageToggle/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/languageToggle/locale/en_US +@dirrm www/ojs2/plugins/blocks/languageToggle/locale +@dirrm www/ojs2/plugins/blocks/languageToggle +@dirrm www/ojs2/plugins/blocks/information/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/information/locale/it_IT +@dirrm www/ojs2/plugins/blocks/information/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/information/locale/es_ES +@dirrm www/ojs2/plugins/blocks/information/locale/en_US +@dirrm www/ojs2/plugins/blocks/information/locale +@dirrm www/ojs2/plugins/blocks/information +@dirrm www/ojs2/plugins/blocks/help/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/help/locale/it_IT +@dirrm www/ojs2/plugins/blocks/help/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/help/locale/es_ES +@dirrm www/ojs2/plugins/blocks/help/locale/en_US +@dirrm www/ojs2/plugins/blocks/help/locale +@dirrm www/ojs2/plugins/blocks/help +@dirrm www/ojs2/plugins/blocks/fontSize/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/fontSize/locale/it_IT +@dirrm www/ojs2/plugins/blocks/fontSize/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/fontSize/locale/es_ES +@dirrm www/ojs2/plugins/blocks/fontSize/locale/en_US +@dirrm www/ojs2/plugins/blocks/fontSize/locale +@dirrm www/ojs2/plugins/blocks/fontSize +@dirrm www/ojs2/plugins/blocks/donation/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/donation/locale/it_IT +@dirrm www/ojs2/plugins/blocks/donation/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/donation/locale/es_ES +@dirrm www/ojs2/plugins/blocks/donation/locale/en_US +@dirrm www/ojs2/plugins/blocks/donation/locale +@dirrm www/ojs2/plugins/blocks/donation +@dirrm www/ojs2/plugins/blocks/developedBy/locale/pt_BR +@dirrm www/ojs2/plugins/blocks/developedBy/locale/it_IT +@dirrm www/ojs2/plugins/blocks/developedBy/locale/fr_CA +@dirrm www/ojs2/plugins/blocks/developedBy/locale/es_ES +@dirrm www/ojs2/plugins/blocks/developedBy/locale/en_US +@dirrm www/ojs2/plugins/blocks/developedBy/locale +@dirrm www/ojs2/plugins/blocks/developedBy +@dirrm www/ojs2/plugins/blocks +@dirrm www/ojs2/plugins/auth/ldap/locale/vi_VN @dirrm www/ojs2/plugins/auth/ldap/locale/tr_TR @dirrm www/ojs2/plugins/auth/ldap/locale/ru_RU @dirrm www/ojs2/plugins/auth/ldap/locale/pt_BR +@dirrm www/ojs2/plugins/auth/ldap/locale/ja_JP @dirrm www/ojs2/plugins/auth/ldap/locale/it_IT +@dirrm www/ojs2/plugins/auth/ldap/locale/hr_HR @dirrm www/ojs2/plugins/auth/ldap/locale/fr_CA @dirrm www/ojs2/plugins/auth/ldap/locale/es_ES @dirrm www/ojs2/plugins/auth/ldap/locale/en_US +@dirrm www/ojs2/plugins/auth/ldap/locale/de_DE @dirrm www/ojs2/plugins/auth/ldap/locale @dirrm www/ojs2/plugins/auth/ldap @dirrm www/ojs2/plugins/auth @@ -2363,6 +3478,7 @@ @dirrm www/ojs2/pages/rt @dirrm www/ojs2/pages/reviewer @dirrm www/ojs2/pages/proofreader +@dirrm www/ojs2/pages/payment @dirrm www/ojs2/pages/oai @dirrm www/ojs2/pages/manager @dirrm www/ojs2/pages/login @@ -2374,6 +3490,7 @@ @dirrm www/ojs2/pages/help @dirrm www/ojs2/pages/gateway @dirrm www/ojs2/pages/editor +@dirrm www/ojs2/pages/donations @dirrm www/ojs2/pages/copyeditor @dirrm www/ojs2/pages/comment @dirrm www/ojs2/pages/author @@ -2382,15 +3499,156 @@ @dirrm www/ojs2/pages/admin @dirrm www/ojs2/pages/about @dirrm www/ojs2/pages +@dirrm www/ojs2/locale/vi_VN @dirrm www/ojs2/locale/tr_TR @dirrm www/ojs2/locale/ru_RU @dirrm www/ojs2/locale/pt_BR +@dirrm www/ojs2/locale/ja_JP @dirrm www/ojs2/locale/it_IT +@dirrm www/ojs2/locale/hr_HR @dirrm www/ojs2/locale/fr_CA @dirrm www/ojs2/locale/es_ES +@exec mkdir -p %D/www/ojs2/locale/en_US/images @dirrm www/ojs2/locale/en_US/images @dirrm www/ojs2/locale/en_US +@dirrm www/ojs2/locale/de_DE @dirrm www/ojs2/locale +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/utils +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/simple +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images/xp +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs/en +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/docs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes/advanced +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/themes +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/zoom +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/visualchars/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/visualchars +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/template +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/table +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/style +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/searchreplace +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/save +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/print +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/preview +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/paste +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/noneditable/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/noneditable +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/nonbreaking +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/media +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/layer +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/insertdatetime +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/inlinepopups +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/iespell +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullscreen +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/fullpage +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/flash +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/emotions +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/directionality +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/devkit +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/contextmenu +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/cleanup +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/bbcode +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/autosave/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/autosave +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advlink +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advimage +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/jscripts +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/images +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr/css +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins/advhr +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/plugins +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce/langs +@dirrm www/ojs2/lib/tinymce/jscripts/tiny_mce +@dirrm www/ojs2/lib/tinymce/jscripts +@dirrm www/ojs2/lib/tinymce/examples/templates +@dirrm www/ojs2/lib/tinymce/examples +@dirrm www/ojs2/lib/tinymce/docs +@dirrm www/ojs2/lib/tinymce @dirrm www/ojs2/lib/smarty/plugins @dirrm www/ojs2/lib/smarty/internals @dirrm www/ojs2/lib/smarty @@ -2402,6 +3660,31 @@ @dirrm www/ojs2/lib @dirrm www/ojs2/js @dirrm www/ojs2/includes +@dirrm www/ojs2/help/vi_VN/user/topic +@dirrm www/ojs2/help/vi_VN/user/toc +@dirrm www/ojs2/help/vi_VN/user +@dirrm www/ojs2/help/vi_VN/submission/topic +@dirrm www/ojs2/help/vi_VN/submission/toc +@dirrm www/ojs2/help/vi_VN/submission +@dirrm www/ojs2/help/vi_VN/site/topic +@dirrm www/ojs2/help/vi_VN/site/toc +@dirrm www/ojs2/help/vi_VN/site +@dirrm www/ojs2/help/vi_VN/publishing/topic +@dirrm www/ojs2/help/vi_VN/publishing/toc +@dirrm www/ojs2/help/vi_VN/publishing +@dirrm www/ojs2/help/vi_VN/journal/topic +@dirrm www/ojs2/help/vi_VN/journal/toc +@dirrm www/ojs2/help/vi_VN/journal +@dirrm www/ojs2/help/vi_VN/intro/topic +@dirrm www/ojs2/help/vi_VN/intro/toc +@dirrm www/ojs2/help/vi_VN/intro +@dirrm www/ojs2/help/vi_VN/index/topic +@dirrm www/ojs2/help/vi_VN/index/toc +@dirrm www/ojs2/help/vi_VN/index +@dirrm www/ojs2/help/vi_VN/editorial/topic +@dirrm www/ojs2/help/vi_VN/editorial/toc +@dirrm www/ojs2/help/vi_VN/editorial +@dirrm www/ojs2/help/vi_VN @dirrm www/ojs2/help/tr_TR/user/topic @dirrm www/ojs2/help/tr_TR/user/toc @dirrm www/ojs2/help/tr_TR/user @@ -2452,6 +3735,31 @@ @dirrm www/ojs2/help/pt_BR/editorial/toc @dirrm www/ojs2/help/pt_BR/editorial @dirrm www/ojs2/help/pt_BR +@dirrm www/ojs2/help/ja_JP/user/topic +@dirrm www/ojs2/help/ja_JP/user/toc +@dirrm www/ojs2/help/ja_JP/user +@dirrm www/ojs2/help/ja_JP/submission/topic +@dirrm www/ojs2/help/ja_JP/submission/toc +@dirrm www/ojs2/help/ja_JP/submission +@dirrm www/ojs2/help/ja_JP/site/topic +@dirrm www/ojs2/help/ja_JP/site/toc +@dirrm www/ojs2/help/ja_JP/site +@dirrm www/ojs2/help/ja_JP/publishing/topic +@dirrm www/ojs2/help/ja_JP/publishing/toc +@dirrm www/ojs2/help/ja_JP/publishing +@dirrm www/ojs2/help/ja_JP/journal/topic +@dirrm www/ojs2/help/ja_JP/journal/toc +@dirrm www/ojs2/help/ja_JP/journal +@dirrm www/ojs2/help/ja_JP/intro/topic +@dirrm www/ojs2/help/ja_JP/intro/toc +@dirrm www/ojs2/help/ja_JP/intro +@dirrm www/ojs2/help/ja_JP/index/topic +@dirrm www/ojs2/help/ja_JP/index/toc +@dirrm www/ojs2/help/ja_JP/index +@dirrm www/ojs2/help/ja_JP/editorial/topic +@dirrm www/ojs2/help/ja_JP/editorial/toc +@dirrm www/ojs2/help/ja_JP/editorial +@dirrm www/ojs2/help/ja_JP @dirrm www/ojs2/help/it_IT/user/topic @dirrm www/ojs2/help/it_IT/user/toc @dirrm www/ojs2/help/it_IT/user @@ -2532,13 +3840,17 @@ @dirrm www/ojs2/docs @dirrm www/ojs2/dbscripts/xml/upgrade @dirrm www/ojs2/dbscripts/xml/dtd +@dirrm www/ojs2/dbscripts/xml/data/locale/vi_VN @dirrm www/ojs2/dbscripts/xml/data/locale/tr_TR @dirrm www/ojs2/dbscripts/xml/data/locale/ru_RU @dirrm www/ojs2/dbscripts/xml/data/locale/pt_BR +@dirrm www/ojs2/dbscripts/xml/data/locale/ja_JP @dirrm www/ojs2/dbscripts/xml/data/locale/it_IT +@dirrm www/ojs2/dbscripts/xml/data/locale/hr_HR @dirrm www/ojs2/dbscripts/xml/data/locale/fr_CA @dirrm www/ojs2/dbscripts/xml/data/locale/es_ES @dirrm www/ojs2/dbscripts/xml/data/locale/en_US +@dirrm www/ojs2/dbscripts/xml/data/locale/de_DE @dirrm www/ojs2/dbscripts/xml/data/locale @dirrm www/ojs2/dbscripts/xml/data @dirrm www/ojs2/dbscripts/xml @@ -2578,6 +3890,8 @@ @dirrm www/ojs2/classes/rt/ojs @dirrm www/ojs2/classes/rt @dirrm www/ojs2/classes/plugins +@dirrm www/ojs2/classes/payment/ojs +@dirrm www/ojs2/classes/payment @dirrm www/ojs2/classes/oai/ojs @dirrm www/ojs2/classes/oai/format @dirrm www/ojs2/classes/oai @@ -2597,10 +3911,12 @@ @dirrm www/ojs2/classes/form @dirrm www/ojs2/classes/file @dirrm www/ojs2/classes/db +@dirrm www/ojs2/classes/currency @dirrm www/ojs2/classes/core @dirrm www/ojs2/classes/config @dirrm www/ojs2/classes/comment/form @dirrm www/ojs2/classes/comment +@dirrm www/ojs2/classes/captcha @dirrm www/ojs2/classes/cache @dirrm www/ojs2/classes/author/form/submit @dirrm www/ojs2/classes/author/form >Release-Note: >Audit-Trail: >Unformatted: