Branch: refs/heads/gsoc-js-refactoring
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 38cfa4630c47ee0d6dcad6b65d3838ab0dacde3f
https://github.com/phpmyadmin/phpmyadmin/commit/38cfa4630c47ee0d6dcad6b65d3838ab0dacde3f
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/functions.js
M js/server_privileges.js
M webpack.config.babel.js
Log Message:
-----------
Some functions moved from server_privilages.js to functions.js and typo error
removed
Signed-off-by: Piyush Vijay <[email protected]>
Commit: c67854e2a3cb432dba8a171eacf6c3b1311cc87a
https://github.com/phpmyadmin/phpmyadmin/commit/c67854e2a3cb432dba8a171eacf6c3b1311cc87a
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
A js/common_params.php
A js/src/ajax.js
A js/src/functions/navigation.js
A js/src/functions/sever_privilages.js
R js/src/global/pma_messages.js
A js/src/utils/extend_jquery.js
A js/src/utils/show_ajax_messages.js
A js/src/utils/stringFunctions.js
A js/src/variables/common_params.js
A js/src/variables/export_variables.js
A js/src/variables/global_variables.js
Log Message:
-----------
New directory Stucture having modules imported and exported.
This commit needs proper discussion as many of the upcoming changes are based
on this commit.
These files contains the working code only.
Right now the code has the functionality to work with both old js files and new
js files.
Commeting style is yet to decide
Signed-off-by: Piyush Vijay <[email protected]>
Commit: 56ea9d27fc0f1469d02e2aeebbb082c6e7c28d6e
https://github.com/phpmyadmin/phpmyadmin/commit/56ea9d27fc0f1469d02e2aeebbb082c6e7c28d6e
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M .babelrc
M js/src/ajax.js
A js/src/consts/doclinks.js
A js/src/functions/get_image.js
M js/src/functions/navigation.js
R js/src/functions/sever_privilages.js
A js/src/index.js
A js/src/server_databases.js
A js/src/server_privileges.js
A js/src/utils/Sanitise.js
M js/src/utils/extend_jquery.js
A js/src/utils/menu_resizer.js
A js/src/utils/password.js
M js/src/utils/show_ajax_messages.js
A js/src/utils/sprintf.js
R js/src/utils/stringFunctions.js
M js/src/variables/common_params.js
M js/src/variables/export_variables.js
M js/src/variables/global_variables.js
A js/src/variables/import_variables.js
M package.json
Log Message:
-----------
server_privilages and server_databases modularized
Signed-off-by: Piyush Vijay <[email protected]>
Commit: b71201973547405ce5ba3f1619c560e39fccaedc
https://github.com/phpmyadmin/phpmyadmin/commit/b71201973547405ce5ba3f1619c560e39fccaedc
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/messages.php
M js/src/ajax.js
A js/src/consts/files.js
M js/src/index.js
M libraries/classes/Controllers/Server/ServerDatabasesController.php
M libraries/classes/Header.php
M libraries/classes/Scripts.php
M server_privileges.php
M server_replication.php
Log Message:
-----------
AJAX handler modified and initial loading of the first page handled
Signed-off-by: Piyush Vijay <[email protected]>
Commit: 491b4871a73f927ead6af4c4eaeed355b16107f9
https://github.com/phpmyadmin/phpmyadmin/commit/491b4871a73f927ead6af4c4eaeed355b16107f9
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/functions.js
M js/src/ajax.js
M js/src/index.js
M js/src/utils/show_ajax_messages.js
M libraries/classes/Scripts.php
Log Message:
-----------
Commented code, debug statements and unused variable in Script.php is removed.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: 9d51a836255291e5ec413b520eccbc1a928450eb
https://github.com/phpmyadmin/phpmyadmin/commit/9d51a836255291e5ec413b520eccbc1a928450eb
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/common_params.php
M js/src/consts/files.js
Log Message:
-----------
Review changes for adding file level comments for some files.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: 811115104935438c1be49fba17695b2289de3448
https://github.com/phpmyadmin/phpmyadmin/commit/811115104935438c1be49fba17695b2289de3448
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/common_params.php
M js/messages.php
M js/src/utils/extend_jquery.js
M js/src/variables/import_variables.js
Log Message:
-----------
Replace default validation strings with custom strings to enable localization
for validation messages with jquery.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: ce8d11c8589ebf87453de4f476f98f2d4043705c
https://github.com/phpmyadmin/phpmyadmin/commit/ce8d11c8589ebf87453de4f476f98f2d4043705c
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/common_params.php
M js/functions.js
M js/src/ajax.js
M js/src/functions/navigation.js
M js/src/index.js
M js/src/server_databases.js
M js/src/server_privileges.js
A js/src/utils/JqueryExtended.js
R js/src/utils/extend_jquery.js
M js/src/utils/menu_resizer.js
M js/src/utils/password.js
M js/src/utils/show_ajax_messages.js
M js/src/variables/common_params.js
M js/src/variables/import_variables.js
M libraries/classes/Header.php
Log Message:
-----------
Add todo for code that will not be used in future after revamping all
the files.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: 5402f43840924a9c3bd78ccbe0dd1cc7dd0b0853
https://github.com/phpmyadmin/phpmyadmin/commit/5402f43840924a9c3bd78ccbe0dd1cc7dd0b0853
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/src/ajax.js
M libraries/classes/Header.php
Log Message:
-----------
Modify ajax.js and Header.php for compatibility of both old code and new code.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: 177e10137934fc949f221af7e7e28bbeeb6b4bdf
https://github.com/phpmyadmin/phpmyadmin/commit/177e10137934fc949f221af7e7e28bbeeb6b4bdf
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M js/src/ajax.js
M js/src/index.js
M libraries/classes/Scripts.php
Log Message:
-----------
Bux fix for onload and teardown of pages on refresh and ajax requests.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: d5eb59bb6271da812e016472470b8e53b7b0ab0c
https://github.com/phpmyadmin/phpmyadmin/commit/d5eb59bb6271da812e016472470b8e53b7b0ab0c
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M .gitignore
M js/src/utils/JqueryExtended.js
Log Message:
-----------
Bug fix for token mismatch error on server_databases.php page.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: ae20a38e9724338062b31459eacfe790bbe0815d
https://github.com/phpmyadmin/phpmyadmin/commit/ae20a38e9724338062b31459eacfe790bbe0815d
Author: Piyush Vijay <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M .eslintrc.json
M js/src/ajax.js
M package.json
Log Message:
-----------
Add babel-eslint package to use eslint for features not yet included in
eslint.
Signed-Off-By: Piyush Vijay <[email protected]>
Commit: dfcca3c46ef993e0751ae859a95865979804aaa4
https://github.com/phpmyadmin/phpmyadmin/commit/dfcca3c46ef993e0751ae859a95865979804aaa4
Author: Deven Bansod <[email protected]>
Date: 2018-07-26 (Thu, 26 Jul 2018)
Changed paths:
M .babelrc
M .eslintrc.json
M .gitignore
A js/common_params.php
M js/functions.js
M js/messages.php
M js/server_privileges.js
A js/src/ajax.js
A js/src/consts/doclinks.js
A js/src/consts/files.js
A js/src/functions/get_image.js
A js/src/functions/navigation.js
R js/src/global/pma_messages.js
A js/src/index.js
A js/src/server_databases.js
A js/src/server_privileges.js
A js/src/utils/JqueryExtended.js
A js/src/utils/Sanitise.js
A js/src/utils/menu_resizer.js
A js/src/utils/password.js
A js/src/utils/show_ajax_messages.js
A js/src/utils/sprintf.js
A js/src/variables/common_params.js
A js/src/variables/export_variables.js
A js/src/variables/global_variables.js
A js/src/variables/import_variables.js
M libraries/classes/Controllers/Server/ServerDatabasesController.php
M libraries/classes/Header.php
M libraries/classes/Scripts.php
M package.json
M server_privileges.php
M server_replication.php
M webpack.config.babel.js
Log Message:
-----------
Merge pull request #14465 from Piyush3079/Mod_Js_Server_Privileges
server_privileges and server_databases modularized
Compare:
https://github.com/phpmyadmin/phpmyadmin/compare/224ae6d86b6a...dfcca3c46ef9
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
Git mailing list
[email protected]
https://lists.phpmyadmin.net/mailman/listinfo/git