Le 2012-06-30 04:45, Thilina Buddika Abeyrathna a écrit :
On Thu, Jun 28, 2012 at 5:18 AM, Thilina Buddika Abeyrathna < thilinaabeyrathna@gmail.com> wrote:
On Wed, Jun 27, 2012 at 5:43 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-06-26 13:16, Thilina Buddika Abeyrathna a écrit :
On Sun, Jun 24, 2012 at 4:38 AM, Marc Delisle marc@infomarc.info
wrote:
Hi Thilina, I prefer that you fix bugs in your previous refactoring before starting a new sub-project (you have started work on server_privileges.php)
Please compile a list of these bugs, open artefacts on our bug tracker and reply here references to these bugs, in one post. I will then
verify
to ensure we did not miss anything.
[1] -
https://sourceforge.net/tracker/?func=detail&aid=3538189&group_id=23...
Thilina, please create artifacts in the bug tracker for these other problems:
"Edit next row" choice is no longer offered in the actions panel
"Insert another new row" produces
Fatal error: Call to undefined function PMA_showMessage() in /opt/pma-git/phpmyadmin/tbl_change.php on line 129
C. A logic error remains about setting $timestamp_seen to true, see [0]; therefore, behavior is different than version 3.5 when inserting in a table that has more than one timestamp.
[0] https://github.com/thilinaa/phpmyadmin/commit/798ccce1
Ok Marc.
[0] - https://sourceforge.net/tracker/?func=detail&aid=3538530&group_id=23... [1] - https://sourceforge.net/tracker/?func=detail&aid=3538527&group_id=23... [2] - https://sourceforge.net/tracker/?func=detail&aid=3538524&group_id=23...
[1] - fixed in [3] commit. [3] - https://github.com/thilinaa/phpmyadmin/commit/e953deca3c50ee424d7597ce890a8a...
This one was not completely fixed, as the message containing the INSERT statement was not displayed. I fixed it with [4].
I found another bug: After a simple INSERT (insert as new row and then go back to previous page), the generated INSERT statement is not displayed. see [5].
[4] https://github.com/phpmyadmin/phpmyadmin/commit/a83f42eaa6619b8351ff67bbe528...
[5] https://sourceforge.net/tracker/?func=detail&aid=3539142&group_id=23...