- 14 Apr, 2003 4 commits
-
-
Dries Buytaert authored
- Made book_tree_recurse() emit code that validates as XHTML. Patch by Nick Berendsen.
-
Dries Buytaert authored
- Removed the deprecated function menu_add().
-
Dries Buytaert authored
- Renamed '---' to '<!--break-->'. - Removed hard-coded call to the statistics module from the node module. Patch by Gerhard. - Removed tables from poll module. Modified patch by Al. Changes to Al's patch are: "polltext" -> "poll-text" "pollfg" -> "poll-foreground" "pollbg" -> "poll-background" - Changed some 'statistics.foo's to 's.foo's. Patch by Gary. [If this closes any bug reports, please update them on drupal.org.]
-
Dries Buytaert authored
- Changed error.php to use $base_url instead. (Gary, would this close bug #1378?)
-
- 13 Apr, 2003 6 commits
-
-
Dries Buytaert authored
- Changed 'empty()' to '!isset()' to fix a caching bug. Patch by Garry.
-
Dries Buytaert authored
- Some MSSQL related fixes by Moshe.
-
Dries Buytaert authored
- Made it so that the xtemplate engine can only be included once. Patch by Ax.
-
Dries Buytaert authored
- Added missing tid-column to the forum table. Patch by Anarcat.
-
Dries Buytaert authored
- Fixed bug in cache_get(). Patch by Anarcat.
-
Dries Buytaert authored
- Renamed 'validate_email_address' to 'valid_email_address'. - Added a 'form_radio' function.
-
- 04 Apr, 2003 3 commits
-
-
Dries Buytaert authored
"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."
-
Dries Buytaert authored
- case t("whatever"); + case t("whatever"):
-
Dries Buytaert authored
- Bugfix: xtemplate.inc removed "$xx" from content. - Improvement: changed a high ascii char to low ascii to be able to debug xtemplate.inc.
-
- 03 Apr, 2003 2 commits
-
-
Dries Buytaert authored
- Changed pconnect() to connect().
-
Dries Buytaert authored
- Some coding style fixes.
-
- 02 Apr, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed bug in taxonomy module. Patch by Gerhard.
-
- 01 Apr, 2003 1 commit
-
-
Dries Buytaert authored
- Changed the import and taxonomy module to use better URLs. Patches by Al. - Fixed locale module weirdness. Patch by Kjartan.
-
- 29 Mar, 2003 6 commits
-
-
Dries Buytaert authored
- Fixed bug #1336: http://drupal.org/node/view/1336. Thanks Marky.
-
Dries Buytaert authored
- Fixed a bug in the "comment votes" _and_ "comment filters" page. Reported by Paul C. TODO: someone should look into 'comment_mod_matrix()' - it uses a global variable $rid that is not set anywhere..
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Fixed some SQL query directives.
-
Dries Buytaert authored
- Some updates/additions.
-
Dries Buytaert authored
- Fixed typo in the block delete link. Reported by Paul C.
-
- 28 Mar, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed the broken access log pages. - Changed some '%s's to '%d's - there are more of these left to fix. - Added pager support to the access log pages. - Tried to improve the usability of the access log pages.
-
Dries Buytaert authored
in common.inc. Modified patch from Gerhard.
-
- 27 Mar, 2003 1 commit
-
-
Dries Buytaert authored
-
- 25 Mar, 2003 2 commits
-
-
Dries Buytaert authored
- Added missing title description. Patch by Stefan.
-
Dries Buytaert authored
-
- 23 Mar, 2003 5 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed some broken links in the taxonomy help. Reported by Moshe at http://drupal.org/node/view/299#2255.
-
Dries Buytaert authored
- Bugfix: ignore "textinput" and "image" tags, for now. Reported by Al Maw.
-
Dries Buytaert authored
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.
-
- 19 Mar, 2003 3 commits
-
-
Dries Buytaert authored
- Removed one line of dead code.
-
Dries Buytaert authored
- Added missing 'created' field to 'cache' table.
-
Dries Buytaert authored
- Another improvement to the e-mail address validation code. Fixed Debian bug #185217. Patch by Gerhard.
-
- 18 Mar, 2003 2 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Fixed glitch in e-mail verification code. Patch by Gerhard.
-
- 17 Mar, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed broken URL in the blog module's feed. Reported by Gunnar.
-
Dries Buytaert authored
- Rollback: do not initialize the theme before initializing the user.
-