The yearly copyright-update commit. 2009, 2010 are now copyrighted on the developer...
[mailer.git] / inc / extensions / ext-top10.php
1 <?php
2 /************************************************************************
3  * Mailer v0.2.1-FINAL                                Start: 11/20/2004 *
4  * ===================                          Last change: 11/20/2004 *
5  *                                                                      *
6  * -------------------------------------------------------------------- *
7  * File              : ext-top10.php                                    *
8  * -------------------------------------------------------------------- *
9  * Short description : TOP10 clicker / points amount / etc.             *
10  * -------------------------------------------------------------------- *
11  * Kurzbeschreibung  : TOP10-Klicker / Guthaben / Ref-Werber            *
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  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
22  * For more information visit: http://www.mxchange.org                  *
23  *                                                                      *
24  * This program is free software; you can redistribute it and/or modify *
25  * it under the terms of the GNU General Public License as published by *
26  * the Free Software Foundation; either version 2 of the License, or    *
27  * (at your option) any later version.                                  *
28  *                                                                      *
29  * This program is distributed in the hope that it will be useful,      *
30  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
31  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
32  * GNU General Public License for more details.                         *
33  *                                                                      *
34  * You should have received a copy of the GNU General Public License    *
35  * along with this program; if not, write to the Free Software          *
36  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
37  * MA  02110-1301  USA                                                  *
38  ************************************************************************/
39
40 // Some security stuff...
41 if (!defined('__SECURITY')) {
42         die();
43 }
44
45 // Version number
46 setThisExtensionVersion('0.1.2');
47
48 // Version history array (add more with , '0.1.0' and so on)
49 setExtensionVersionHistory(array('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'));
50
51 switch (getExtensionMode()) {
52         case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
53                 // SQL commands to run
54                 addGuestMenuSql('main','top10','TOP-10','Y','Y', 7);
55                 addAdminMenuSql('setup','config_top10','TOP-10 Listen','Stellen Sie hier ein, wie lang die TOP-Listen sein sollen, also wie viele Pl&auml;tze angezeigt werden sollen.', 8);
56                 addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD top10_max TINYINT(3) UNSIGNED NOT NULL DEFAULT 10");
57                 break;
58
59         case 'remove': // Do stuff when removing extension
60                 // SQL commands to run
61                 addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_guest_menu` WHERE `what`='top10'");
62                 addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE `what`='config_top10'");
63                 break;
64
65         case 'activate': // Do stuff when admin activates this extension
66                 // SQL commands to run
67                 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_guest_menu` SET `visible`='Y', `locked`='N' WHERE `what`='top10' LIMIT 1");
68                 break;
69
70         case 'deactivate': // Do stuff when admin deactivates this extension
71                 // SQL commands to run
72                 addExtensionSql("UPDATE `{?_MYSQL_PREFIX?}_guest_menu` SET `visible`='N', `locked`='Y' WHERE `what`='top10' LIMIT 1");
73                 break;
74
75         case 'update': // Update an extension
76                 switch (getCurrentExtensionVersion()) {
77                         case '0.0.1': // SQL queries for v0.0.1
78                                 // Update notes (these will be set as task text!)
79                                 setExtensionUpdateNotes("Fehler <em>Column: 'userid' in group statement is ambiguous</em> im Gastbereich beseitigt.");
80                                 break;
81
82                         case '0.0.2': // SQL queries for v0.0.2
83                                 // Update notes (these will be set as task text!)
84                                 setExtensionUpdateNotes("Wegen des Theme-Supportes hat sich die URL zur CSS-Datei ge&auml;ndert.");
85                                 break;
86
87                         case '0.0.3': // SQL queries for v0.0.3
88                                 // Update notes (these will be set as task text!)
89                                 setExtensionUpdateNotes("Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist.");
90                                 break;
91
92                         case '0.0.4': // SQL queries for v0.0.4
93                                 // Update notes (these will be set as task text!)
94                                 setExtensionUpdateNotes("Problem mit Speicherung der Einstellungen beseitigt.");
95                                 break;
96
97                         case '0.0.5': // SQL queries for v0.0.5
98                                 // Update notes (these will be set as task text!)
99                                 setExtensionUpdateNotes("Men&uuml;punkte im Gast-/Mitgliedsbereich k&ouml;nnen nicht mehr aufgerufen werden, wenn die Erweiterung deaktiviert ist.");
100                                 break;
101
102                         case '0.0.6': // SQL queries for v0.0.6
103                                 // Update notes (these will be set as task text!)
104                                 setExtensionUpdateNotes("Im Gastbereich konnte als Nicht-Admin die Seite nicht ge&ouml;ffnet werden.");
105                                 break;
106
107                         case '0.0.7': // SQL queries for v0.0.7
108                                 // Update notes (these will be set as task text!)
109                                 setExtensionUpdateNotes("Design &quot;Solid-Business&quot; eingebaut.");
110                                 break;
111
112                         case '0.0.8': // SQL queries for v0.0.8
113                                 // Update notes (these will be set as task text!)
114                                 setExtensionUpdateNotes("Seit <strong>Patch 340</strong> &uuml;berfl&uuml;ssige HTML-Tags entfernt.");
115                                 break;
116
117                         case '0.0.9': // SQL queries for v0.0.9
118                                 // Update notes (these will be set as task text!)
119                                 setExtensionUpdateNotes("Rechtschreibefehler beseitigt.");
120                                 break;
121
122                         case '0.1.0': // SQL queries for v0.2.1
123                                 // Update notes (these will be set as task text!)
124                                 setExtensionUpdateNotes("HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert.");
125                                 break;
126
127                         case '0.1.1': // SQL queries for v0.1.1
128                                 // Update notes (these will be set as task text!)
129                                 setExtensionUpdateNotes("Abspeichern von Einstellungen repariert.");
130                                 break;
131
132                         case '0.1.2': // SQL queries for v0.1.2
133                                 // Update notes (these will be set as task text!)
134                                 setExtensionUpdateNotes("Fehlerhinweis bei deaktivierter Erweiterung verbessert.");
135                                 break;
136                 }
137                 break;
138
139         case 'modify': // When the extension got modified
140                 break;
141
142         case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
143                 break;
144
145         case 'init': // Do stuff when extension is initialized
146                 break;
147
148         default: // Unknown extension mode
149                 logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s detected.", getExtensionMode()));
150                 break;
151 }
152
153 //
154 ?>