- 10 Mar, 2004 1 commit
-
-
Dries authored
-
- 08 Mar, 2004 1 commit
-
-
Dries authored
-
- 01 Mar, 2004 1 commit
-
-
Dries authored
- Removed broken throttle.
-
- 24 Feb, 2004 1 commit
-
-
Steven Wittens authored
Improved <label> patch: got rid of ID's by implicit association, and made radio/check labels non-bold again.
-
- 23 Feb, 2004 1 commit
-
-
Dries authored
-
- 21 Feb, 2004 1 commit
-
-
Kjartan authored
- Fixed '\n' => "\n".
-
- 17 Feb, 2004 1 commit
-
-
Steven Wittens authored
- Added a short snippet to drupal_xml_parser_create() which invokes iconv() to convert unsupported encodings.
-
- 12 Feb, 2004 1 commit
-
-
Dries authored
- Patch 5592 by Goba: introduced a new function, drupal_map_assoc().
-
- 11 Feb, 2004 1 commit
-
-
Dries authored
+ only adds an optional parameter to url() and l(), so individual links can be set to be absolute + modifies drupal_goto() to accept the parameters of url() without the $absolute parameter, so cleaner invocations can be used + rework of some code in node_feed, making it much better to look at (the current code uses foreach with an immediate brake to get the first key of the associative array, geeeeez) + added xml:base to the rss tag generated by node_feed() + set all user mail URLs to be absolute + fix a small fragmented URL in user.module
-
- 08 Feb, 2004 2 commits
-
-
Kjartan authored
-
- 05 Feb, 2004 1 commit
-
-
Dries authored
- Subset of patch 5613 by Goba: fixed some translation issues.
-
- 01 Feb, 2004 1 commit
-
-
Dries authored
- Fixed bug 5532: search broken if any subsearch returns without results. Patch by Goba.
-
- 29 Jan, 2004 1 commit
-
- 27 Jan, 2004 1 commit
-
-
Dries authored
- Patch 4332 by Goba: eliminate compose tips module.
-
- 26 Jan, 2004 1 commit
-
-
Dries authored
- Patch #5393 by Goba: changes the search hook return value, and requires an array containing two elements, the first being the requested title, and the second being the result list. Advantages: * Cleaner search code in common.inc * Po extraction is possible and works fine * No hardcoded exceptions for node and comment modules, since any module can return results in order of relevance (or another order)
-
- 25 Jan, 2004 1 commit
-
- 23 Jan, 2004 1 commit
-
- 21 Jan, 2004 1 commit
-
-
Dries authored
- Added missing permission check. Patch by Ax. - Added a $granularity field to format_interval().
-
- 19 Jan, 2004 1 commit
-
-
Dries authored
- Fixed bug 5247: active link marking invalidates HTML. Patch by Goba.
-
- 17 Jan, 2004 1 commit
-
-
Dries authored
- Fixed incomplete input checking.
-
- 14 Jan, 2004 2 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.
-
- 12 Jan, 2004 1 commit
-
-
Dries authored
- Made l() add 'class="active"' to the active/current URL.
-
- 11 Jan, 2004 1 commit
-
-
Dries authored
-
- 07 Jan, 2004 2 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.
-
- 06 Jan, 2004 2 commits
-
-
Kjartan authored
-
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 2 commits
-
-
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)
-
- 02 Jan, 2004 1 commit
-
- 30 Dec, 2003 1 commit
-
-
Dries authored
- Made it possible to set and display multiple status messages. Modified patch by Kjartan.
-
- 29 Dec, 2003 6 commits
-
-
Dries authored
- Updated code to use new semantics of url() and l().
-
Dries authored
- Added $fragment identifier to url() and l(). Patch by Goba.
-
Dries authored
- Fixed typo introduced by the <b> -> <strong> patches. This might need a better fix.
-
Dries authored
-
Dries authored
- Fixed glitch with form_radio(). Reported by Kjartan.
-
Dries authored
- Removed the ID from radio buttons: we'll need to rethink this a bit.
-
- 28 Dec, 2003 1 commit
-
-
Dries authored
- Removed the id= from checkboxes: it is acting weird in some cases. :oI
-