Sebastian Mendel | 2 Oct 2005 22:19
Picon
Gravatar

MySQL 5.0.13 'view' becomes 'VIEW'

SHOW FULL TABLES now returns 'VIEW' instead of 'view'

should phpMyAdmin recognice both? or cause 'view' was only used in BETA
drop support for 'view' and now only support 'VIEW' (beside this that at
the moment PMA only supports 'view' and reports an error on MySQL 5.0.13)

--

-- 
Sebastian Mendel

www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com
www.sf.net/projects/phpdatetime        www.sf.net/projects/phptimesheet

-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
Sebastian Mendel | 2 Oct 2005 16:11
Picon
Gravatar

MySQL 5.0.13 'view' becomes 'VIEW'

SHOW FULL TABLES now returns 'VIEW' instead of 'view'

should phpMyAdmin recognice both? or cause 'view' was only used in BETA
drop support for 'view' and now only support 'VIEW' (beside this that at
the moment PMA only supports 'view' and reports an error on MySQL 5.0.13)

--

-- 
Sebastian Mendel

www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com
www.sf.net/projects/phpdatetime        www.sf.net/projects/phptimesheet

-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
Marc Delisle | 3 Oct 2005 14:47
Picon
Favicon

Re: MySQL 5.0.13 'view' becomes 'VIEW'

HI Sebastian,

It should recognize both, IMO. Are you working on this?

Marc

Sebastian Mendel a écrit :
> SHOW FULL TABLES now returns 'VIEW' instead of 'view'
> 
> should phpMyAdmin recognice both? or cause 'view' was only used in BETA
> drop support for 'view' and now only support 'VIEW' (beside this that at
> the moment PMA only supports 'view' and reports an error on MySQL 5.0.13)
> 
> 

-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
Michal Čihař | 3 Oct 2005 14:58
Favicon
Gravatar

Re: MySQL 5.0.13 'view' becomes 'VIEW'

Hi

On Sun 2. 10. 2005 22:19, Sebastian Mendel wrote:
> SHOW FULL TABLES now returns 'VIEW' instead of 'view'
>
> should phpMyAdmin recognice both? 

Yes, people will be using beta versions for long time and would complain 
if we do not detect it (especially when it worked before).

--

-- 
    Michal Čihař | http://cihar.com
Michal Čihař | 3 Oct 2005 15:06
Favicon
Gravatar

Translators list

Hi

as I'm constantly being spammed by those messages "I'm idiot and don't 
read anything" from translators.html, I'd like to see some better 
solution for this.

First problem comes from people not understanding English, so they just 
write bellow our message Czech request for translation. This could be 
solved either by translating message for each language in html file or 
converting to php and using similar translation system as in rest of 
phpMyAdmin.

However the majority of messages are just plain copies of our one. I 
have no idea why people are so stupid and I actually do not see way how 
to make sending feedback possible, but more restrictively saying that 
there should really written something.

Anyway I thing we need to localise these messages, this should lower a 
bit this spam rate. Comments?

--

-- 
    Michal Čihař | http://cihar.com
Marc Delisle | 3 Oct 2005 15:17
Picon
Favicon

Re: Translators list

Hi Michal,

In translators.html, for the French translator (me), it has been 
localized, and I still receive messages for nothing!

I propose to replace in translators.html the link for each translator by 
the name and email, but not clickable. Email would be obfuscated to fool 
the robots.

Marc

Michal Čihař a écrit :
> Hi
> 
> as I'm constantly being spammed by those messages "I'm idiot and don't 
> read anything" from translators.html, I'd like to see some better 
> solution for this.
> 
> First problem comes from people not understanding English, so they just 
> write bellow our message Czech request for translation. This could be 
> solved either by translating message for each language in html file or 
> converting to php and using similar translation system as in rest of 
> phpMyAdmin.
> 
> However the majority of messages are just plain copies of our one. I 
> have no idea why people are so stupid and I actually do not see way how 
> to make sending feedback possible, but more restrictively saying that 
> there should really written something.
> 
> Anyway I thing we need to localise these messages, this should lower a 
(Continue reading)

Michal Čihař | 3 Oct 2005 19:38
Favicon
Gravatar

Re: Translators list

Hi

On Mon 3. 10. 2005 15:17, Marc Delisle wrote:
> I propose to replace in translators.html the link for each translator
> by the name and email, but not clickable. 

Sounds good to me, maybe it will make barrier high enough ;-).

> Email would be obfuscated to fool the robots.

Well it hasn't been obfuscated till now, so I don't see reason for 
changing it. I especially do not care about my mail, because I doubt 
there are any spammers who don't have it yet ;-).

--

-- 
    Michal Čihař | http://cihar.com
Marc Delisle | 3 Oct 2005 20:26
Picon
Favicon

Re: Re: PMA server_privileges.php

Marc Delisle a écrit :
> Sebastian Mendel a écrit :
> 
>> Marc Delisle schrieb:
>>
>>> Hi guys,
>>>
>>> I am currently working on adding MySQL 5 privileges to
>>> server_privileges.php,
>>> so please do not commit anything on this script for a few days.
>>>
>>> Thanks,
>>
>>
>>
>> did you finished? what about
>>
>> `mysql`.`db`.`Execute_priv`?
>> `mysql`.`user`.`ssl_*` and `x509_*` and `max_user_connections`
>>
>>
> 
> So I guess I did not finish :) I'll continue but not today, so if you 
> have some work to do on this script please do.
> 
> Marc

Execute_priv is done.

Marc
(Continue reading)

Sebastian Mendel | 4 Oct 2005 07:20
Picon
Gravatar

Re: MySQL 5.0.13 'view' becomes 'VIEW'

Marc Delisle schrieb:

> Sebastian Mendel a écrit :
> 
>> SHOW FULL TABLES now returns 'VIEW' instead of 'view'
>>
>> should phpMyAdmin recognice both? or cause 'view' was only used in BETA
>> drop support for 'view' and now only support 'VIEW' (beside this that at
>> the moment PMA only supports 'view' and reports an error on MySQL 5.0.13)
> 
> It should recognize both, IMO. Are you working on this?

no, i just stumbled over, as upgrading my MySQL

--

-- 
Sebastian Mendel

www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com
www.sf.net/projects/phpdatetime        www.sf.net/projects/phptimesheet

-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
Sebastian Mendel | 4 Oct 2005 07:30
Picon
Gravatar

XHTML compliance patch, PLS TEST!

Hi,

i've done a little rewriting of all this qerywindow javascript stuff,
coming with this is

 * XHTML comlinace at least in index.php and left.php
 * more semantic XHTML
 * moved all styling into css
 * url param support for index.php (index.php?db=mysql)
 * less JavaScript
 * better support for non JS Browsers
 * ...

https://sourceforge.net/tracker/index.php?func=detail&aid=1312571&group_id=23067&atid=377410

--

-- 
Sebastian Mendel

www.sebastianmendel.de www.warzonez.de www.tekkno4u.de www.nofetish.com
www.sf.net/projects/phpdatetime        www.sf.net/projects/phptimesheet

-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl

Gmane