CRM-10780 - Remove quest-related files
authorColeman Watts <coleman@civicrm.org>
Thu, 17 Jul 2014 09:13:24 +0000 (10:13 +0100)
committerColeman Watts <coleman@civicrm.org>
Thu, 17 Jul 2014 09:13:24 +0000 (10:13 +0100)
templates/CRM/Contact/Form/Search/Criteria/Quest.tpl [deleted file]
templates/CRM/Form/quest.tpl [deleted file]
xml/schema/QuestSchema.xml [deleted file]

diff --git a/templates/CRM/Contact/Form/Search/Criteria/Quest.tpl b/templates/CRM/Contact/Form/Search/Criteria/Quest.tpl
deleted file mode 100644 (file)
index 20a3bce..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-{*
- +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
- +--------------------------------------------------------------------+
- | This file is a part of CiviCRM.                                    |
- |                                                                    |
- | CiviCRM is free software; you can copy, modify, and distribute it  |
- | under the terms of the GNU Affero General Public License           |
- | Version 3, 19 November 2007 and the CiviCRM Licensing Exception.   |
- |                                                                    |
- | CiviCRM is distributed in the hope that it will be useful, but     |
- | WITHOUT ANY WARRANTY; without even the implied warranty of         |
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               |
- | See the GNU Affero General Public License for more details.        |
- |                                                                    |
- | You should have received a copy of the GNU Affero General Public   |
- | License and the CiviCRM Licensing Exception along                  |
- | with this program; if not, contact CiviCRM LLC                     |
- | at info[AT]civicrm[DOT]org. If you have questions about the        |
- | GNU Affero General Public License or the licensing of CiviCRM,     |
- | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
- +--------------------------------------------------------------------+
-*}
-    {if $validQuest}
-    <div id="questForm">
-    <table class="form-layout"> 
-       {include file="CRM/Quest/Form/Search/Common.tpl"}
-    </table>
-    </div>
-    {/if}
-        
diff --git a/templates/CRM/Form/quest.tpl b/templates/CRM/Form/quest.tpl
deleted file mode 100644 (file)
index 0a9147d..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-{*
- +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
- +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
- +--------------------------------------------------------------------+
- | This file is a part of CiviCRM.                                    |
- |                                                                    |
- | CiviCRM is free software; you can copy, modify, and distribute it  |
- | under the terms of the GNU Affero General Public License           |
- | Version 3, 19 November 2007 and the CiviCRM Licensing Exception.   |
- |                                                                    |
- | CiviCRM is distributed in the hope that it will be useful, but     |
- | WITHOUT ANY WARRANTY; without even the implied warranty of         |
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.               |
- | See the GNU Affero General Public License for more details.        |
- |                                                                    |
- | You should have received a copy of the GNU Affero General Public   |
- | License and the CiviCRM Licensing Exception along                  |
- | with this program; if not, contact CiviCRM LLC                     |
- | at info[AT]civicrm[DOT]org. If you have questions about the        |
- | GNU Affero General Public License or the licensing of CiviCRM,     |
- | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
- +--------------------------------------------------------------------+
-*}
-<form {$form.attributes}>
-
-{include file="CRM/Form/body.tpl"}
-
-{include file=$tplFile}
-
-</form>
diff --git a/xml/schema/QuestSchema.xml b/xml/schema/QuestSchema.xml
deleted file mode 100644 (file)
index b4ecf91..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-
-<database xmlns:xi="http://www.w3.org/2001/XInclude">
-<name>civicrm</name>
-<character_set>utf8</character_set>
-<collate>utf8_unicode_ci</collate>
-<table_type>InnoDB</table_type>
-<comment>Schema for CiviCRM</comment>
-
-<xi:include href="Core/files.xml"          parse="xml" />
-<xi:include href="ACL/files.xml"           parse="xml" />
-<xi:include href="Contact/files.xml"       parse="xml" />
-<xi:include href="Mailing/files.xml"       parse="xml" />
-<xi:include href="Mailing/Event/files.xml" parse="xml" />
-<xi:include href="Contribute/files.xml"    parse="xml" />
-<xi:include href="SMS/files.xml"           parse="xml" />
-<xi:include href="Project/files.xml"       parse="xml" />
-<xi:include href="Member/files.xml"        parse="xml" />
-<xi:include href="Activity/files.xml"      parse="xml" />
-<xi:include href="Event/files.xml"         parse="xml" />
-<xi:include href="Dedupe/files.xml"        parse="xml" />
-<xi:include href="Quest/files.xml"         parse="xml" />
-<xi:include href="Case/files.xml"          parse="xml" />
-</database>