Hi All!
Marc wrote:
we just got a patch to convert those characters to html entities.
Since we define valid charset definitions in the code we should not use html entities.
Loïc
______________________________________________________________________________ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP... http://www.ifrance.com/_reloc/email.emailif
On Tue, Jan 22, 2002 at 11:52:28AM +0000, loic-div@ifrance.com wrote:
Marc wrote:
we just got a patch to convert those characters to html entities.
Since we define valid charset definitions in the code we should not use html entities.
yes, and with ä and this kind of stuff, the buttons are looking wired in netscape... :/
Olivier
Hello:
I've been following development of phpMyAdmin for some time now and would like to contribute. First, let me say thanks. I'm really impressed with the improvements to phpMyAdmin that I've seen just in the past few months.
I've been thinking for some time that I would like to make some improvements to the Query by Example (QBE) page of phpMyAdmin. To that end, does anyone have any particular ownership of this section of phpMyAdmin? I don't want to step on toes but I do think I can contribute something valuable.
The first thing I would like to do is add alias functionality to the QBE page. That is, table and field alias support. One of the first benefits of this is the ability to use the same table more than once in the same query. Also, I think it wouldn't be too difficult to allow functions in field definitions as part of the same changes.
Second, I would like to add the ability to load an sql statement into the QBE grid. That is, import or paste a valid sql statement and have the QBE page get filled in with all the appropriate columns, etc. That would greatly simplify the use of QBE since already-created sql could be reused and modified easily.
I have some other ideas but these should make a good start.
I look forward to your comments.
Regards,
Jean-François (Jay) Davis Atlanta, GA USA
p.s. Je parle français aussi. Alors, repondez-vous en français si c'est préferable.
"Jay F. Davis" a écrit :
Hello:
I've been following development of phpMyAdmin for some time now and would like to contribute. First, let me say thanks. I'm really impressed with the improvements to phpMyAdmin that I've seen just in the past few months.
I've been thinking for some time that I would like to make some improvements to the Query by Example (QBE) page of phpMyAdmin. To that end, does anyone have any particular ownership of this section of phpMyAdmin? I don't want to step on toes but I do think I can contribute something valuable.
Jean-François,
Bienvenue! The dev. team surely welcomes contributors. Of course, small, incremental patches are easier merged than big rewrites, if possible, unless they are in a new module.
About ownership of code sections, I cannot speak for others, but I feel that this project being open-source, the dev team must be (and is) open-minded for code improvement.
Your ideas are interesting, you can start :) About loading sql statements, maybe a good way to get the statements (besides pasting and uploading) would be from the bookmarks file.
Marc