Week 9: Google Summer of Code’ 17 with phpmyadmin

Manish Bisht
Jul 29, 2017 · 1 min read

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.

Manish Bisht

Written by

Student Developer GSoC ’17 at phpMyAdmin | Intern at BlueCube Network(2016) | My Corner of Internet: https://manishbisht.me

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade