- 15 Jun, 2003 3 commits
-
-
Dries Buytaert authored
- Bugfix: the variable 'user_mail_welcome_approval_subject' was too long. Modified patch from Al; used 'user_mail_approval_subject' instead of 'user_mail_welcome_approval_subj'. Patch #11 by Al. Fixes bug #1976.
-
Dries Buytaert authored
- Improvement: fixed wrapping in code samples in user module so that admin help doesn't have a huge horizontal scrollbar. Patch #13 by Al.
-
Dries Buytaert authored
- Improvements: XHTML-ifications. Patch by GmbH.
-
- 14 Jun, 2003 1 commit
-
-
Dries Buytaert authored
- Moved some CXX checks to a centralized place; less error-prone.
-
- 13 Jun, 2003 1 commit
-
-
Dries Buytaert 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 Buytaert 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 Buytaert 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 Buytaert 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
-
-
Dries Buytaert authored
- Bugfix: fixed approval e-mail and tidied up the e-mail handling. Patch #43 by Al. Fixes bug #1828.
-
- 07 Jun, 2003 2 commits
-
-
Dries Buytaert authored
- Bugfix: clicking the "Login" button after having created the first user redirected you to an incorrect page. Patch by Moshe.
-
Dries Buytaert authored
-
- 06 Jun, 2003 3 commits
-
-
Dries Buytaert authored
- Dropped check_input(); use check_query() instead. - Made the statistics module use referer_uri() for security's sake.
-
Dries Buytaert authored
properly. You couldn't use a username or passwords that had quotes.
-
Dries Buytaert 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 Buytaert 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 Buytaert authored
- Resized two textfields for UI consistentcy. Patch by Stefan.
-
- 31 May, 2003 1 commit
-
-
Dries Buytaert authored
- Documentation fixes by Kjartan.
-
- 29 May, 2003 2 commits
-
-
Dries Buytaert 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 Buytaert authored
- Michael Frankowski's excellent help text improvements!
-
- 19 May, 2003 3 commits
-
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Undid my changes to user_access().
-
- 18 May, 2003 2 commits
-
-
Dries Buytaert authored
- Replaced some PHP_SELF's by request_uri()'s. Patch by Gerhard.
-
Dries Buytaert authored
- Small change that reduces the number of SQL queries when a certain role has no permissions set.
-
- 13 May, 2003 1 commit
-
-
Dries Buytaert 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 Buytaert 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 Buytaert authored
-
- 02 May, 2003 1 commit
-
-
Dries Buytaert 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 Buytaert 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 Buytaert authored
-
- 21 Apr, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed some PHP "notices".
-
- 13 Apr, 2003 1 commit
-
-
Dries Buytaert authored
- Renamed 'validate_email_address' to 'valid_email_address'. - Added a 'form_radio' function.
-
- 04 Apr, 2003 1 commit
-
-
Dries Buytaert authored
- case t("whatever"); + case t("whatever"):
-
- 29 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed some SQL query directives.
-
- 28 Mar, 2003 1 commit
-
-
Dries Buytaert authored
in common.inc. Modified patch from Gerhard.
-
- 19 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Another improvement to the e-mail address validation code. Fixed Debian bug #185217. Patch by Gerhard.
-
- 18 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed glitch in e-mail verification code. Patch by Gerhard.
-
- 16 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- All LIMIT queries must go through the pager or through db_query_range(). The syntax for db_query_range() was enhanced so it matches db_query(). So you may pass extra arguments of the SQL statement which are checked via check_query() and then substituted into the SQL statement. After these optional arguments, you always pass $from and $count parameters which define your range. Most often, the $from is 0 and the count is the max number of records you want returned. Patch by Moshe. - The pager_query() function for PEAR was enhanced so that it adds proper GROUP BY statement counting the number of records to be paged. Patch by James Arthur. - MSSQL database scheme by Moshe.
-
- 14 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed a CSS glitch. Thanks Al. - Removed extraneous %uri's.
-
- 12 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed translation bug. - Fixed broken queries: use 'AND' instead of '&&'. Reported by Neil. - Fixed broken URLs in e-mails. Reported by Stefaan.
-