Hi everyone, I see an exciting idea 'Templating' [herehttp://wiki.phpmyadmin.net/pma/GSoC_2010_Ideas_List], If that project is still open, Can I contribute?
Le 2011-01-30 08:25, Anirvana Mishra a écrit :
Hi everyone, I see an exciting idea 'Templating' [herehttp://wiki.phpmyadmin.net/pma/GSoC_2010_Ideas_List], If that project is still open, Can I contribute?
Hi, ideas for Google Summer of Code 2011 are here: http://wiki.phpmyadmin.net/pma/GSoC_2011_Ideas_List
Are you thinking about contributing in the context of GSoC 2011?
Hi
Dne Sun, 30 Jan 2011 18:55:48 +0530 Anirvana Mishra anidps@gmail.com napsal(a):
I see an exciting idea 'Templating' [herehttp://wiki.phpmyadmin.net/pma/GSoC_2010_Ideas_List], If that project is still open, Can I contribute?
You are off by one year. Anyway you can contribute always, not only during GSoC :-). See http://www.phpmyadmin.net/home_page/improve.php
About the templating itself - it is quite huge effort to convert whole code to some templating engine and AFAIR it is reason why no such project has happened last year.
Hi Michal, Templating project is also in the list of potential ideas for GSoC 2011 :) 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.
On Mon, Jan 31, 2011 at 8:51 PM, Michal Čihař michal@cihar.com wrote:
Hi
Dne Sun, 30 Jan 2011 18:55:48 +0530 Anirvana Mishra anidps@gmail.com napsal(a):
I see an exciting idea 'Templating' [herehttp://wiki.phpmyadmin.net/pma/GSoC_2010_Ideas_List], If that project is still open, Can I contribute?
You are off by one year. Anyway you can contribute always, not only during GSoC :-). See http://www.phpmyadmin.net/home_page/improve.php
About the templating itself - it is quite huge effort to convert whole code to some templating engine and AFAIR it is reason why no such project has happened last year.
-- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Mon, 31 Jan 2011 21:26:34 +0530 Anirvana Mishra anidps@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.
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@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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
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
Hi
Dne Tue, 01 Feb 2011 08:53:30 -0500 Marc Delisle marc@infomarc.info napsal(a):
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
I tend to think this as well.
- it would make it difficult to merge the work of other GSoC 2011 students
In most cases yes.