- 18 Jun, 2003 2 commits
-
-
Dries authored
- Bugfix: it was not possible to delete a user account when "delete" was translated. Patch by Stefan.
-
- 16 Jun, 2003 1 commit
-
-
Steven Wittens authored
Bugfix: user timezone-selection now uses the site's configured date_format_long value rather than a hardcoded one.
-
- 15 Jun, 2003 4 commits
- 14 Jun, 2003 1 commit
-
-
Dries authored
- Moved some CXX checks to a centralized place; less error-prone.
-
- 13 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.) - Bugfix: block patch fix. Patch by Gerhard. - Bugfix: fixed broken URL in ping. Patch by Gerhard. (This should fix the problems shown on http://www.blo.gs/info.php?id=1515.) - Improvement: added better password generator. Patch #1 by Al. Fixes bug #1935. - Improvement: performance improvement to the blog module. Patch by Marco.
-
- 11 Jun, 2003 2 commits
-
-
Dries authored
- Bugfix: when clean URLs are enabled, the cookie path was not always set correctly when the user logged using the user block from within a subdirectory. Patch by Ulf Rompe.
-
Dries authored
- Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefixed with GO for some obscure reason. Patch by Kjartan. - Bugfix: fixed the defaults for blocks in database.mssql so the NOT NULL fields get values. Patch by Kjartan. - Bugfix: changed check_form() to use htmlspecialchars() instead of drupal_specialchars() as this caused Drupal to emit incorrect form items in presence of quotes. Example: <input type="submit" class="form-submit" name="op" value="Submit "top nodes" block changes" /> IMO, drupal_specialchars() is better called xmlspecialchars() to avoid confusion. - Bugfix: when an anonymous user visits a site, they shouldn't see any content (except the login block, if it is enabled) unless they have the "access content" permissions. Patch by Matt Westgate. - Improvement: improved the error checking and the error messages in the profile module. Updated the code to match the Drupal coding conventions. Modified patch from Matt Westgate. - Improvement: don't generate the <base href=""> tag in the base theme; it is already emitted by theme_head(). Patch by Kristjan. - Improvement: don't execute any SQL queries when checking the permissions of user #1. Patch by Kjartan. - Improvement: made a scalable layout form that works in IE and that behaves better with narrow themes. Part of patch #51 by Al. - Improvement: removed some redundant print statements from the comment module. Modified patch from Craig Courtney.
-
- 10 Jun, 2003 1 commit
-
-
Dries authored
- Bugfix: in the user_admin_edit() function, the data array returned from the callback modules was not being merged into the edit array. - Bugfix: added enctype="multipart/form-data" to the form tag so that we can update things like the avatar image in the admin interface.
-
- 08 Jun, 2003 1 commit
-
- 07 Jun, 2003 2 commits
- 06 Jun, 2003 3 commits
-
-
Dries authored
- Dropped check_input(); use check_query() instead. - Made the statistics module use referer_uri() for security's sake.
-
Dries authored
properly. You couldn't use a username or passwords that had quotes.
-
Dries authored
- Bugfix: fixed the login problem due to incorrect use of drupal_goto(). Gerhard's patch was not 100% correct and I found a better alternative.
-
- 03 Jun, 2003 1 commit
-
-
Dries authored
- CSS improvements: use form functions wrapped in a <div> instead of hard-coded form elements. Modified patch by Kristjan. I added some CSS to drupal.css to center the text and ordered the list of CSS tags alphabetically.
-
- 02 Jun, 2003 1 commit
-
-
Dries authored
- Resized two textfields for UI consistentcy. Patch by Stefan.
-
- 31 May, 2003 1 commit
-
-
Dries authored
- Documentation fixes by Kjartan.
-
- 29 May, 2003 2 commits
-
-
Dries authored
- Al's CSS patches. This commit improves the themability of some core components such as lists, form items, removes an ugly hack from the archive module and should fix the poll problem (although it doesn't Opera/Konqueror).
-
Dries authored
- Michael Frankowski's excellent help text improvements!
-
- 19 May, 2003 3 commits
- 18 May, 2003 2 commits
- 13 May, 2003 1 commit
-
-
Dries authored
- Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski. - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
-
- 07 May, 2003 1 commit
-
-
Dries authored
- Applied Michael Caerwyn's "%s -> %d" patch. - Changed all occurences of '%d' to %d as suggested on the mailing list.
-
- 06 May, 2003 1 commit
-
-
Dries authored
-
- 02 May, 2003 1 commit
-
-
Dries authored
- Fixed the function prototypes of the newly introduced theme_user_list(), theme_node_list(), and theme_menu_list(). This will fix the excessive gap between lists and avoids generating empty <b></b> constructs.
-
- 29 Apr, 2003 1 commit
-
-
Dries authored
- Committed Adrian's item patch. It would be nice if one or more of the standard themes could be updated to demonstrate the possibilities.
-
- 28 Apr, 2003 1 commit
-
-
Dries authored
-
- 21 Apr, 2003 1 commit
-
-
Dries authored
- Fixed some PHP "notices".
-
- 13 Apr, 2003 1 commit
-
-
Dries authored
- Renamed 'validate_email_address' to 'valid_email_address'. - Added a 'form_radio' function.
-
- 04 Apr, 2003 1 commit
-
-
Dries authored
- case t("whatever"); + case t("whatever"):
-
- 29 Mar, 2003 1 commit
-
-
Dries authored
- Fixed some SQL query directives.
-
- 28 Mar, 2003 1 commit
-
-
Dries authored
in common.inc. Modified patch from Gerhard.
-
- 19 Mar, 2003 1 commit
-