So weekly meetings Sunday Does Sunday afternoon ish…
So.. weekly meetings.. Sunday? Does Sunday afternoon-ish (EST) work for (mostly) everyone?
So.. weekly meetings.. Sunday? Does Sunday afternoon-ish (EST) work for (mostly) everyone?
The new PodsData class that has been tied to PodsUI has morphed into a general-purpose DB Abstraction layer. Here are some functions I’m working on for it: query (pods_query mapped to this) insert update delete reorder select build (handles sql building for search, pagination, and sorting) table_create table_alter table_truncate table_drop The Pods() and PodsAPI() classes …
So as we put things into gear to get Pods 2.0 to an Alpha testing phase, it makes sense to have a weekly meeting again. Let’s set a specific day / time each week to meet up. It can be on the weekend or whenever. Worst-case, if you can’t make it then just pop into …
Andrew Ozz came through and sent over the latest revision of the new API for TinyMCE which will find it’s way into WP core hopefully in WP 3.3 — It’s not implemented in the brand new PodsFormUI class just committed. @wesbos and @jchristopher are collaborating on the new fields, but so far I’ve got a …
Made significant progress this weekend on PodsUI. Was able to refactor and split off the data handling side of PodsUI so it’s not as heavy anymore and can be utilized as PodsData, which can be used now throughout Pods where needed. PodsData offers SQL Building, which basically means it can deconstruct a SQL query and …
So I finally tackled the thing holding me back – how to handle all of the options that PodsUI offers. Part of it is streamlining the validation process, which I built a utility class to do just that: PodsArray – http://code.google.com/p/wp-pods/source/browse/branches/2.0/classes/PodsArray.php This class takes an object or array and gives it some simple functionality to …
Had my chat with Mark Jaquith today over the security behind the new Pods 2.0 Forms, it wasn’t a full security audit but Mark was consulting me on what we’re doing and has confirmed that what we’re doing will be secure. We’ll setup a full security audit (boy that’ll cost some $$$, we’d better start …
Scheduled for next week with Mark Jaquith to go over security and I’ll make sure we’re on the right track with Pods 2.0
Had to work on client work this weekend, but I ended up building PodsWizardUI to help in some custom tabbed forms. Check out the code so far here: http://pastebin.com/uq8BjjRz Right now this code runs on Pods 1.9.5.1 and Pods UI, so it’ll need to be ported to 2.0 code when I bring it over into …
Was just chatting with Andrew Ozz about progress on the revised TinyMCE API for WP that he’s working on — he said he’s about half done and is going to put some more time in on it this weekend. If you want to show your support for seeing TinyMCE in Pods 2.0, now would be …