What is coming up or was just introduced in Stable and Development version of Agile Toolkit download, development version, stable version, changes, updates, changelog, recent changes

Development Changes - August 2011

July and August were relatively calm and not many changes were done. This is because we were preparing and testing 4.1 release

August 16thAdd getColumn() to DBlite

$array_of_values = $this->api->db->getColumn($query); $array_of_values = $dq->do_getColumn();

August 16th$api->jui->addStaticInclude()

Calling jui->addInclude() or js()->_load() will attempt to load JavaScript file dynamically through AJAX. Some 3rd party JavaScript add-ons do not like that. Previously developer would had to manually add include text into shared template, now you can simply call: $this->api->jui->addStaticInclude('myjsfile');

Older Entries