Marc Delisle | 1 Oct 2011 12:54
Gravatar

Re: New sprites implementation

Le 2011-09-30 14:59, Rouslan Placella a écrit :
> Hi there,
> 
> I've just pushed the new sprites implementation to master and updated
> the relevant wiki page [1]. Please take the time to read this
> documentation. Thank you.
> 
> If you have any feedback on the matter, I'd love to hear it.
> 
> Rouslan
> 
> [1]: http://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage

Rouslan,
after using generate_sprites, all my icons now have a black background.
Maybe this is related to the numerous errors I get, such as:

identify: invalid colormap index `s_vars.png'  <at> 
error/image.c/SyncImage/3899.

--

-- 
Marc Delisle
http://infomarc.info

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
(Continue reading)

Marc Delisle | 1 Oct 2011 13:13
Gravatar

<at> FIELDS <at> -> <at> COLUMNS <at> ?

Hi,
In 3.5.x I suggest replacing  <at> FIELDS <at>  with  <at> COLUMNS <at>  to comply with
standard SQL terminology.

See http://www.phpmyadmin.net/documentation/#faq6_27.

--

-- 
Marc Delisle
http://infomarc.info

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
Rouslan Placella | 1 Oct 2011 14:01
Gravatar

Re: New sprites implementation

On Sat, 2011-10-01 at 06:54 -0400, Marc Delisle wrote:
> Le 2011-09-30 14:59, Rouslan Placella a écrit :
> > Hi there,
> > 
> > I've just pushed the new sprites implementation to master and updated
> > the relevant wiki page [1]. Please take the time to read this
> > documentation. Thank you.
> > 
> > If you have any feedback on the matter, I'd love to hear it.
> > 
> > Rouslan
> > 
> > [1]: http://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
> 
> Rouslan,
> after using generate_sprites, all my icons now have a black background.
> Maybe this is related to the numerous errors I get, such as:
> 
> identify: invalid colormap index `s_vars.png'  <at> 
> error/image.c/SyncImage/3899.

Hi Marc,

Well, that's not good. Although I doubt that the errors from 'identify'
have anything to do with the issue, since that program is only used to
extract the height and width from image files. Do you get any errors
from 'convert'?

Anyway, under what OS were you running the script? What does "convert
--version" say? Also can you run the below commands and let me know what
(Continue reading)

Marc Delisle | 2 Oct 2011 12:23
Gravatar

Re: New sprites implementation

Le 2011-10-01 08:01, Rouslan Placella a écrit :
> On Sat, 2011-10-01 at 06:54 -0400, Marc Delisle wrote:
>> Le 2011-09-30 14:59, Rouslan Placella a écrit :
>>> Hi there,
>>>
>>> I've just pushed the new sprites implementation to master and updated
>>> the relevant wiki page [1]. Please take the time to read this
>>> documentation. Thank you.
>>>
>>> If you have any feedback on the matter, I'd love to hear it.
>>>
>>> Rouslan
>>>
>>> [1]: http://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
>>
>> Rouslan,
>> after using generate_sprites, all my icons now have a black background.
>> Maybe this is related to the numerous errors I get, such as:
>>
>> identify: invalid colormap index `s_vars.png'  <at> 
>> error/image.c/SyncImage/3899.
> 
> Hi Marc,
> 
> Well, that's not good. Although I doubt that the errors from 'identify'
> have anything to do with the issue, since that program is only used to
> extract the height and width from image files. Do you get any errors
> from 'convert'?
> 
> Anyway, under what OS were you running the script? What does "convert
(Continue reading)

Rouslan Placella | 2 Oct 2011 16:23
Gravatar

Re: New sprites implementation

On Sun, 2011-10-02 at 06:23 -0400, Marc Delisle wrote:
> Le 2011-10-01 08:01, Rouslan Placella a écrit :
> > On Sat, 2011-10-01 at 06:54 -0400, Marc Delisle wrote:
> >> Le 2011-09-30 14:59, Rouslan Placella a écrit :
> >>> Hi there,
> >>>
> >>> I've just pushed the new sprites implementation to master and updated
> >>> the relevant wiki page [1]. Please take the time to read this
> >>> documentation. Thank you.
> >>>
> >>> If you have any feedback on the matter, I'd love to hear it.
> >>>
> >>> Rouslan
> >>>
> >>> [1]: http://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
> >>
> >> Rouslan,
> >> after using generate_sprites, all my icons now have a black background.
> >> Maybe this is related to the numerous errors I get, such as:
> >>
> >> identify: invalid colormap index `s_vars.png'  <at> 
> >> error/image.c/SyncImage/3899.
> > 
> > Hi Marc,
> > 
> > Well, that's not good. Although I doubt that the errors from 'identify'
> > have anything to do with the issue, since that program is only used to
> > extract the height and width from image files. Do you get any errors
> > from 'convert'?
> > 
(Continue reading)

Marc Delisle | 3 Oct 2011 12:21
Gravatar

Re: New sprites implementation

Le 2011-10-02 10:23, Rouslan Placella a écrit :
> On Sun, 2011-10-02 at 06:23 -0400, Marc Delisle wrote:
>> Le 2011-10-01 08:01, Rouslan Placella a écrit :
>>> On Sat, 2011-10-01 at 06:54 -0400, Marc Delisle wrote:
>>>> Le 2011-09-30 14:59, Rouslan Placella a écrit :
>>>>> Hi there,
>>>>>
>>>>> I've just pushed the new sprites implementation to master and updated
>>>>> the relevant wiki page [1]. Please take the time to read this
>>>>> documentation. Thank you.
>>>>>
>>>>> If you have any feedback on the matter, I'd love to hear it.
>>>>>
>>>>> Rouslan
>>>>>
>>>>> [1]: http://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
>>>>
>>>> Rouslan,
>>>> after using generate_sprites, all my icons now have a black background.
>>>> Maybe this is related to the numerous errors I get, such as:
>>>>
>>>> identify: invalid colormap index `s_vars.png'  <at> 
>>>> error/image.c/SyncImage/3899.
>>>
>>> Hi Marc,
>>>
>>> Well, that's not good. Although I doubt that the errors from 'identify'
>>> have anything to do with the issue, since that program is only used to
>>> extract the height and width from image files. Do you get any errors
>>> from 'convert'?
(Continue reading)

Michal Čihař | 3 Oct 2011 12:30
Favicon
Gravatar

Re: <at> FIELDS <at> -> <at> COLUMNS <at> ?

Hi

Dne Sat, 01 Oct 2011 07:13:20 -0400
Marc Delisle <marc <at> infomarc.info> napsal(a):

> Hi,
> In 3.5.x I suggest replacing  <at> FIELDS <at>  with  <at> COLUMNS <at>  to comply with
> standard SQL terminology.
> 
> See http://www.phpmyadmin.net/documentation/#faq6_27.

Okay for me, probably we could keep the latter one for backward
compatibility (or remove dozen of other backward compatibility
replacements).

--

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Dieter Adriaenssens | 3 Oct 2011 13:09
Picon
Gravatar

Re: <at> FIELDS <at> -> <at> COLUMNS <at> ?

2011/10/3 Michal Čihař <michal <at> cihar.com>:
> Hi
>
> Dne Sat, 01 Oct 2011 07:13:20 -0400
> Marc Delisle <marc <at> infomarc.info> napsal(a):
>
>> Hi,
>> In 3.5.x I suggest replacing  <at> FIELDS <at>  with  <at> COLUMNS <at>  to comply with
>> standard SQL terminology.
>>
>> See http://www.phpmyadmin.net/documentation/#faq6_27.
>
> Okay for me, probably we could keep the latter one for backward
> compatibility (or remove dozen of other backward compatibility
> replacements).

Fine for me.

Kind regards,

Dieter

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Phpmyadmin-devel mailing list
(Continue reading)

Rouslan Placella | 3 Oct 2011 15:01
Gravatar

Re: New sprites implementation

On Mon, 2011-10-03 at 06:21 -0400, Marc Delisle wrote:
> Le 2011-10-02 10:23, Rouslan Placella a écrit :
> > On Sun, 2011-10-02 at 06:23 -0400, Marc Delisle wrote:
> >> Le 2011-10-01 08:01, Rouslan Placella a écrit :
> >>> On Sat, 2011-10-01 at 06:54 -0400, Marc Delisle wrote:
> >>>> Le 2011-09-30 14:59, Rouslan Placella a écrit :
> >>>>> Hi there,
> >>>>>
> >>>>> I've just pushed the new sprites implementation to master and updated
> >>>>> the relevant wiki page [1]. Please take the time to read this
> >>>>> documentation. Thank you.
> >>>>>
> >>>>> If you have any feedback on the matter, I'd love to hear it.
> >>>>>
> >>>>> Rouslan
> >>>>>
> >>>>> [1]: http://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
> >>>>
> >>>> Rouslan,
> >>>> after using generate_sprites, all my icons now have a black background.
> >>>> Maybe this is related to the numerous errors I get, such as:
> >>>>
> >>>> identify: invalid colormap index `s_vars.png'  <at> 
> >>>> error/image.c/SyncImage/3899.
> >>>
> >>> Hi Marc,
> >>>
> >>> Well, that's not good. Although I doubt that the errors from 'identify'
> >>> have anything to do with the issue, since that program is only used to
> >>> extract the height and width from image files. Do you get any errors
(Continue reading)

Marc Delisle | 3 Oct 2011 15:18
Gravatar

Re: New sprites implementation

Rouslan Placella a écrit :
> On Mon, 2011-10-03 at 06:21 -0400, Marc Delisle wrote:
>> Le 2011-10-02 10:23, Rouslan Placella a écrit :
>>> On Sun, 2011-10-02 at 06:23 -0400, Marc Delisle wrote:
>>>> Le 2011-10-01 08:01, Rouslan Placella a écrit :
>>>>> On Sat, 2011-10-01 at 06:54 -0400, Marc Delisle wrote:
>>>>>> Le 2011-09-30 14:59, Rouslan Placella a écrit :
>>>>>>> Hi there,
>>>>>>>
>>>>>>> I've just pushed the new sprites implementation to master and updated
>>>>>>> the relevant wiki page [1]. Please take the time to read this
>>>>>>> documentation. Thank you.
>>>>>>>
>>>>>>> If you have any feedback on the matter, I'd love to hear it.
>>>>>>>
>>>>>>> Rouslan
>>>>>>>
>>>>>>> [1]: http://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
>>>>>> Rouslan,
>>>>>> after using generate_sprites, all my icons now have a black background.
>>>>>> Maybe this is related to the numerous errors I get, such as:
>>>>>>
>>>>>> identify: invalid colormap index `s_vars.png'  <at> 
>>>>>> error/image.c/SyncImage/3899.
>>>>> Hi Marc,
>>>>>
>>>>> Well, that's not good. Although I doubt that the errors from 'identify'
>>>>> have anything to do with the issue, since that program is only used to
>>>>> extract the height and width from image files. Do you get any errors
>>>>> from 'convert'?
(Continue reading)


Gmane