queryable_variables 6.x-3.10

Bug fixes
Unsupported

Minor bug fixes:

* queryable_variables_get_date() didnt return a date because no date was being entered. This is now fixed.

* When a value was null, the variable was not entered into the DB because the type function couldnt figure out what type to set it as. Simply initializing the variable with '' fixes this. Fixed.

* jid and sid had their indexes set to tid.. This is now fixed.

queryable_variables 5.x-3.7

Bug fixes
Unsupported

Fix anonymous users getting variables attached to them that shouldnt be there.

queryable_variables 6.x-3.9

Bug fixes
Unsupported

Fixed a bug where variables were being added to anonymous users.

queryable_variables 5.x-3.6

Unsupported

Fixed a problem with anonymous users gaining QV's when they should not have been.

queryable_variables 6.x-3.8

Unsupported

Fixed a problem with QV's loading on anonymous users when it should not have been doing so.

queryable_variables 6.x-3.7

New features
Unsupported

This is a major version release and is not compatible with previous versions of queryable variables. You should NOT need to upgrade if you have a lot of data in QV as there is really no need. This update addresses Postgres only and thats it. Nothing else. So unless you installing fresh, dont use this. There have been database scheme changes which make this version in compatible with previous version data in order to accommodate some PGSQL quirks.

This version of QVs allows you to use QVs with Drupal 6 in either a Postgresql or Mysql setup.

queryable_variables 6.x-3.6

Bug fixes
Unsupported

Removed print_r from nodeapi view and user view functions.

queryable_variables 5.x-3.5

New features
Unsupported

.//implementation of hook_taxonomy
function queryable_variables_taxonomy($op, $type, $array = NULL)

//implementation of hook_user
function queryable_variables_user($op, &$edit, &$account, $category = NULL)

//implementation of hook_nodeapi
function queryable_variables_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL)

function queryable_variables_get_var_name_by_id($id)

function queryable_variables_get_vars_by_nid($nid, $type = 'nid')

queryable_variables 5.x-3.3

Unsupported

Reworked the get/set functions a little. When saving arrays and objects it was always saving the serialized version. It now saves data to the correct data types for each value unserialized.

queryable_variables 6.x-3.3

Unsupported

Reworked the get/set functions a little. When saving arrays and objects it was always saving the serialized version. It now saves data to the correct data types for each value unserialized.

queryable_variables 6.x-3.2

Unsupported

Fixed a problem where in very rare instances, the del function would return the wrong ID.

queryable_variables 5.x-3.1

Unsupported

Added 2 new functions queryable_variables_get_by_id() and queryable_variables_del_by_id()

queryable_variables 6.x-3.1

Unsupported

Added 2 new functions queryable_variables_get_by_id() and queryable_variables_del_by_id()

Subscribe with RSS Subscribe to Releases for Queryable Variables