CHANGELOG.txt 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Libraries 7.x-2.x, xxxx-xx-xx
  2. -----------------------------
  3. #1775668 by tstoeckler: Fix bogus assertion message in assertLibraryFiles().
  4. #1773640 by tstoeckler: Use drupal_get_path() to find the profile directory.
  5. #1565426 by tstoeckler: Invoke hook_libraries_info() in enabled themes.
  6. Libraries 7.x-2.0, 2012-07-29
  7. -----------------------------
  8. #1606018 by chemical: Tests fail if the module is downloaded from Drupal.org.
  9. #1386250 by tstoeckler: Clarify module and library installation in README.txt.
  10. #1578618 by iamEAP: Fixed Fatal cache flush failure on major version upgrades.
  11. #1449346 by tstoeckler, sun: Clean-up libraries.test
  12. Libraries 7.x-2.0-alpha2, 2011-12-15
  13. ------------------------------------
  14. #1299076 by tstoeckler: Improve testing of JS, CSS, and PHP files.
  15. #1347214 by rfay: Improve update function 7200.
  16. #1323530 by tstoeckler: Document libraries_get_version() pattern matching.
  17. #1325524 by sun, Rob Loach, tstoeckler: Statically cache libraries_detect().
  18. #1321372 by Rob Loach: Provide a 'post-load' callback group.
  19. #1205854 by tstoeckler, sun: Test library caching.
  20. Libraries 7.x-2.0-alpha1, 2011-10-01
  21. ------------------------------------
  22. #1268342 by tstoeckler: Clean up drush libraries-list command.
  23. #962214 by tstoeckler, sun: Add support for library dependencies.
  24. #1224838 by sun, mjpa: Fix library path not being prepended to JS/CSS files.
  25. #1023258 by tstoeckler: Make 'files' consistently keyed by filename.
  26. #958162 by sun, tstoeckler: Add pre-detect callback group.
  27. #958162 by sun, tstoeckler: Make tests debuggable and provide libraries_info_defaults().
  28. #961476 by tstoeckler: Changed libraries_get_path() to return FALSE by default.
  29. #958162 by tstoeckler, sun, good_man: Allow to apply callbacks to libraries.
  30. #1125904 by tstoeckler, boombatower: Fix drush libraries-list.
  31. #1050076 by tstoeckler: Re-utilize libraries_detect() and remove libraries_detect_library().
  32. #466090 by tstoeckler: Add update function.
  33. #466090 by tstoeckler: Allow cache to be flushed.
  34. #466090 by tstoeckler, sun: Cache library information.
  35. #1064008 by tstoeckler, bfroehle: Fix outdated API examples in libraries.api.php.
  36. #1028744 by tstoeckler: Code clean-up.
  37. #1023322 by tstoeckler, sun: Fixed libraries shouldn't be loaded multiple times.
  38. #1024080 by hswong3i, tstoeckler: Fixed installation profile retrieval.
  39. #995988 by good_man: Wrong default install profile.
  40. #975498 by Gábor Hojtsy: Update JS/CSS-loading to new drupal_add_js/css() API.
  41. #958162 by tsteoeckler, sun: Consistent variable naming.
  42. #924130 by aaronbauman: Fixed libraries_get_path() should use drupal_static().
  43. #958162 by tstoeckler, sun: Code clean-up, tests revamp, more robust loading.
  44. #919632 by tstoeckler, sun: Allow library information to be stored in info files.
  45. by sun: Fixed testbot breaks upon directory name/info file name mismatch.
  46. #864376 by tstoeckler, sun: Code-cleanup, allow hard-coded 'version'.
  47. #939174 by sun, tstoeckler: Rename example.info to libraries_example.info.
  48. by sun: Fixed testbot breaks upon .info file without .module file.
  49. #542940 by tstoeckler, sun: Add libraries-list command.
  50. #919632 by tstoeckler: Add example library info file for testing purposes.
  51. #719896 by tstoeckler, sun: Documentation clean-up and tests improvement.
  52. #542940 by sun: Added initial Drush integration file.
  53. #719896 by tstoeckler, sun: Improved library detection and library loading.
  54. #855050 by Gábor Hojtsy: Avoid call-time pass by reference in libraries_detect().
  55. #719896 by tstoeckler, sun: Added starting point for hook_libraries_info().
  56. Libraries 7.x-1.x, xxxx-xx-xx
  57. -----------------------------
  58. Libraries 7.x-1.0, 2010-01-27
  59. -----------------------------
  60. #743522 by sun: Ported to D7.
  61. Libraries 6.x-1.0, 2010-01-27
  62. -----------------------------
  63. #1028744 by tstoeckler: Code clean-up.
  64. #496732 by tstoeckler, robphillips: Allow placing libraries in root directory.
  65. Libraries 6.x-1.0-ALPHA1, 2009-12-30
  66. ------------------------------------
  67. #480440 by markus_petrux: Fixed base_path() not applied to default library path.
  68. #320562 by sun: Added basic functions.