Dries Buytaert
45d5aad6df
- Updated Drupal to use "on output" filters. Derived from Gerhard's patch.
2003-05-24 16:26:13 +00:00
Dries Buytaert
17e5b5c2d7
- Changed the type of the string fields in the locale table to BLOB.
...
This fixes bug #987 . For PostgreSQL this is not required because
its string comparisons are case-senitive. Not idea about MSSQL.
2003-05-24 14:31:36 +00:00
Dries Buytaert
d592f76565
- Changed "user blogs" to "blogs". Patch by Al.
2003-05-24 07:09:49 +00:00
Dries Buytaert
9863dd5a71
- Fixed typo in URL(). Patch by Al.
...
- Added a filter option to disable/enable the rewrite_old_urls() filter.
See task #1542 .
2003-05-23 21:59:44 +00:00
Dries Buytaert
b3c8b01d90
- Fixed a register globals problem in the pager. Patch by Al. (I also
...
removed a dead global variable.)
2003-05-23 21:33:24 +00:00
Dries Buytaert
5bd07f4bb2
- Fixed search module bug. Patch by Michael.
2003-05-23 17:59:25 +00:00
Dries Buytaert
210203a72d
- Fixed broken link. Patch by Al.
2003-05-23 04:49:08 +00:00
Dries Buytaert
9e82c05529
- update.php improvements and a grammatical fix from Al. Thanks.
2003-05-20 04:52:06 +00:00
Dries Buytaert
b68b2798d2
- Fixed a IIS bug with regard to register globals. This also avoids the
...
aforementioned ugly hack. Patch by Moshe.
2003-05-20 04:41:36 +00:00
Dries Buytaert
a87f442e05
- Fixed typo in help. Patch be Al.
2003-05-20 04:36:34 +00:00
Dries Buytaert
e99d422273
- Fixed register_globals issue. Patch by Michael.
2003-05-19 21:17:30 +00:00
Kjartan Mannes
8c037610ab
- $_SERVER["edit"] -> $_POST["edit"]
2003-05-19 18:59:34 +00:00
Kjartan Mannes
1a2f8acb2c
- Patch by Jonathan Chaffer: $_SERVER["op"] -> $_POST["op"]
2003-05-19 18:58:50 +00:00
Dries Buytaert
b5e644d6b0
- Some fields can be passed through the $_GET array (eg. to make the "blog
...
it" modules work). Patch by Ax.
2003-05-19 18:36:58 +00:00
Dries Buytaert
65293a819b
- Patch by Kjartan:
...
$_SERVER["HTTP_RAW_POST_DATA"] --> $GLOBALS["HTTP_RAW_POST_DATA"]
Al: can you confirm that this fixes your problem?
2003-05-19 18:32:09 +00:00
Dries Buytaert
bf28f8709b
- 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.)
2003-05-19 18:26:49 +00:00
Kjartan Mannes
7c364f8935
- Fixing to work with register_globals off.
2003-05-19 15:30:12 +00:00
Dries Buytaert
8bc39e9083
- Undid my changes to user_access().
2003-05-19 09:07:42 +00:00
Dries Buytaert
8205b62666
- Replaced some PHP_SELF's by request_uri()'s. Patch by Gerhard.
2003-05-18 20:21:35 +00:00
Dries Buytaert
7e8aa5268b
- 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.
2003-05-18 16:43:56 +00:00
Dries Buytaert
a1c0d41681
- Added option to control placement of sidebar(s).
2003-05-18 13:22:00 +00:00
Dries Buytaert
d54465b800
- Fixed 3 PostgreSQL problems!
...
- Fixed some locale problems; made it easier to translate some strings.
- Removed some dead wood.
2003-05-18 10:09:28 +00:00
Dries Buytaert
57c7d7b43b
- 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.
2003-05-18 09:48:49 +00:00
Dries Buytaert
494aa87e37
- Small change that reduces the number of SQL queries when a certain role has
...
no permissions set.
2003-05-18 09:10:17 +00:00
Dries Buytaert
9c43f5440e
- Fixed some PostgreSQL issues. Reported by Michael.
...
- Removed some dead wood.
2003-05-18 07:01:37 +00:00
Dries Buytaert
07ab3915c4
- 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.
2003-05-17 19:57:52 +00:00
Dries Buytaert
badf1ca458
- Fixed bug #1665 : teaser is not trimmed when creating static pages.
...
Patch by Marco.
2003-05-17 13:56:53 +00:00
Dries Buytaert
d90c5a3a42
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 .
2003-05-15 18:09:19 +00:00
Dries Buytaert
1c84b56e8e
- Forgot this one. Patch by Ax.
2003-05-15 09:18:13 +00:00
Dries Buytaert
b019f4e5fd
- Another batch of theme improvements by Ax.
...
(Al: your additional patch did not apply. Will look into that later.)
2003-05-15 05:00:02 +00:00
Dries Buytaert
ef703e802b
- CSS fixes by Al.
2003-05-14 19:00:11 +00:00
Dries Buytaert
8d50bab9f9
- Specified the charset such that the administration pages would validate.
...
Is this an OK thing to do?
2003-05-13 21:36:57 +00:00
Dries Buytaert
460b902d70
- Added a couple of checks to avoid pg_atoi problems using PostgreSQL.
...
Reported by Michael Frankowski.
2003-05-13 21:34:39 +00:00
Dries Buytaert
bf300292da
- Made the teaser work for HTML book pages. Patch by Nick.
2003-05-13 20:17:14 +00:00
Dries Buytaert
0215c5032f
- 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.
2003-05-13 19:05:02 +00:00
Dries Buytaert
c2d2fb7309
- 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.
2003-05-13 18:36:38 +00:00
Dries Buytaert
13ffd89568
- More little tweaks. Looks like the links no longer right align on IE.
...
Sigh. Thoughts?
2003-05-11 12:49:53 +00:00
Dries Buytaert
ccd20686e0
- 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.
2003-05-11 12:39:11 +00:00
Dries Buytaert
f8c44e02bb
- Fixed some broken links.
2003-05-11 06:44:49 +00:00
Dries Buytaert
73d5cf8644
*** empty log message ***
2003-05-10 16:13:17 +00:00
Dries Buytaert
b523de70d3
- Changed some "tid"s to "r.tid"s to avoid confusion. Patch by Gerhard.
2003-05-10 15:22:38 +00:00
Dries Buytaert
167cf56aa6
- Fixed warning when creating a vocabulary with no types. Reported by Gerhard,
...
patch by Marco.
2003-05-10 14:56:23 +00:00
Dries Buytaert
a31c329735
- Patch by Marco:
...
+ 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!)
2003-05-10 14:43:22 +00:00
Dries Buytaert
7aa28ea114
- Added an option to make "node previews" optional. Patch by n8. See
...
"site configuration > modules > node".
2003-05-10 13:54:38 +00:00
Dries Buytaert
c886dfd05e
- Fixed "undefined variable" warning. Patch by Ax.
2003-05-10 13:10:26 +00:00
Dries Buytaert
a161110a6b
- Applied Michael Caerwyn's "%s -> %d" patch.
...
- Changed all occurences of '%d' to %d as suggested on the mailing list.
2003-05-07 21:00:36 +00:00
Dries Buytaert
9a62873a4b
- Added <base href=""> to default theme. Patch by Al, though I had to add
...
a 'global $base_url;'. Fixes bug #1533 .
2003-05-07 20:39:27 +00:00
Dries Buytaert
c60e3b13fa
- Added missing t() function. Patch ba Al.
2003-05-06 06:42:01 +00:00
Dries Buytaert
5632464104
- Fixed bug #1336 : profile module problem. Patch by Al.
2003-05-03 05:44:25 +00:00
Dries Buytaert
3672ce2cf3
- Fixed typo.
2003-05-02 22:44:11 +00:00