- 12 Oct, 2004 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
- 06 Oct, 2004 1 commit
-
- 28 Sep, 2004 1 commit
-
- 24 Sep, 2004 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
-
- 21 Sep, 2004 1 commit
-
-
Dries authored
-
- 20 Sep, 2004 1 commit
-
- 19 Sep, 2004 4 commits
- 17 Sep, 2004 2 commits
-
-
Steven Wittens authored
- Adding a drupal_goto to the block admin.
-
- 16 Sep, 2004 1 commit
-
- 13 Sep, 2004 2 commits
-
-
Dries authored
- Fixed stupid 'SELECT u.* FROM users u WHERE LOWER(u.uid) = 'S' AND u.status < N LIMIT N, N' query.
-
- 12 Sep, 2004 1 commit
-
-
Steven Wittens authored
-
- 11 Sep, 2004 1 commit
-
-
Steven Wittens authored
-
- 10 Sep, 2004 1 commit
-
- 08 Sep, 2004 1 commit
-
- 27 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 24 Aug, 2004 2 commits
-
-
Steven Wittens authored
-
Steven Wittens authored
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.
-
- 22 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 21 Aug, 2004 1 commit
-
-
Dries authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-
- 20 Aug, 2004 2 commits
-
-
Steven Wittens authored
- Changing theme('image') so the automatic image size fetching can be toggled independently from attributes. Specifying attributes and autosizing are 2 different things. - Suppressing PHP errors from getimagesize() using @. drupal_set_message() is used to report these errors already and in a much prettier way. - #9958: Fixing broken displaying of avatars. - Don't show the default avatar in 'edit my account' if the user has no avatar of his/her own. - Added ability to delete avatars (without having to replace them).
-
Steven Wittens authored
-
- 19 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: use capital letters for header titles (and added some missing t() functions).
-
- 18 Aug, 2004 1 commit
-
-
Dries authored
- Code improvements by Stefan: made all status messages consistent (and easier to translate).
-
- 17 Aug, 2004 1 commit
-
-
Dries authored
- The upload (filehandler) module has landed!
-
- 16 Aug, 2004 1 commit
-
- 15 Aug, 2004 1 commit
-
-
Dries authored
- Removed the offline users feature.
-
- 14 Aug, 2004 2 commits
-
-
Dries authored
* Refactored the "brains" of user_login() to user_authenticate($user, $pass) so that blogapi (and others) can authenticate users (including those using DistAuth) without all the html and drupal_goto calls * Updates blogapi_validate_user to use user_authenticate.
-
Dries authored
* Adds missing quotes around the username in "session closed" watchdog messages from user.module (session opened has quotes, but session closed does not). * Changed "view detals" after watchdog entries to "details".
-
- 12 Aug, 2004 2 commits
-
-
Dries authored
I had some trouble adding this feature but realized that the "who's online" block is a geek think, and therefore it won't hurt to add some more geekiness. If you don't know what "offline users" means, you would not have understood "online users" in the first place. Either way, I think most people who have the block enabled, will find this an interesting addition.
-
- 08 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 07 Aug, 2004 1 commit
-
-
Steven Wittens authored
-
- 06 Aug, 2004 1 commit
-