Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - 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. | ||
* | - Patch #4858: search module did not remember the search filter. Patch by | Dries Buytaert | 2004-01-02 |
| | | | | Kjartan. | ||
* | - Made it possible to set and display multiple status messages. Modified ↵ | Dries Buytaert | 2003-12-30 |
| | | | | | | patch by Kjartan. | ||
* | - Updated code to use new semantics of url() and l(). | Dries Buytaert | 2003-12-29 |
| | |||
* | - Added $fragment identifier to url() and l(). Patch by Goba. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Fixed a weird typo introduced by the <b> -> <strong> patches and indented | Dries Buytaert | 2003-12-29 |
| | | | | the code a bit better. | ||
* | - Fixed typo introduced by the <b> -> <strong> patches. This might need a ↵ | Dries Buytaert | 2003-12-29 |
| | | | | | | better fix. | ||
* | - XHTML improvements: <b> -> <strong>. Patch by Stefan. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Fixed glitch with form_radio(). Reported by Kjartan. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Removed the ID from radio buttons: we'll need to rethink this a bit. | Dries Buytaert | 2003-12-29 |
| | |||
* | - Removed the id= from checkboxes: it is acting weird in some cases. :oI | Dries Buytaert | 2003-12-28 |
| | |||
* | - Improved Doxygen documentation. | Kjartan Mannes | 2003-12-27 |
| | |||
* | - Fixed fileuploads for nodes failing without preview. | Kjartan Mannes | 2003-12-27 |
| | |||
* | - Fixed switch in file_create_url(). | Kjartan Mannes | 2003-12-27 |
| | | | | | - Fixed profile module not extracting mime type. - Improved file matching in profile module. | ||
* | - Added file handling. Work by Kjartan. | Dries Buytaert | 2003-12-26 |
| | |||
* | - Removed the ID from radio buttons for now: duplicate IDs confuse the browser. | Dries Buytaert | 2003-12-26 |
| | |||
* | - Refactored form_radios() such that less HTML code is emitted and such that | Dries Buytaert | 2003-12-24 |
| | | | | the options are not rendered in bold. | ||
* | - Fixed bug #4771: variable_get(site_name, ...) -> variable_get('site_name', ↵ | Dries Buytaert | 2003-12-22 |
| | | | | ...); | ||
* | - Accessibility improvement: changed a <b>-tag to a <strong>-tag, used to | Dries Buytaert | 2003-12-22 |
| | | | | indicated the current page. | ||
* | - Updated documentation, small bug fix and small improvements to the <label> | Dries Buytaert | 2003-12-22 |
| | | | | | | | | tags. To be discussed and investigated: when a form element has no title an empty <label> tag will be emitted (eg. "remember me" checkbox). This doesn't make sense but is our best option for now. | ||
* | - Fixed password field. | Dries Buytaert | 2003-12-22 |
| | |||
* | - Accessibility improvements: made the <label>-tags use the 'for'-attribute. | Dries Buytaert | 2003-12-22 |
| | |||
* | - Getting the fix rght. | Kjartan Mannes | 2003-12-19 |
| | |||
* | - Fixing magic_gpc fix. | Kjartan Mannes | 2003-12-19 |
| | |||
* | - Fixed bug 4703: don't display the help text when the user has no access | Dries Buytaert | 2003-12-18 |
| | | | | | rights for a page. That is, only return the help text if an active handler exists. | ||
* | - Fixing wrong superglobal usage. | Kjartan Mannes | 2003-12-18 |
| | |||
* | - Small update | Dries Buytaert | 2003-12-18 |
| | |||
* | - Fixed typo: $outpout -> $output. Fixed bug 4690. | Dries Buytaert | 2003-12-18 |
| | |||
* | Patch by Kjartan: | Dries Buytaert | 2003-12-17 |
| | | | | | | | - Adds possibility to hide menu item when it has no children. (Fixes the node/add problem when user doesn't have access to create any node types.) - More doxygen comments. | ||
* | - Type in comment block. | Kjartan Mannes | 2003-12-16 |
| | |||
* | - Reworked 404 (page not found) handling. Patch by walkah. You can specify a | Dries Buytaert | 2003-12-16 |
| | | | | | custom 404 page in the administration page. As a result, error.php could be removed. | ||
* | - Patch 161 by Gordon: adds new form_button() function with a more generic ↵ | Dries Buytaert | 2003-12-15 |
| | | | | | | version of form_submit() which allows the creation of HTML buttons. | ||
* | - Bugfix: removed incorrect print statements from theme.inc. | Dries Buytaert | 2003-12-13 |
| | |||
* | - Small change to the default theme. | Dries Buytaert | 2003-12-13 |
| |