- Feb 25, 2011
-
-
The Great Git Migration authored
-
- Jun 25, 2003
-
-
Dries Buytaert authored
- Narrow the set of allowed usernames to prevent people from messing with it.
-
- Jun 03, 2003
-
-
Dries Buytaert authored
- Bugfix: made request_uri() rewrite ( and ) with their entity equivalents to avoid XSS attacks! Patch by Al, Moshe, Marco, Kjartan and me.
-
- May 30, 2003
-
-
Dries Buytaert authored
- Fixed a warning. Patch by Jacobo Tarrio.
-
- May 29, 2003
-
-
Dries Buytaert authored
-
- May 17, 2003
-
-
Dries Buytaert authored
Back-ported to the DRUPAL-4-1-0 branch: - Only export the "who is online" block when the access log is enabled. Patch by Al. Fixed bug #1692. - Only export the "top nodes" block when the node counters are enabled.
-
- Apr 22, 2003
-
-
Dries Buytaert authored
-
- Apr 13, 2003
-
-
Dries Buytaert authored
- Back-ported the stripslashes patch. By Kobus and Gerhard. This needs a bit of testing but if all works well, please close bug #1495.
-
- Apr 04, 2003
-
-
Dries Buytaert authored
- case t("whatever"); + case t("whatever"): - Backported patch from Al. Removed 'width="100%"' attributes from table tags. "IE has a bug with tables inside divs with width=100%. I see no reason why the forum tables should be 100% - they are pretty much naturally padded to 100% as soon as anyone puts any content in them. Removing them doesn't affect functionality and improves layout compatibility on IE."
-
- Mar 28, 2003
-
-
Dries Buytaert authored
- Display the user roles on the user listing pages. Patch by Shane with some modification(s) by Ax.
-
- Mar 23, 2003
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Refactored the import module: it will now use PHP's built-in XML parser rather then a set of regular expressions. Solves Debian bug #184252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=184252 - Fixes some invalid db_query_range() queries. This solves bug #1287: http://drupal.org/node/view/1387 - Fixed the use of '%d' and '%s' in some queries. - Fixed some translation bugs. - Improved error/status reporting.
-
- Mar 19, 2003
-
-
Dries Buytaert authored
- Another improvement to the e-mail address validation code. Fixed Debian bug #185217. Patch by Gerhard.
-
- Mar 17, 2003
-
-
Dries Buytaert authored
- Rollback: do not initialize the theme before initializing the user.
-
- Mar 16, 2003
-
-
Dries Buytaert authored
- When loading a theme that is obviously broken, fall back onto the example theme instead of /showing/ a blank page.
-
Dries Buytaert authored
- Fixed typo: 'writeable' -> 'writable'
-
Dries Buytaert authored
- Fixed typo: 'offtopic' -> 'off topic'
-
- Mar 14, 2003
-
-
Dries Buytaert authored
- Fixed a CSS glitch. Thanks Al.
-
- Mar 12, 2003
-
-
Dries Buytaert authored
- The name of a forum node is a "forum topic", not a "discussion forum".
-
Dries Buytaert authored
- Fixed off by one error. A forgotten patch.
-
- Mar 11, 2003
-
-
Dries Buytaert authored
- Use "AND" instead of "&&" in SQL queries to make Drupal work on PostgreSQL. Based on a patch by Neil Ernst.
-
Dries Buytaert authored
- Patch by Neil Ernst: 4.1.0 produces a PostgreSQL error when trying to insert into the statistics table. The problem is detailed on the pgsql docs "A column can be referenced in the form: correlation.columnname `['subscript`]' where correlation is either the name of a table, an alias for a table defined by means of a FROM clause, or the key words NEW or OLD." The old version merely used the column name without qualification. (Fixed some additional directives.)
-
- Mar 05, 2003
-
-
Dries Buytaert authored
- Fixed "SELECT lid, FROM locales WHERE string = 'Reset to defaults'" problem: invoke module_init() *after* the locale module has been initialized. The system module was translating string from within its init hook which is now possible/allowed.
-
- Feb 27, 2003
-
-
Dries Buytaert authored
- Bugfix: there was an errant </a> tag with no opening tag. Patch by Al. Backported from CVS to stable 4.1.0 branch.
-
Dries Buytaert authored
- Bugfix: transparent session ID handling wasn't working properly with drupal_goto(). Patch by Al. Backported from CVS to stable 4.1.0 branch.
-
- Feb 24, 2003
-
-
Dries Buytaert authored
consisting of hyphens only. Patch by Zbynek.
-
- Feb 15, 2003
-
-
Kjartan Mannes authored
-
- Feb 09, 2003
-
-
Dries Buytaert authored
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Required for Drupal to work on new versions of PostgreSQL. Patch by James.
-
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.
-
Dries Buytaert authored
- Changed '%s' into '%d' such that an empty $user->uid is converted to 0. Required for Drupal to work on new versions of PostgreSQL. Patch by James.
-
Dries Buytaert authored
- Small patch by James.
-
Dries Buytaert authored
- Fixed bug #1133: disabled comments are no longer shown. Thanks Gerhard.
-
- Feb 02, 2003
-
-
Dries Buytaert authored
- Removed redundant code.
-
- Feb 01, 2003
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed typo: '$node->nide' -> '$node->nid'. Patch by Alastair.
-
- Jan 29, 2003
-
-
Dries Buytaert authored
- Changed "Allow HTML tags" to "Filter HTML tags" for clarity. Reported by Ax.
-
Dries Buytaert authored
- Corrected misplaced quote. Reported by Gerhard.
-
- Jan 26, 2003
-
-
Dries Buytaert authored
- Fixed bug #893. Patch by Ax.
-
- Jan 23, 2003
-
-
Dries Buytaert authored
- Fixed bug #698: initialize $output.
-