-
Stripping CVS keywords
-
Stripping CVS keywords
-
Nicelinks: February 25, 2011 2:05
Commit 86d356a on 4.4.x-1.x, drop, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Stripping CVS keywords
-
minor description update, drupal_set_html_head only during nicelinks.modulemay_cache
-
Update for multi-site patch... module_get_path becomes drupal_get_path
-
README -> README.txt (occurences within files corrected), as announced on the devel mailinglist.
-
Renamed all README files to README.txt, as discussed in http://drupal.org/node/11517. I have done this using some command line magic: find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \; I will update all occurences of 'README' to 'README.txt' in the conrtib CVS, soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around to it. -
take advantage of module_get_path, also convert double to single quotes
-
Put drupal_set_html_head in the _menu hook rather than _init.