Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'. | Dries Buytaert | 2005-06-19 |
| | | | | | | 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. | ||
* | - Patch #21918 by budda/Robin: forum icons are broken when you change the ↵ | Dries Buytaert | 2005-06-19 |
| | | | | 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. | ||
* | - Patch #25143 by Robin: use count() instead of is_array() so we don't ↵ | Dries Buytaert | 2005-06-19 |
| | | | | render code for empty arrays, and such you don't get warnings using PHP5. | ||
* | - Replacing ugly old "powered by" buttons with better ones. | Steven Wittens | 2005-06-18 |
| | |||
* | - Patch #1898 by Djun: more book module improvements including but not limited | Dries Buytaert | 2005-06-07 |
| | | | | to OPML export functionality, better code comments, better help texts, etc. | ||
* | - Patch #24135 by Moshe: made it possible to ban visitors based on ↵ | Dries Buytaert | 2005-06-07 |
| | | | | 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. | ||
* | - Patch #24450 by Neil: removed some dead code. | Dries Buytaert | 2005-06-07 |
| | |||
* | - book_render() was broken after a faulty commit. Adding back. | Steven Wittens | 2005-06-07 |
| | | | | | See: http://cvs.drupal.org/viewcvs/drupal/drupal/modules/book.module?r1=1.294&r2=1.295 | ||
* | - Patch #24003 by Steven: fix problems with node attribute checking (and ↵ | Dries Buytaert | 2005-06-06 |
| | | | | improve defaults). | ||
* | - Removing some whitespace | Dries Buytaert | 2005-06-06 |
| | |||
* | - Crop long columns. | Dries Buytaert | 2005-06-06 |
| | |||
* | - #24278: Emit correct XHTML <link> tag. | Steven Wittens | 2005-06-05 |
| | |||
* | - Modified version of patch #1482 by Djun: | Dries Buytaert | 2005-06-05 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
* | - Patch #22416: fixed typo that prevented menu item descriptions from ↵ | Dries Buytaert | 2005-06-05 |
| | | | | showing up in links. | ||
* | - Patch #24141: fix XML UTF-8 bom issue with PHP5. | Dries Buytaert | 2005-06-04 |
| | | | | | Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds that start with the so-called "byte order mark". | ||
* | - urlencode() the subjects in the admin overview page. | Dries Buytaert | 2005-06-04 |
| | |||
* | - Fixed registration bug. | Dries Buytaert | 2005-06-01 |
| | |||
* | - #24068: Fix "undefined is undefined" error in IE5 with drupal.js | Steven Wittens | 2005-06-01 |
| | |||
* | - #23685: urlencode() profile field names and values in the URL (any dynamic ↵ | Steven Wittens | 2005-06-01 |
| | | | | data in an url should be urlencoded to prevent characters like # and & from being interpreted by the browser/server). | ||
* | - #23736: Remove dependency of system.module on node.module | Steven Wittens | 2005-06-01 |
| | |||
* | - #23734: Replace date() with format_date() in aggregator | Steven Wittens | 2005-06-01 |
| | |||
* | - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵ | Steven Wittens | 2005-06-01 |
| | | | | teasers. | ||
* | - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵ | Steven Wittens | 2005-06-01 |
| | | | | teasers. | ||
* | - Use & instead of numerical entity in autop. | Steven Wittens | 2005-06-01 |
| | |||
* | - Fix node form fieldsets being broken in IE after Safari/Konqueror fix. | Steven Wittens | 2005-05-31 |
| | |||
* | - Code cleanup: improve format_plural usage, add some missing ↵ | Steven Wittens | 2005-05-31 |
| | | | | placeholder/check calls, and introduce API for <link> tags. | ||
* | - Forgot about tablesort dependency on pager. | Steven Wittens | 2005-05-31 |
| | |||
* | - Typo in upload messages: %quote -> %quota | Steven Wittens | 2005-05-31 |
| | |||
* | - Fixing charset in mime_header_encode() | Steven Wittens | 2005-05-30 |
| | |||
* | - #23360: Chameleon: fix taxonomy terms disappearing if there are no node links. | Steven Wittens | 2005-05-27 |
| | |||
* | - #23700: Fix some broken t()'s in common.inc | Steven Wittens | 2005-05-26 |
| | |||
* | - Patch #18275 by Steven: "create content" menu displays extraneous links. | Dries Buytaert | 2005-05-26 |
| | | | | (Not sure if this needs to be backported to DRUPAL-4-6.) | ||
* | - Patch #22909 by kinai: fixed various errors in the PostgreSQL database scheme. | Dries Buytaert | 2005-05-26 |
| | | | | (Yay, more PostgreSQL contributors! :)) | ||
* | - Added something about the AJAX auto-complete forms. | Dries Buytaert | 2005-05-26 |
| | |||
* | - Patch #17028 by Ber: theme xml_icon should allow inline XML icons. | Dries Buytaert | 2005-05-26 |
| | |||
* | - Patch #23633 by Moshe: improve grouping in default profile page. | Dries Buytaert | 2005-05-26 |
| | |||
* | - Patch #23588 by Ber: fixed incorrect call to theme_user_picture. | Dries Buytaert | 2005-05-25 |
| | |||
* | - #18406: make node_page 404 on meaningless nids | Steven Wittens | 2005-05-25 |
| | |||
* | - #19434: Improved forum admin texts. | Steven Wittens | 2005-05-25 |
| | |||
* | - Mime_header_encode() was buggy. Each chunk of encoded text must be | Steven Wittens | 2005-05-25 |
| | | | | a valid UTF-8 string, beginning and ending on a character boundary. | ||
* | - #20809: User-configurable, per-theme, optional favicons. | Steven Wittens | 2005-05-25 |
| | |||
* | - Fix mistakes in pager patch. | Steven Wittens | 2005-05-25 |
| | |||
* | - Get rid of double node title in Bluemarine PHPTemplate | Steven Wittens | 2005-05-25 |
| | |||
* | - #23213: Report upload size limits in megabytes, not bytes. | Steven Wittens | 2005-05-25 |
| | |||
* | - #23387: form() should respect block-level elements | Steven Wittens | 2005-05-25 |
| | |||
* | - #20963: Make taxonomy_select_nodes() more useful to other modules, by ↵ | Steven Wittens | 2005-05-25 |
| | | | | allowing custom sorting orders. | ||
* | - #23014: Only show forum blocks if there are topics to list. | Steven Wittens | 2005-05-25 |
| | |||
* | - Sort admin-content by descending node date. This got lost in the ↵ | Steven Wittens | 2005-05-25 |
| | | | | refinement-filter patch. | ||
* | - #23516: Remove ][ from form item id's. | Steven Wittens | 2005-05-25 |
| | |||
* | - #23495: Clean up pager code. Now uses $page instead of $from, and counts ↵ | Steven Wittens | 2005-05-25 |
| | | | | pages, not items. |