Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: a7a44c28c59641637585f38eda3070c070c39d5f
https://github.com/phpmyadmin/phpmyadmin/commit/a7a44c28c59641637585f38eda3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
M libraries/controllers/server/ServerCollationsController.php
M templates/server/collations/charsets.phtml
Log Message:
-----------
All charsets/collation we get from the MySQL server are available
There is no need for explicit checking for availability later in the
code.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 6429689607e04a22a4189b55edab8c59ff53991c
https://github.com/phpmyadmin/phpmyadmin/commit/6429689607e04a22a4189b55eda…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
Log Message:
-----------
Simplify collations reading
Remove dependency from charsets to collations, we really do not need it.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 9a59032379430246b7e46adc52fddf087d663da9
https://github.com/phpmyadmin/phpmyadmin/commit/9a59032379430246b7e46adc52f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
M test/classes/CharsetsTest.php
M test/libraries/PMA_operations_test.php
Log Message:
-----------
Improve collation descriptions
- detect new languages
- detect new Unicode variants
- better describe collation method
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/b311780d76eb...9a5903237943
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: cd4008b3d72c0f95c4de736ce359ca5771272e3b
https://github.com/phpmyadmin/phpmyadmin/commit/cd4008b3d72c0f95c4de736ce35…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M index.php
A libraries/Charsets.php
M libraries/common.inc.php
M libraries/plugins/export/ExportSql.php
M test/classes/plugin/export/ExportSqlTest.php
Log Message:
-----------
Move MySQL charset maps to separate class
This allows us to load it only when needed
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: cfc2f1cb05331b85c1c075ca2037c09626573903
https://github.com/phpmyadmin/phpmyadmin/commit/cfc2f1cb05331b85c1c075ca203…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M index.php
M libraries/Charsets.php
M libraries/controllers/server/ServerCollationsController.php
M libraries/mysql_charsets.inc.php
Log Message:
-----------
Move charsets obtaining to the Charsets class
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 54f0d14ea9bdd2d3420afcdd470c2fe94c1bfaa9
https://github.com/phpmyadmin/phpmyadmin/commit/54f0d14ea9bdd2d3420afcdd470…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
Log Message:
-----------
Remove session caching for MySQL charsets
This cache makes the session data quite huge giving performance penalty
when loading the cache. Loading the data again from MySQL server is
faster than this.
Also the charsets data is really needed only on few pages, the overall
impact of this caching is negative.
Caching the data per request however is useful.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e1db0a72cffc78c91d88a00c1a3f45e2da6d58a3
https://github.com/phpmyadmin/phpmyadmin/commit/e1db0a72cffc78c91d88a00c1a3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
Log Message:
-----------
Remove unused code
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: d30bb0581cd7052296e999c6bee6808951b573b6
https://github.com/phpmyadmin/phpmyadmin/commit/d30bb0581cd7052296e999c6bee…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
Log Message:
-----------
Load collations only when needed
In many cases we need only charset information, so split the loading.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: a8820cbd4ecc49652511f4c1c0f765138a059b84
https://github.com/phpmyadmin/phpmyadmin/commit/a8820cbd4ecc49652511f4c1c0f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
Log Message:
-----------
Remove not needed mysql prefix from static variables
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: f9a02cde3034600544e265e1ca03b0a4ef9b2f77
https://github.com/phpmyadmin/phpmyadmin/commit/f9a02cde3034600544e265e1ca0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Charsets.php
Log Message:
-----------
Simplify code by storing frequently used array members in variable
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 1fe277e98884cbd4cffddecd143eb86491871908
https://github.com/phpmyadmin/phpmyadmin/commit/1fe277e98884cbd4cffddecd143…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/DatabaseInterface.php
Log Message:
-----------
Use $this instead of accessing DBI from globals
We're already in the object scope, there is no need to go to globals for
self.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: e2deac4b22e2a960d99819cc8e3520cceb4d3c3c
https://github.com/phpmyadmin/phpmyadmin/commit/e2deac4b22e2a960d99819cc8e3…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M db_operations.php
M libraries/DatabaseInterface.php
M libraries/controllers/database/DatabaseStructureController.php
M libraries/controllers/server/ServerDatabasesController.php
M libraries/mysql_charsets.lib.php
M libraries/plugins/export/ExportSql.php
M test/classes/DatabaseInterfaceTest.php
M test/libraries/PMA_mysql_charsets_test.php
Log Message:
-----------
Move getting collation to the DBI layer
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: be69b146f749b3dbfc74252252f0baf9e062b12c
https://github.com/phpmyadmin/phpmyadmin/commit/be69b146f749b3dbfc74252252f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/operations.lib.php
Log Message:
-----------
Use just class name for already used classes
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0758b601e752e159174e3226b3e65540626aa9a0
https://github.com/phpmyadmin/phpmyadmin/commit/0758b601e752e159174e3226b3e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/Table.php
M libraries/Util.php
M libraries/controllers/server/ServerDatabasesController.php
M libraries/create_addfield.lib.php
M libraries/db_common.inc.php
M libraries/mysql_charsets.lib.php
M libraries/operations.lib.php
M test/classes/UtilTest.php
M test/libraries/PMA_mysql_charsets_test.php
Log Message:
-----------
Move charset query generation to to the Util class
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 72099ff05a25c092f52dfd4c36fa1fa826c43df1
https://github.com/phpmyadmin/phpmyadmin/commit/72099ff05a25c092f52dfd4c36f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M libraries/dbi/DBIMysqli.lib.php
R libraries/mysql_charsets.inc.php
R libraries/mysql_charsets.lib.php
R test/libraries/PMA_mysql_charsets_test.php
Log Message:
-----------
Ensure this is always defined in the global scope
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 3e2029e7505c684066d76d3a2f5ad5ad7948b541
https://github.com/phpmyadmin/phpmyadmin/commit/3e2029e7505c684066d76d3a2f5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M db_operations.php
M db_routines.php
M index.php
M libraries/Charsets.php
M libraries/DatabaseInterface.php
M libraries/central_columns.lib.php
M libraries/common.inc.php
M libraries/controllers/database/DatabaseStructureController.php
M libraries/controllers/server/ServerCollationsController.php
M libraries/controllers/server/ServerDatabasesController.php
M libraries/controllers/table/TableSearchController.php
M libraries/controllers/table/TableStructureController.php
M libraries/dbi/DBIDummy.php
M libraries/display_import.lib.php
M libraries/operations.lib.php
M libraries/rte/rte_routines.lib.php
M libraries/tbl_columns_definition_form.inc.php
M tbl_operations.php
M tbl_row_action.php
M tbl_structure.php
M templates/columns_definitions/column_attributes.phtml
M templates/columns_definitions/column_definitions_form.phtml
M templates/database/structure/body_for_table_summary.phtml
M templates/server/collations/charsets.phtml
M templates/server/databases/create.phtml
M templates/table/structure/row_stats_table.phtml
M templates/table/structure/table_structure_row.phtml
A test/classes/CharsetsTest.php
M test/classes/TableTest.php
M test/classes/controllers/ServerCollationsControllerTest.php
M test/classes/controllers/ServerDatabasesControllerTest.php
M test/classes/plugin/export/ExportSqlTest.php
M test/libraries/PMA_central_columns_test.php
M test/libraries/PMA_normalization_test.php
M test/libraries/PMA_operations_test.php
M test/libraries/PMA_sql_query_form_test.php
M test/libraries/rte/PMA_RTN_getEditorForm_test.php
Log Message:
-----------
Move MySQL charsets handling to the Charsets class
Issue #11731
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: b311780d76eb69c75d8fae7f05139fa45b53b8e6
https://github.com/phpmyadmin/phpmyadmin/commit/b311780d76eb69c75d8fae7f051…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M index.php
M libraries/Charsets.php
M libraries/central_columns.lib.php
M libraries/display_import.lib.php
M libraries/operations.lib.php
M libraries/rte/rte_routines.lib.php
M templates/columns_definitions/column_attributes.phtml
M templates/columns_definitions/column_definitions_form.phtml
M templates/server/databases/create.phtml
M test/classes/CharsetsTest.php
Log Message:
-----------
Separate methods for charset and collation dropdowns
They do not share much code in the end and this way the code is more
readable.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/3e8145a4a580...b311780d76eb
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: fb5b68192526b4b18674304d5d07a822a05f664d
https://github.com/phpmyadmin/phpmyadmin/commit/fb5b68192526b4b18674304d5d0…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-04-11 (Mon, 11 Apr 2016)
Changed paths:
M import_status.php
M libraries/plugins/export/ExportJson.php
Log Message:
-----------
Remove checks for older PHP versions
We require 5.5, so there is no need to check for >= 5.4 or similar.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
I can not access some data on the cpanel from my iPhone device ?
I was able to access all the information but suddenly the problem came up.
I just need to know if you have any ideas of what is happening
Regards
Aiman
Sent from my iPhone
Begin forwarded message:
> From: git-request(a)phpmyadmin.net
> Date: April 9, 2016 at 1:00:01 PM GMT+3
> To: git(a)phpmyadmin.net
> Subject: Git Digest, Vol 10, Issue 9
> Reply-To: git(a)phpmyadmin.net
>
> Send Git mailing list submissions to
> git(a)phpmyadmin.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.phpmyadmin.net/mailman/listinfo/git
> or, via email, send a message with subject or body 'help' to
> git-request(a)phpmyadmin.net
>
> You can reach the person managing the list at
> git-owner(a)phpmyadmin.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Git digest..."
>
>
> Today's Topics:
>
> 1. [phpmyadmin/phpmyadmin] 1687d1: Do not hide indexes under a
> slider (Madhura Jayaratne)
> 2. [phpmyadmin/localized_docs] 3c30a5: Translated using Weblate
> (Turkish) (Burak Yavuz)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 08 Apr 2016 05:09:59 -0700
> From: Madhura Jayaratne <madhura.cj(a)gmail.com>
> To: git(a)phpmyadmin.net
> Subject: [phpMyAdmin Git] [phpmyadmin/phpmyadmin] 1687d1: Do not hide
> indexes under a slider
> Message-ID:
> <57079f971817d_70e73fa7ae6cb2a0620b9(a)hookshot-fe5-cp1-prd.iad.github.net.mail>
>
> Content-Type: text/plain; charset="utf-8"
>
> Branch: refs/heads/master
> Home: https://github.com/phpmyadmin/phpmyadmin
> Commit: 1687d139aff177ec5348dd9239177855846b449e
> https://github.com/phpmyadmin/phpmyadmin/commit/1687d139aff177ec5348dd92391…
> Author: Madhura Jayaratne <madhura.cj(a)gmail.com>
> Date: 2016-04-08 (Fri, 08 Apr 2016)
>
> Changed paths:
> M ChangeLog
> M libraries/index.lib.php
>
> Log Message:
> -----------
> Do not hide indexes under a slider
>
> Fixes #12173
>
> Signed-off-by: Madhura Jayaratne <madhura.cj(a)gmail.com>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 09 Apr 2016 00:45:26 -0700
> From: Burak Yavuz <hitowerdigit(a)hotmail.com>
> To: git(a)phpmyadmin.net
> Subject: [phpMyAdmin Git] [phpmyadmin/localized_docs] 3c30a5:
> Translated using Weblate (Turkish)
> Message-ID:
> <5708b3165b69d_1e7e3fc283ead2bc8687a(a)hookshot-fe6-cp1-prd.iad.github.net.mail>
>
> Content-Type: text/plain; charset="utf-8"
>
> Branch: refs/heads/master
> Home: https://github.com/phpmyadmin/localized_docs
> Commit: 3c30a5972087574880a53ab294ab31b85c72cb91
> https://github.com/phpmyadmin/localized_docs/commit/3c30a5972087574880a53ab…
> Author: Burak Yavuz <hitowerdigit(a)hotmail.com>
> Date: 2016-04-09 (Sat, 09 Apr 2016)
>
> Changed paths:
> M po/tr.mo
> M po/tr.po
>
> Log Message:
> -----------
> Translated using Weblate (Turkish)
>
> Currently translated at 97.5% (1910 of 1958 strings)
>
> [CI skip]
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Git mailing list
> Git(a)phpmyadmin.net
> https://lists.phpmyadmin.net/mailman/listinfo/git
>
>
> ------------------------------
>
> End of Git Digest, Vol 10, Issue 9
> **********************************