[fw-general] Re: ZF2 and some questions

2012-08-01 Thread Marco Pivetta
Hi Marko! - Using the ODM is very different from using MongoDB directly. There's a PR (postponed to 2.1) for a MongoDB session savehandler by Jeremy Mikola at https://github.com/zendframework/zf2/pull/2031 - OAuth has been pushed out of the main repository into

[fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
I updated to latest zf2 master and I noticed Locale is moved to I18n. More important, there is no CLDR! What is happening? How can I fetch locale data (languages/territories) now? --- Regards, Saša Stamenković

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Robert Basic
This? https://github.com/zendframework/zf2/tree/master/resources/languages On 1 August 2012 15:19, Саша Стаменковић umpir...@gmail.com wrote: I updated to latest zf2 master and I noticed Locale is moved to I18n. More important, there is no CLDR! What is happening? How can I fetch locale data

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
Nope, there use to be Zend\Locale\Data\Cldr, but now entire Zend\Locale namespace is gone. --- Regards, Saša Stamenković On Wed, Aug 1, 2012 at 3:21 PM, Robert Basic robertbasic@gmail.comwrote: This? https://github.com/zendframework/zf2/tree/master/resources/languages On 1 August 2012

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Frank Brückner
Am 01.08.2012, 15:24 Uhr, schrieb Саша Стаменковић umpir...@gmail.com: Nope, there use to be Zend\Locale\Data\Cldr, but now entire Zend\Locale namespace is gone. --- Regards, Saša Stamenković use Locale; http://de.php.net/manual/de/class.locale.php -- List: fw-general@lists.zend.com Info:

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Frank Brückner
Am 01.08.2012, 15:24 Uhr, schrieb Саша Стаменковић umpir...@gmail.com: Nope, there use to be Zend\Locale\Data\Cldr, but now entire Zend\Locale namespace is gone. --- Regards, Saša Stamenković Plain PHP: use Locale; Locale::getDefault(); http://de.php.net/manual/de/class.locale.php -- List:

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
BTW, there is some problem with mailing list, I'm not getting all responses via email, for example Frank Brücknerhttp://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=user_nodesuser=265650response from

Re: [fw-general] Zend Framework Composer Pakages

2012-08-01 Thread Matthew Weier O'Phinney
-- Саша Стаменковић umpir...@gmail.com wrote (on Tuesday, 31 July 2012, 11:50 PM +0200): Ah, great, didn't know about that particular option. Still waiting for answer regarding zend-db package. I sent you an answer yesterday:

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Matthew Weier O'Phinney
-- Саша Стаменковић umpir...@gmail.com wrote (on Wednesday, 01 August 2012, 03:19 PM +0200): I updated to latest zf2 master and I noticed Locale is moved to I18n. More important, there is no CLDR! What is happening? How can I fetch locale data (languages/territories) now? We removed the ZF1

[fw-general] Re: Is CLDR gone?

2012-08-01 Thread HHGAG
You can download them yourself: http://unicode.org/cldr/trac/browser/tags/release-21-0-2/common - Hasan H. Gürsoy (HHGAG) -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Is-CLDR-gone-tp4656028p4656034.html Sent from the Zend Framework mailing list

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
My workaround was to downgrade to zf1 which is still capable to do the job :P --- Regards, Saša Stamenković On Wed, Aug 1, 2012 at 3:46 PM, Саша Стаменковић umpir...@gmail.com wrote: BTW, there is some problem with mailing list, I'm not getting all responses via email, for example Frank

Re: [fw-general] Is CLDR gone?

2012-08-01 Thread Саша Стаменковић
Anyone know what is the CLDR version in zf1 trunk? Or how to check it? --- Regards, Saša Stamenković On Wed, Aug 1, 2012 at 5:38 PM, Саша Стаменковић umpir...@gmail.com wrote: My workaround was to downgrade to zf1 which is still capable to do the job :P --- Regards, Saša Stamenković On