diff options
author | David Rothstein <drothstein@gmail.com> | 2015-05-04 16:30:31 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2015-05-04 16:30:31 -0400 |
commit | 2a3cf926af6259f85096b83522fbb890f51eb0fa (patch) | |
tree | 6d819f1875c22321189426e2b79a92908458f995 | |
parent | e091df1aa7cfa5341984f3dc323610053e73fa88 (diff) | |
download | brdo-2a3cf926af6259f85096b83522fbb890f51eb0fa.tar.gz brdo-2a3cf926af6259f85096b83522fbb890f51eb0fa.tar.bz2 |
Issue #667058 by greggles, DamienMcKenna, cweagans, travelertt, Dave Reid, tstoeckler, geerlingguy: Add a sites/all/libraries folder and encourage people to use it properly
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | sites/all/libraries/README.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fd16a4891..1ca4a3537 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ Drupal 7.37, xxxx-xx-xx (development version) ----------------------- +- Added a sites/all/libraries folder to the codebase, with instructions for + using it. - Added a description to the "Administer text formats and filters" permission on the Permissions page (string change). diff --git a/sites/all/libraries/README.txt b/sites/all/libraries/README.txt new file mode 100644 index 000000000..d027ec24f --- /dev/null +++ b/sites/all/libraries/README.txt @@ -0,0 +1,2 @@ +This directory should be used to place downloaded and custom libraries (such as +Javascript libraries) which are used by contributed or custom modules. |