Previous week the tasks mentioned in my proposal was completed so this week was mostly spent in debugging, checking and fixing other issues. I have fixed one more issue this week.

Nothing on Export page when database is empty

https://github.com/phpmyadmin/phpmyadmin/issues/13572

This is the method to create the error message

$error = PhpMyAdmin\Message::error(__('No tables found in database.'));

So the following was the final result.

Pull Request: https://github.com/phpmyadmin/phpmyadmin/pull/13585

Next Steps

This was my last week progress. I will post an update for wrap up of the entire GSoC tasks in the upcoming week.

This was originally posted on my medium account.

No comments:

Post a Comment