coder 7.x-1.0-beta3

New features
Insecure

For Coder Upgrade, this release includes many more upgrade routines, a refactored API using hooks, and reflects the renaming of the grammar parser module (which is a dependency for Coder Upgrade).

entity 7.x-1.0-alpha4

Entity CRUD API changes since ALPHA 3:
* overhauled the entity CRUD API to be a full module dependency, thus using it without introducing the dependency isn't possible any more. That way we are able to roll out updates much easier and to provide multiple EntityDB base classes, one being extendable via faces and one not.
* added entity_(create|delete|save) API functions and a test for them
* fixed API docs as full CRUD is also possible with usual functions leveraging the controller
* updated faces.inc
* applied the changes from #731426 to the controller, making it work with HEAD again.
* fixed default entities to not be added in when all ids were served from cache
* fixed deletion by names
* moved the full CRUD implementation to the controller, so it can be easily swapped out and improved saving and deletion to make use of transactions and to properly support db replication

Due to recent changes to the Entity Controller in Drupal 7.x you need drupal 7.x ALPHA 3 or later.

Entity Metadata changes since ALPHA 3:
* #716060 Provide tokens for entity properties that don't have tokens yet. Thus this adds tokens for single-valued fields.
* #706620 Clear the cache after adding or changing fields
* fixed caching entity property info to be per language as implemented first in #503550 and added a cache clear function

weather 7.x-1.0-alpha1

New features
Bug fixes

Please use this version only for testing. There will be no upgrade path from this release to the proper 7.x-1.0 release of the module.

This release needs at least Drupal 7.0 Alpha 4.

Changes:

  • Port weather 6.x-5.x to Drupal 7.x
  • Split module into several smaller files. The file weather.module gets loaded and parsed on every page request, so having a small file size speeds up Drupal. The file has been reduced from 67 kB to 21 kB, meaning a decrease of almost 70%. Moreover, the parser is now loaded only when needed instead of unconditionally on every page request, resulting in an overall size reduction from 87 kB to 21 kB, which is about 25% of the original size. This speeds up the weather module by factor 4!
  • Implement a cache for parsed METAR data, so that the parsing needs to be done only once instead of every time the weather data is displayed.
  • Rewrite download handler for METAR weather data. If the data is not available, the module retries at increasing time intervals up to one day to download the data. This better supports METAR stations which report their data only a few times a day. Moreover, if an ICAO code is no longer valid, the module tries to download only once a day. In both cases, the previous download interval had been 10 minutes.
  • AJAX code in location form is fixed. Closes: #416892: AHAH uses old techniques

Pages

Subscribe with RSS Subscribe to RSS - 7.x