Skip to content

Commit

Permalink
v2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Ko committed Feb 14, 2014
1 parent 1d1de7e commit e7c95d2
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.4.1
2014-02-08
2.5.0
2014-02-14
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v2.5.0
========

FIXED

- Fix gMemCache ~ Knut Kohl <[email protected]>

CHANGED

- Adjust caches ~ Knut Kohl <[email protected]>
- Adjust channel readout ~ Knut Kohl <[email protected]>
- Change order of load last readings, after datatable was initialized ~ Knut Kohl <[email protected]>
- Adjust layout for public charts view ~ Knut Kohl <[email protected]>

NEW

- Add output of actual branch in development mode ~ Knut Kohl <[email protected]>
- Add buffered queries ~ Knut Kohl <[email protected]>

v2.4.0
========

Expand Down
77 changes: 77 additions & 0 deletions sql/pvlng.2.5.0.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
--
-- v2.4.0 -> v2.5.0
--

DELETE FROM `pvlng_babelkit` WHERE `code_set` = 'preset' AND `code_code` = '60i';

REPLACE INTO `pvlng_babelkit` (`code_set`, `code_lang`, `code_code`, `code_desc`) VALUES
('app', 'de', 'DeleteReadingConfirm', 'Willst Du diesen Messwert wirklich löschen?!'),
('app', 'en', 'DeleteReadingConfirm', 'Do you really want delete this reading value?!'),
('app', 'de', 'ReadingDeleted', 'Messwert wurde gelöscht'),
('app', 'en', 'ReadingDeleted', 'Reading data deleted'),
('app', 'de', 'UseNegativeColor', 'Farbe für Werte unterhalb Grenzwert'),
('app', 'en', 'UseNegativeColor', 'Color for values below threshold'),
('app', 'de', 'below', 'unter'),
('app', 'en', 'below', 'below'),
('app', 'de', 'LineLongDashDotDot', 'Strich-Punkt-Punkt'),
('app', 'en', 'LineLongDashDotDot', 'dash-dot-dot'),
('app', 'de', 'LinesDashed', 'getrichelt'),
('app', 'de', 'LinesDotted', 'gepunktet'),
('app', 'de', 'LinesDashedDottedDotted', 'Strich-Punkt-Punkt'),
('app', 'en', 'LinesDashedDottedDotted', 'dash-dot-dot'),
('app', 'de', 'LinesDashedDotted', 'Strich-Punkt'),
('app', 'en', 'LinesDashedDotted', 'dash-dot'),
('app', 'en', 'LinesDotted', 'Dotted'),
('app', 'en', 'LinesDashed', 'Dashed'),
('app', 'de', 'LineLongDash', 'gestrichelt lang'),
('app', 'en', 'LineLongDash', 'dashed long'),
('app', 'de', 'LineShortDashDotDot', 'Strich-Punkt-Punkt kurz'),
('app', 'en', 'LineShortDashDotDot', 'dash-dot-dot short'),
('app', 'de', 'LineShortDashDot', 'Strich-Punkt kurz'),
('app', 'en', 'LineShortDashDot', 'dash-dot short'),
('app', 'de', 'LineShortDot', 'gepunktet kurz'),
('app', 'en', 'LineShortDot', 'dotted short'),
('app', 'de', 'LineShortDash', 'gestrichelt kurz'),
('app', 'en', 'LineShortDash', 'dashed short'),
('app', 'de', 'LineLongDashDot', 'Strich-Punkt lang'),
('app', 'en', 'LineLongDashDot', 'dash-dot long'),
('app', 'de', 'LineDashDot', 'Strich-Punkt'),
('app', 'en', 'LineDashDot', 'dash-dot'),
('app', 'de', 'LineDot', 'gepunktet'),
('app', 'en', 'LineDot', 'dotted'),
('app', 'de', 'LineDash', 'gestrichelt'),
('app', 'en', 'LineDash', 'dashed'),
('app', 'de', 'LineSolid', 'durchgezogen'),
('app', 'en', 'LineSolid', 'solid'),
('app', 'de', 'ChartTypeHint', 'Linen-Diagramme sind etwas schneller als Splines, aber Splines sind gleichmäßiger'),
('app', 'en', 'ChartTypeHint', 'Line charts are a bit faster than a slines, but splines are smoother'),
('app', 'de', 'ScatterChart', 'Punkte'),
('app', 'en', 'ScatterChart', 'Scatter'),
('app', 'de', 'BarChart', 'Balken'),
('app', 'en', 'BarChart', 'Bar'),
('app', 'de', 'AreaSplineChart', 'Spline mit Bereich'),
('app', 'en', 'AreaSplineChart', 'Spline with area'),
('app', 'de', 'AreaSplineRangeChart', 'Spline mit min./max. Bereich'),
('app', 'en', 'AreaSplineRangeChart', 'Spline with min./max. range'),
('app', 'de', 'SplineChart', 'Spline'),
('app', 'en', 'SplineChart', 'Spline'),
('app', 'de', 'LineChart', 'Linie'),
('app', 'en', 'LineChart', 'Line'),
('app', 'de', 'MarkAllHint', 'Kann nur für Balken-Diagramme verwendet werden (und macht nur dort Sinn)'),
('app', 'en', 'MarkAllHint', 'Can only be used (and makes only sense) for Bar charts'),
('app', 'de', 'MarkAll', 'alle'),
('app', 'en', 'MarkAll', 'all'),
('app', 'de', 'MarkLast', 'letzter'),
('app', 'en', 'MarkLast', 'last'),
('app', 'de', 'MarkMax', 'max.'),
('app', 'en', 'MarkMax', 'max.'),
('app', 'de', 'MarkMin', 'min.'),
('app', 'en', 'MarkMin', 'min.'),
('channel', 'de', 'resolutionHint', 'Beim Auslesen wird der gespeicherte/berechnete Messwert mit diesem Faktor multipliziert.'),
('channel', 'en', 'resolutionHint', 'On data readout the stored/calculated reading will multiplied with this factor'),
('preset', 'en', 'i', '::Minutes::'),
('app', 'de', 'AddOneToManyChannels', 'Einen oder mehrere Kanäle zur Hierarchie hinzufügen'),
('app', 'en', 'AddOneToManyChannels', 'Add one ore more channels to hierarchy'),
('app', 'de', 'DeleteReading', 'Messwert löschen'),
('app', 'en', 'DeleteReading', 'Delete reading value'),
('app', 'en', 'Add', 'Add');
29 changes: 25 additions & 4 deletions sql/pvlng.sql

Large diffs are not rendered by default.

0 comments on commit e7c95d2

Please sign in to comment.