2 /************************************************************************
3 * Mailer v0.2.1-FINAL Start: 07/17/2004 *
4 * =================== Last change: 07/17/2004 *
6 * -------------------------------------------------------------------- *
7 * File : ext-mydata.php *
8 * -------------------------------------------------------------------- *
9 * Short description : Swapped out "My profile data" *
10 * -------------------------------------------------------------------- *
11 * Kurzbeschreibung : Ausgelagertes "Profildaten aendern" *
12 * -------------------------------------------------------------------- *
15 * $Tag:: 0.2.1-FINAL $ *
17 * -------------------------------------------------------------------- *
18 * Copyright (c) 2003 - 2009 by Roland Haeder *
19 * Copyright (c) 2009 - 2013 by Mailer Developer Team *
20 * For more information visit: http://mxchange.org *
22 * This program is free software; you can redistribute it and/or modify *
23 * it under the terms of the GNU General Public License as published by *
24 * the Free Software Foundation; either version 2 of the License, or *
25 * (at your option) any later version. *
27 * This program is distributed in the hope that it will be useful, *
28 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
30 * GNU General Public License for more details. *
32 * You should have received a copy of the GNU General Public License *
33 * along with this program; if not, write to the Free Software *
34 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, *
36 ************************************************************************/
38 // Some security stuff...
39 if (!defined('__SECURITY')) {
44 setThisExtensionVersion('0.1.9');
46 // Version history array (add more with , '0.0.1' and so on)
47 setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8', '0.1.9'));
49 switch (getExtensionMode()) {
50 case 'setup': // Do stuff when installation is running
51 // SQL commands to run
52 addMemberMenuSql('account', 'mydata', 'Profildaten ändern', 2);
55 case 'remove': // Do stuff when removing extension
56 // SQL commands to run
60 case 'activate': // Do stuff when admin activates this extension
61 // SQL commands to run
62 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_member_menu` SET `visible`='Y',`locked`='N' WHERE `what`='mydata' LIMIT 1");
65 case 'deactivate': // Do stuff when admin deactivates this extension
66 // SQL commands to run
67 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_member_menu` SET `visible`='N',`locked`='Y' WHERE `what`='mydata' LIMIT 1");
70 case 'update': // Update an extension
71 switch (getCurrentExtensionVersion()) {
72 case '0.0.2': // SQL queries for v0.0.2
73 // Update notes (these will be set as task text!)
74 setExtensionUpdateNotes("Fehlende Abfrage im Mitlieder-Modul, on Erweiterung auch aktiviert ist.");
77 case '0.0.3': // SQL queries for v0.0.3
78 // Update notes (these will be set as task text!)
79 setExtensionUpdateNotes("Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.");
82 case '0.0.4': // SQL queries for v0.0.4
83 // Update notes (these will be set as task text!)
84 setExtensionUpdateNotes("Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.");
87 case '0.0.5': // SQL queries for v0.0.5
88 // Update notes (these will be set as task text!)
89 setExtensionUpdateNotes("Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.");
92 case '0.0.6': // SQL queries for v0.0.6
93 // Update notes (these will be set as task text!)
94 setExtensionUpdateNotes("Menüpunkte im Gast-/Mitgliedsbereich können nicht mehr aufgerufen werden, wenn die Erweiterung deaktiviert ist.");
97 case '0.0.7': // SQL queries for v0.0.7
98 // Update notes (these will be set as task text!)
99 setExtensionUpdateNotes("Sperrung des Mitgliederprofiles nach Änderung kann unter "Sonstige Einstellungen" abgeschaltet werden (0 setzen!)");
102 case '0.0.8': // SQL queries for v0.0.8
103 // Update notes (these will be set as task text!)
104 setExtensionUpdateNotes("Seit <strong>Patch 340</strong> überflüssige HTML-Tags entfernt.");
107 case '0.0.9': // SQL queries for v0.0.9
108 // Update notes (these will be set as task text!)
109 setExtensionUpdateNotes("Anrede "Firma" hinzugefügt.");
112 case '0.1.0': // SQL queries for v0.2.1
113 // Update notes (these will be set as task text!)
114 setExtensionUpdateNotes("Datumsformat festgelegt auf ausführlich.");
117 case '0.1.1': // SQL queries for v0.1.1
118 // Update notes (these will be set as task text!)
119 setExtensionUpdateNotes("Email-Adresse wird vor dem Speichern auf Gültigkeit hin getestet.");
122 case '0.1.2': // SQL queries for v0.1.2
123 // Update notes (these will be set as task text!)
124 setExtensionUpdateNotes("Einbindung der Erweiterung <strong>country</strong>, die Sie sich noch optional von <strike>meiner Seite herunterladen</strike> müssen.<br />
126 <strong>Wichtig: Laden Sie noch die Template member_mydata_overview und member_mydata_edit (beide zu finden unter templates/".getLanguage()."/html/member/ !) mit hoch!</strong>");
128 // Depends on 'country'!
129 addExtensionDependency('country');
132 case '0.1.3': // SQL queries for v0.1.3
133 // Update notes (these will be set as task text!)
134 setExtensionUpdateNotes("Es werden dem Mitglied nur aktivierte Ländercodes zur Auswahl angeboten.");
137 case '0.1.4': // SQL queries for v0.1.4
138 // Update notes (these will be set as task text!)
139 setExtensionUpdateNotes("SQL-Anweisungen mit sqlQueryEscaped() abgesichert.");
142 case '0.1.5': // SQL queries for v0.1.5
143 // Update notes (these will be set as task text!)
144 setExtensionUpdateNotes("Abspeichern von Einstellungen repariert.");
147 case '0.1.6': // SQL queries for v0.1.6
148 // Update notes (these will be set as task text!)
149 setExtensionUpdateNotes("Die Einstellungen können nun auch ohne der Erweiterung <strong>country</strong> abgespeichert werden.");
152 case '0.1.7': // SQL queries for v0.1.7
153 // Update notes (these will be set as task text!)
154 setExtensionUpdateNotes("Hash-Erstellung von <strong>md5()</strong> auf bessere Funktion <strong>generateHash()</strong> umgestellt.");
157 case '0.1.8': // SQL queries for v0.1.8
158 // Update notes (these will be set as task text!)
159 setExtensionUpdateNotes("Fehlerhinweis bei deaktivierter Erweiterung verbessert.");
162 case '0.1.9': // SQL queries for v0.1.9
163 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_member_menu` SET `action`='account' WHERE `what`='mydata' LIMIT 1");
165 // Update notes (these will be set as task text!)
166 setExtensionUpdateNotes("Mitgliedsmenü verschoben.");
171 case 'modify': // When the extension got modified
174 case 'test': // For testing purposes
177 case 'init': // Do stuff when extension is initialized
180 default: // Unknown extension mode
181 reportBug(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));