Unverified Commit 77e2cf68 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Release v2.22

parent fe67ce8f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -299,6 +299,15 @@ msgstr "Statistiken zu vergangenen Fahrten werden nun sofort und nicht erst bei
msgid "changelog.2-21.2"
msgstr "Admins von travelynx-Installationen führen nach dem Update bitte 'perl index.pl stats compute-distances -m production' sowie 'perl index.pl stats purge-cache -m production' aus. compute-distances kann je nach Größe der Installation einige Minuten bis Stunden benötigen – der travelynx Web-Service sowie die Worker-Prozesse können währenddessen normal weiterlaufen."

msgid "changelog.2-22.1"
msgstr "Daten von travelynx-Accounts können nun zwischen Instanzen migriert werden. Auf der Ziel-Instanz sind für den Import Admin-Rechte (CLI-Zugriff) erforderlich."

msgid "changelog.2-22.2"
msgstr "DBRIS / bahn.de: Unterstützung für DS100 / Ril100-Kürzel in der Abfahrtstafel (Patch von networkException)."

msgid "changelog.2-22.3"
msgstr "Das DBRIS / bahn.de-Backend ist (vorerst) wieder vollumfänglich nutzbar."

# history.html.ep

msgid "history.high-scores"
+9 −0
Original line number Diff line number Diff line
@@ -299,6 +299,15 @@ msgstr "Statistics on past journeys are now computed immediately rather than bei
msgid "changelog.2-21.2"
msgstr "If you are running your own instance, you'll need to run 'perl index.pl stats compute-distances -m production' and 'perl index.pl stats purge-cache -m production' after the upgrade. compute-distances may take a while; it can run in the background while the travelynx web service and workers are operating normally."

msgid "changelog.2-22.1"
msgstr "Users can now migrate past trips across travelynx instances. Note that this requires admin rights (CLI access) on the target instance."

msgid "changelog.2-22.2"
msgstr "DBRIS / bahn.de: departure board: support DS100 / Ril100 station codes (patch by networkException)."

msgid "changelog.2-22.3"
msgstr "The DBRIS / bahn.de backend is fully usable again (for now)."

# history.html.ep

msgid "history.high-scores"
+19 −0
Original line number Diff line number Diff line
<h1>Changelog</h1>

<div class="row">
	<div class="col s12 m1 l1">
		2.22
	</div>
	<div class="col s12 m11 l11">
		<p>
			<i class="material-icons left" aria-label="<%= L('changelog.added') %>">add</i>
			%= L('changelog.2-22.1')
		</p>
		<p>
			<i class="material-icons left" aria-label="<%= L('changelog.added') %>">add</i>
			%= L('changelog.2-22.2')
		</p>
		<p>
			<i class="material-icons left" aria-label="<%= L('changelog.improvement') %>">star</i>
			%= L('changelog.2-22.3')
		</p>
	</div>

<div class="row">
	<div class="col s12 m1 l1">
		2.21