Wow @chriscarvache is doing some awesome things for…
Wow, @chriscarvache is doing some awesome things for Pods, he’s going to post about it soon – watch for it!
Wow, @chriscarvache is doing some awesome things for Pods, he’s going to post about it soon – watch for it!
Release Notes Improved: MySQL performance enhanced with a number of MySQL indexes and column type tweaks, your DB will be automatically upgraded for you Added: PodInit :: setup now has filters / actions that run before / after install and updates Added: PodInit :: setup now explicitly sets CHARSET / COLLATE options as defined in …
Saw this recently hit the Drupal crowd over at http://drupal.org/node/1240138 The standard itself can be found at: http://groups.google.com/group/php-standards/web/psr-0-final-proposal?pli=1 with implementation found at: https://gist.github.com/221634 Does anyone have any thoughts on this? Should we be utilizing the PSR-0 standard in 2.0?
Anyone want to send in their ideas for what menu items they’d like to see Pods add to the WP Admin Bar?
Release Notes Added: Moved the demo.php file from the Pods UI plugin over as pods-ui-demo.php and can now be found distributed with this plugin in the /demo/ plugin Bugfix: Fixed PHP error with new Version to Point function
I definitely know we need an autocomplete form element for both single/multi select, but here’s also a side-by-side jQuery UI Multiselect script that would be nice: http://www.quasipartikel.at/multiselect/ Everyone feel free to post jQuery plugins you like and want to see in Pods 2.0!
Fixed a jQuery error on the Q&A area, jQuery wasn’t included in header on the site because Pods no longer enqueues it for every page load (yay) and loads it as needed (if it’s not already queued, or already printed out).
The script we currently use for the Date / Time picker is pretty restrictive, does anyone know of any cool jQuery Date / Time pickers we can use to replace it with?
Release Notes Added: New wp_pod and wp_pod_tbl_* table fix tool under Pods >> Setup >> Settings tab to resync your wp_pod table (clear orphans in wp_pod, and sync from wp_pod_tbl_* to wp_pod what doesn’t already exist) – Useful for those who imported directly to wp_pod_tbl_* but forgot to import into wp_pod Added: Set Meta Tags …
Release Notes Added: Full revamped UI for Content Management via Pods UI (you no longer need two separate plugins – Pods and Pods UI) Added: TinyMCE is now the default visual editor in WP Admin pages (nicEdit remains default for frontend forms), you can still use the newly updated TinyMCE for Pods package to customize …