site changelog and DB changelog
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
|
||||
for Version 3.0 changelog, see htdocs/templates2/ocstyle/articles/EN/changelog.tpl
|
||||
for Database changelog, see htdocs/doc/sql/db-changes.txt
|
||||
|
||||
|
||||
|
||||
|
||||
Opencaching Network Implementation Version 2.0
|
||||
|
||||
Changes File
|
||||
|
@ -70,7 +70,7 @@
|
||||
if (!$tpl->is_cached())
|
||||
{
|
||||
$tpl->menuitem = sql_value("SELECT `id` FROM `sys_menu` WHERE `href`='&1' LIMIT 1", 0, 'articles.php?page=' . urlencode($article));
|
||||
if ($tpl->menuitem == 0 && $article != 'verein') // workaround for 4_Vs
|
||||
if ($tpl->menuitem == 0)
|
||||
$tpl->redirect('index.php');
|
||||
|
||||
$tpl->assign('article', $article);
|
||||
|
9
htdocs/doc/sql/db-changes.txt
Normal file
9
htdocs/doc/sql/db-changes.txt
Normal file
@ -0,0 +1,9 @@
|
||||
Database changes since Version 3.0
|
||||
|
||||
master branch
|
||||
|
||||
|
||||
date commit ID change
|
||||
---- --------- --------
|
||||
2012-08-06 1ba2be52 changed triggers sysTransBeforeInsert and sysTransTextBeforeInsert
|
||||
2012-08-07 eda58c51 new field caches.is_publishdate; changed trigger cachesBeforeUpdate
|
@ -813,7 +813,7 @@ INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustrin
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('48', 'MNU_LOGIN_NEWPW', 'Change password', '491', 'Change password', '491', '0', 'newpw.php', '0', '32', '1', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('49', 'MNU_LOGIN_REMINDEMAIL', 'Remind E-Mail', '659', 'Remind E-Mail', '659', '0', 'remindemail.php', '0', '32', '3', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('50', 'MNU_CACHES_SEARCH_RECOMMENDATIONS', 'Recommendations', '55', 'Recommendations', '55', '0', 'recommendations.php', '0', '20', '1', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('51', 'MNU_SITEMAP', 'Sitemap', '17', 'Sitemap', '17', '0', 'sitemap.php', '0', '0', '10', '#D5D9FF', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('51', 'MNU_SITEMAP', 'Sitemap', '17', 'Sitemap', '17', '0', 'sitemap.php', '0', '0', '11', '#D5D9FF', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('52', 'MNU_ADMIN_DBMAINTAIN', 'Database maintainance', '672', 'DB Maintainance', '673', '1', 'dbmaintain.php', '1', '12', '2', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('53', 'MNU_USER', 'User', '4', 'User', '4', '0', '', '0', '0', '5', '#FFFFC5', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('54', 'MNU_USER_MAILTO', 'Send E-Mail', '148', 'Send E-Mail', '148', '0', 'mailto.php', '0', '53', '1', '', '0', NULL);
|
||||
@ -833,6 +833,8 @@ INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustrin
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('69', 'MNU_START_TEAM', 'Our Team', '907', 'Our Team', '907', '0', 'articles.php?page=team', '1', '1', '7', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('70', 'MNU_MAP', 'Map', '1269', 'Map', '1269', '0', 'map2.php', '1', '0', '4', '#FFFFC5', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('85', 'MNU_CACHES_LOG', 'Create a logentry', '1687', 'Create a logentry', '1687', '0', 'log2.php', '0', '10', '10', '', '0', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('86', 'MNU_START_CHANGELOG', 'Changelog', '1797', 'Changelog', '1797', '0', 'articles.php?page=changelog', '0', '0', '10', '', '1', NULL);
|
||||
INSERT INTO `sys_menu` (`id`, `id_string`, `title`, `title_trans_id`, `menustring`, `menustring_trans_id`, `access`, `href`, `visible`, `parent`, `position`, `color`, `sitemap`, `only_if_parent`) VALUES ('87', 'MNU_START_OPERATOR', 'Operator Association', '1798', 'Operator Association', '1798', '0', 'articles.php?page=verein', '0', '1', '12', '', '0', NULL);
|
||||
|
||||
-- Table sys_trans
|
||||
SET NAMES 'utf8';
|
||||
@ -2218,6 +2220,8 @@ INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1793', 'No wayp
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1794', 'Additional waypoints can make searching easier, for example by pointing to a suitable parkering or start of a path. The waypoints are downloaded in the GPX-file.', '2011-07-15 22:34:44');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1795', 'Maps:', '2012-07-23 22:26:31');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1796', 'Published on', '2012-07-24 19:16:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1797', 'Changelog', '2012-08-08 14:16:00');
|
||||
INSERT INTO `sys_trans` (`id`, `text`, `last_modified`) VALUES ('1798', 'Operator Association', '2012-08-08 14:16:00');
|
||||
|
||||
-- Table sys_trans_ref
|
||||
SET NAMES 'utf8';
|
||||
@ -4309,6 +4313,12 @@ INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1793'
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1794', './templates2/ocstyle/viewcache.tpl', '323');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1795', './templates2/ocstyle/viewcache.tpl', '235');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1796', './templates2/ocstyle/viewcache.tpl', '173');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1797', './lang/de/ocstyle/main.tpl.php', '282');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1797', './templates2/ocstyle/sys_main.tpl', '271');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1797', 'table:sys_menu;field=menustring', '0');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1797', 'table:sys_menu;field=title', '0');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1798', 'table:sys_menu;field=menustring', '0');
|
||||
INSERT INTO `sys_trans_ref` (`trans_id`, `resource_name`, `line`) VALUES ('1798', 'table:sys_menu;field=title', '0');
|
||||
|
||||
-- Table sys_trans_text
|
||||
SET NAMES 'utf8';
|
||||
@ -5693,6 +5703,8 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1794', 'DE', 'Zusätzliche Wegpunkte können die Suche vereinfachen, indem sie z.B. auf einem Parkplatz oder den Anfang der Strecke zeigen. Die Wegpunkte werden auch in der GPX-Datei gespeichert.', '2011-07-17 20:52:52');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1795', 'DE', 'Karten:', '2012-07-23 22:26:38');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1796', 'DE', 'Veröffentlicht am', '2012-07-23 22:26:38');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1797', 'DE', 'Versionsgeschichte', '2012-07-08 14:50:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1798', 'DE', 'Verein', '2012-07-08 14:50:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1', 'EN', 'Reorder IDs \r', '2010-09-02 00:15:30');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2', 'EN', 'The database could not be reconnected.', '2010-08-28 11:48:07');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('3', 'EN', 'Testing – please do not login', '2010-08-28 11:48:07');
|
||||
@ -7006,6 +7018,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1758', 'EN', 'The account is already activated. Please try to <a href=\"login.php\">login</a>.<br /> If you cannot login, please read the following page: <a href=\"%1\">Login problems</a>', '2011-05-23 22:29:04');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1763', 'EN', 'Your browser has rejected our cookie.<br /> For more information on this topic, see <a href=\"%1\">Opencaching.de-help</a>.', '2011-05-23 22:25:18');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1766', 'EN', 'This geocache is probably placed within the following nature reserves (<a href=\"%1\">Info</a>):', '2011-05-23 22:19:23');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1798', 'EN', 'Verein', '2012-07-08 14:50:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1', 'ES', 'Reordenar ID', '2010-12-09 00:17:55');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2', 'ES', 'La base de datos no se pudo conectar.', '2010-12-09 00:17:55');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('3', 'ES', 'En pruebas - por favor, no entre.', '2010-12-09 00:17:55');
|
||||
@ -8320,6 +8333,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1758', 'ES', 'La cuenta ya está activada. Por favor trate de <a href=\"login.php\">login</a>.<br /> Si no puede acceder, por favor lea la página siguiente: <a href=\"%1\">Login problems</a>', '2011-05-23 22:30:36');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1763', 'ES', 'Su navegador ha rechazado nuestra cookie.<br /> Para obtener más información sobre este tema, véase <a href=\"%1\">Opencaching.de-help</a>.', '2011-05-23 22:26:26');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1766', 'ES', 'Este geocache está probablemente en las siguientes áreas protegidas (<a href=\"%1\">Info</a>):', '2011-05-23 22:20:30');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1798', 'ES', 'Verein', '2012-07-08 14:50:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('6', 'FR', 'Pseudo', '2010-08-28 11:48:08');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('7', 'FR', 'Quite', '2010-10-04 00:17:39');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('24', 'FR', 'Prénom', '2010-10-04 00:17:39');
|
||||
@ -9726,6 +9740,7 @@ INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUE
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1758', 'IT', 'Questo utente è già stato attivato. Per favore prova a <a href=\"login.php\">connetterti</a>.<br />Se non è possibile connetterti, per favore leggi la pagina sui <a href=\"%1\">problemi con la connessione</a>', '2011-05-23 22:30:04');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1763', 'IT', 'Il tuo browser ha rifiutato il nostro cookie.<br/> Puoi trovare ulteriori informazioni su questo argomento in <a href=\"%1\">Opencaching.de-help</a>.', '2011-05-23 22:26:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1766', 'IT', 'Questa geocache probabilmente è situata in una riserva naturale (<a href=\"%1\">Info</a>):', '2011-05-23 22:19:58');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1798', 'IT', 'Verein', '2012-07-08 14:50:00');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('922', 'JA', 'JA', '2011-05-15 16:04:51');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('1', 'NL', 'ID\'s opnieuw sorteren', '2011-02-04 19:49:56');
|
||||
INSERT INTO `sys_trans_text` (`trans_id`, `lang`, `text`, `last_modified`) VALUES ('2', 'NL', 'De verbinding met de database kon niet hersteld worden.', '2011-02-04 19:49:56');
|
||||
|
@ -233,12 +233,26 @@ $menu = array(
|
||||
'menustring' => t('Message'),
|
||||
'siteid' => 'message'
|
||||
),
|
||||
array(
|
||||
'title' => t('Changelog'),
|
||||
'visible' => false,
|
||||
'filename' => 'index.php',
|
||||
'menustring' => t('Changelog'),
|
||||
'siteid' => 'changelog'
|
||||
),
|
||||
array(
|
||||
'title' => t('Sitemap'),
|
||||
'visible' => false,
|
||||
'filename' => 'index.php',
|
||||
'menustring' => t('Sitemap'),
|
||||
'siteid' => 'sitemap'
|
||||
),
|
||||
array(
|
||||
'title' => t('Verein'),
|
||||
'visible' => false,
|
||||
'filename' => 'index.php',
|
||||
'menustring' => t('Verein'),
|
||||
'siteid' => 'verein'
|
||||
)
|
||||
);
|
||||
|
||||
|
@ -279,7 +279,7 @@
|
||||
|
||||
<!-- FOOTER -->
|
||||
<div class="footer">
|
||||
<p><a href="articles.php?page=dsb">{t}Privacy statement{/t}</a> | <a href="articles.php?page=impressum">{t}Terms of use and legal information{/t}</a> | <a href="articles.php?page=contact">{t}Contact{/t}</a> | <a href="sitemap.php">{t}Sitemap{/t}</a></p>
|
||||
<p><a href="articles.php?page=dsb">{t}Privacy statement{/t}</a> | <a href="articles.php?page=impressum">{t}Terms of use and legal information{/t}</a> | <a href="articles.php?page=contact">{t}Contact{/t}</a> | <a href="articles.php?page=changelog">{t}Changelog{/t}</a> | <a href="sitemap.php">{t}Sitemap{/t}</a></p>
|
||||
<p><strong>{sponsorbottom}</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
|
46
htdocs/templates2/ocstyle/articles/DE/changelog.tpl
Normal file
46
htdocs/templates2/ocstyle/articles/DE/changelog.tpl
Normal file
@ -0,0 +1,46 @@
|
||||
{***************************************************************************
|
||||
* You can find the license in the docs directory
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
<div class="content2-pagetitle">
|
||||
Versionsgeschichte
|
||||
</div>
|
||||
<div class="content-txtbox-noshade" style="padding-right: 25px;">
|
||||
|
||||
<p>Opencaching Version 1.0 ging im Jahr 2006 online. In den nachfolgen Jahren wurde die Website stetig verbessert und zur Version 2 weiterentwickelt. Anfang 2011 wurde die Entwicklung vorübergehend eingestellt, bis der neue Verein Opencaching Deutschland sie Mitte 2012 unter der Versionsnummer 3.0 wieder aufnahm. Das neue Entwicklerteam arbeitet sich zunächst mit einfachen Aufgaben ein.</p>
|
||||
<p>Im Folgenden sind alle Veränderungen ab OC Version 3.0 aufgelistet.</p>
|
||||
<p>fix = Bugfix, chg = Funktion geändert/verbessert, new = neues Feature</p>
|
||||
<br />
|
||||
|
||||
<p><strong>Version 3.0.1</strong> – 8. August 2012</p>
|
||||
<ul>
|
||||
<li>fix: Skalierung der Cacheicons in exportierten KML-Dateien</li>
|
||||
<li>fix: korrekte Ländervorgabe für neue Caches, „Belgien/Afghanistan-Problem“ behoben</li>
|
||||
<li>fix: erstes Log fehlte in der Druckansicht</li>
|
||||
<li>fix: Anzeige der Teilnehmerzahl von Event-Caches</li>
|
||||
<li>fix: Anzeige des Cachetyp-Icons im Benutzerprofil für unveröffentlichte Caches</li>
|
||||
<li>fix: Link „Geokrety-Verlauf“ und Empfehlungszahl im Cachelisting werden bei großer Schrift nicht mehr abgeschnitten</li>
|
||||
<li>fix: vollständige, anklickbare opencaching.de-Links in Log-Benachrichtigungsmails</li>
|
||||
<li>fix: korrekte Fehlermeldung bei falschem Email-Adress-Bestätigungscode</li>
|
||||
<li>fix: einige Dutzend Rechtschreibfehler korrigiert<br /><br /></li>
|
||||
|
||||
<li>chg: Trennung opencaching.de/geocaching.de</li>
|
||||
<li>chg: Umstellung <a href="./articles.php?page=impressum">Impressum</a> und <a href="./articles.php?page=donations">Spendenseite</a></li>
|
||||
<li>chg: neue <a href="./articles.php?page=team">Teamliste</a></li>
|
||||
<li>chg: Anzeige neue Caches auf der <a href="./index.php">Startseite</a> nach Veröffentlichungs- statt Versteckdatum, auf der <a href="./newcaches.php">Neue-Caches-Seite</a> nach Veröffentlichungs- statt Einstelldatum des Listings</li>
|
||||
<li>chg: deaktivierte und archivierte Caches in der Liste der neuen Caches ausgeblendet</li>
|
||||
<li>chg: keine abgeschnittenen GC-Wegpunkte mehr bei Copy&Paste mit führenden Leerzeichen (häufiges Problem)</li>
|
||||
<li>chg: eindeutige Bezeichnungen für Entfernungen und Wegstrecken</li>
|
||||
<li>chg: Listinganzeige: „not found“ → „nicht gefunden“, „Maps“ → „Karten“</li>
|
||||
<li>chg: Layoutangleichung von <a href="./search.php">Suchseite</a>, <a href="http://www.blog.opencaching.de">Blog-/Infoseite</a> und den übrigen Seiten</li>
|
||||
<li>chg: Entfernungsangabe "0.0 km" in Suchlisten in ausgeloggtem Zustand ausgeblendet (keine Homekoordinaten verfügbar)<br /><br /></li>
|
||||
|
||||
<li>new: Versionsgeschichte</li>
|
||||
<li>new: Anzeige „Du hast dieses Event besucht“ in Karten-Popup-Fenstern
|
||||
<li>new: englische Übersetzung der Seiten <a href="./articles.php?page=geocaching">Über Geocaching</a>, <a href="./articles.php?page=cacheinfo">Cachebeschreibung</a>, <a href="./articles.php?page=impressum">Impressum & Nutzungsbedingungen</a>, <a href="./articles.php?page=dsb">Datenschutzbelehrung</a>, <a href="./articles.php?page=donations">Spenden</a>, <a href="./articles.php?page=contact">Kontakt</a> und <a href="./articles.php?page=team">Teamliste</a> (umschalten auf englischsprachige Seite oben mit <img src="images/flag/EN.gif">)
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
42
htdocs/templates2/ocstyle/articles/EN/changelog.tpl
Normal file
42
htdocs/templates2/ocstyle/articles/EN/changelog.tpl
Normal file
@ -0,0 +1,42 @@
|
||||
{***************************************************************************
|
||||
* You can find the license in the docs directory
|
||||
*
|
||||
* Unicode Reminder メモ
|
||||
***************************************************************************}
|
||||
<div class="content2-pagetitle">
|
||||
Changelog
|
||||
</div>
|
||||
<div class="content-txtbox-noshade" style="padding-right: 25px;">
|
||||
|
||||
<p>Opencaching.de Version 1.0 went online in 2006 und was steadily enhanced in the following years, switching to Version 2. In the beginning of 2011, development was halted, until the new Opencaching Deutschland association restarted it in July 2012 at Version 3.0. The new developement team starts with simple tasks for learning the ropes.</p>
|
||||
|
||||
<p>This page lists all changes of version 3.0.</p>
|
||||
|
||||
<p>fix = bug fix, chg = changed/improved feature, new = new feature</p>
|
||||
<br />
|
||||
|
||||
<p><strong>Release 3.0.1</strong> – August 8, 2012</p>
|
||||
<ul>
|
||||
<li>fix: cache icon scaling in exported KML files</li>
|
||||
<li>fix: correct default country for new caches, fixed „Belgium/Afghanistan problem“</li>
|
||||
<li>fix: first log was missing in print view</li>
|
||||
<li>fix: display of event attenders' count</li>
|
||||
<li>fix: display of cache type icon for unpublished caches in user profile</li>
|
||||
<li>fix: link „Geokrety history“ and recommendation count in cache listings will not be cropped when using big fonts</li>
|
||||
<li>fix: complete, clickable opencaching.de links in log notification emails</li>
|
||||
<li>fix: correct error message when entering a wrong email-address-change confirmation code<br /><br /></li>
|
||||
|
||||
<li>chg: separation of opencaching.de/geocaching.de</li>
|
||||
<li>chg: new <a href="./articles.php?page=team">list of team members</a></li>
|
||||
<li>chg: display of new caches at <a href="./index.php">start page</a> by publishing instead of hiding date, and at <a href="./newcaches.php">New caches</a> page by publishing instead of listing creation date</li>
|
||||
<li>chg: inactive caches are hidden in new caches lists</li>
|
||||
<li>chg: GC waypoints will be no longer truncated when copy-and-pasted with leading spaces (frequent problem)</li>
|
||||
<li>chg: layout adjustment of <a href="./search.php">search page</a> and <a href="http://www.blog.opencaching.de">blog/info page</a></li>
|
||||
<li>chg: removed "0.0 km" dinstance in search lists when logged off (no home coordinates available)<br /><br /></li>
|
||||
|
||||
<li>new: changelog</li>
|
||||
<li>new: englisch translation of <a href="./articles.php?page=geocaching">About Geocaching</a>, <a href="./articles.php?page=cacheinfo">Cache descriptions</a>, <a href="./articles.php?page=impressum">Legal information</a>, <a href="./articles.php?page=dsb">Privacy statement</a>, <a href="./articles.php?page=donations">Donations</a>, <a href="./articles.php?page=contact">Contact</a> and <a href="./articles.php?page=team">Team members' list</a> pages; legal information and donations pages have been updated</li>
|
||||
<li>new: display of „You have attended this event“ in map popups</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
@ -268,7 +268,7 @@
|
||||
|
||||
{* <!-- FOOTER --> *}
|
||||
<div class="footer">
|
||||
<p><a href="articles.php?page=dsb">{t}Privacy statement{/t}</a> | <a href="articles.php?page=impressum">{t}Terms of use and legal information{/t}</a> | <a href="articles.php?page=contact">{t}Contact{/t}</a> | <a href="sitemap.php">{t}Sitemap{/t}</a></p>
|
||||
<p><a href="articles.php?page=dsb">{t}Privacy statement{/t}</a> | <a href="articles.php?page=impressum">{t}Terms of use and legal information{/t}</a> | <a href="articles.php?page=contact">{t}Contact{/t}</a> | <a href="articles.php?page=changelog">{t}Changelog{/t}</a> | <a href="sitemap.php">{t}Sitemap{/t}</a></p>
|
||||
<p><strong>{$opt.page.sponsor.bottom}</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user