- 18 May, 2003 7 commits
-
-
Dries Buytaert authored
- Replaced some PHP_SELF's by request_uri()'s. Patch by Gerhard.
-
Dries Buytaert authored
- Fixed bug in book_prev(). Patch by Andy Colson. - Book optimizations: updated to use inner joins. Patch by Andy Colson. This should address bug #1373. TODO: add index to MSSQL database scheme.
-
Dries Buytaert authored
- Added option to control placement of sidebar(s).
-
Dries Buytaert authored
- Fixed 3 PostgreSQL problems! - Fixed some locale problems; made it easier to translate some strings. - Removed some dead wood.
-
Dries Buytaert 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 Buytaert authored
- Small change that reduces the number of SQL queries when a certain role has no permissions set.
-
Dries Buytaert authored
- Fixed some PostgreSQL issues. Reported by Michael. - Removed some dead wood.
-
- 17 May, 2003 2 commits
-
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Fixed bug #1665 : teaser is not trimmed when creating static pages. Patch by Marco.
-
- 15 May, 2003 3 commits
-
-
Dries Buytaert 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 Buytaert authored
-
Dries Buytaert 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 Buytaert authored
- CSS fixes by Al.
-
- 13 May, 2003 5 commits
-
-
Dries Buytaert authored
- Specified the charset such that the administration pages would validate. Is this an OK thing to do?
-
Dries Buytaert authored
- Added a couple of checks to avoid pg_atoi problems using PostgreSQL. Reported by Michael Frankowski.
-
Dries Buytaert authored
- Made the teaser work for HTML book pages. Patch by Nick.
-
Dries Buytaert 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 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.
-
- 11 May, 2003 3 commits
-
-
Dries Buytaert authored
- More little tweaks. Looks like the links no longer right align on IE. Sigh. Thoughts?
-
Dries Buytaert 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 Buytaert authored
- Fixed some broken links.
-
- 10 May, 2003 6 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Changed some "tid"s to "r.tid"s to avoid confusion. Patch by Gerhard.
-
Dries Buytaert authored
- Fixed warning when creating a vocabulary with no types. Reported by Gerhard, patch by Marco.
-
Dries Buytaert 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 Buytaert authored
- Added an option to make "node previews" optional. Patch by n8. See "site configuration > modules > node".
-
Dries Buytaert authored
- Fixed "undefined variable" warning. Patch by Ax.
-
- 07 May, 2003 2 commits
-
-
Dries Buytaert authored
- Applied Michael Caerwyn's "%s -> %d" patch. - Changed all occurences of '%d' to %d as suggested on the mailing list.
-
Dries Buytaert authored
- Added <base href=""> to default theme. Patch by Al, though I had to add a 'global $base_url;'. Fixes bug #1533.
-
- 06 May, 2003 1 commit
-
-
Dries Buytaert authored
-
- 03 May, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed bug #1336: profile module problem. Patch by Al.
-
- 02 May, 2003 3 commits
-
-
Dries Buytaert authored
-
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.
-
Dries Buytaert authored
- Fixed critical bug #1539; incorrect use of pager_query().
-
- 29 Apr, 2003 3 commits
-
-
Dries Buytaert 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 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.
-
Dries Buytaert authored
- Fixes bug #1336 and #1473.
-
- 28 Apr, 2003 3 commits
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- News items are now filtered using node_filter() instead of filter(). This stops the other filters (such as textile) from kicking in and messing with the data. Reported by Gary.
-
Dries Buytaert authored
- Simplified blogger API module thanks to node API changes. Patch by Moshe.
-