- 15 Apr, 2004 1 commit
-
-
Steven Wittens authored
Truncate UTF-8 patch. Introduced a new function truncate_utf8() for chopping off strings at unsure locations, without risking incomplete UTF-8 data.
-
- 13 Apr, 2004 1 commit
-
-
Dries authored
-
- 25 Mar, 2004 1 commit
-
-
Dries authored
-
- 19 Feb, 2004 1 commit
-
-
http://drupal.org/node/view/5733Steven Wittens authored
- System: the 404 setting instructions advise using 'node', this should be '' (redirecting the user to the front page without any message whatsoever is confusing)
-
- 15 Feb, 2004 2 commits
- 04 Feb, 2004 1 commit
-
- 24 Jan, 2004 1 commit
-
-
Dries authored
- Fixed bug in image parsing: caused 'Array' to be printed on the screen.
-
- 23 Jan, 2004 2 commits
- 19 Jan, 2004 1 commit
-
-
Dries authored
- Patch 5256: code improvements: theme('header') + theme('footer') -> theme('page'). Patch by Gerhard.
-
- 17 Jan, 2004 1 commit
-
-
Dries authored
- Reworked error/status reporting in the aggregator module to fix a bug.
-
- 14 Jan, 2004 1 commit
-
-
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.
-
- 11 Jan, 2004 3 commits
-
-
Dries authored
-
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 1 commit
-
-
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 1 commit
-
-
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.
-
- 06 Jan, 2004 2 commits
-
-
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 1 commit
-
-
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)
-
- 30 Dec, 2003 4 commits
-
-
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 1 commit
-
-
Dries authored
-
- 26 Dec, 2003 1 commit
-
-
Dries authored
- Removed the import module's custom menu. Added a 'news aggregator' menu to the navigation block.
-
- 22 Dec, 2003 1 commit
-
-
Dries authored
- Translation fixes: fixed three usages of format_interval(). Patch by Goba.
-
- 17 Dec, 2003 1 commit
-
-
Dries authored
- Updated the calls to menu() to use MENU_HIDE instead of 1
-
- 14 Dec, 2003 1 commit
-
-
Dries authored
- Excessive CSS tags were generated for feeds and bundles.
-
- 11 Dec, 2003 1 commit
-
-
Dries authored
TODO: get rid of the custom import specific navigation menu.
-
- 01 Dec, 2003 1 commit
-
-
Dries authored
- Introduced a drupal_set_message() and drupal_get_message() function. Contributed themes and modules need to be updated: - modules: status() is no more; use drupal_set_message() instead. - themes: use drupal_get_message() to check for status messages and visualize them.
-
- 25 Nov, 2003 1 commit
-
-
Dries authored
- Committed phase 4 of JonBob's menu system changes.
-
- 20 Nov, 2003 1 commit
-
-
Dries authored
- Patch by JonBob: Phase 2 of the menu system integration project. This unifies the interface used by admin and non-admin pages, and deprecates the _page hook in favor of explicit callbacks from menu(). Breadcrumbs, titles, and help text go away as a result of this patch; they will return in the phase 3 patch, printed by the theme.
-
- 14 Nov, 2003 1 commit
-
-
Dries authored
- Fixed theme glitch.
-
- 13 Nov, 2003 1 commit
-
-
Dries authored
- table(...) -> theme("table", ...)
-
- 09 Nov, 2003 1 commit
-
-
Dries authored
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
-
- 31 Oct, 2003 1 commit
-
-
Dries authored
- Improvement: made it possible to disable the comment controls and reworded some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan.
-
- 24 Oct, 2003 1 commit
-
-
Dries authored
- Small documentation improvements.
-