-
Stripping CVS keywords
-
- Renamed check_query() to db_escape_string(). Commit announced on the mailing list.
-
- 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.
-
Sync with 4.4 version. (cvs version is identical, not ported to 4.5 yet)
-
- navigation.module o implement feature request #10004: allow url's up to 255 characters (also allow menu names and menu item names up to 255 characters)
-
May 30, 2004 (Jeremy Andrews) - navigation.module o fix bug #8152: remove extra paramater in call to navigation_l() (Thanks to Grandmother Spider to finding the bug)
-
Fixed bug #8152: duplicate parameter in call to navigation_l() (Thanks to Grandmother Spider for finding the bug)
-
Backport bugfix #7552 to 4-4 version of navigation.module.