[Phpmyadmin-devel] adding an icon

Hi developers and especially GSoC students, if you add an icon, have a look at [0] to learn how to regenerate the sprites. [0] https://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage -- Marc Delisle (phpMyAdmin)

Hi, Marc I'm using PMA_Util::getImage, is that OK? 2014-05-22 19:52 GMT+08:00 Marc Delisle <marc@infomarc.info>:
Hi developers and especially GSoC students,
if you add an icon, have a look at [0] to learn how to regenerate the sprites.
[0] https://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
-- Marc Delisle (phpMyAdmin)
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Edward Cheng

Edward Cheng a écrit :
Hi, Marc I'm using PMA_Util::getImage, is that OK?
Hi Edward, yes, this is OK. Feel free to update this outdated wiki page :) The JavaScript function name is still the same, but the PHP one has changed.
2014-05-22 19:52 GMT+08:00 Marc Delisle <marc@infomarc.info>:
Hi developers and especially GSoC students,
if you add an icon, have a look at [0] to learn how to regenerate the sprites.
[0] https://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
-- Marc Delisle (phpMyAdmin)
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Marc Delisle (phpMyAdmin)

On Thu, May 22, 2014 at 5:22 PM, Marc Delisle <marc@infomarc.info> wrote:
Hi developers and especially GSoC students,
if you add an icon, have a look at [0] to learn how to regenerate the sprites.
Hi Marc, I had added two new icons for central columns, so I run the script to regenerate the sprite as suggested in [0]. In newly generated sprite I can see the added two new icon images and also an entry is made in sprites.lib.php. But now, on my local phpmyadmin UI, all the icons looks interchanged, see 1.png . Do I need to modify something else? Am I missing something?
[0] https://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
- Smita
-- Marc Delisle (phpMyAdmin)
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

On May 24, 2014, at 5:32 AM, Smita <kumarismita62@gmail.com> wrote: > > On Thu, May 22, 2014 at 5:22 PM, Marc Delisle <marc@infomarc.info> wrote: >> Hi developers and especially GSoC students, >> >> if you add an icon, have a look at [0] to learn how to regenerate the >> sprites. > > Hi Marc, > I had added two new icons for central columns, so I run the script to regenerate the sprite as suggested in [0]. In newly generated sprite I can see the added two new icon images and also an entry is made in sprites.lib.php. > But now, on my local phpmyadmin UI, all the icons looks interchanged, see 1.png . > Do I need to modify something else? Am I missing something? Most likely your browser still has the old icon file in cache. You may be able to force it to reload by holding CTRL or shift while pressing refresh, or by clearing the browser cache. Firefox has many extensions which makes that a one-click operation, you may wish to install one for debugging purposes. > >> [0] https://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage > - Smita >> -- >> Marc Delisle (phpMyAdmin) >> >> ------------------------------------------------------------------------------ >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. >> Get unparalleled scalability from the best Selenium testing platform available >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> _______________________________________________ >> Phpmyadmin-devel mailing list >> Phpmyadmin-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel > > <1.png> > ------------------------------------------------------------------------------ > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. > Get unparalleled scalability from the best Selenium testing platform available > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > _______________________________________________ > Phpmyadmin-devel mailing list > Phpmyadmin-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

On Sat, May 24, 2014 at 5:09 PM, Isaac Bennetch <bennetch@gmail.com> wrote:
On May 24, 2014, at 5:32 AM, Smita <kumarismita62@gmail.com> wrote:
On Thu, May 22, 2014 at 5:22 PM, Marc Delisle <marc@infomarc.info> wrote:
Hi developers and especially GSoC students,
if you add an icon, have a look at [0] to learn how to regenerate the sprites.
Hi Marc, I had added two new icons for central columns, so I run the script to regenerate the sprite as suggested in [0]. In newly generated sprite I can see the added two new icon images and also an entry is made in sprites.lib.php. But now, on my local phpmyadmin UI, all the icons looks interchanged, see 1.png . Do I need to modify something else? Am I missing something?
Most likely your browser still has the old icon file in cache. You may be able to force it to reload by holding CTRL or shift while pressing refresh, or by clearing the browser cache. Firefox has many extensions which makes that a one-click operation, you may wish to install one for debugging purposes.
Yes, Thanks. that was cache problem. I cleared the browser cache and
reload the page, it worked :-).
[0] https://wiki.phpmyadmin.net/pma/Icons/Sprites_Usage
- Smita
-- Marc Delisle (phpMyAdmin)
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
<1.png>
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs
_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
participants (4)
-
Edward Cheng
-
Isaac Bennetch
-
Marc Delisle
-
Smita