User: unconed Branch: HEAD Date: Tue, 24 Aug 2004 19:21:31 +0000
Modified files:
/includes file.inc
/modules blogapi.module system.module upload.module user.module
Log message:
Patch by me and Kjartan.
Upload.module
- Fixing a bug caused by the PHP5 patches.
Beware: PHP4's array_merge() will silently accept objects and convert them to
arrays. We should not depend on this behaviour in the future.
File.inc / file-using modules:
- Removing the constant FILE_SEPARATOR: forward slashes work fine on Windows,
and it was being used incorrectly as an URL separator sometimes.
- Adding @ to mkdir and chmod to supress ugly PHP errors. They are already
reported with drupal_set_message().
- Fixing default for variable 'file_directory_temp'.
- Clarifying the help tip for 'file_directory_temp' in admin > settings.
Links:
http://cvs.drupal.org/diff.php?path=drupal/includes/file.inc&old=1.21&new=1.22
http://cvs.drupal.org/diff.php?path=drupal/modules/blogapi.module&old=1.24&new=1.25
http://cvs.drupal.org/diff.php?path=drupal/modules/system.module&old=1.168&new=1.169
http://cvs.drupal.org/diff.php?path=drupal/modules/upload.module&old=1.7&new=1.8
http://cvs.drupal.org/diff.php?path=drupal/modules/user.module&old=1.380&new=1.381
--
[ Drupal cvs list | http://list.drupal.org/ ]
|