78387a189c9240a229e5286a404b890ceefcc9d8
[mailer.git] / inc / extensions / ext-repair.php
1 <?php
2 /************************************************************************
3  * Mailer v0.2.1-FINAL                                Start: 04/24/2004 *
4  * ===================                          Last change: 05/02/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : ext-repair.php                                   *
8  * -------------------------------------------------------------------- *
9  * Short description : Repair extension                                 *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  : Reperatur-Erweiterung                            *
12  * -------------------------------------------------------------------- *
13  * $Revision::                                                        $ *
14  * $Date::                                                            $ *
15  * $Tag:: 0.2.1-FINAL                                                 $ *
16  * $Author::                                                          $ *
17  * Needs to be in all Files and every File needs "svn propset           *
18  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
19  * -------------------------------------------------------------------- *
20  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
21  * For more information visit: http://www.mxchange.org                  *
22  *                                                                      *
23  * This program is free software; you can redistribute it and/or modify *
24  * it under the terms of the GNU General Public License as published by *
25  * the Free Software Foundation; either version 2 of the License, or    *
26  * (at your option) any later version.                                  *
27  *                                                                      *
28  * This program is distributed in the hope that it will be useful,      *
29  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
30  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
31  * GNU General Public License for more details.                         *
32  *                                                                      *
33  * You should have received a copy of the GNU General Public License    *
34  * along with this program; if not, write to the Free Software          *
35  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
36  * MA  02110-1301  USA                                                  *
37  ************************************************************************/
38
39 // Some security stuff...
40 if (!defined('__SECURITY')) {
41         die();
42 }
43
44 // Version number
45 setThisExtensionVersion('0.1.6');
46
47 // Version history array (add more with , '0.1.0' and so on)
48 setExtensionVersionHistory(array('0.0', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6'));
49
50 switch (getExtensionMode()) {
51         case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
52                 // SQL commands to run
53                 addAdminMenuSql('repair', NULL, 'Reperaturen','Repariert u.a. die Kategorie-Auswahlen der Mitglieder usw.',7);
54                 addAdminMenuSql('repair','repair_cats','Kategorieauswahlen','Repariert die Kategorieauswahlen Ihrer Mitglieder.',1);
55                 break;
56
57         case 'remove': // Do stuff when removing extension
58                 // SQL commands to run
59                 addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE `action`='repair'");
60                 break;
61
62         case 'activate': // Do stuff when admin activates this extension
63                 // SQL commands to run
64                 addExtensionSql('');
65                 break;
66
67         case 'deactivate': // Do stuff when admin deactivates this extension
68                 // SQL commands to run
69                 addExtensionSql('');
70                 break;
71
72         case 'update': // Update an extension
73                 switch (getCurrentExtensionVersion()) {
74                         case '0.1.0': // SQL queries for v0.1
75                                 addAdminMenuSql('repair','repair_amnu','Admin-Men&uuml;', 'Repariert die Gewichtung des Admin-Men&uuml;-Systems',2);
76                                 addAdminMenuSql('repair','repair_gmnu','Gast-Men&uuml;', 'Repariert die Gewichtung des G&auml;ste-Men&uuml;-Systems',3);
77                                 addAdminMenuSql('repair','repair_mmnu','Mitglied-Men&uuml;', 'Repariert die Gewichtung des Mitglieder-Men&uuml;-Systems',4);
78
79                                 // Update notes (these will be set as task text!)
80                                 setExtensionUpdateNotes("F&uuml;gt ein Men&uuml;punkt zur Reperatur der Gewichtung des Admin-Men&uuml;s hinzu.");
81                                 break;
82
83                         case '0.1.1': // SQL queries for v0.1.1
84                                 // Update notes (these will be set as task text!)
85                                 setExtensionUpdateNotes("Dummy-Release im Intranet??? Hmmmm....");
86                                 break;
87
88                         case '0.1.2': // SQL queries for v0.1.2
89                                 // Update notes (these will be set as task text!)
90                                 setExtensionUpdateNotes("Seit <strong>Patch 340</strong> &uuml;berfl&uuml;ssige HTML-Tags entfernt.");
91                                 break;
92
93                         case '0.1.3': // SQL queries for v0.1.3
94                                 // Update notes (these will be set as task text!)
95                                 setExtensionUpdateNotes("Ung&uuml;tiges Update nach neuster Konvention (Erweiterung <strong>menu</strong> ist ung&uum;ltig).");
96                                 break;
97
98                         case '0.1.4': // SQL queries for v0.1.4
99                                 // Update notes (these will be set as task text!)
100                                 setExtensionUpdateNotes("HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert.");
101                                 break;
102
103                         case '0.1.5': // SQL queries for v0.1.5
104                                 // Update notes (these will be set as task text!)
105                                 setExtensionUpdateNotes("Sicherheitsupdate f&uuml;r die Include-Befehle.");
106                                 break;
107
108                         case '0.1.6': // SQL queries for v0.1.6
109                                 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `what`='repair_amnu' WHERE `what`='repair_amenu' LIMIT 1");
110                                 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `what`='repair_gmnu' WHERE `what`='repair_gmenu' LIMIT 1");
111                                 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_admin_menu` SET `what`='repair_mmnu' WHERE `what`='repair_mmenu' LIMIT 1");
112
113                                 // Update notes (these will be set as task text!)
114                                 setExtensionUpdateNotes("Scripte umbenannt, damit diese nicht mit <u>ext-menu</u> konfliktieren");
115                                 break;
116                 } // END - switch
117                 break;
118
119         case 'modify': // When the extension got modified
120                 break;
121
122         case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
123                 break;
124
125         case 'init': // Do stuff when extension is initialized
126                 break;
127
128         default: // Unknown extension mode
129                 DEBUG_LOG(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
130                 break;
131 } // END - switch
132
133 // [EOF]
134 ?>