You are here

changelog.txt in D7 Media 6

Changelog for the Resource module.

March 2009
----------
 * ResourceReadOnlyStreamWrapper implements ResourceStreamWrapperInterface (aaron).
 * Move hook_boot includes to hook_init: cached pages are cached; unnecessary overhead (aaron).

February 2009
-------------
 * #375876/kwinters D6 Permissions Fix for Resource Module (kwinters).

January 2009
------------
 * Store paths as /v/[video-code]/t/[tags+more] for ResourceReadOnlyStreamWrapper.inc (aaron).
 * Create ResourceReadOnlyStreamWrapper.inc (aaron).
 * Port ResourceStreamWrapper.inc and ResourceStreamWrapperManager.inc from HEAD (aaron).
 * Change require to include (aaron).
 * Look in hook_exit to see if path has changed (aaron).
 * Save module path to variable, as no access to drupal_get_path (aaron).
 * Initial backport to d6 (aaron).
 * Initial development (dopry).

File

resource/changelog.txt
View source
  1. Changelog for the Resource module.
  2. March 2009
  3. ----------
  4. * ResourceReadOnlyStreamWrapper implements ResourceStreamWrapperInterface (aaron).
  5. * Move hook_boot includes to hook_init: cached pages are cached; unnecessary overhead (aaron).
  6. February 2009
  7. -------------
  8. * #375876/kwinters D6 Permissions Fix for Resource Module (kwinters).
  9. January 2009
  10. ------------
  11. * Store paths as /v/[video-code]/t/[tags+more] for ResourceReadOnlyStreamWrapper.inc (aaron).
  12. * Create ResourceReadOnlyStreamWrapper.inc (aaron).
  13. * Port ResourceStreamWrapper.inc and ResourceStreamWrapperManager.inc from HEAD (aaron).
  14. * Change require to include (aaron).
  15. * Look in hook_exit to see if path has changed (aaron).
  16. * Save module path to variable, as no access to drupal_get_path (aaron).
  17. * Initial backport to d6 (aaron).
  18. * Initial development (dopry).