Hi List!
Robin Johnson wrote:
> Could everybody please have a look at Bug #564793,
> and give me your input on such an authentication system as I have
> proposed.
I like the idea of challenge/response and I presume
it can be use either for cookie or http mode. But it
musn't require js in my opinion and that's an annoying
point.
> Here is my plan of attack on things:
> early 2.3.1 release candiates will have:
> Parser analyzer system functions in place and basic use
> Initial code for bug #564793 (either the session cookie OR
> the symmetric encryption, not both)
OK.
> DB-config helper functions in place and used
I'm afraid it will be long to make an end for this
work and test it widely. Moreover there were many changes
in 2.3.0 and I would prefer we just fix bugs now and
perhaps add some very little features.
> late 2.3.1 release candiates / early 2.3.2 release candiates:
> full DB-Config system (actual database storage)
> Parser analyzer UI (better responses than MySQL server responses!)
> Final code for bug #564793
OK.
>How busy is everybody else expecting to be over
>the next few months?
I'm afraid I won't work much more on PMA than today :(
>I'd tentativly like to suggest that we aim
>for 45 days between releases. That gives us a month for
>features, and two weeks for a pair of release candiates.
I agree :)
Marc wrote
>I have a request for all developers: please assign
>yourself only to the bugs/features your are really
>working on now, or plan to work on because
>they are related to some part of the code you are
>involved with.
Done.
Loïc
______________________________________________________________________________
Pour mieux recevoir vos emails, utilisez un PC plus performant !
Découvrez la nouvelle gamme DELL en exclusivité sur i (france)
http://www.ifrance.com/_reloc/signhdell
Hi list,
Could everybody please have a look at Bug #564793,
and give me your input on such an authentication system as I have
proposed.
For working on PMA,
Here is my plan of attack on things:
early 2.3.1 release candiates will have:
Parser analyzer system functions in place and basic use
DB-config helper functions in place and used
Initial code for bug #564793 (either the session cookie OR the symmetric
encryption, not both)
late 2.3.1 release candiates / early 2.3.2 release candiates:
full DB-Config system (actual database storage)
Parser analyzer UI (better responses than MySQL server responses!)
Final code for bug #564793
I have a strong reason for this spread of feature addition. The key part
of it being seperate of what is happening to each sub-area of the code,
is that is becomes a lot easier to trace which of the changes caused
problems, if any. Especially as some of these features are really two
parts intertwined.
With the second set, I'm more inclined to have them ready for 2.3.2
release candiates, rather than 2.3.1, to increase the testing time, and
allow me some more time, as I have university courses starting up next
week as well as a part-time job (working on open source!
http://mvs.sf.net/)
Additionally, this gives the translators more time to work on things, as
there will be a LOT of strings coming in with the Parser Analyzer UI.
Has anybody given thought to the release schedule?
Exactly one year ago today, we released PMA 2.2.0.
Our releases in the 2.2 series were about 35 days apart.
How busy is everybody else expecting to be over the next few months?
I think Alex is starting university, and I'm definetly back at
university, so I don't think we can quite keep up with some of the
frequent release schedule. I'd tentativly like to suggest that we aim
for 45 days between releases. That gives us a month for features, and
two weeks for a pair of release candiates.
--
Robin Hugh Johnson
E-Mail : robbat2(a)orbis-terrarum.net
Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ# : 30269588 or 41961639
GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85
i need a forum for my website.
can you please sent me ?
I' live in Viet Nam
---------------------------------
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
Hi list
Is the line 66 in sqlvalidator.php3 strange?
It never reach to the line 69.
pear installed.
if I modify this codes to reject !isset() below
if (!$GLOBALS['sqlvalidator_error']) {
// create new class instance
$srv = new PMA_SQLValidator(); // line 69
then it reaches to the line 69.
Why?
I don't understand.
Thank you.
Dear Everyone,
I am back now, after a few time of calls.
First I must apologize for having abadon my duty
as a team member. I have switched job from a
(sort of) programmer to a lecturer at a new university.
I will start giving my first lecture "Calculus I" next month
and after a few months (or years ^_^), I may have some
of my students coding in an open source project as a homework.
Not sure if this is a valid excuse anyway. :)
Enough about me. It is to my surprise to see the project
progress so much. I need to spend some time to study
the code again. So much features, but still one on the
top of the list "Function depend on Type" suggested by me
is left undone.
So I start with this one. The change has worked on my computer.
But I need to modify the structure of 2 config vars
$cfg['ColumnTypes'], $cfg['Functions'] from simple array to
associative array. Like this
$cfg['ColumnTypes'] = array(
'VARCHAR',
'TINYINT',
'TEXT', ...
to
$cfg['ColumnTypes'] = array(
'VARCHAR'=>'str',
'TINYINT'=>'int',
'TEXT'=>'str', ...
and match the two config and check before display the function
in the dropdown box.
A problem is that, after search for the two config vars, I also
found it inside /library/config_import.lib.php3
Can someone please explain the concept of it?
I guess I can simply change the structure of the two vars there.
But I am afraid that in won't work in case of import old config file.
Thanks,
Korakot
Hi list,
could someone update the CVS snapshot directory on phpmyadmin.net?
We still offer a very old 2.3.0-rc5-dev snapshot here that is even older
than the latest release :o)
Regards,
Alexander
Thank you for sending an e-mail message to support(a)hotmail.com. However, this is not a monitored e-mail address.
If you are already signed in to your Hotmail account, click "Help" in the upper right corner. This gives you access to our great self-help instructions as well as our automated answer system. If you cannot find your answer in either source, you can easily click a link in Help to contact our MSN Hotmail Customer Support Staff directly.
>>> To retrieve or change your password if you have a secret question
- Go to:
https://memberservices.passport.com/ppsecure/MSRV_ResetPW.asp
If you need technical assistance, but cannot gain access to your account, go to the MSN Hotmail sign-in page and click the "Contact Us" link under "All About Hotmail" on the left.
Please note that you will not receive a reply if you respond directly to this message.
Hi List!
In "libraries/common.lib.php3" at line 454, one
should replace "true" by "TRUE" since constants
are case sensitives in recent PHP versions.
Could one of the dev. commit this fix?
Thanks,
Loïc
______________________________________________________________________________
Pour mieux recevoir vos emails, utilisez un PC plus performant !
Découvrez la nouvelle gamme DELL en exclusivité sur i (france)
http://www.ifrance.com/_reloc/signhdell