Commit Graph

115654 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
840aa00647
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (3321 of 3321 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-30 00:29:23 +02:00
Maurício Meneghini Fauth
db5c38eee2 Rename js/tbl_operations.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:54:06 -03:00
Maurício Meneghini Fauth
51560d4a4c Rename js/tbl_relation.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:49:16 -03:00
Maurício Meneghini Fauth
d8a0f5a3d3 Add TableRelation namespace to js/tbl_relation.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:46:44 -03:00
Maurício Meneghini Fauth
7b204a40f5 Fix ESLint warnings in js/tbl_select.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:38:37 -03:00
Maurício Meneghini Fauth
a12911db24 Fix missing requires for PHP 7.1.3
Related to commit 71208bab74

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:32:53 -03:00
Maurício Meneghini Fauth
01c8d42293 Rename js/server_privileges.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:27:29 -03:00
Maurício Meneghini Fauth
8186bf9525 Merge branch 'QA_4_8'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:12:37 -03:00
Maurício Meneghini Fauth
9a6f077975 Fix empty PMA_gotoWhitelist JavaScript array
Related to commit 738f527242

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 17:06:19 -03:00
Maurício Meneghini Fauth
867116daa0 Rename PMA_gotoWhitelist to GotoWhitelist
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 16:57:50 -03:00
Maurício Meneghini Fauth
7ee9ae2608 Rename js/microhistory.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 16:35:44 -03:00
Maurício Meneghini Fauth
bf0ac4d164 Rename js/export.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 16:07:00 -03:00
Maurício Meneghini Fauth
e5d4d8a37d Add Export namespace to js/export.js
To reduce the number of global variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 15:48:00 -03:00
Maurício Meneghini Fauth
806b0ce582 Rename js/sql.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-29 15:08:17 -03:00
Maurício Meneghini Fauth
1ca7fb31e4 Add Sql module to js/sql.js
To reduce the number of global variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-28 17:52:43 -03:00
Maurício Meneghini Fauth
19f78633c1 Rename js/tbl_change.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-28 17:04:18 -03:00
Maurício Meneghini Fauth
58dafe9021 Rename js/navigation.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 21:09:59 -03:00
Maurício Meneghini Fauth
5390a80b12 Add Navigation module to js/navigation.js
To reduce the number of global variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 20:43:19 -03:00
Maurício Meneghini Fauth
a9198cf5c4 Rename js/indexes.js to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 19:57:14 -03:00
Maurício Meneghini Fauth
668ffd55fc Add Indexes module to js/indexes.js
To reduce the number of global variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 19:38:48 -03:00
William Desportes
6f534067cc
Merge branch 'QA_4_8'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-28 00:02:44 +02:00
William Desportes
d198598b93
Fix class name
Introduced-by: 9d586fc539
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-28 00:00:56 +02:00
Maurício Meneghini Fauth
610ee5f376 Add DesignerObjects module to js/designer/objects.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 18:59:01 -03:00
William Desportes
2d4c330b0f
Add ChangeLog entry for #15283
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 23:40:16 +02:00
William Desportes
6d59e25039
Use _POST instead of _REQUEST for changing collations in Operations
- Added a space after the table name
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 23:34:05 +02:00
William Desportes
fd7f2397d3
Fix #15283 - phpMyAdmin tries to change collation on Views when changing collation on all tables/fields
Fixes: #15283
#  1347 [Name of View] is not BASE TABLE
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 23:29:19 +02:00
Maurício Meneghini Fauth
8b1135baf1 Fix ESLint warnings in js/designer/move.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 18:25:27 -03:00
Maurício Meneghini Fauth
b34494e30c Add DesignerHistory module to js/designer/history.js
To reduce the number of global variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 17:58:54 -03:00
William Desportes
9d586fc539
#15041 - Fix logo link for internal links
As documented here: 761a1f623b
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 21:42:45 +02:00
William Desportes
2f2c35c0c2
Merge branch 'QA_4_8'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 21:38:28 +02:00
William Desportes
5d40d309cd
Use spaces instead of a tab for DCO
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 21:28:15 +02:00
William Desportes
761a1f623b
Fix #15041 - Update documentation for NavigationLogoLink
Pull-request: #15124
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 21:27:09 +02:00
Maurício Meneghini Fauth
4b91f84dc5 Rename js/designer/ variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 16:20:57 -03:00
Ravgeet Dhillon
3e1a6772c5 Update config.rst
I have done some changes based on the suggestion of members.

Fixes #15041

Signed-off-by: Ravgeet Dhillon <ravgeetdhillon@gmail.com>
2019-05-27 21:03:07 +02:00
William Desportes
e723e34e84
Add ChangeLog entry for #15287
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 20:43:26 +02:00
William Desportes
9393db41e7
Fix #15287 - Fix auto_increment field is too small
Fixes: #15287
Pull-request: #15294
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 20:42:20 +02:00
Ankush Patil
61a62f4e02 Fix phpmyadmin#15287 : Fix auto_increment field is too small
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
2019-05-28 00:01:31 +05:30
Maurício Meneghini Fauth
0ce4efd7d7 Add DesignerPage module to js/designer/page.js
To reduce the number of global variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 15:29:08 -03:00
William Desportes
6bceb49d02
Change DCO examples to use real world ones
Pull-request: #768 (reference)

Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-27 20:12:05 +02:00
Maurício Meneghini Fauth
08fc6a5ddd Rename js/designer/move.js vars to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 03:11:42 -03:00
Maurício Meneghini Fauth
d16598c3e6 Rename js/designer/database.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 02:10:11 -03:00
Maurício Meneghini Fauth
61f3a93019 Rename js/menu-resizer.js to js/menu_resizer.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 01:42:19 -03:00
Maurício Meneghini Fauth
23463d0161 Rename js/makegrid.js variables to use camel case
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 01:36:06 -03:00
Maurício Meneghini Fauth
0b3014207d Use camel case for most of the js/functions.js variables
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-27 00:55:10 -03:00
Maurício Meneghini Fauth
d99991f43f Rename PMA_confirm and PMA_sort_table jQuery functions
Renames to confirm and sortTable.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-26 20:59:59 -03:00
Maurício Meneghini Fauth
1808dd21b0 Refactor js/tbl_select.js
- Adds TableSelect module
- Use camel case for most of the variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-26 20:44:51 -03:00
Maurício Meneghini Fauth
eaf2afcb35 Refactor js/db_structure.js
- Adds DatabaseStructure module
- Use camel case for the most of the variables

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-26 20:16:24 -03:00
Maurício Meneghini Fauth
a7c64e00b8 Use camel case for most variables in tbl_structure.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-26 12:54:46 -03:00
Maurício Meneghini Fauth
13f08037d1 Use camel case for variable names in tbl_zoom_plot_jqplot.js
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-26 12:38:33 -03:00
Maurício Meneghini Fauth
e1ba7b792e Disallow JS functions in loops
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-24 23:06:02 -03:00