Drupal 4.5.2, 2005-01-15 ------------------------ - fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed. Drupal 4.5.1, 2004-12-01 ------------------------ - fixed bugs: no critical bugs were identified. Drupal 4.5.0, 2004-10-18 ------------------------ - navigation: * made it possible to add, delete, rename and move menu items. * introduced tabs and subtabs for local tasks. * reorganized the navigation menus. - user management: * added support for multiple roles per user. * made it possible to add custom profile fields. * made it possible to browse user profiles by field. - node system: * added support for node-level permissions. - comment module: * made it possible to leave contact information without having to register. - upload module: * added support for uploading documents (includes images). - forum module: * added support for sticky forum topics. * made it possible to track forum topics. - syndication: * added support for RSS ping-notifications of http://technorati.com/. * refactored the categorization of syndicated news items. * added an URL alias for 'rss.xml'. * improved date parsing. - database backend: * added support for multiple database connections. * the PostgreSQL backend does no longer require PEAR. - theme system: * changed all GIFs to PNGs. * reorganised the handling of themes, template engines, templates and styles. * unified and extended the available theme settings. * added theme screenshots. - blocks: * added 'recent comments' block. * added 'categories' block. - blogger API: * added support for auto-discovery of blogger API via RSD. - performance: * added support for sending gzip compressed pages. * improved performance of the forum module. - accessibility: * improved the accessibility of the archive module's calendar. * improved form handling and error reporting. * added HTTP redirects to prevent submitting twice when refreshing right after a form submission. - refactored 403 (forbidden) handling and added support for custom 403 pages. - documentation: * added PHPDoc/Doxygen comments. - filter system: * added support for using multiple input formats on the site * expanded the embedded PHP-code feature so it can be used everywhere * added support for role-dependant filtering, through input formats - UI translation: * managing translations is now completely done through the administration interface * added support for importing/exporting gettext .po files Drupal 4.4.2, 2004-07-04 ------------------------ - fixed bugs: no critical bugs were identified. Drupal 4.4.1, 2004-05-01 ------------------------ - fixed bugs: no critical bugs were identified. Drupal 4.4.0, 2004-04-01 ------------------------ - added support for the MetaWeblog API and MovableType extensions. - added a file API: enables better document management. - improved the watchdog and search module to log search keys. - news aggregator: * added support for conditional GET. * added OPML feed subscription list. * added support for , , , , and . - comment module: * made it possible to disable the "comment viewing controls". - performance: * improved module loading when serving cached pages. * made it possible to automatically disable modules when under heavy load. * made it possible to automatically disable blocks when under heavy load. * improved performance and memory footprint of the locale module. - theme system: * made all theme functions start with 'theme_'. * made all theme functions return their output. * migrated away from using the BaseTheme class. * added many new theme functions and refactored existing theme functions. * added avatar support to 'Xtemplate'. * replaced theme 'UnConeD' by 'Chameleon'. * replaced theme 'Marvin' by 'Pushbutton'. - usability: * added breadcrumb navigation to all pages. * made it possible to add context-sensitive help to all pages. * replaced drop-down menus by radio buttons where appropriate. * removed the 'magic_quotes_gpc = 0' requirement. * added a 'book navigation' block. - accessibility: * made themes degrade gracefully in absence of CSS. * grouped form elements using '
' and '' tags. * added '