Michal Čihař | 1 Feb 2011 11:10
Favicon
Gravatar

Re: Templating project

Hi

Dne Mon, 31 Jan 2011 21:26:34 +0530
Anirvana Mishra <anidps <at> gmail.com> napsal(a):

> Templating project is also in the list of potential ideas for GSoC 2011 :)

I know, but the other documentation is not the same, that's why I
mentioned that.

> If it's doable in 2-3 months(I would like you to tell me that) then I would
> surely like to submit a proposal for it.

I have no experience in converting existing code to templates, so it's
hard to tell for me, sorry.

--

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
(Continue reading)

Michal Čihař | 1 Feb 2011 11:15
Favicon
Gravatar

Re: Redirecting external links (SUMMARY)

Hi

After reading the discussion, I don't think we should introduce any
such service. I was originally also against it, but wanted to hear other
opinions as well before deciding. And there was none opinion in favor
of such thing.

Redirect service would introduce additional possible breakage, would
still allow leak of the referrer (though in much limited scale - only
to single site, but unencrypted) and would not bring any major benefits.

--

-- 
	Michal Čihař | http://cihar.com | http://blog.cihar.com
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Kasun Lakpriya | 1 Feb 2011 14:14
Picon

Re: GSoC 2011 idea: Zoom-search



On Mon, Jan 31, 2011 at 11:19 PM, Marc Delisle <marc <at> infomarc.info> wrote:

Thanks for  the information. 

P.S. Try to avoid top-posting on this list.
 
Sorry, I noticed it only after you let me know. 

I found something that seems having almost all the features we want but not from jQuery plugins. It's with MIT license as jQuery. Can you please look for this [0] to check the possibility of using this for PMA? I am not aware of licensing issues if there are any.

Here [1] are some examples of the features of [0].

Thanks,
Kasun

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Michael Keck | 1 Feb 2011 14:38
Picon

Re: Templating project

Hi all,

templating would be good idea, I know, we've discussion last year.
Today, I'm using templates on every project I'm developing and I've build a
small easy to use template engine based on simple php-code.

It means: we can use all php function if needed in templates, but I prefer
html-parts with simple embedded php.
Things like caching or pre-compiling is not needed by my solution, but
caching is an optional things which could be enabled. So with this, there
would be not a problem with server restriction for writing files.
What I often use is the browser caching routines for javascripts and
style sheets, so we could improve performance.

It's really fast, easy to use, no learning for extra template syntax.
Templating would improve PMA much:
- we can re-use often parts like navigation, panels, forms
- makes theming and designing easier for non php-programmers
- makes php functions clearer and cleaner
- faster development
- templating is the 1st step to OOP and framework based PMA

Regards
Michael


Am 01.02.2011 11:10, schrieb Michal Čihař:
Hi Dne Mon, 31 Jan 2011 21:26:34 +0530 Anirvana Mishra <anidps <at> gmail.com> napsal(a):
Templating project is also in the list of potential ideas for GSoC 2011 :)
I know, but the other documentation is not the same, that's why I mentioned that.
If it's doable in 2-3 months(I would like you to tell me that) then I would surely like to submit a proposal for it.
I have no experience in converting existing code to templates, so it's hard to tell for me, sorry. ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Marc Delisle | 1 Feb 2011 14:53
Gravatar

Re: Templating project

Michael Keck a écrit :
> 
> Hi all,
> 
> templating would be good idea, I know, we've discussion last year.
> Today, I'm using templates on every project I'm developing and I've build a
> small easy to use template engine based on simple php-code.

Hi,
I view templating as an almost complete rewrite of the code base; 
therefore I believe that
- it's out of scope for a 12-week GSoC project
- it would make it difficult to merge the work of other GSoC 2011 students

--

-- 
Marc Delisle
http://infomarc.info

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
lgtkaushalya@gmail.com | 1 Feb 2011 18:10
Picon

Re: Interested in AJAXify Interface project idea

Hi Marc,


   I have submitted the patch to the tracker with the id 3169798 [1]. This patch only contains the modification done to adding the "Show/Hide search criteria" link to the DB_search results. Please let me know if there any issues with that

   Since I'm going away from the home this week I'll not be able to work on the rest of the task until next Monday. So I'll continue with the rest in next week. Thank you.  

Regards,
Thilanka.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Marc Delisle | 1 Feb 2011 18:36
Gravatar

Re: GSoC 2011 idea: Zoom-search

Kasun Lakpriya a écrit :
> 
> I found something that seems having almost all the features we want but 
> not from jQuery plugins. It's with MIT license as jQuery. Can you please 
> look for this [0] to check the possibility of using this for PMA? I am 
> not aware of licensing issues if there are any.
> 
> Here [1] are some examples of the features of [0].
> 
> Thanks,
> Kasun
> 
> [0] - http://code.google.com/p/flot/
> [1] - http://people.iola.dk/olau/flot/examples/

Yes this looks like a library that would do the job.

By reading [2], [3] and [4] I conclude that this license is compatible 
with GPL (under which phpMyAdmin is licensed).

[2] http://en.wikipedia.org/wiki/Mit_license
[3] http://www.opensource.org/licenses/mit-license.php
[4] http://www.gnu.org/licenses/license-list.html

--

-- 
Marc Delisle
http://infomarc.info

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
Kasun Lakpriya | 1 Feb 2011 19:15
Picon

Re: GSoC 2011 idea: Zoom-search



On Tue, Feb 1, 2011 at 11:06 PM, Marc Delisle <marc <at> infomarc.info> wrote:
Kasun Lakpriya a écrit :
>
> I found something that seems having almost all the features we want but
> not from jQuery plugins. It's with MIT license as jQuery. Can you please
> look for this [0] to check the possibility of using this for PMA? I am
> not aware of licensing issues if there are any.
>
> Here [1] are some examples of the features of [0].
>
> Thanks,
> Kasun
>
> [0] - http://code.google.com/p/flot/
> [1] - http://people.iola.dk/olau/flot/examples/

Yes this looks like a library that would do the job.

Cool! :-)
By reading [2], [3] and [4] I conclude that this license is compatible
with GPL (under which phpMyAdmin is licensed).

[2] http://en.wikipedia.org/wiki/Mit_license
[3] http://www.opensource.org/licenses/mit-license.php
[4] http://www.gnu.org/licenses/license-list.html

Thanks for the time you spent on this. Now I will dig into the code base to get familiar. 

Any directions you suggesting to follow? 

Thanks and Regards,
Kasun 
--
http://twitter.com/kasunLak
http://kasun86.blogspot.com/
http://kasunlak.tumblr.com/

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Marc Delisle | 1 Feb 2011 21:16
Gravatar

Re: GSoC 2011 idea: Zoom-search

Kasun Lakpriya a écrit :
> 
> Thanks for the time you spent on this. Now I will dig into the code base 
> to get familiar. 
> 
> Any directions you suggesting to follow? 

The next step is _not_ to start coding this Zoom-search feature. Please 
read [0], especially the second item.

[0] http://wiki.phpmyadmin.net/pma/GSoC_2011_Applicant_Guide

--

-- 
Marc Delisle
http://infomarc.info

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
Herman van Rink | 2 Feb 2011 11:17
Picon

Re: Getting involve!

On 21-01-11 16:06, Kasun Lakpriya wrote:
> Hi Herman,
> Seems tests are going to work again. I installed required packages and
> was able to pass some test cases. Is there a raised issue regarding
> test coverage? I looked into issues and could not find one. If there
> is some thing like I can add a comment and ask something unclear when
> ever I need some help. Could you please create one if there is not
> existing one?

I've just opened 
https://sourceforge.net/tracker/?func=detail&aid=3170421&group_id=23067&atid=377408

On 24-01-11 12:03, Kasun Lakpriya wrote:
> - Failing Tests 
> PmaSeleniumLoginTest.php with this server log http://pastie.org/1492272

It's hard to read from that log what happens. What is you single step
such a test. Can you see valid credentials being input into the login form?

>
> I googled but could not find a solution. 
>
> And other remaining tests (non-selenium) are also failing saying
> "Undefined variable: _SESSION"
>
> I am running tests on Ubuntu10.10 and xampp-linux-1.7.3a. I think I am
> missing some thing. Can you help me to get this working?

Are you running tests from the command line or via http?

Sorry for the delay.

--

-- 
Met vriendelijke groet / Regards,

Herman van Rink 
Initfour websolutions

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d

Gmane