- 26 May, 2003 2 commits
- 25 May, 2003 2 commits
- 24 May, 2003 4 commits
- 23 May, 2003 4 commits
- 20 May, 2003 3 commits
- 19 May, 2003 8 commits
-
-
Dries authored
- Fixed register_globals issue. Patch by Michael.
-
Kjartan authored
-
Kjartan authored
-
Dries authored
- Some fields can be passed through the $_GET array (eg. to make the "blog it" modules work). Patch by Ax.
-
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 4 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.
-