- 18 May, 2003 1 commit
-
-
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.
-
- 15 Feb, 2003 2 commits
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Everything is using theme("function") now instead of $theme->function().
-
- 11 Feb, 2003 1 commit
-
- 09 Feb, 2003 1 commit
-
-
Dries Buytaert 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 Buytaert authored
- Corrected misplaced quote. Reported by Gerhard.
-
- 23 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Added missing t() function. Patch by Stefan.
-
- 20 Jan, 2003 1 commit
-
-
Dries Buytaert authored
-
- 15 Jan, 2003 1 commit
-
-
Dries Buytaert authored
by David.
-
- 14 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Small improvement to the admin menu based on feedback from Michael.
-
- 10 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Made sure the text doesn't wrap.
-
- 06 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Clean URL patch.
-
- 04 Jan, 2003 1 commit
-
-
Dries Buytaert authored
- Added an extra parameter to watchdog() which lets you specifiy an "action" or "operation" link. - Made the main page of the administration section show an overview of all watchdog entries with such action link. - Fixed typo in PostgreSQL database scheme.
-
- 31 Dec, 2002 1 commit
-
-
Dries Buytaert authored
- Tidied up the use of check_output(). Might make rendering pages a bit snappier (performance improvement).
-
- 29 Dec, 2002 2 commits
-
-
Dries Buytaert authored
- Usability improvement: made the remaining user administration pages use the new table rendering functions; access rule table, permission table, role table, etc. - Usability improvement: made the permission table translatable. Requested by Stefan. - Code improvement: removed some redundant check_output()s.
-
Dries Buytaert authored
CHANGES: - Usability improvement: made the user administration pages use the new table rendering functions. - Usability improvement: added pager support to the user administration pages. - Code improvement: fixed code indentation.
-