Hi madura, The new versions of xampp and wampp has a new security feature added to it as now anyone who try to access the loxalhost/xampp or localhost/wampp has to provide password for authentication. Also the good point of it is no one from outside can view that folder. If you simply wanna use phpmyadmin then go for localhost/phpmyadmin You need not to jump to xampp or wampp to use pma. Also check the xampp or wampp configuration file for something like this: <directory> localhost/x(w)ampp Allow None </directory> Dron Rathore
On 12/19/12, phpmyadmin-devel-request@lists.sourceforge.net phpmyadmin-devel-request@lists.sourceforge.net wrote:
Send Phpmyadmin-devel mailing list submissions to phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel or, via email, send a message with subject or body 'help' to phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
- Re: ready for 4.0.0-alpha1 ? (Marc Delisle)
- Re: ready for 4.0.0-alpha1 ? (Rouslan Placella)
- Re: ready for 4.0.0-alpha1 ? (Marc Delisle)
- Re: ready for 4.0.0-alpha1 ? (Rouslan Placella)
- Re: Phpmyadmin-devel Digest, Vol 77, Issue 12 (madura pradeep)
Message: 1 Date: Wed, 19 Dec 2012 09:18:32 -0500 From: Marc Delisle marc@infomarc.info Subject: Re: [Phpmyadmin-devel] ready for 4.0.0-alpha1 ? To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 50D1CCB8.4090108@infomarc.info Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Rouslan Placella a ?crit :
On 12/19/2012 01:26 PM, Marc Delisle wrote:
Rouslan Placella a ?crit :
On 12/13/2012 05:44 PM, Marc Delisle wrote:
Hi,
Let's discuss an alpha version for 4.0. In the bug tracker, I tried to find issues that are serious enough to block releasing the first alpha version, and could not find any.
Opinions?
The server status monitor pages still need some work, I have a branch with a whole bunch of fixes[0] that I intend to merge some time soon. Even after I do so, there will still be a few more bugs in those pages, all old and untracked, including a show-stopper in the localStorage feature. I'll file them as soon as I get a chance on the tracker.
The split-server-status branch has been merged, the localStorage feature has been fixed.
Anything else that would be a showstopper for an alpha1 ?
Not a showstopper, but we have quite a few outdated third party js libraries. It's probably a good idea to upgrade them before the alpha. Here are a few:
codemirror 2.18 -> 3.0 jquery 1.6.2 -> 1.8.3 jquery ui 1.8.16 -> 1.9.2 jquery ui timepicker 0.9.6 -> 1.1.1 jquery qtip -> can be dropped after jquery ui is upgraded as it will come with a tooltip plugin included
I got bad surprises when trying a jQuery update (I think it was concerning jqPlot). Has someone else tried it?
-- Marc Delisle http://infomarc.info
Message: 2 Date: Wed, 19 Dec 2012 14:31:57 +0000 From: Rouslan Placella rouslan@placella.com Subject: Re: [Phpmyadmin-devel] ready for 4.0.0-alpha1 ? To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 50D1CFDD.9070601@placella.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 12/19/2012 02:18 PM, Marc Delisle wrote:
Rouslan Placella a ?crit :
On 12/19/2012 01:26 PM, Marc Delisle wrote:
Rouslan Placella a ?crit :
On 12/13/2012 05:44 PM, Marc Delisle wrote:
Hi,
Let's discuss an alpha version for 4.0. In the bug tracker, I tried to find issues that are serious enough to block releasing the first alpha version, and could not find any.
Opinions?
The server status monitor pages still need some work, I have a branch with a whole bunch of fixes[0] that I intend to merge some time soon. Even after I do so, there will still be a few more bugs in those pages, all old and untracked, including a show-stopper in the localStorage feature. I'll file them as soon as I get a chance on the tracker.
The split-server-status branch has been merged, the localStorage feature has been fixed.
Anything else that would be a showstopper for an alpha1 ?
Not a showstopper, but we have quite a few outdated third party js libraries. It's probably a good idea to upgrade them before the alpha. Here are a few:
codemirror 2.18 -> 3.0 jquery 1.6.2 -> 1.8.3 jquery ui 1.8.16 -> 1.9.2 jquery ui timepicker 0.9.6 -> 1.1.1 jquery qtip -> can be dropped after jquery ui is upgraded as it will come with a tooltip plugin included
I got bad surprises when trying a jQuery update (I think it was concerning jqPlot). Has someone else tried it?
I guess that it would be a bit of work, but we can't be shipping a new major with a whole bunch of outdated libraries either, can we?
Bye, Rouslan
Message: 3 Date: Wed, 19 Dec 2012 09:53:16 -0500 From: Marc Delisle marc@infomarc.info Subject: Re: [Phpmyadmin-devel] ready for 4.0.0-alpha1 ? To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 50D1D4DC.8070603@infomarc.info Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Rouslan Placella a ?crit :
On 12/19/2012 02:18 PM, Marc Delisle wrote:
Rouslan Placella a ?crit :
On 12/19/2012 01:26 PM, Marc Delisle wrote:
Rouslan Placella a ?crit :
On 12/13/2012 05:44 PM, Marc Delisle wrote: > Hi, > > Let's discuss an alpha version for 4.0. In the bug tracker, I tried > to > find issues that are serious enough to block releasing the first > alpha > version, and could not find any. > > Opinions? > The server status monitor pages still need some work, I have a branch with a whole bunch of fixes[0] that I intend to merge some time soon. Even after I do so, there will still be a few more bugs in those pages, all old and untracked, including a show-stopper in the localStorage feature. I'll file them as soon as I get a chance on the tracker.
The split-server-status branch has been merged, the localStorage feature has been fixed.
Anything else that would be a showstopper for an alpha1 ?
Not a showstopper, but we have quite a few outdated third party js libraries. It's probably a good idea to upgrade them before the alpha. Here are a few:
codemirror 2.18 -> 3.0 jquery 1.6.2 -> 1.8.3 jquery ui 1.8.16 -> 1.9.2 jquery ui timepicker 0.9.6 -> 1.1.1 jquery qtip -> can be dropped after jquery ui is upgraded as it will come with a tooltip plugin included
I got bad surprises when trying a jQuery update (I think it was concerning jqPlot). Has someone else tried it?
I guess that it would be a bit of work, but we can't be shipping a new major with a whole bunch of outdated libraries either, can we?
Preferably not; on the other hand, we cannot postpone version 4 indefinitely.
I just had a look and a newer jqPlot (1.0.4) is available, maybe someone can test it with a recent jQuery?
-- Marc Delisle http://infomarc.info
Message: 4 Date: Wed, 19 Dec 2012 14:56:02 +0000 From: Rouslan Placella rouslan@placella.com Subject: Re: [Phpmyadmin-devel] ready for 4.0.0-alpha1 ? To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 50D1D582.8050808@placella.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 12/19/2012 02:53 PM, Marc Delisle wrote:
Rouslan Placella a ?crit :
On 12/19/2012 02:18 PM, Marc Delisle wrote:
Rouslan Placella a ?crit :
On 12/19/2012 01:26 PM, Marc Delisle wrote:
Rouslan Placella a ?crit : > On 12/13/2012 05:44 PM, Marc Delisle wrote: >> Hi, >> >> Let's discuss an alpha version for 4.0. In the bug tracker, I tried >> to >> find issues that are serious enough to block releasing the first >> alpha >> version, and could not find any. >> >> Opinions? >> > The server status monitor pages still need some work, I have a > branch > with a whole bunch of fixes[0] that I intend to merge some time > soon. > Even after I do so, there will still be a few more bugs in those > pages, > all old and untracked, including a show-stopper in the localStorage > feature. I'll file them as soon as I get a chance on the tracker. The split-server-status branch has been merged, the localStorage feature has been fixed.
Anything else that would be a showstopper for an alpha1 ?
Not a showstopper, but we have quite a few outdated third party js libraries. It's probably a good idea to upgrade them before the alpha. Here are a few:
codemirror 2.18 -> 3.0 jquery 1.6.2 -> 1.8.3 jquery ui 1.8.16 -> 1.9.2 jquery ui timepicker 0.9.6 -> 1.1.1 jquery qtip -> can be dropped after jquery ui is upgraded as it will come with a tooltip plugin included
I got bad surprises when trying a jQuery update (I think it was concerning jqPlot). Has someone else tried it?
I guess that it would be a bit of work, but we can't be shipping a new major with a whole bunch of outdated libraries either, can we?
Preferably not; on the other hand, we cannot postpone version 4 indefinitely.
I just had a look and a newer jqPlot (1.0.4) is available, maybe someone can test it with a recent jQuery?
So, I had a go at upgrading jquery, and I see no problems with any of the charts in the server status pages with the current jqplot version. So I filed a pull request[0].
Bye, Rouslan
Message: 5 Date: Wed, 19 Dec 2012 21:49:05 +0530 From: madura pradeep 1990dream@gmail.com Subject: Re: [Phpmyadmin-devel] Phpmyadmin-devel Digest, Vol 77, Issue 12 To: phpmyadmin-devel@lists.sourceforge.net Message-ID: CAM5OV8qSYGc+gez1CdW+DznQCHVu4zTSfAa73RxuOeHxLipMsw@mail.gmail.com Content-Type: text/plain; charset="iso-8859-1"
On Wed, Dec 19, 2012 at 7:46 PM, < phpmyadmin-devel-request@lists.sourceforge.net> wrote:
Send Phpmyadmin-devel mailing list submissions to phpmyadmin-devel@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel or, via email, send a message with subject or body 'help' to phpmyadmin-devel-request@lists.sourceforge.net
You can reach the person managing the list at phpmyadmin-devel-owner@lists.sourceforge.net
When replying, please edit your Subject line so it is more specific than "Re: Contents of Phpmyadmin-devel digest..."
Today's Topics:
- Re: how to use Phpmyadmin 3.5.5 r1? (Dieter Adriaenssens)
- about my pull request 121 and Travis (Marc Delisle)
- Re: about my pull request 121 and Travis (Michal ?iha?)
- Re: about my pull request 121 and Travis (Rouslan Placella)
- Re: ready for 4.0.0-alpha1 ? (Marc Delisle)
- Re: ready for 4.0.0-alpha1 ? (Dieter Adriaenssens)
- Re: ready for 4.0.0-alpha1 ? (Rouslan Placella)
- Re: ready for 4.0.0-alpha1 ? (Marc Delisle)
Message: 1 Date: Wed, 19 Dec 2012 11:48:01 +0100 From: Dieter Adriaenssens dieter.adriaenssens@gmail.com Subject: Re: [Phpmyadmin-devel] how to use Phpmyadmin 3.5.5 r1? To: Jide Fowotade jide_tade@yahoo.com, phpmyadmin-devel@lists.sourceforge.net Message-ID: < CAHXe6w4iAxaWSNUVsp8x3B_wMYe67WgBVZHcyqbzQ-M_HovpTg@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
2012/12/19 Jide Fowotade jide_tade@yahoo.com:
Hello everyone...
I just downloaded the new phpmyadmin 3.5.5 r1 english, then i added it to the xampp folder
but when i load the "localhost/xampp" on my browser it brings out a new security page. and says acces denied, that i have to configure something
in
the http-xampp.conf file.
Would very much appreciate your help.
Hi,
This is clearly a XAMPP issue, not a phpMyAdmin issue. Please refer to the XAMPP documentation or contact the XAMPP community for support.
-- Kind regards,
Dieter Adriaenssens
Hi!
I have the same issue but in WAMP.Not inXAMPP
best regards, madura pradeep
Message: 2 Date: Wed, 19 Dec 2012 06:22:34 -0500 From: Marc Delisle marc@infomarc.info Subject: [Phpmyadmin-devel] about my pull request 121 and Travis To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 50D1A37A.7070401@infomarc.info Content-Type: text/plain; charset=ISO-8859-1
Hi, any objections to merge this? [0]. Well, Travis complains but I don't understand why.
[0] https://github.com/phpmyadmin/phpmyadmin/pull/121
-- Marc Delisle http://infomarc.info
Message: 3 Date: Wed, 19 Dec 2012 12:49:54 +0100 From: Michal ?iha? michal@cihar.com Subject: Re: [Phpmyadmin-devel] about my pull request 121 and Travis To: phpmyadmin-devel@lists.sourceforge.net Message-ID: 20121219124954.364f7ba2@rincewind.suse.cz Content-Type: text/plain; charset="utf-8"
Hi
Dne Wed, 19 Dec 2012 06:22:34 -0500 Marc Delisle marc@infomarc.info napsal(a):
any objections to merge this? [0]. Well, Travis complains but I don't understand why.
Travis recently complains quite a lot on too long time git clone takes, nothing we could solve...
-- Michal ?iha? | http://cihar.com | http://blog.cihar.com