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
AgeCommit message (Expand)Author
2018-10-18Merge pull request #14639 from Piyush3079/Mod_Js_Common_Filesgsoc-js-refactoringDeven Bansod
2018-10-10version fixture for webpack to prevent updated version installation.Piyush Vijay
2018-09-20Remove some of the duplicate files for code cleanup.Piyush Vijay
2018-09-20Structure some code for replication.js and tbl_operation.jsPiyush Vijay
2018-09-20Whitelist RTE.js in modular code and add some related function for sliding me...Piyush Vijay
2018-09-20Add Routines, Triggers and Events in the modular code.Piyush Vijay
2018-09-07Add Table Normalization in modular code.Piyush Vijay
2018-09-07Add Drag and Drop Import in modular code.Piyush Vijay
2018-09-07Add KeyHandler and CrossFramingProtection file in modular code.Piyush Vijay
2018-08-28Merge pull request #14584 from Piyush3079/Mod_Js_DST_CleanupDeven Bansod
2018-08-23Some code structured for PMA ConsolePiyush Vijay
2018-08-23Some common files removed for code cleanup.Piyush Vijay
2018-08-21Some code structuring for database related files.Piyush Vijay
2018-08-21Remove duplicate files for database related pages.Piyush Vijay
2018-08-21Some code structuring for table related files.Piyush Vijay
2018-08-21Remove table related files not needed in modular code.Piyush Vijay
2018-08-21Code restructuring and comments for serve related files.Piyush Vijay
2018-08-21Sync the branch with master.Piyush Vijay
2018-08-19Merge pull request #14564 from Piyush3079/Mod_Js_Tbl_StructureDeven Bansod
2018-08-19Resolve merge conflicts and add tbl import and export in modular codePiyush Vijay
2018-08-19Modular code for tbl_find_replace.phpPiyush Vijay
2018-08-19Modular code for tbl_select.jsPiyush Vijay
2018-08-19Edit php files for changes related to tbl_change.jsPiyush Vijay
2018-08-19Modular code for tbl_change.php.Piyush Vijay
2018-08-19Modular code for tbl_tracking.phpPiyush Vijay
2018-08-19Remove .js extention from tbl_operations.php file to allow dynamic import.Piyush Vijay
2018-08-19Modular code for tbl_operations.phpPiyush Vijay
2018-08-19Remove .js extension from files and remove jqplot plugins which are not deene...Piyush Vijay
2018-08-19Modular code for tbl_chart for dawing charts on Table BrowsingPiyush Vijay
2018-08-19Remove .js extension from tbl_relation.php related files for dynamic loading.Piyush Vijay
2018-08-19Modular code for tbl_relation.php.Piyush Vijay
2018-08-19Remove .js extension from tbl_structure.php related files to allow dynamic im...Piyush Vijay
2018-08-19Modular code for tbl_structure.jsPiyush Vijay
2018-08-19Remove .js extension from php files for indexes.js to allow dynami import.Piyush Vijay
2018-08-19Modular code for indexes.js being used on different pages.Piyush Vijay
2018-08-19Add PMA_showHints function in show_ajax_messages.js in js/src/utils and PMA_i...Piyush Vijay
2018-08-19Merge pull request #14533 from Piyush3079/Mod_Js_Db_StructureDeven Bansod
2018-08-18Bug fix for multi table actions on db_structure.phpPiyush Vijay
2018-08-17Resolve merge conflicts and some code cleanup for functions.jsPiyush Vijay
2018-08-17Replace .js extension from db_export and db_import.Piyush Vijay
2018-08-17Add central columns to the modular code.Piyush Vijay
2018-08-17Add db_tracking.js for tracking tables of database in modular code.Piyush Vijay
2018-08-17Create FileHandler class to manage loading of files on the basis of page and ...Piyush Vijay
2018-08-17Add db_operations.js to modular code.Piyush Vijay
2018-08-17Edit js/src/functions.js to add functions required for create table in db_str...Piyush Vijay
2018-08-17Add CreateTable and TableColumns module for adding table in db_structure.php.Piyush Vijay
2018-08-17Add prepare_ajax_request and preview_sql to modular code.Piyush Vijay
2018-08-17Bug fix for ajax server side error.Piyush Vijay
2018-08-16Add db_structure.js in modular code.Piyush Vijay
2018-08-16Merge pull request #14518 from Piyush3079/Mod_Js_Sql_ProfilingDeven Bansod