Projet

Général

Profil

Paste
Télécharger (5,16 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / libraries / CHANGELOG.txt @ 87dbc3bf

1

    
2
Libraries 7.x-2.2, 2014-02-09
3
-----------------------------
4
#2046919 by tstoeckler: Clarify 'version' docs.
5
#1946110 by munroe_richard: Allow uppercase letters as library machine names.
6
#1953260 by tstoeckler: Improve documentation of libraries_get_version().
7
#1855918 by tstoeckler: Make integration file loading backwards-compatible.
8
#1876124 by tstoeckler: Fix integration files for themes.
9
#1876124 by tstoeckler: Add tests for theme-provided library information.
10
#1876124 by tstoeckler: Prepare for adding a test theme.
11
#1876124 by tstoeckler | whastings, fubhy: Fix hook_libraries_info() for themes.
12
#2015721 by tstoeckler, CaptainHook: Protect against files overriding local variables.
13
#2046919 by tstoeckler: Improve documentation around 'version callback'.
14
#1844272 by tstoeckler, jweowu: Fix typos in libraries.api.php.
15
#1938638 by tstoeckler: Prevent weird PHP notice on update.
16
#1329388 by RobLoach, tstoeckler: Clear static caches in libraries_flush_caches().
17
#1855918 by rbayliss: Load integration files after library files.
18
#1938638 by Pol: Fix typo in libraries.api.php.
19

    
20
Libraries 7.x-2.1, 2013-03-09
21
-----------------------------
22
#1937446 by Pol, tstoeckler: Add a 'pre-dependencies-load' callback group.
23
#1775668 by tstoeckler: Fix bogus assertion message in assertLibraryFiles().
24
#1773640 by tstoeckler: Use drupal_get_path() to find the profile directory.
25
#1565426 by tstoeckler: Invoke hook_libraries_info() in enabled themes.
26

    
27
Libraries 7.x-2.0, 2012-07-29
28
-----------------------------
29
#1606018 by chemical: Tests fail if the module is downloaded from Drupal.org.
30
#1386250 by tstoeckler: Clarify module and library installation in README.txt.
31
#1578618 by iamEAP: Fixed Fatal cache flush failure on major version upgrades.
32
#1449346 by tstoeckler, sun: Clean-up libraries.test
33

    
34
Libraries 7.x-2.0-alpha2, 2011-12-15
35
------------------------------------
36
#1299076 by tstoeckler: Improve testing of JS, CSS, and PHP files.
37
#1347214 by rfay: Improve update function 7200.
38
#1323530 by tstoeckler: Document libraries_get_version() pattern matching.
39
#1325524 by sun, Rob Loach, tstoeckler: Statically cache libraries_detect().
40
#1321372 by Rob Loach: Provide a 'post-load' callback group.
41
#1205854 by tstoeckler, sun: Test library caching.
42

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

    
80

    
81
Libraries 7.x-1.x, xxxx-xx-xx
82
-----------------------------
83

    
84
Libraries 7.x-1.0, 2010-01-27
85
-----------------------------
86
#743522 by sun: Ported to D7.
87

    
88

    
89
Libraries 6.x-1.x, xxxx-xx-xx
90
-----------------------------
91

    
92
Libraries 6.x-1.0, 2010-01-27
93
-----------------------------
94
#1028744 by tstoeckler: Code clean-up.
95
#496732 by tstoeckler, robphillips: Allow placing libraries in root directory.
96

    
97
Libraries 6.x-1.0-alpha1, 2009-12-30
98
------------------------------------
99
#480440 by markus_petrux: Fixed base_path() not applied to default library path.
100
#320562 by sun: Added basic functions.