Re: [PHPTAL] PHPTAL PEAR news
On 20-12-2009 at 23:46:11 Daniel Trebbien wrote: Would you like bug reports to be posted to the new pear package site, or do you want to continue receiving them through the mailing list? I think PEAR bug tracker should work already, and I prefer that. However, if you're not sure if something is a bug or a feature, then I don't mind if you post it to the mailinglist :) -- regards, Kornel ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal
Re: [PHPTAL] PHPTAL PEAR news
Would you like bug reports to be posted to the new pear package site, or do you want to continue receiving them through the mailing list? On 2009-12-01, Kornel Lesiński wrote: > > PHPTAL has been accepted as official PEAR package! > > http://pear.php.net/package/HTML_Template_PHPTAL > > > The good things: > > * It's been reviewed by PEAR team and they'll be keeping eye on package's > quality. > * It's got access to pear.php.net facilities, like bug tracker, roadmaps, > releases archive, official installer, etc. I haven't prepared PEAR > releases yet, but you can start using bug tracker now: > http://pear.php.net/bugs/report.php?package=HTML_Template_PHPTAL > * It will be hosted in php.net SVN repository. > > The bad news is that PEAR requires renaming of package from just "PHPTAL" > to "HTML_Template_PHPTAL", which means change of all class names! > > > Since I'm not too keen on having 3 times longer class name prefix, I've > decided to use PHP 5.3 namespaces (PEAR2 package) for official PEAR > releases. In PHP5.3 you can hide those long prefixes by aliasing > namespaces. > > Of course I realize 5.3 isn't available to everyone yet, so I'm going to > keep current backwards-compatible distribution maintained in parallel > until PHP 5.3 becomes commonplace. > > > Questions? Suggestions? > > -- > regards, Kornel > > ___ > PHPTAL mailing list > PHPTAL@lists.motion-twin.com > http://lists.motion-twin.com/mailman/listinfo/phptal > ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal
Re: [PHPTAL] PHPTAL PEAR news
On 12/01/2009 12:46 PM, Kornel Lesiński wrote: PHPTAL has been accepted as official PEAR package! http://pear.php.net/package/HTML_Template_PHPTAL Good work! The good things: * It's been reviewed by PEAR team and they'll be keeping eye on package's quality. * It's got access to pear.php.net facilities, like bug tracker, roadmaps, releases archive, official installer, etc. I haven't prepared PEAR releases yet, but you can start using bug tracker now: http://pear.php.net/bugs/report.php?package=HTML_Template_PHPTAL * It will be hosted in php.net SVN repository. The bad news is that PEAR requires renaming of package from just "PHPTAL" to "HTML_Template_PHPTAL", which means change of all class names! Since I'm not too keen on having 3 times longer class name prefix, I've decided to use PHP 5.3 namespaces (PEAR2 package) for official PEAR releases. In PHP5.3 you can hide those long prefixes by aliasing namespaces. http://www.pirum-project.org/ might then be of interest :) regards, Tarjei Of course I realize 5.3 isn't available to everyone yet, so I'm going to keep current backwards-compatible distribution maintained in parallel until PHP 5.3 becomes commonplace. Questions? Suggestions? -- Tarjei Huse Mobil: 920 63 413 ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal
Re: [PHPTAL] PHPTAL PEAR news
First of all: good job! Congrats! That will spread the usage of this great lib! :) I've got only one question that could be useful for ZendFramework integration (it's my case). As you'll have to rename/move ALL classes and php files within the package, try to place the PHPTAL.php file in a "top level directory" of the package and all other files in lower level directories... It's just a small issue with the Zend_Loader_Autoloader, but it would be helpful :) 2009/12/1 Kornel Lesiński > > PHPTAL has been accepted as official PEAR package! > > http://pear.php.net/package/HTML_Template_PHPTAL > > > The good things: > > * It's been reviewed by PEAR team and they'll be keeping eye on package's > quality. > * It's got access to pear.php.net facilities, like bug tracker, roadmaps, > releases archive, official installer, etc. I haven't prepared PEAR releases > yet, but you can start using bug tracker now: > http://pear.php.net/bugs/report.php?package=HTML_Template_PHPTAL > * It will be hosted in php.net SVN repository. > > The bad news is that PEAR requires renaming of package from just "PHPTAL" > to "HTML_Template_PHPTAL", which means change of all class names! > > > Since I'm not too keen on having 3 times longer class name prefix, I've > decided to use PHP 5.3 namespaces (PEAR2 package) for official PEAR > releases. In PHP5.3 you can hide those long prefixes by aliasing namespaces. > > Of course I realize 5.3 isn't available to everyone yet, so I'm going to > keep current backwards-compatible distribution maintained in parallel until > PHP 5.3 becomes commonplace. > > > Questions? Suggestions? > > -- > regards, Kornel > > ___ > PHPTAL mailing list > PHPTAL@lists.motion-twin.com > http://lists.motion-twin.com/mailman/listinfo/phptal > -- Marco Pivetta - Ocramius Aethril Standard Ogame Project - StOgame http://www.stogame.net Making Ogame a better place... Sent from Padova, Veneto, Italia ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal
Re: [PHPTAL] PHPTAL PEAR news
Congradulations! Anton 2009/12/1 Kornel Lesiński > > PHPTAL has been accepted as official PEAR package! > > http://pear.php.net/package/HTML_Template_PHPTAL > > > The good things: > > * It's been reviewed by PEAR team and they'll be keeping eye on package's > quality. > * It's got access to pear.php.net facilities, like bug tracker, roadmaps, > releases archive, official installer, etc. I haven't prepared PEAR releases > yet, but you can start using bug tracker now: > http://pear.php.net/bugs/report.php?package=HTML_Template_PHPTAL > * It will be hosted in php.net SVN repository. > > The bad news is that PEAR requires renaming of package from just "PHPTAL" > to "HTML_Template_PHPTAL", which means change of all class names! > > > Since I'm not too keen on having 3 times longer class name prefix, I've > decided to use PHP 5.3 namespaces (PEAR2 package) for official PEAR > releases. In PHP5.3 you can hide those long prefixes by aliasing namespaces. > > Of course I realize 5.3 isn't available to everyone yet, so I'm going to > keep current backwards-compatible distribution maintained in parallel until > PHP 5.3 becomes commonplace. > > > Questions? Suggestions? > > -- > regards, Kornel > > ___ > PHPTAL mailing list > PHPTAL@lists.motion-twin.com > http://lists.motion-twin.com/mailman/listinfo/phptal > ___ PHPTAL mailing list PHPTAL@lists.motion-twin.com http://lists.motion-twin.com/mailman/listinfo/phptal