[fw-general] Outlook calendar and PHP

2010-09-16 Thread Antonio Caccese

 Hi,
i'm working on an intranet application. Exist a way to synchronize the 
event in the Outlook calendar and my php based app?
For example if i create an event in my remote calendar i would that i 
get it in my Outlook Client and viceversa.


Thanks



Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Ralph Schindler
I've not seen this before, although I don't think i've had that 
situation before either..  Can you create a small reproduction script?


-ralph

On 9/15/10 9:47 AM, keith Pope wrote:

Hi,

Has anyone ever had any problems with Zend_Auth failing to
store/serialize data that has ü etc in.

I seem to be losing the auth session for all users with names
containing utf-8 chars

Thx

Keith



Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Gregory
Are you using postgres?



On Sep 15, 2010, at 9:47 AM, keith Pope mute.p...@googlemail.com wrote:

 Hi,
 
 Has anyone ever had any problems with Zend_Auth failing to
 store/serialize data that has ü etc in.
 
 I seem to be losing the auth session for all users with names
 containing utf-8 chars
 
 Thx
 
 Keith


Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Bradley Holt
Keith,

On Wed, Sep 15, 2010 at 10:47 AM, keith Pope mute.p...@googlemail.comwrote:

 Hi,

 Has anyone ever had any problems with Zend_Auth failing to
 store/serialize data that has ü etc in.

 I seem to be losing the auth session for all users with names
 containing utf-8 chars


Are you using a PDO database adapter?  Do you have the charset parameter for
your database connection set to UTF8?


 Thx

 Keith



[fw-general] Re: Outlook calendar and PHP

2010-09-16 Thread PHPScriptor

Yes it's possible...

Depends on Outlook 2003 or 2007?

in 2007 it's rather easy. Under 'Account Settings' you have a tab that's
called 'Internet Calendars'. You can set your url there to your application
export.

How the export should look like:
http://en.wikipedia.org/wiki/ICalendar
http://en.wikipedia.org/wiki/ICalendar 

For 2003 it's a little bit more complex, 'cause it doesn't have the Internet
Calendar.

-
http://www.phpscriptor.com http://www.phpscriptor.com 
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Outlook-calendar-and-PHP-tp2541951p2542309.html
Sent from the Zend Framework mailing list archive at Nabble.com.


Re: [fw-general] Re: Outlook calendar and PHP

2010-09-16 Thread Alexander Steshenko
another thing here is that there's really nothing decent out there to work
with/parse iCal properly.

On Thu, Sep 16, 2010 at 6:27 PM, PHPScriptor cont...@phpscriptor.comwrote:


 Yes it's possible...

 Depends on Outlook 2003 or 2007?

 in 2007 it's rather easy. Under 'Account Settings' you have a tab that's
 called 'Internet Calendars'. You can set your url there to your application
 export.

 How the export should look like:
 http://en.wikipedia.org/wiki/ICalendar
 http://en.wikipedia.org/wiki/ICalendar

 For 2003 it's a little bit more complex, 'cause it doesn't have the
 Internet
 Calendar.

 -
 http://www.phpscriptor.com http://www.phpscriptor.com
 --
 View this message in context:
 http://zend-framework-community.634137.n4.nabble.com/Outlook-calendar-and-PHP-tp2541951p2542309.html
 Sent from the Zend Framework mailing list archive at Nabble.com.




-- 
*Alexander Steshenko | http://lcf.name*


[fw-general] Monthly Bughunt Days Starts NOW!

2010-09-16 Thread Ralph Schindler

Hey all, announcing the bug hunt for this month!

** Special Note: As of this month, there will be no more 1.10.x series 
releases.  As such, there is no need to merge any commits from trunk to 
the release-1.10 branch.  Our next major release will be 1.11.0. **



Taken from: http://dz.zend.com/a/12576


Yep, it's the third week of the month again- and you know what that 
means: Zend Framework Monthly Bughunt! Today, Tomorrow and Saturday of 
September (the 16th, 17th and 18th 2010), we'll be hosting our monthly 
bug hunt. For those of you unfamiliar with the event, each month, we 
organize the community to help reduce the number of open issues reported 
against the framework.


Last month 28 issues were closed in 3 days.  Ramon Henrique Ornelas 
brought home the victory.  This is a back to back win for him as he was 
one of the 1st place developers during the month of July.  Thanks again 
Ramon, for your hard work!


All in all, bug hunt days have helped us close 100's of issues in Zend 
Framework since their inception. These bug hunts have proved vital to 
keeping up the bug squashing momentum in this project. So, whether they 
are big bugs or small bugs, remember this: all bugs worthy of being 
squashed.


Not convinced you should join in yet? Here are some more reasons:

  * Improve your coding skillz by being around some of PHP's top 
developers in #zftalk.dev while hunting for bugs.
  * Win a t-shirt -- the individual who resolves or assists in 
resolving the most issues wins a Zend Framework t-shirt!

  * Help improve the overall quality of the code you're already using.
  * Fix issues that have been affecting you.
  * Save you and your company time spent managing your own patches to 
ZF, and move the maintenance upstream by patching the framework itself.

  * Learn valuable Quality Assurance skills.
  * All the cool kids are doing it. Are you cool?

If you want to help out, please make sure you have a CLA on file with 
us, and then join us in the #zftalk.dev channel on Freenode on Thursday, 
Friday,  Saturday. If you would like more information on specifics of 
participating, read our guide.


Looking forward to seeing you at this month's Bug Hunt Days!
---

-ralph


Re: [fw-general] Re: Outlook calendar and PHP

2010-09-16 Thread Ben Scholzen
Am 16.09.2010 18:00, schrieb Alexander Steshenko:
 another thing here is that there's really nothing decent out there to work
 with/parse iCal properly.

Yep, sorry, I'm still working on Zend\Ical ;)

-- 
Ben Scholzen 'DASPRiD'
Community Review Team Member | m...@dasprids.de
Zend Framework   | http://www.dasprids.de
PGP key: http://stuff.dasprids.de/pgp/ben-scholzen-pgp-key.asc


Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Hector Virgen
Which auth storage adapter are you using? If you're storing in the session,
are you using a custom session storage adapter or file-based?

--
*Hector Virgen*
Sr. Web Developer
Walt Disney Parks and Resorts Online
http://www.virgentech.com



On Thu, Sep 16, 2010 at 7:30 AM, Bradley Holt bradley.h...@foundline.comwrote:

 Keith,

 On Wed, Sep 15, 2010 at 10:47 AM, keith Pope mute.p...@googlemail.comwrote:

 Hi,

 Has anyone ever had any problems with Zend_Auth failing to
 store/serialize data that has ü etc in.

 I seem to be losing the auth session for all users with names
 containing utf-8 chars


 Are you using a PDO database adapter?  Do you have the charset parameter
 for your database connection set to UTF8?


 Thx

 Keith






[fw-general] ContextSwitch custom formats and callback function

2010-09-16 Thread Sergio Rinaudo

  




 Hi All, 
can someone please help me understand how callback function must be set using 
custom format with contextSwitch?

I have already read the documentation and this post: 
http://osdir.com/ml/php.zend.framework.mvc/2008-07/msg00120.html .

but I still got no result and no errors :/

Thanks



Sergio Rinaudo