This week I have spent my time working on following issue:
Configuration storage — fallback to default values
https://github.com/phpmyadmin/phpmyadmin/issues/12887
I check the control user and control values and if both values are set the n I set the default values for table and database.
if ($GLOBALS['cfg']['Server']['controluser'] &&
$GLOBALS['cfg']['Server']['controlpass']) {
// Set the default table name and database
}
Pull Request: https://github.com/phpmyadmin/phpmyadmin/pull/13524
Import/Export Progress bar
https://github.com/phpmyadmin/phpmyadmin/issues/6311
https://github.com/phpmyadmin/phpmyadmin/issues/12401
The export progress bar is almost done. I am now waiting for the feedback on the PR and in parallel started working on the import progress bar.
Pull Request: https://github.com/phpmyadmin/phpmyadmin/pull/13502
Next Steps
This was my ninth week progress. I will post an update for this week soon.
This was originally posted on my medium account.
No comments:
Post a Comment