Hi all,
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Bye, Rouslan
[0]: http://www.google-melange.com/gsoc/project/google/gsoc2012/roccivic/71002 [1]: http://wiki.phpmyadmin.net/pma/Page_loader [2]: http://wiki.phpmyadmin.net/pma/Navigation [3]: http://wiki.phpmyadmin.net/pma/Microhistory [4]: http://roccivic.blogspot.ie/2012/08/final-report.html
Hi
Dne Tue, 30 Oct 2012 21:52:19 +0000 Rouslan Placella rouslan@placella.com napsal(a):
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Any plan to fix testsuite? :-)
http://ci.phpmyadmin.net/job/phpMyAdmin/lastCompletedBuild/testReport/
On 10/31/2012 06:39 AM, Michal Čihař wrote:
Hi
Dne Tue, 30 Oct 2012 21:52:19 +0000 Rouslan Placella rouslan@placella.com napsal(a):
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Any plan to fix testsuite? :-)
http://ci.phpmyadmin.net/job/phpMyAdmin/lastCompletedBuild/testReport/
Sure thing, I'll try to fix the new failures asap.
Bye, Rouslan
Dne Tue, 30 Oct 2012 21:52:19 +0000 Rouslan Placella rouslan@placella.com napsal(a):
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Hi Rouslan,
I just get updated my working copy. I want to say "That's cool" :D
Regards !
On 10/31/2012 06:39 AM, Michal Čihař wrote:
Hi
Dne Tue, 30 Oct 2012 21:52:19 +0000 Rouslan Placella rouslan@placella.com napsal(a):
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Any plan to fix testsuite? :-)
http://ci.phpmyadmin.net/job/phpMyAdmin/lastCompletedBuild/testReport/
I've fixed all failing test cases except for one which I can't quite manage to. That would be the footer display test and I had a go at fixing it in 5721fb7620462fba46e1fb48dc6b9485a9504148, but that didn't work out too well. The fix worked on my local machine if the test was ran alone, but it would segfault if the whole testsuite was ran. And on ci.phpmyadmin.net it failed with a different error altogether.
Anyway, I'm at a loss here, so if someone else could have a look at that test, it would be great.
Bye, Rouslan
Le 2012-11-03 07:37, Rouslan Placella a écrit :
On 10/31/2012 06:39 AM, Michal Čihař wrote:
Hi
Dne Tue, 30 Oct 2012 21:52:19 +0000 Rouslan Placella rouslan@placella.com napsal(a):
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Any plan to fix testsuite? :-)
http://ci.phpmyadmin.net/job/phpMyAdmin/lastCompletedBuild/testReport/
I've fixed all failing test cases except for one which I can't quite manage to. That would be the footer display test and I had a go at fixing it in 5721fb7620462fba46e1fb48dc6b9485a9504148, but that didn't work out too well. The fix worked on my local machine if the test was ran alone, but it would segfault if the whole testsuite was ran. And on ci.phpmyadmin.net it failed with a different error altogether.
Anyway, I'm at a loss here, so if someone else could have a look at that test, it would be great.
Should be fixed now: https://github.com/phpmyadmin/phpmyadmin/commit/3da06649c941e7e12ecdac3cabfc...
On 11/04/2012 02:44 PM, Marc Delisle wrote:
Le 2012-11-03 07:37, Rouslan Placella a écrit :
On 10/31/2012 06:39 AM, Michal Čihař wrote:
Hi
Dne Tue, 30 Oct 2012 21:52:19 +0000 Rouslan Placella rouslan@placella.com napsal(a):
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Any plan to fix testsuite? :-)
http://ci.phpmyadmin.net/job/phpMyAdmin/lastCompletedBuild/testReport/
I've fixed all failing test cases except for one which I can't quite manage to. That would be the footer display test and I had a go at fixing it in 5721fb7620462fba46e1fb48dc6b9485a9504148, but that didn't work out too well. The fix worked on my local machine if the test was ran alone, but it would segfault if the whole testsuite was ran. And on ci.phpmyadmin.net it failed with a different error altogether.
Anyway, I'm at a loss here, so if someone else could have a look at that test, it would be great.
Should be fixed now: https://github.com/phpmyadmin/phpmyadmin/commit/3da06649c941e7e12ecdac3cabfc...
Thanks, Marc. Seems fine when running the whole test suite, but for me it still fails if executed individually. Not sure how relevant this is...
Bye, Rouslan
Rouslan Placella a écrit :
Hi all,
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Bye, Rouslan
Good job Rouslan!
About the known bugs, I believe they should be entered in the bug tracker to help granular follow-up.
On 11/01/2012 04:52 PM, Marc Delisle wrote:
Rouslan Placella a écrit :
Hi all,
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Bye, Rouslan
Good job Rouslan!
About the known bugs, I believe they should be entered in the bug tracker to help granular follow-up.
Ok, will do that.
Bye, Rouslan
On 11/03/2012 11:46 AM, Rouslan Placella wrote:
On 11/01/2012 04:52 PM, Marc Delisle wrote:
Rouslan Placella a écrit :
Hi all,
I've just merged my GSoC project[0] into master. As it introduces some changes to how pages are served, I thought that I'd mention that there is some documentation on the matter[1][2][3]. Sadly, the new features also come with a list of known bugs, which can be viewed here[4].
Bye, Rouslan
Good job Rouslan!
About the known bugs, I believe they should be entered in the bug tracker to help granular follow-up.
Ok, will do that.
Done.
Bye, Rouslan