Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/Date.php36
-rw-r--r--plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css4
-rw-r--r--plugins/SitesManager/templates/_displayJavascriptCode.twig2
-rw-r--r--tests/UI/expected-screenshots/UIIntegrationTest_admin_manage_tracking_code.png4
4 files changed, 3 insertions, 43 deletions
diff --git a/core/Date.php b/core/Date.php
index be099e792a..ad492eb6ea 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -621,8 +621,6 @@ class Date
*/
public function getLocalized($template)
{
- $template = $this->replaceLegacyPlaceholders($template);
-
$dateTimeFormatProvider = StaticContainer::get('Piwik\Intl\Data\Provider\DateTimeFormatProvider');
$template = $dateTimeFormatProvider->getFormatPattern($template);
@@ -643,40 +641,6 @@ class Date
return $out;
}
- /**
- * Replaces legacy placeholders
- *
- * @deprecated should be removed in Piwik 3.0.0 or later
- *
- * - **%day%**: replaced with the day of the month without leading zeros, eg, **1** or **20**.
- * - **%shortMonth%**: the short month in the current language, eg, **Jan**, **Feb**.
- * - **%longMonth%**: the whole month name in the current language, eg, **January**, **February**.
- * - **%shortDay%**: the short day name in the current language, eg, **Mon**, **Tue**.
- * - **%longDay%**: the long day name in the current language, eg, **Monday**, **Tuesday**.
- * - **%longYear%**: the four digit year, eg, **2007**, **2013**.
- * - **%shortYear%**: the two digit year, eg, **07**, **13**.
- * - **%time%**: the time of day, eg, **07:35:00**, or **15:45:00**.
- */
- protected function replaceLegacyPlaceholders($template)
- {
- if (strpos($template, '%') === false) {
- return $template;
- }
-
- $mapping = array(
- '%day%' => 'd',
- '%shortMonth%' => 'MMM',
- '%longMonth%' => 'MMMM',
- '%shortDay%' => 'EEE',
- '%longDay%' => 'EEEE',
- '%longYear%' => 'y',
- '%shortYear%' => 'yy',
- '%time%' => 'HH:mm:ss'
- );
-
- return str_replace(array_keys($mapping), array_values($mapping), $template);
- }
-
protected function formatToken($token)
{
$dayOfWeek = $this->toString('N');
diff --git a/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css b/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
index 0c591087b0..b7dee89bdb 100644
--- a/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
+++ b/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css
@@ -1,7 +1,3 @@
-#javascript-output-section .codeblock {
- height: 312px;
-}
-
#image-link-output-section .codeblock {
height: 92px;
}
diff --git a/plugins/SitesManager/templates/_displayJavascriptCode.twig b/plugins/SitesManager/templates/_displayJavascriptCode.twig
index b523ec28e7..c80d286609 100644
--- a/plugins/SitesManager/templates/_displayJavascriptCode.twig
+++ b/plugins/SitesManager/templates/_displayJavascriptCode.twig
@@ -9,7 +9,7 @@
<p>{{ 'CoreAdminHome_JSTracking_CodeNoteBeforeClosingHead'|translate("&lt;/head&gt;")|raw }}</p>
- <pre>{{ jsTag|raw }}</pre>
+ <pre piwik-select-on-focus>{{ jsTag|raw }}</pre>
<p>{{ 'CoreAdminHome_JSTrackingIntro5'|translate('<a rel="noreferrer" target="_blank" href="http://piwik.org/docs/javascript-tracking/">','</a>')|raw }}</p>
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_admin_manage_tracking_code.png b/tests/UI/expected-screenshots/UIIntegrationTest_admin_manage_tracking_code.png
index 1eb5c44a08..f50da961c2 100644
--- a/tests/UI/expected-screenshots/UIIntegrationTest_admin_manage_tracking_code.png
+++ b/tests/UI/expected-screenshots/UIIntegrationTest_admin_manage_tracking_code.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4f5296705787fadb78d919b32eb5cee6b70016783838ad78272fb941567f8fbd
-size 304627
+oid sha256:231f951986687e6a47c094ac6b9fa2635a9a95758a819bd228c9ae97601c0c25
+size 304254