Started work on new site revamp backend and…
Started work on new site revamp (backend), and @jchristopher is heading up the work on the design / frontend soon too.
Started work on new site revamp (backend), and @jchristopher is heading up the work on the design / frontend soon too.
The next development meeting will occur on April 18th, 2011 at 8:00pm EST It will occur on IRC at irc.freenode.net in the channel #podscms If you have no idea what IRC is or are unable to figure out how to get in, you can join in via the Web Chat interface at: http://webchat.freenode.net/?channels=podscms Agenda Pods …
Contacted the WPML plugin team, we’re going to start discussions again – this time on integrations between WPML and Pods 2.0 – figuring out logistics and determining how to keep performance at the forefront. Will post more as the talks progress.
Going to contract Mark Jaquith at http://coveredwebservices.com/ for a couple hours of consulting near the end of the month. Going to have him review parts of the plugin to ensure security is top notch.
Hurt my brain today, stayed up until 6am working on Pods 2.0 – need sleep. Check Google SVN 2.0 branch for latest. Updated Pivotal with latest tasks completed. Here’s the progression from here for me: PodsUI >> FormUI >> PodsAdminUI. At that point, Pods 2.0 will be in an early alpha stage which would be …
So @logikal16 officially agreed to change my title here at Pods to ‘Lead Developer’! It’s been a bit unofficial for a while now, but I’m glad I can officially say I’m leading Pods to a bright and better future!
We’re ramping up development for Pods 2.0 and have lots planned for our new site. Contribute Code or Join the Conversation Anyone who would like to contribute code or be part of the discussions around 2.0 or the new site, apply to be a contributor at: https://pods.io/contribute/ Donations Welcome Anyone who would like to help …
Note to self, update the Upcoming Features for Pods 2.0 page with updated information: https://pods.io/pods-2-0/
Pods 1.9.5 has now been released.. http://wordpress.org/extend/plugins/pods/ Changelog: Added: Multisite (3.0+) Network Activation support – Now when you click Network Activate, Pods will install itself correctly across all sites (and new sites as they are added) Added: Third option “$thankyou_url” in publicForm($columns, $label, $thankyou_url) which changes what happens when a form is submitted Added: Pod …
Thinking about a simple update_pod function that would handle all the class instantiation, param sanitization etc in cases where you just want to quickly add/update a single pod. Think update_post_meta(). I’m thinking update_pod($datatype,$tbl_row_id,$values) where $values is a key/value array of field and value … i.e. update_pod(‘books’,4,array(‘author_last_name’,’Shakespeare)); Thoughts?