vars 6.x-2.0-alpha8

Bug fixes
Unsupported

Changes since 6.x-2.0-alpha7:

  • #1327356, by kiam, marcred: Fixed the query that is listing the uninstalled modules, and which was using the wrong field name; fixed the code that was not checking if there weren't rows matching that query.

vars 6.x-2.0-alpha7

New features
Bug fixes
Unsupported

Changes since version 6.x-2-0-alpha6:

  • Issue #1311714 by kiam: Fixed a syntax error.
  • By kiam: Removed the method Vars::removeDefaults(); implemented hook_cron() to remove the default values of the uninstalled modules.
  • By kiam: Optimized the executed queries, fixed two bugs, and fixed a parsing error.
  • By kiam: Backported the code for the 7.x-2 branch.
  • By kiam: Fixed the string delimiter used for a string.

vars 7.x-2.0-alpha10

Bug fixes
Unsupported

Changes since version 7.x-2.0-alpha9:

  • Issue #1311714 by kiam: Fixed a syntax error.

vars 7.x-2.0-alpha9

Bug fixes
Unsupported

Changes since version 7.x-2.0-alpha8:

  • Issue #1310556 by samudradaka: Fixed syntax error.

vars 7.x-2.0-alpha8

Unsupported

Changes since version 7.x-2.0-alpha7:

  • By kiam: Added a new argument to Vars::getLibraryPath(); extended the support for remote files.
  • By kiam: Removed a method from the Vars class; added the implementation of hook_modules_uninstalled().
  • By kiam: Fixed two bugs, and improved the executed queries.

vars 7.x-1.0

New features
Bug fixes
Unsupported

Changes since 7.x-1.0-rc10:

  • By kiam: Fixed two bugs, and improved the executed queries.
  • By kiam: Removed a method from the Vars class; added the implementation of hook_modules_uninstalled().
  • By kiam: Changed the name of the project to 'Variable API'.

vars 7.x-2.0-alpha7

Unsupported

Changes since 7.x-2.0-alpha6:

  • #1267536 by palmaross: Fixed the installation file.

vars 7.x-2.0-alpha6

Unsupported

Differences with the 7.x-2.0-alpha5 version:

  • By kiam: Rearranged the code as it was before, and removed the vars.classes.inc file.

vars 7.x-2.0-alpha5

Unsupported

Differences with version 7.x-2.0-alpha4:

  • Issue #1057538 by Damien Tournoud: Fixed a query that was using the same placeholder twice.
  • By kiam: Fixed the priorities in the WHERE condition of a query.

vars 6.x-2.0-alpha5

Bug fixes
Unsupported

Resolved issues:
- Issue #1187412 by donquixote: Fixed a call to a Drupal 7 function.

vars 6.x-2.0-alpha4

New features
Bug fixes
Unsupported

Changes since DRUPAL-6--2-0-ALPHA3:

  • By kiam: Added the function Vars::api() and changed the arguments of Vars::getLibraryPath().
  • By kiam: Added the default value for the persistant variables admin_theme and book_allowed_types.
  • By kiam: Changed the arguments and the code of Vars::getLibraryPath().
  • By kiam: Added the method Vars::siteIsOffline().

vars 7.x-1.0-rc10

Bug fixes
Unsupported

Changes since DRUPAL-7--1-0-RC9:

  • By kiam: Fixed some warnings about not initialized variables/array indexes caused by the code.
  • By kiam: Updated the list of files reported with the 'files[]' directive.
  • By kiam: Fixed a reference to a Vars::removeDefaults() local variable.

vars 7.x-2.0-alpha4

New features
Bug fixes
Unsupported

Changes since DRUPAL-7--2-0-ALPHA3:

vars 6.x-1.5

Bug fixes
Unsupported

Changes since DRUPAL-6--1-4:

  • By kiam: Fixed the arguments required from the constructor of the Vars class.

vars 6.x-2.0-alpha3

Bug fixes
Unsupported

Changes since DRUPAL-6--2-0-ALPHA2:

  • By kiam: Fixed the arguments required from the constructor of the Vars class.

vars 7.x-1.0-rc9

Bug fixes
Unsupported

Changes since DRUPAL-7--1-0-RC8:

  • By kiam: Fixed the arguments required from the constructor of the Vars class.

vars 7.x-2.0-alpha3

Bug fixes
Unsupported

Changes since DRUPAL-7--2-0-ALPHA2:

  • By kiam: Fixed the arguments required from the constructor of the Vars class.

vars 6.x-1.4

Bug fixes
Unsupported

Changes since DRUPAL-6--1-3:

  • #995338 by pillarsdotnet: Fix the invalid argument error for the control structure, etc.

vars 6.x-2.0-alpha2

New features
Bug fixes
Unsupported

Changes since DRUPAL-6--2-0-ALPHA1:

  • By kiam: Added the default value for the variable 'site_offline'.
  • #995338 by pillarsdotnet: Fix the invalid argument error for the control structure, etc. By kiam: Added the default values of one more system persistant variable.

vars 7.x-1.0-rc8

Unsupported

Changes since DRUPAL-7--1-0-RC7:

  • #995338 by pillarsdotnet: Fix the invalid argument error for the control structure, etc. By kiam: Added the default values of two more system persistant variables.
  • By kiam: Removed the version line from the .info file as it was not necessary.

vars 7.x-2.0-alpha2

Bug fixes
Unsupported

Changes since DRUPAL-7--2-0-ALPHA1:

  • By kiam: Added the default values for more Drupal variables.
  • By kiam: Added the default value for the variable 'site_offline'.
  • #995338 by pillarsdotnet: Fix the invalid argument error for the control structure, etc. By kiam: Added the default values of two more system persistant variables.
  • By kiam: Removed the version line from the .info file as it was not necessary.

vars 6.x-2.0-alpha1

New features
Unsupported

Changes since DRUPAL-6--1-3:

  • By kiam: Added the methods Vars::getLibraryPath(), and Vars::forceMenuRebuild(); added the default values for the Drupal variables initialized during Drupal bootstrap.

vars 7.x-2.0-alpha1

New features
Unsupported

First official release for a new branch with new features.

vars 7.x-1.0-rc6

Bug fixes
Unsupported

Changes since DRUPAL-7--1-0-RC5:

  • #847620 by kiam: Arguments for db_query_range() are wrong.
  • By kiam: Corrected the documentation comments.
  • By kiam: Corrected the class constructor comment.
  • By kiam: Changed Vars::offsetSet() to handle the case the offset is NULL.
  • By kiam: Lowered the module weight.
  • By kiam: Slightly optimized the code.

vars 6.x-1.3

Bug fixes
Unsupported

Changes since DRUPAL-6--1-2:

  • By kiam: Corrected the documentation comments.
  • By kiam: Follow-up to the previous commit.
  • By kiam: Corrected the class constructor comment.
  • By kiam: Changed Vars::offsetSet() to handle the case the offset is NULL.
  • By kiam: Lowered the module weight.
  • By kiam: Slightly optimized the code.

vars 7.x-1.0-rc5

Bug fixes
Unsupported

Changes since DRUPAL-7--1-0-RC4:

  • By kiam: Corrected the declaration of the class VarsTestVars.
  • By kiam: Removed a parameter passed to Vars::__construct() that was not anymore used.
  • By kiam: Updated the code.

vars 6.x-1.2

Bug fixes
Unsupported

Changes since DRUPAL-6--1-1:

  • By kiam: Removed a parameter passed to Vars::__construct() that was not anymore used.
  • By kiam: Updated the code.

vars 7.x-1.0-rc4

New features
Bug fixes
Unsupported

Changes since DRUPAL-7--1-0-RC3:

vars 6.x-1.1

New features
Bug fixes
Unsupported

Changes since DRUPAL-6--1-0:

vars 6.x-1.0

Bug fixes
Unsupported

Changes since DRUPAL-6--1-0-RC3:

  • By kiam: Added a missing call to serialize().
  • By kiam: Changed the class interface, fixed some bugs, and added tests.
  • By kiam: Added a call to Vars::staticReset() at the beginning of each test.

vars 6.x-1.0-rc3

New features
Bug fixes
Unsupported

Changes since DRUPAL-6--1-0-RC2:

vars 7.x-1.0-rc3

New features
Bug fixes
Unsupported

Changes since DRUPAL-7--1-0-RC2:

vars 7.x-1.0-rc2

Bug fixes
Unsupported

p>Changes since DRUPAL-7--1-0-RC1:

  • #774232 by benpjohnson: Fatal errors in vars.module.

lunradio:vars-DRUPA

vars 6.x-1.0-rc2

Bug fixes
Unsupported

p>Changes since DRUPAL-6--1-0-RC1:

  • #774232 by benpjohnson: Fatal errors in vars.module.

lunradio:vars-DRUPA

Subscribe with RSS Subscribe to Releases for Variable API