summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2015-05-04 16:30:31 -0400
committerDavid Rothstein <drothstein@gmail.com>2015-05-04 16:30:31 -0400
commit2a3cf926af6259f85096b83522fbb890f51eb0fa (patch)
tree6d819f1875c22321189426e2b79a92908458f995
parente091df1aa7cfa5341984f3dc323610053e73fa88 (diff)
downloadbrdo-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.txt2
-rw-r--r--sites/all/libraries/README.txt2
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.