factorydrone 7.x-1.0

New features

This is the first release of Factory Drone, a library for facilitating the creation of data. It abstracts out the specifics for the different types of objects in Drupal, so you can ignore the details.

A short list of features includes:

  • Factory definition, loading, and creation
  • Associations between factories
  • Generator functions for sequences and random data

state 7.x-1.3

New features
Bug fixes

Prevent cookie domain collisions

This release introduces functions/methods - PHP as well as Javascript - for working safe and easily with cookies.
Cookie collisions occur when two sites have same or similar base cookie domain; example:
If the cookie domain of site B is .sub.domain.tld, and that of site A is .domain.tld (a subset of B's domain),
then site B will read cookies set for site A.

inspect 7.x-3.3

New features
Bug fixes

New features

Backend (PHP)

  • Cron may now be allowed to log, via special permissions option on Inspect's admin page
  • inspect_log_message() now logs file and line of the call, using new method Inspect::logMessage()

Frontend (Javascript)

  • New function .errorHandler() usable as default error handler for other libraries etc.
  • Removed 'show key path' behaviour from inspection output values, to make it easier to copy string values

Bug fixes

Backend (PHP)

    Pages

    Subscribe with RSS Subscribe to RSS - 7.x