User Profile

User
 markstory
Location
 Toronto, Ontario
URL
 http://mark-story.com

Recent Articles

CakePHP 1.3.14 and 2.0.5 released

The CakePHP core team is proud to announce the immediate availability of CakePHP 2.0.5 [1] and CakePHP 1.3.14 [2].
  • Published by markstory 12/29/11 - 03:10
  • 11297 views
  • 0 comments

CakePHP 1.3.13 Released

The CakePHP core team is proud to announce the immediate availability of CakePHP 1.3.13 [1]. 1.3.13 is a bugfix/maintenance release for the 1.3 branch. Since the release of 1.3.12 one month ago there have been 31 commits, and 16 issues resolved.
  • Published by markstory 10/15/11 - 20:08
  • 19508 views
  • 0 comments

CakePHP 2.0.0-RC1 Hot and fresh

The CakePHP core team is proud to announce the immediate availability of CakePHP 2.0.0-RC1[1]. 2.0.0-RC1 marks the beggining of the release candidate process for 2.0.0. From this point forward no additional new features or backwards incompatabile changes will be made to CakePHP 2.0. We plan on having 3 RC releases, and if there are no outstanding large issues we will release the final version. Read the changelog[2] or download the release[1].
  • Published by markstory 09/04/11 - 17:09
  • 14035 views
  • 8 comments

CakePHP 1.3.9 and 2.0.0-alpha released

The CakePHP core team is proud to announce the immediate availability of CakePHP 1.3.9 and 2.0.0-alpha.
  • Published by markstory 05/21/11 - 02:49
  • 28761 views
  • 6 comments

CakePHP 1.3.8 and 1.2.10 released

The CakePHP core team is proud to announce the immediate availability of CakePHP 1.3.8 and 1.2.10. These releases are bugfix/maintenance releases for the 1.2 and 1.3 branches.
  • Published by markstory 03/20/11 - 00:00
  • 36780 views
  • 2 comments

Recent Comments

Posted 15/11/2010 09:51pm
Sensei: Downloads should be working now. Github was having some issues, but everything is good now :)
Posted 06/09/2010 12:21pm
I need to link the repository in my projects
If you are using svn you can always use github's svn read support for svn externals. http://svn.github.com/cakephp/cakephp
Posted 17/12/2009 12:36pm
What's wrong with setting $this->layout in the view files? This seems like a lot of extra work for something that is easy to achieve with the existing code.
Posted 05/11/2009 11:41pm
While the chaw is not perfect, a move a way from trac was required in order to start using git. The switch to git has enabled and simplified contributions immensely from my point of view. We are looking into ways of solving the existing issues people are experiencing with the current ticket tracker.


As for addressing the issues with the wiki, I was unaware of any issues with the code parsing, as it works with out issue for me on all browsers I have. So if we aren't notified of any issues there is no way we can solve them.


The bakery has had a rewrite started, but development has slowed down. And getting people involved is not as simple as 'appointing' them. We can't just conscript people into helping out, they need to come forward and volunteer. Anyone interested in helping get the existing issues with the bakery and helping progress the existing development can contact me. I'm on the irc channel most of the north american day every day, and watch the mailing list, the rest is up to you.
Posted 25/08/2008 02:38pm
:-)


case 'boolean':
                    $bool = (boolean)$value ? 'true' : 'false';
                    $valueElement->createElement('boolean', $bool); 

Boolean value must be 1 or 0.

http://www.xmlrpc.com/spec

Thank you, its fixed. Don't know how I missed that the first time I read it.