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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2022-05-11 08:02:45 +0300
committerIsaac Bennetch <bennetch@gmail.com>2022-05-11 08:02:45 +0300
commitc7831e1aa6d1ecaa202607b4324d116825fe0974 (patch)
tree19c5fb386e358ea2c8882985ab51a0f2347e466c
parentfdb1fab58aecdad4f7cbea637ac7b7249df43c8a (diff)
parentac921e1f2df1b0f661d6d1ff0c61497dc4da9a55 (diff)
Merge branch 'QA_5_2' into STABLESTABLE
-rw-r--r--ChangeLog1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f22c670ed2..1c60a19a30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,7 @@ phpMyAdmin - ChangeLog
- issue #17445 Fix issue when exporting using Firefox or Safari on PHP 8.1.4
- issue Update JavaScript dependencies
- issue #17428 Fix case where errors were thrown when browsing a table
+- issue #17508 Fix UI issue when user accounts page has the initials navigation bar
5.1.3 (2022-02-10)
- issue #17308 Fix broken pagination links in the navigation sidebar
diff --git a/package.json b/package.json
index edf8b385cb..5e3b18bce9 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
},
"scripts": {
"postinstall": "yarn run build",
- "build": "yarn run css-compile --style=compressed && yarn run css-rtl && yarn run css-prefix && yarn run js-compile",
+ "build": "yarn run css-compile --style=compressed && yarn run css-prefix && yarn run css-rtl && yarn run js-compile",
"css-compile": "sass themes/pmahomme/scss:themes/pmahomme/css themes/original/scss:themes/original/css themes/metro/scss:themes/metro/css themes/bootstrap/scss:themes/bootstrap/css setup/scss:setup",
"css-lint": "stylelint -s scss \"themes/**/scss/*.scss\" \"setup/scss/*.scss\"",
"css-prefix": "postcss themes/*/css/*.css setup/styles.css --use autoprefixer --replace",