CHANGELOG.txt 4.0 KB

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