Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch 5834 by Jeremy: made multiple pagers on one page work. | Dries Buytaert | 2004-02-15 |
| | |||
* | - Bug #5684: filter duplicate headers. | Dries Buytaert | 2004-02-15 |
| | |||
* | - Patch #5874 by Bart: made file uploads work with PHP 4.2. | Dries Buytaert | 2004-02-15 |
| | |||
* | - Fixed two bugs in the menu system: only make a menu collapsable when it has | Dries Buytaert | 2004-02-15 |
| | | | | _visible_ children, accept 'foo/0'-style URLs (0 != NULL). | ||
* | - Patch 5592 by Goba: introduced a new function, drupal_map_assoc(). | Dries Buytaert | 2004-02-12 |
| | |||
* | - Patch 4902 by Goba: | Dries Buytaert | 2004-02-11 |
| | | | | | | | | | | | | | + 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 | ||
* | - Patch #5744 by JonBob: tablesort does not call theme("image") correctly. | Dries Buytaert | 2004-02-10 |
| | |||
* | - Patch 5775 by Goba: fixes the only error currently reported by the doxygen | Dries Buytaert | 2004-02-10 |
| | | | | parser in Drupal core, plus fixes some errorneous (copy-pasted) doxygen docs. | ||
* | - Modified format_date() to handle timezones properly. | Kjartan Mannes | 2004-02-08 |
| | |||
* | - Changed some double quotes to single quotes. | Dries Buytaert | 2004-02-08 |
| | |||
* | - Patch #5708 by Goba: moved the URL aliasing functions to a common place, so | Dries Buytaert | 2004-02-08 |
| | | | | | | they will be part of the same documentation group, as well as created a new 'formatting functions' group and added a lot of docs for them. Also fixed some small errors reported by the doxygen parser. | ||
* | - Subset of patch 5613 by Goba: fixed some translation issues. | Dries Buytaert | 2004-02-05 |
| | |||
* | - Fixed bug 5532: search broken if any subsearch returns without results. | Dries Buytaert | 2004-02-01 |
| | | | | Patch by Goba. | ||
* | - Modified patch from pz: made tablesort.inc's validate. | Dries Buytaert | 2004-02-01 |
| | |||
* | - Patch #5163 by mattias: allow theme_table to accept a html attributes | Dries Buytaert | 2004-01-31 |
| | | | | parameter array. | ||
* | - Fixing extension splitting (was using the first dot instead of the last one). | Kjartan Mannes | 2004-01-29 |
| | |||
* | - Patch #5448 by pz: removed code duplication from theme.inc. | Dries Buytaert | 2004-01-29 |
| | |||
* | - Fixed bug #5384: tablesort outputs invalid HTML (improved patch). | Dries Buytaert | 2004-01-29 |
| | |||
* | - Fixed bug #5384: tablesort outputs invalid HTML. | Dries Buytaert | 2004-01-28 |
| | |||
* | - Fixed bug #5439: Doxygen errors in theme.inc | Kjartan Mannes | 2004-01-28 |
| | |||
* | - Patch 4332 by Goba: eliminate compose tips module. | Dries Buytaert | 2004-01-27 |
| | |||
* | - Fixed bug 5440: sort() -> asort(). Suggested by Goba. | Dries Buytaert | 2004-01-27 |
| | |||
* | - Patch #5393 by Goba: changes the search hook return value, and requires an ↵ | Dries Buytaert | 2004-01-26 |
| | | | | | | | | | | | 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) | ||
* | - Patch 5140 by Moshe: removed the theme("header") and theme("footer") ↵ | Dries Buytaert | 2004-01-26 |
| | | | | functions. | ||
* | - Fixed bug 5140: Drupal does not work with PHP 4.2.1 and cleaned up the | Dries Buytaert | 2004-01-26 |
| | | | | bootstrap code. Patch by Kjartan. | ||
* | - Code improvements: changed some " to '. | Dries Buytaert | 2004-01-25 |
| | |||
* | - Improvement #5388: removed unnecessary SQL queries when no URL aliases are ↵ | Dries Buytaert | 2004-01-25 |
| | | | | defined. | ||
* | - Patch #5351 by Kyber: fixed bug in field_get(). | Dries Buytaert | 2004-01-23 |
| | |||
* | - Added missing permission check. Patch by Ax. | Dries Buytaert | 2004-01-21 |
| | | | | - Added a $granularity field to format_interval(). | ||
* | - Removed instances of the 'throttle_enable' variable. | Dries Buytaert | 2004-01-19 |
| | |||
* | - Fixed bug 5247: active link marking invalidates HTML. Patch by Goba. | Dries Buytaert | 2004-01-19 |
| | |||
* | - Fixed incomplete input checking. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Fixed bug in session query that prevented sessions to work on PostgreSQL. | Dries Buytaert | 2004-01-17 |
| | | | | Patch by Adrian. | ||
* | - Correction: I accidentically removed some $base_urls. | Dries Buytaert | 2004-01-14 |
| | |||
* | Patch 5114 by Kjartan: | Dries Buytaert | 2004-01-14 |
| | | | | | | | - 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. | ||
* | - Patch 4859: new drupal_unpack() consolidates duplicate code and makes it | Dries Buytaert | 2004-01-13 |
| | | | | | easy to show avatars next to nodes and comments. Patch by Moshe. As a showcase, maybe Xtemplate should have an option to enable/disable avatars? | ||
* | - Fixing bug #5091: Inconsistent download method defaults. | Kjartan Mannes | 2004-01-13 |
| | |||
* | - Made l() add 'class="active"' to the active/current URL. | Dries Buytaert | 2004-01-12 |
| | |||
* | - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Fixed bug 4745: undefined warning in sess_read(). | Dries Buytaert | 2004-01-11 |
| | |||
* | Round 3 of aggregator improvements: | Dries Buytaert | 2004-01-11 |
| | | | | | | | | | | | | | | | - 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. | ||
* | - Fixed ability to override default HTTP headers in drupal_http_request(). | Steven Wittens | 2004-01-07 |
| | | | | - Fixed issue with drupal_get_path_alias(): should return false for non-aliased URLs. | ||
* | - Many excellent news aggregator improvements by Kjartan: | Dries Buytaert | 2004-01-07 |
| | | | | | | | + 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. | ||
* | - Fixed bug #5004: missing <title>-tag in the example theme. | Dries Buytaert | 2004-01-07 |
| | |||
* | - New and updated doxygen comments. | Kjartan Mannes | 2004-01-06 |
| | |||
* | - Improved XML encoding fix. There is now a function drupal_xml_parser_create(): | Steven Wittens | 2004-01-06 |
| | | | | | | | | | | | | | | | /** * 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. */ | ||
* | Committed filter separation patch: all filter-related things are now in ↵ | Steven Wittens | 2004-01-05 |
| | | | | | | | | 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) | ||
* | - Partial patch #4927: mass URL aliasing by Goba. | Dries Buytaert | 2004-01-05 |
| | |||
* | - Fixing doxygen comment. | Kjartan Mannes | 2004-01-02 |
| | |||
* | - Fixed bug 4916: users can have disabled themes. Modified patch by Mathias. | Dries Buytaert | 2004-01-02 |
| | | | | | | | | | | | | 1. Remove the theme object. There is no need to keep it around since meta information for a theme can be retrieved via list_themes(). All we really need is the theme name. 2. Check if the user selected theme is enabled during theme initialization. This is the easiest place to put the check and doesn't mess with the user's settings. Their database profile will still contain the disabled theme selection, but they will be rendering the default admin-selected theme until their chosen theme is once again activated. |