- 10 Jan, 2004 1 commit
-
-
Dries Buytaert authored
+ Added some a new theme fucntions to the aggregator to make it possible to theme the aggregator page. + Removed the <table> and much hardcoded CSS as well as theme("box")-es. + Added the aggregator's theme functions to Doxygen's themeable group. + Added breadcrumb trails to the aggregator pages. + Updated the core themes to take advantages of the improved themeability. Screenshot: http://buytaert.net/temporary/aggregator-makeover.jpg
-
- 08 Jan, 2004 1 commit
-
-
Kjartan Mannes authored
-
- 07 Jan, 2004 4 commits
-
-
Steven Wittens authored
- Fixed issue with drupal_get_path_alias(): should return false for non-aliased URLs.
-
Dries Buytaert authored
- Many excellent news aggregator improvements by Kjartan: + Added drupal_http_request(). + Replaced rssfeeds with OPML feed subscription list. + Added support for pubDate. + Added support for conditional gets using ETag and Last-Modified.
-
Dries Buytaert authored
- Fixed default chameleon CSS.
-
Dries Buytaert authored
- Fixed bug #5004: missing <title>-tag in the example theme.
-
- 06 Jan, 2004 7 commits
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Fixed bug #4922: made misc/drupal.css validate by removing some Mozilla specific code.
-
Dries Buytaert authored
- Removed some dead code from drupal.css.
-
Dries Buytaert authored
- Fixed bug #4965: typo in the help text.
-
Dries Buytaert authored
- Fixed bug #4989: archive calendar cached too aggressively.
-
Kjartan Mannes authored
- Added proper access checking to block and menu items.
-
Steven Wittens authored
/** * Wrapper around xml_parser_create() which extracts the encoding from the XML * data first and sets the output encoding to UTF-8. This function should be * used instead of xml_parser_create(), because PHP's XML parser doesn't check * the input encoding itself. * * This is also where unsupported encodings should be converted. * Callers should take this into account: $data might have been changed after * the call. * * @param $data The XML data which will be parsed later. */
-
- 05 Jan, 2004 7 commits
-
-
Dries Buytaert authored
- Implemented feature request/bug #4973: removed the throttle module's dependence on cron to make adjusting the throttle level more responsive (when configured to).
-
Dries Buytaert authored
- Fixed bug 4972: an incorrect permission name prevented the throttle block from being shown to users.
-
Steven Wittens authored
Added checks to the drupal directory option to display an error when the site name, email, slogan or statement aren't filled in.
-
Steven Wittens authored
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba)
-
Dries Buytaert authored
- Changed some boxes to fieldsets/lengeds.
-
Steven Wittens authored
Committed filter separation patch: all filter-related things are now in filter.module (which is a required module). To do this cleanly, I reorganised some bits of system.module: there is now a generic handler available for simple variable-get/set based configuration pages. Look at filter_admin() or system_view() for example usage. (based on the patch by Goba)
-
Dries Buytaert authored
- Partial patch #4927: mass URL aliasing by Goba.
-
- 04 Jan, 2004 1 commit
-
-
Dries Buytaert authored
- Patch 4948 by Goba: the poll module uses check_output() on the poll options.
-
- 03 Jan, 2004 1 commit
-
-
Dries Buytaert authored
- Patch #4924: made the comment form themeable. Patch by Goba.
-
- 02 Jan, 2004 8 commits
-
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Removing some dated scripts.
-
Dries Buytaert authored
- Log the search terms in a new watchdog category.
-
Dries Buytaert authored
- Patch 4916: improved preparation of $node->teaser and $node->body. Patch by Goba.
-
Dries Buytaert authored
- Removed the hard-coded list of watchdog types. The list is compiled dynamically and can be extended through the watchdog() call. (Chris could use it to move the cron message to their own category.)
-
Dries Buytaert authored
- Fixed bug 4916: users can have disabled themes. Modified patch by Mathias. 1. Remove the theme object. There is no need to keep it around since meta information for a theme can be retrieved via list_themes(). All we really need is the theme name. 2. Check if the user selected theme is enabled during theme initialization. This is the easiest place to put the check and doesn't mess with the user's settings. Their database profile will still contain the disabled theme selection, but they will be rendering the default admin-selected theme until their chosen theme is once again activated.
-
Dries Buytaert authored
- Patch #4858: search module did not remember the search filter. Patch by Kjartan.
-
Dries Buytaert authored
- Patch #4093: only invoke check_output() once for performance's sake. Patch by Goba.
-
- 30 Dec, 2003 8 commits
-
-
Steven Wittens authored
-
Dries Buytaert authored
-
Steven Wittens authored
- Re-added STYLE/ON*= filtering (this got lost a while ago due to reorganisation) - Added form_group's to node.module's filter options - Fixed incorrect filter usage in poll.module
-
Dries Buytaert authored
- Made it possible to set and display multiple status messages. Modified patch by Kjartan.
-
Steven Wittens authored
(sorry last commit, I promise :P)
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
Added a short piece of code that does this. (see drupal.org's Drupal Talk to see this bug in action)
-
- 29 Dec, 2003 2 commits
-
-
Dries Buytaert authored
- Updated code to use new semantics of url() and l().
-
Dries Buytaert authored
- Added $fragment identifier to url() and l(). Patch by Goba.
-