- 29 May, 2003 4 commits
-
-
Dries Buytaert authored
- Michael Frankowski's excellent help text improvements!
-
Dries Buytaert authored
- Fix for bug #1779a: all posts posted through the Blogger API where authored by the anonymous user. Thanks thorpexmachine and Al. - Fix for bug #1779b: bloggerapi_user_blogs() returned broken link. Thanks thorpexmachine and Al. http://drupal.org/node/view/1779
-
Dries Buytaert authored
- My filter commit accidentically broke the comment submission which is now fixed. Patch by Al.
-
Dries Buytaert authored
- Theme improvements by Al, with help from Nick: stylesheet improvements, XHTML-ified theme UnConeD, etc.
-
- 28 May, 2003 1 commit
-
-
Dries Buytaert authored
- Fixed braino. Reported by Remco as bug #1787.
-
- 27 May, 2003 2 commits
-
-
Dries Buytaert authored
- Theme maintenance: moved CSS to separate stylesheet, updated to use relative font sizes, etc. Thanks Al.
-
Dries Buytaert authored
- Bugfix: assure that taxonomy_term_node_counts() only takes published nodes into account. Patch by Moshe.
-
- 26 May, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed validate problem. Patch by Ax.
-
Dries Buytaert authored
- Removed check_output() from the theme system layer.
-
- 25 May, 2003 2 commits
-
-
Dries Buytaert authored
- Fixed typo. Patch by Al.
-
Dries Buytaert authored
- Undid Kjartan's latest change (it breaks the feeds) and fixed it properly.
-
- 24 May, 2003 4 commits
-
-
Kjartan Mannes authored
page renders properly when a user does not have access to content.
-
Dries Buytaert authored
- Updated Drupal to use "on output" filters. Derived from Gerhard's patch.
-
Dries Buytaert authored
- 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.
-
Dries Buytaert authored
- Changed "user blogs" to "blogs". Patch by Al.
-
- 23 May, 2003 4 commits
-
-
Dries Buytaert authored
- Fixed typo in URL(). Patch by Al. - Added a filter option to disable/enable the rewrite_old_urls() filter. See task #1542.
-
Dries Buytaert authored
removed a dead global variable.)
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- 20 May, 2003 3 commits
-
-
Dries Buytaert authored
- update.php improvements and a grammatical fix from Al. Thanks.
-
Dries Buytaert authored
- Fixed a IIS bug with regard to register globals. This also avoids the aforementioned ugly hack. Patch by Moshe.
-
Dries Buytaert authored
- Fixed typo in help. Patch be Al.
-
- 19 May, 2003 8 commits
-
-
Dries Buytaert authored
- Fixed register_globals issue. Patch by Michael.
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Some fields can be passed through the $_GET array (eg. to make the "blog it" modules work). Patch by Ax.
-
Dries Buytaert authored
- Patch by Kjartan: $_SERVER["HTTP_RAW_POST_DATA"] --> $GLOBALS["HTTP_RAW_POST_DATA"] Al: can you confirm that this fixes your problem?
-
Dries Buytaert 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 Mannes authored
-
Dries Buytaert authored
- Undid my changes to user_access().
-
- 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 1 commit
-
-
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.
-