Projet

Général

Profil

Paste
Télécharger (6,13 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / libraries / CHANGELOG.txt @ 7547bb19

1

    
2
Libraries 7.x-2.3, 2016-05-12
3
-----------------------------
4
#1884246 by BR0kEN, tstoeckler et al: Allow downloading libraries via Drush.
5
by tstoeckler: Allow detecting all libraries by calling libraries_detect().
6
by tstoeckler: Prevent LibrariesWebTestBase from being displayed in the UI.
7
#819610 by tstoeckler: Add tests for the Libraries UI.
8
#1884246 by BR0kEN, tstoeckler: Show the provider in drush libraries-list
9
#819610 by Pol, tstoeckler: Show the provider in the UI.
10
#2634732 by Rob Holmes, tstoeckler: Sort libraries by title in the UI.
11
#2585395 by robinsonsarah01: Allow object methods as version callbacks.
12
#819610 by tstoeckler, Pol: Provide a status report for library information.
13
#2352251 by netw3rker: Fix incorrect hook name in libraries.api.php.
14
#2352237 by netw3rker, tstoeckler: Allow clearing the libraries cache from Drush.
15
#2193969 by tstoeckler: Avoid warnings for stale library caches.
16
#2287529 by drupalshrek, tstoeckler: Update installation link in README.txt.
17

    
18
Libraries 7.x-2.2, 2014-02-09
19
-----------------------------
20
#2046919 by tstoeckler: Clarify 'version' docs.
21
#1946110 by munroe_richard: Allow uppercase letters as library machine names.
22
#1953260 by tstoeckler: Improve documentation of libraries_get_version().
23
#1855918 by tstoeckler: Make integration file loading backwards-compatible.
24
#1876124 by tstoeckler: Fix integration files for themes.
25
#1876124 by tstoeckler: Add tests for theme-provided library information.
26
#1876124 by tstoeckler: Prepare for adding a test theme.
27
#1876124 by tstoeckler | whastings, fubhy: Fix hook_libraries_info() for themes.
28
#2015721 by tstoeckler, CaptainHook: Protect against files overriding local variables.
29
#2046919 by tstoeckler: Improve documentation around 'version callback'.
30
#1844272 by tstoeckler, jweowu: Fix typos in libraries.api.php.
31
#1938638 by tstoeckler: Prevent weird PHP notice on update.
32
#1329388 by RobLoach, tstoeckler: Clear static caches in libraries_flush_caches().
33
#1855918 by rbayliss: Load integration files after library files.
34
#1938638 by Pol: Fix typo in libraries.api.php.
35

    
36
Libraries 7.x-2.1, 2013-03-09
37
-----------------------------
38
#1937446 by Pol, tstoeckler: Add a 'pre-dependencies-load' callback group.
39
#1775668 by tstoeckler: Fix bogus assertion message in assertLibraryFiles().
40
#1773640 by tstoeckler: Use drupal_get_path() to find the profile directory.
41
#1565426 by tstoeckler: Invoke hook_libraries_info() in enabled themes.
42

    
43
Libraries 7.x-2.0, 2012-07-29
44
-----------------------------
45
#1606018 by chemical: Tests fail if the module is downloaded from Drupal.org.
46
#1386250 by tstoeckler: Clarify module and library installation in README.txt.
47
#1578618 by iamEAP: Fixed Fatal cache flush failure on major version upgrades.
48
#1449346 by tstoeckler, sun: Clean-up libraries.test
49

    
50
Libraries 7.x-2.0-alpha2, 2011-12-15
51
------------------------------------
52
#1299076 by tstoeckler: Improve testing of JS, CSS, and PHP files.
53
#1347214 by rfay: Improve update function 7200.
54
#1323530 by tstoeckler: Document libraries_get_version() pattern matching.
55
#1325524 by sun, Rob Loach, tstoeckler: Statically cache libraries_detect().
56
#1321372 by Rob Loach: Provide a 'post-load' callback group.
57
#1205854 by tstoeckler, sun: Test library caching.
58

    
59
Libraries 7.x-2.0-alpha1, 2011-10-01
60
------------------------------------
61
#1268342 by tstoeckler: Clean up drush libraries-list command.
62
#962214 by tstoeckler, sun: Add support for library dependencies.
63
#1224838 by sun, mjpa: Fix library path not being prepended to JS/CSS files.
64
#1023258 by tstoeckler: Make 'files' consistently keyed by filename.
65
#958162 by sun, tstoeckler: Add pre-detect callback group.
66
#958162 by sun, tstoeckler: Make tests debuggable and provide libraries_info_defaults().
67
#961476 by tstoeckler: Changed libraries_get_path() to return FALSE by default.
68
#958162 by tstoeckler, sun, good_man: Allow to apply callbacks to libraries.
69
#1125904 by tstoeckler, boombatower: Fix drush libraries-list.
70
#1050076 by tstoeckler: Re-utilize libraries_detect() and remove libraries_detect_library().
71
#466090 by tstoeckler: Add update function.
72
#466090 by tstoeckler: Allow cache to be flushed.
73
#466090 by tstoeckler, sun: Cache library information.
74
#1064008 by tstoeckler, bfroehle: Fix outdated API examples in libraries.api.php.
75
#1028744 by tstoeckler: Code clean-up.
76
#1023322 by tstoeckler, sun: Fixed libraries shouldn't be loaded multiple times.
77
#1024080 by hswong3i, tstoeckler: Fixed installation profile retrieval.
78
#995988 by good_man: Wrong default install profile.
79
#975498 by Gábor Hojtsy: Update JS/CSS-loading to new drupal_add_js/css() API.
80
#958162 by tsteoeckler, sun: Consistent variable naming.
81
#924130 by aaronbauman: Fixed libraries_get_path() should use drupal_static().
82
#958162 by tstoeckler, sun: Code clean-up, tests revamp, more robust loading.
83
#919632 by tstoeckler, sun: Allow library information to be stored in info files.
84
by sun: Fixed testbot breaks upon directory name/info file name mismatch.
85
#864376 by tstoeckler, sun: Code-cleanup, allow hard-coded 'version'.
86
#939174 by sun, tstoeckler: Rename example.info to libraries_example.info.
87
by sun: Fixed testbot breaks upon .info file without .module file.
88
#542940 by tstoeckler, sun: Add libraries-list command.
89
#919632 by tstoeckler: Add example library info file for testing purposes.
90
#719896 by tstoeckler, sun: Documentation clean-up and tests improvement.
91
#542940 by sun: Added initial Drush integration file.
92
#719896 by tstoeckler, sun: Improved library detection and library loading.
93
#855050 by Gábor Hojtsy: Avoid call-time pass by reference in libraries_detect().
94
#719896 by tstoeckler, sun: Added starting point for hook_libraries_info().
95

    
96

    
97
Libraries 7.x-1.x, xxxx-xx-xx
98
-----------------------------
99

    
100
Libraries 7.x-1.0, 2010-01-27
101
-----------------------------
102
#743522 by sun: Ported to D7.
103

    
104

    
105
Libraries 6.x-1.x, xxxx-xx-xx
106
-----------------------------
107

    
108
Libraries 6.x-1.0, 2010-01-27
109
-----------------------------
110
#1028744 by tstoeckler: Code clean-up.
111
#496732 by tstoeckler, robphillips: Allow placing libraries in root directory.
112

    
113
Libraries 6.x-1.0-alpha1, 2009-12-30
114
------------------------------------
115
#480440 by markus_petrux: Fixed base_path() not applied to default library path.
116
#320562 by sun: Added basic functions.