- 15 Jan, 2004 2 commits
- 14 Jan, 2004 5 commits
-
-
Dries authored
- Correction: I accidentically removed some $base_urls.
-
Dries authored
- Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages.
-
Dries authored
- Fixed 5218: book page "administer" removes original author.
-
Dries authored
- Usability improvement: added a book navigation block.
-
Dries authored
- Corrected some breadcrumb trails and added a paragraph about upgrading.
-
- 13 Jan, 2004 2 commits
- 12 Jan, 2004 2 commits
- 11 Jan, 2004 6 commits
-
-
Dries authored
-
Dries authored
- Fixed bug 4745: undefined warning in sess_read().
-
Dries authored
- Removed some debug info.
-
Dries authored
Round 3 of aggregator improvements: - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
-
- 10 Jan, 2004 2 commits
-
-
Dries authored
- Fixed typo in CSS.
-
Dries 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 authored
-
- 07 Jan, 2004 4 commits
-
-
Steven Wittens authored
- Fixed issue with drupal_get_path_alias(): should return false for non-aliased URLs.
-
Dries 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 authored
- Fixed default chameleon CSS.
-
- 06 Jan, 2004 7 commits
-
-
Kjartan authored
-
Dries authored
- Removed some dead code from drupal.css.
-
Kjartan 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 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 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)
- 04 Jan, 2004 1 commit
-
-
Dries authored
- Patch 4948 by Goba: the poll module uses check_output() on the poll options.
-
- 03 Jan, 2004 1 commit
-