-
Stripping CVS keywords
-
LaTeX: February 25, 2011 2:06
Commit 7af3ef1 on 4.6.x-1.x, master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Module updated to Drupal 4.6.
-
README -> README.txt (occurences within files corrected), as announced on the devel mailinglist.
-
- Removed the individual LICENSE files from the contributions repository: see mailing list discussion.
-
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. -
Added CVS $Id$ tag to all *.module files where it was missing (as required by the coding standards, see CODING_STANDARDS.html). I also unified the format and the location of the $Id$ tag. It starts with "//" and is placed on the second line in all *.module files, now.
-
term_access - module for access restrictions based on taxonomy terms and user roles. Make nodes associated with terms unvisible to users of some roles. Supplied patches for standard Drupal 4.4 modules.
-
Some improvements in special chars conversion and with footnotes. VERBATIM blocks are fully untouched from conversion now. Added README.ru in Russian. Still stay with Drupal 4.3 though...
-
Filter off by default. Some cosmetic changes. Nothing matter.