*
* This file is part of Easy-WI.
*
* Easy-WI is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Easy-WI 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Easy-WI. If not, see .
*
* Diese Datei ist Teil von Easy-WI.
*
* Easy-WI ist Freie Software: Sie koennen es unter den Bedingungen
* der GNU General Public License, wie von der Free Software Foundation,
* Version 3 der Lizenz oder (nach Ihrer Wahl) jeder spaeteren
* veroeffentlichten Version, weiterverbreiten und/oder modifizieren.
*
* Easy-WI wird in der Hoffnung, dass es nuetzlich sein wird, aber
* OHNE JEDE GEWAEHELEISTUNG, bereitgestellt; sogar ohne die implizite
* Gewaehrleistung der MARKTFAEHIGKEIT oder EIGNUNG FUER EINEN BESTIMMTEN ZWECK.
* Siehe die GNU General Public License fuer weitere Details.
*
* Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
* Programm erhalten haben. Wenn nicht, siehe .
*/
if (isset($include) and $include == true) {
$query = $sql->prepare("INSERT INTO `easywi_version` (`version`,`de`,`en`) VALUES
('5.21','
27.02.2016
Änderungen:
- CMS:
- Liste von Sub Pages im Page Template verfügbar
- Gameserver:
- Benutzer kann Auto Restarts deaktivieren
- JSON kann über den Web FTP editiert werden
- Restart nach Update kann deaktiviert werden
- RAM wird bei der Serverbelegeung berücksichtigt
- Live Console mit Monospace Font
- Passiv FTP wird unterstützt
- Voiceserver:
- Standard Wert für connectIpOnly gesetzt
- Flex Slots Konfiguration ausgeblendet
- MySQL:
- Mehr Fehler Details im MySQL DB CRUD
- Mehr Standard Werte bei MySQL Master hinzufügen gesetzt
Bugfixes:
- MySQL hinzufügen/mod behandelt external SQL Fehler nicht.
- Falsche Templates beim Page CRUD gesetzt
- Page Edit setzt Variable naviDisplay nicht
- MySQL Master Passwort ist Typ Text
- GS können nicht editiert werden, wenn der Root voll belegt ist
- PHP Config beim Web Master wird nicht angezeigt
- HDD Wert wird bei der GS API nicht übergeben
- Alle GS eines Roots werden nach irgend einem Update neu gestartet
- Maximale Voice Backups können nicht größer als 9 gesetzt werden
- Neueste TS3 Version kann nicht erfasst werden
- GS Restart funktioniert unter besondern MC Umständen nicht immer
- Page Keywords funktioniert unter manchen Umständen nicht
- GS Backups haben deploy Probleme
- Falsche Success Anzeige beim Job Log
- Voice API convertiert JSON Config nicht
- Webspace Master Auswahl
- Zu viele Dateien beim GS sync kopiert
- GS backups werden beim restart gelöscht
- Regex wird bei GS config edit nicht immer escaped
- Configs werden bei manchen GS templates zwemail gelistet
- E-Mail Umlaute und Anordnung
- Quota bei mehreren Partitionen
','02.27.2015
Changes:
- CMS:
- List of sub pages available at the page template
- Gameserver:
- Restart after Update can be deactivated
- User can deactivate auto restarts
- JSON can be edited via Web FTP
- RAM is taken into account on master usage
- Live console changed to monospace font
- Passiv FTP is supported
- Voiceserver:
- Default value for connectIpOnly defined
- Flex slots configuration hidden
- MySQL:
- More error details in at MySQL DB CRUD
- More default values at MySQL Master add defined
Bugfixes:
- GS cannot be edited in case root is full
- All GS of root will be restarted in case of any update
- HDD value not saved at GS API
- GS restart not working for some MC cases
- GS cannot be deployed
- Too many files are copied with GS sync/add
- GS backups removed on restart
- Configs listed twice at some templates
- Regex not properly escaped in same config edit cases
- MySQL master password displayed with type text
- MySQL add/mod does not handle SQL external errors
- Incorrect templates at page CRUD
- Page edit does not set variable naviDisplay
- Page keywords not always working
- PHP config not displayed at Web Master
- Maximum voice backups are limited to 9
- Newest TS3 version not detected
- Voice API does not convert JSON config
- Incorrect sucess display at job log
- E-Mail Umlaute und Anordnung
- Web master selection
- Web quota with multiple partitions
')");
$query->execute();
$response->add('Action: insert_easywi_version done: ');
$query->closecursor();
} else {
echo "Error: this file needs to be included by the updater!
";
}