- Jun 19, 2005
-
-
Dries Buytaert authored
TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in the Drupal handbook! TODO: update the themes in the contributions repository.
-
Dries Buytaert authored
- Patch #21918 by budda/Robin: forum icons are broken when you change the forum icon path. TODO 1: the forum icons should probably be configurable on a per-site or per-theme basis. TODO 2: I spent 5 minutes looking for this setting.
-
Dries Buytaert authored
- Patch #25143 by Robin: use count() instead of is_array() so we don't render code for empty arrays, and such you don't get warnings using PHP5.
-
- Jun 18, 2005
-
-
Steven Wittens authored
-
- Jun 07, 2005
-
-
Dries Buytaert authored
to OPML export functionality, better code comments, better help texts, etc.
-
Dries Buytaert authored
- Patch #24135 by Moshe: made it possible to ban visitors based on hostname/IP. Banning visitors can either be done from the 'access control' pages, or directly from the statistics pages. This feature is very convenient to block badly behaving crawlers.
-
Dries Buytaert authored
-
- Jun 06, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Jun 05, 2005
-
-
Steven Wittens authored
-
Dries Buytaert authored
This patch enables export of books as XML documents. The XML is DocBook "at the level of structure", but node contents are wrapped as CDATA, since we can't be sure that the contents are valid XML. Several other bugs/feature requests are also addressed with this patch: - Fixes bugs http://drupal.org/node/1898 http://drupal.org/node/1482 http://drupal.org/node/8049 http://drupal.org/node/1899 Should go a long way towards implementing feature request http://drupal.org/node/2062 It should also be easy to extend this to produce OPML, for example. - Adds about 170 lines, of which more than 100 are comments - Added doxygen comments - Made doxygen comment format consistent; fixed minor grammatical slips - A proper Doctype and more informative HTML element is generated for printer-friendly HTML output. - Refactored book_print() to use book_recurse(). - Refactored book_recurse(). Applies 'visitor' callback functions to nodes during weight/title order tree-traversal. The parameterized visitor callbacks can be used to generate different kinds of output. There are many other kinds of operations on books which can be implemented by writing a pre-node/post-node pair of callback functions: word-count/ statistics gathering, comparison, copying, search and replace... - Introduced book_export() which uses book_recurse() to generate DocBook-like XML to export book contents in a structured form. An md5 hash is computed for each node to help import code to decide if a node needs to be updated or not.
-
Dries Buytaert authored
-
- Jun 04, 2005
-
-
Dries Buytaert authored
Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds that start with the so-called "byte order mark".
-
Dries Buytaert authored
-
- Jun 01, 2005
-
-
Dries Buytaert authored
-
Steven Wittens authored
-
Steven Wittens authored
- #23685: urlencode() profile field names and values in the URL (any dynamic data in an url should be urlencoded to prevent characters like # and & from being interpreted by the browser/server).
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
-
- May 31, 2005
-
-
Steven Wittens authored
-
Steven Wittens authored
- Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags.
-
Steven Wittens authored
-
Steven Wittens authored
-
- May 30, 2005
-
-
Steven Wittens authored
-
- May 27, 2005
-
-
Steven Wittens authored
-
- May 26, 2005
-
-
Steven Wittens authored
-
Dries Buytaert authored
(Not sure if this needs to be backported to DRUPAL-4-6.)
-
Dries Buytaert authored
(Yay, more PostgreSQL contributors! :))
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- May 25, 2005
-
-
Dries Buytaert authored
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
a valid UTF-8 string, beginning and ending on a character boundary.
-