- 19 May, 2003 4 commits
-
-
Dries authored
- Patch by Kjartan: $_SERVER["HTTP_RAW_POST_DATA"] --> $GLOBALS["HTTP_RAW_POST_DATA"] Al: can you confirm that this fixes your problem?
-
Dries authored
- Applied Moshe's patch that should make clean URLs work on IIS. I removed a little hack that sometimes patches the request_uri(); I don't think this should trigger in first place. If it does, let me know the URL of the form as well as the referring page. (If this needs fixing after all, fixing this _inside_ request_uri() might be a better solution.)
-
Kjartan authored
-
Dries authored
- Undid my changes to user_access().
-
- 18 May, 2003 7 commits
-
-
Dries authored
- Replaced some PHP_SELF's by request_uri()'s. Patch by Gerhard.
-
Dries authored
- Added option to control placement of sidebar(s).
-
Dries authored
- Fixed 3 PostgreSQL problems! - Fixed some locale problems; made it easier to translate some strings. - Removed some dead wood.
-
Dries authored
- The page_footer() function was always called twice due to the introduction of the "footer" hook (and because of the existence of the page module). This caused the node view counter to be incremented twice per page view, the cache being set twice, etc. Quite a bug.
-
Dries authored
- Small change that reduces the number of SQL queries when a certain role has no permissions set.
-
Dries authored
- Fixed some PostgreSQL issues. Reported by Michael. - Removed some dead wood.
-
- 17 May, 2003 2 commits
-
- 15 May, 2003 3 commits
-
-
Dries authored
Patch by Ax: - Show sidebar only if there is at least one block. - Remove xml prolog; fixes http://lists.drupal.org/pipermail/drupal-devel/2003-May/024484.html.
-
Dries authored
-
Dries authored
- Another batch of theme improvements by Ax. (Al: your additional patch did not apply. Will look into that later.)
-
- 14 May, 2003 1 commit
-
-
Dries authored
- CSS fixes by Al.
-
- 13 May, 2003 5 commits
-
-
Dries authored
- Specified the charset such that the administration pages would validate. Is this an OK thing to do?
-
Dries authored
- Added a couple of checks to avoid pg_atoi problems using PostgreSQL. Reported by Michael Frankowski.
-
Dries authored
- Made the teaser work for HTML book pages. Patch by Nick.
-
Dries authored
- The book_admin_orphan() function is using the table() function to render the orphan pages. Patch by Nick. - The "printer-friendly link" is only shown when the book page is not on the main page. Patch by Nick.
-
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.
-
- 11 May, 2003 3 commits
-
-
Dries authored
- More little tweaks. Looks like the links no longer right align on IE. Sigh. Thoughts?
-
Dries authored
- Added character encoding. - <div> is not allowed within <span>. - Reworked the header: the alignment/wrapping of the primary and secondary links actually works now and is a tad simpler.
-
Dries authored
- Fixed some broken links.
-
- 10 May, 2003 6 commits
-
-
Dries authored
-
Dries authored
- Changed some "tid"s to "r.tid"s to avoid confusion. Patch by Gerhard.
-
Dries authored
- Fixed warning when creating a vocabulary with no types. Reported by Gerhard, patch by Marco.
-
Dries authored
+ Fixed bug 1544: comment_mod_matrix() was broken. + Emit tables using the table rendering functions. + Fixed a typo in the documentation/comments. (Welcome back Marco!)
-
Dries authored
- Added an option to make "node previews" optional. Patch by n8. See "site configuration > modules > node".
-
Dries authored
- Fixed "undefined variable" warning. Patch by Ax.
-
- 07 May, 2003 2 commits
-
-
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
-
- 03 May, 2003 1 commit
-
- 02 May, 2003 3 commits
- 29 Apr, 2003 2 commits
-
-
Dries authored
- Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration when PHP's XML-RPC library is enabled. - Renamed 'xmlrpc_encode' to '_xmlrpc_encode' to avoid redeclaration when PHP's XML-RPC library is enabled. - Removed 'if (funcion_exist("xmlrpc_encode"))' check from common.inc.
-
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.
-