- 06 Jun, 2003 1 commit
-
-
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
-
- 18 Mar, 2003 1 commit
-
-
Dries authored
- Fixed glitch in e-mail verification code. Patch by Gerhard.
-
- 16 Mar, 2003 1 commit
-
-
Dries 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 authored
- Fixed a CSS glitch. Thanks Al. - Removed extraneous %uri's.
-
- 12 Mar, 2003 1 commit
-
-
Dries 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 authored
- Fixed request 583. Patch by Al.
-
- 09 Mar, 2003 2 commits
-
-
Kjartan 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 authored
- Moved some block up to avoid the user module duplicating data.
-
- 07 Mar, 2003 1 commit
-
-
Dries 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 authored
- Grammar fix. Patch by Al.
-
- 25 Feb, 2003 1 commit
-
-
Dries authored
- Fixed some typos spotted by Al Maw.
-
- 20 Feb, 2003 1 commit
-
-
Dries 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 authored
- Theme options patch. See mailing list.
-
- 15 Feb, 2003 2 commits
- 11 Feb, 2003 1 commit
-
- 09 Feb, 2003 1 commit
-
-
Dries authored
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Requi red for Drupal to work on new versions of PostgreSQL. Patch by James.
-
- 29 Jan, 2003 1 commit
-
-
Dries authored
- Corrected misplaced quote. Reported by Gerhard.
-