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
Maurício Meneghini Fauth
b5d1b1e74a
Turn on no-eval rule as an error
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-24 22:55:16 -03:00
Maurício Meneghini Fauth
70d2295f58
Remove unnecessary escape usage
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-24 22:31:15 -03:00
Maurício Meneghini Fauth
923e3fb050
Replace Array constructors with literal notation
...
Use of the Array constructor to construct a new array
is generally discouraged in favor of array literal
notation because of the single-argument pitfall and
because the Array global may be redefined. The exception
is when the Array constructor is used to intentionally
create sparse arrays of a specified size by giving
the constructor a single numeric argument.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-24 21:53:11 -03:00
Maurício Meneghini Fauth
0f7ddfd276
Refactor js/designer/move.js to use a module
...
Adds DesignerMove module in js/designer/move.js to reduce the number of global variables.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-24 21:30:12 -03:00
Maurício Meneghini Fauth
df78269ff7
Merge pull request #15292 from phpmyadmin/funding-file
...
Create .github/FUNDING.yml file
2019-05-24 17:35:38 -03:00
Marino
060b181898
Translated using Weblate (Croatian)
...
Currently translated at 27.4% (909 of 3321 strings)
[CI skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/hr/
Signed-off-by: Marino <mrabach@gmail.com>
2019-05-24 16:03:44 +02:00
Maurício Meneghini Fauth
839e3dc86a
Create .github/FUNDING.yml file
...
Adds a FUNDING file to enable a sponsor button.
https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-23 10:49:32 -03:00
Maurício Meneghini Fauth
4249125412
Rename PMA_console to Console
...
Rename PMA_consoleResizer to ConsoleResizer
Rename PMA_consoleInput to ConsoleInput
Rename PMA_consoleMessages to ConsoleMessages
Rename PMA_consoleBookmarks with ConsoleBookmarks
Rename PMA_consoleDebug to ConsoleDebug
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-22 20:17:52 -03:00
Maurício Meneghini Fauth
842be3898b
Merge pull request #15288 from mauriciofauth/functions-js
...
Use a module for js/functions.js functions
2019-05-22 18:53:52 -03:00
Maurício Meneghini Fauth
1f62d01470
Use spaceship operator instead of nested ternary operator
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-22 18:43:54 -03:00
Maurício Meneghini Fauth
83f56cdedf
Merge branch 'QA_4_8'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2019-05-22 18:35:35 -03:00