- 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.
-
- 10 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed request 583. Patch by Al.
-
- 09 Mar, 2003 2 commits
-
-
Kjartan Mannes authored
* After having a chat with Dries we have agreed on the logics (or more specifically he told me how its supposed to work). The queue module is just a method to make moderation public, but its not necessarily the only way. This brings the power back. - Minor interface tweaks (names, case changes, etc). - Fixed error that would show when you tried to view the profile of a blocked user.
-
Dries Buytaert authored
- Moved some block up to avoid the user module duplicating data.
-
- 07 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Removed the path_uri() function in favor of the $base_url variable and fixes a handful of bugs introduced by the clean URL patch.
-
- 02 Mar, 2003 1 commit
-
-
Dries Buytaert authored
- Grammar fix. Patch by Al.
-
- 25 Feb, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed some typos spotted by Al Maw.
-
- 20 Feb, 2003 1 commit
-
-
Dries Buytaert authored
- New menu houskeeping. Prototyped by Zbynek. The following modules need updating: * glossary module * feed module (Breyten's version) * mailhandler module * notify module * project module * smileys module * admin module * style module * taxonomy_dhtml module To avoid unexpected problems menu_add() is deprecated (it will print an error message when used) and menu() should be used instead.
-
- 17 Feb, 2003 1 commit
-
-
Dries Buytaert authored
- Theme options patch. See mailing list.
-