queryable_variables 6.x-3.12
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.12.tar.gz | 19.87 KB | 74349e5f30e55c433a617fd2dff74de1 |
| queryable_variables-6.x-3.12.zip | 21.34 KB | 235e6288471f69a2af9a09526fcd2dc3 |
Release notes
Bug fixes for the following issues:
http://drupal.org/node/1033624
http://drupal.org/node/1028872
queryable_variables 6.x-3.11
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.11.tar.gz | 19.82 KB | 38362b2c39b0c4054bc342062d769e1b |
| queryable_variables-6.x-3.11.zip | 21.19 KB | 006b91780ccbd25e28429ebe2dc4ea60 |
Release notes
Fix Spelling errors
queryable_variables 6.x-3.10
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.10.tar.gz | 19.8 KB | 1c6ae25e18818c0ad88d860cdd654ae3 |
| queryable_variables-6.x-3.10.zip | 21.19 KB | 13adcd0ecae5aadb456827f66409857c |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-3.7.tar.gz | 19.01 KB | 3f43bfaa71a497e84279d55ada954e66 |
| queryable_variables-5.x-3.7.zip | 20.34 KB | ca056f1b4b1b5d59c622b8a3e701ab61 |
Release notes
Fix anonymous users getting variables attached to them that shouldnt be there.
queryable_variables 6.x-3.9
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.9.tar.gz | 19.67 KB | 14e93fb4bbf3ea17001249b192e8c4cd |
| queryable_variables-6.x-3.9.zip | 21.04 KB | b3d7891d973d4e917ab68d961d2e8d5e |
Release notes
Fixed a bug where variables were being added to anonymous users.
queryable_variables 5.x-3.6
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-3.6.tar.gz | 18.95 KB | e6a5a5facf1a88b57b5177d17db3ec80 |
| queryable_variables-5.x-3.6.zip | 20.26 KB | a45e79314702f6e9888e73edc15e8ed5 |
Release notes
Fixed a problem with anonymous users gaining QV's when they should not have been.
queryable_variables 6.x-3.8
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.8.tar.gz | 19.61 KB | 481fe9c30be36861a5f3e546e1a99f65 |
| queryable_variables-6.x-3.8.zip | 20.98 KB | 47e2e48695d6193ecf91c4d098fe3e32 |
Release notes
Fixed a problem with QV's loading on anonymous users when it should not have been doing so.
queryable_variables 6.x-3.7
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.7.tar.gz | 19.56 KB | 9caa5556a6f8ac7ba20fd98d008f230d |
| queryable_variables-6.x-3.7.zip | 20.93 KB | 67f1631c18d936b5885045399a5de986 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.6.tar.gz | 19.09 KB | c37686ef8478981252811cf0fc71bf88 |
| queryable_variables-6.x-3.6.zip | 20.33 KB | 526e81376861a844373d8ef0a3421ce5 |
Release notes
Removed print_r from nodeapi view and user view functions.
queryable_variables 6.x-3.5
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.5.tar.gz | 19.09 KB | 2d72d37495e430fd81749c3f8c050430 |
| queryable_variables-6.x-3.5.zip | 20.33 KB | 26143a1d2e94c926d333012803cd71c0 |
Release notes
See D5 version of 3.5 release for details.
queryable_variables 5.x-3.5
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-3.5.tar.gz | 18.92 KB | eeae983ff4ef7f433e9cf715eadd372d |
| queryable_variables-5.x-3.5.zip | 20.24 KB | 792dfc7517e751cc08b90aad13de4fde |
Release notes
.//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')
//Returns the IDs of the deleted items upon successful deletion.
function queryable_variables_del_all($id_field, $nid)
queryable_variables 5.x-3.3
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-3.3.tar.gz | 18.42 KB | 3d475cb11fd78cd2c085129eecf88438 |
| queryable_variables-5.x-3.3.zip | 19.72 KB | 8ccae3cb3f42d35feb5eaf4fb091688b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.3.tar.gz | 18.49 KB | c77152c514e85d894a3925ca3dcbd09e |
| queryable_variables-6.x-3.3.zip | 19.8 KB | 1e49c0bbc232efbb07f1bd0dff0c344e |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.2.tar.gz | 18.38 KB | 9c2d555cc0a87b845ae5e9b3d0d2fea7 |
| queryable_variables-6.x-3.2.zip | 19.71 KB | 0df960b872354f6afdccd449e9bf9073 |
Release notes
Fixed a problem where in very rare instances, the del function would return the wrong ID.
queryable_variables 6.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-3.1.tar.gz | 18.29 KB | 5425861389283e3a789390f5e8b2d858 |
| queryable_variables-6.x-3.1.zip | 19.6 KB | d1425194d0da4f9411d73a25e540b237 |
Release notes
Added 2 new functions queryable_variables_get_by_id() and queryable_variables_del_by_id()
queryable_variables 5.x-3.1
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-3.1.tar.gz | 18.28 KB | 7300958315216aa56345395c4b3e5245 |
| queryable_variables-5.x-3.1.zip | 19.58 KB | 74a6564d2c9db455e9ef19c285d85c58 |
Release notes
Added 2 new functions queryable_variables_get_by_id() and queryable_variables_del_by_id()
queryable_variables 5.x-1.3-3
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-1.3-3.tar.gz | 18.12 KB | 6a3304df1a14b360efc3e226a072c8fc |
| queryable_variables-5.x-1.3-3.zip | 19.44 KB | aeab8044c2b9c55285ac99f422315210 |
Release notes
Initial 5.x release
queryable_variables 6.x-1.1-2
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-6.x-1.1-2.tar.gz | 18.24 KB | 7a18b2d1d393cbc9cc9b1622c2ed90f8 |
| queryable_variables-6.x-1.1-2.zip | 19.58 KB | 1f21c0ca075d8c5fca5cf45147051915 |
Release notes
Initial Public Release for 6.x
queryable_variables 5.x-1.3-2
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-1.3-2.tar.gz | 18.24 KB | 68c94c0b728a2b56032ba1292bc8eaad |
| queryable_variables-5.x-1.3-2.zip | 19.56 KB | b9463217ef30b58c77c9f594d4a966f8 |
Release notes
Initial Public Release
queryable_variables 5.x-1.3-1
| Download | Size | md5 hash |
|---|---|---|
| queryable_variables-5.x-1.3-1.tar.gz | 18.22 KB | 53325efa62603a0afb93c6f5902d87a9 |
| queryable_variables-5.x-1.3-1.zip | 19.54 KB | 9a524f050ace5e8f72a5e22c321d5a92 |
Release notes
Init