[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/ -> CHANGELOG.txt (source)

   1  
   2  Drupal 6.24, 2012-02-01
   3  ----------------------
   4  - Improved performance of search indexing and user operations by adding indexes.
   5  - Fixed issues with themes getting disabled due to missing locking in
   6    system_theme_data().
   7  - Fix issue with blocks being disabled on updates in _block_rehash().
   8  - Further improvements to PHP 5.3, PHP 4 and PostgreSQL compatibility.
   9  - Improved code documentation at various places.
  10  - Fixed a variety of other bugs.
  11  
  12  Drupal 6.23, 2012-02-01
  13  ----------------------
  14  - Fixed security issues (Cross site scripting), see SA-CORE-2012-001.
  15  
  16  Drupal 6.22, 2011-05-25
  17  ----------------------
  18  - Made Drupal 6 work better with IIS and Internet Explorer.
  19  - Fixed .po file imports to work better with custom textgroups.
  20  - Improved code documentation at various places.
  21  - Fixed a variety of other bugs.
  22  
  23  Drupal 6.21, 2011-05-25
  24  ----------------------
  25  - Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
  26  
  27  Drupal 6.20, 2010-12-15
  28  ----------------------
  29  - Fixed a variety of small bugs, improved code documentation.
  30  
  31  Drupal 6.19, 2010-08-11
  32  ----------------------
  33  - Fixed a variety of small bugs, improved code documentation.
  34  
  35  Drupal 6.18, 2010-08-11
  36  ----------------------
  37  - Fixed security issues (OpenID authentication bypass, File download access
  38    bypass, Comment unpublishing bypass, Actions cross site scripting),
  39    see SA-CORE-2010-002.
  40  
  41  Drupal 6.17, 2010-06-02
  42  ----------------------
  43  - Improved PostgreSQL compatibility
  44  - Better PHP 5.3 and PHP 4 compatibility
  45  - Better browser compatibility of CSS and JS aggregation
  46  - Improved logging for login failures
  47  - Fixed an incompatibility with some contributed modules and the locking system
  48  - Fixed a variety of other bugs.
  49  
  50  Drupal 6.16, 2010-03-03
  51  ----------------------
  52  - Fixed security issues (Installation cross site scripting, Open redirection,
  53    Locale module cross site scripting, Blocked user session regeneration),
  54    see SA-CORE-2010-001.
  55  - Better support for updated jQuery versions.
  56  - Reduced resource usage of update.module.
  57  - Fixed several issues relating to support of install profiles and
  58    distributions.
  59  - Added a locking framework to avoid data corruption on long operations.
  60  - Fixed a variety of other bugs.
  61  
  62  Drupal 6.15, 2009-12-16
  63  ----------------------
  64  - Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
  65  - Fixed a variety of other bugs.
  66  
  67  Drupal 6.14, 2009-09-16
  68  ----------------------
  69  - Fixed security issues (OpenID association cross site request forgeries,
  70    OpenID impersonation and File upload), see SA-CORE-2009-008.
  71  - Changed the system modules page to not run all cache rebuilds; use the
  72    button on the performance settings page to achieve the same effect.
  73  - Added support for PHP 5.3.0 out of the box.
  74  - Fixed a variety of small bugs.
  75  
  76  Drupal 6.13, 2009-07-01
  77  ----------------------
  78  - Fixed security issues (Cross site scripting, Input format access bypass and
  79    Password leakage in URL), see SA-CORE-2009-007.
  80  - Fixed a variety of small bugs.
  81  
  82  Drupal 6.12, 2009-05-13
  83  ----------------------
  84  - Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
  85  - Fixed a variety of small bugs.
  86  
  87  Drupal 6.11, 2009-04-29
  88  ----------------------
  89  - Fixed security issues (Cross site scripting and limited information
  90    disclosure), see SA-CORE-2009-005
  91  - Fixed performance issues with the menu router cache, the update
  92    status cache and improved cache invalidation
  93  - Fixed a variety of small bugs.
  94  
  95  Drupal 6.10, 2009-02-25
  96  ----------------------
  97  - Fixed a security issue, (Local file inclusion on Windows),
  98    see SA-CORE-2009-003
  99  - Fixed node_feed() so custom fields can show up in RSS feeds.
 100  - Improved PostgreSQL compatibility.
 101  - Fixed a variety of small bugs.
 102  
 103  Drupal 6.9, 2009-01-14
 104  ----------------------
 105  - Fixed security issues, (Access Bypass, Validation Bypass and Hardening
 106    against SQL injection), see SA-CORE-2009-001
 107  - Made HTTP request checking more robust and informative.
 108  - Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
 109    basic shell scripts.
 110  - Removed t() calls from all schema documentation. Suggested best practice
 111    changed for contributed modules, see http://drupal.org/node/322731.
 112  - Fixed a variety of small bugs.
 113  
 114  Drupal 6.8, 2008-12-11
 115  ----------------------
 116  - Removed a previous change incompatible with PHP 5.1.x and lower.
 117  
 118  Drupal 6.7, 2008-12-10
 119  ----------------------
 120  - Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
 121  - Updated robots.txt and .htaccess to match current file use.
 122  - Fixed a variety of small bugs.
 123  
 124  Drupal 6.6, 2008-10-22
 125  ----------------------
 126  - Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
 127  - Fixed a variety of small bugs.
 128  
 129  Drupal 6.5, 2008-10-08
 130  ----------------------
 131  - Fixed security issues, (File upload access bypass, Access rules bypass,
 132    BlogAPI access bypass), see SA-2008-060.
 133  - Fixed a variety of small bugs.
 134  
 135  Drupal 6.4, 2008-08-13
 136  ----------------------
 137  - Fixed a security issue (Cross site scripting, Arbitrary file uploads via
 138    BlogAPI, Cross site request forgeries and Various Upload module
 139    vulnerabilities), see SA-2008-047.
 140  - Improved error messages during installation.
 141  - Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
 142  - Fixed a variety of small bugs.
 143  
 144  Drupal 6.3, 2008-07-09
 145  ----------------------
 146  - Fixed security issues, (Cross site scripting, cross site request forgery,
 147    session fixation and SQL injection), see SA-2008-044.
 148  - Slightly modified installation process to prevent file ownership issues on
 149    shared hosts.
 150  - Improved PostgreSQL compatibility (rewritten queries; custom blocks).
 151  - Upgraded to jQuery 1.2.6.
 152  - Performance improvements to search, menu handling and form API caches.
 153  - Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
 154  - Fixed a variety of small bugs.
 155  
 156  Drupal 6.2, 2008-04-09
 157  ----------------------
 158  - Fixed a variety of small bugs.
 159  - Fixed a security issue (Access bypasses), see SA-2008-026.
 160  
 161  Drupal 6.1, 2008-02-27
 162  ----------------------
 163  - Fixed a variety of small bugs.
 164  - Fixed a security issue (Cross site scripting), see SA-2008-018.
 165  
 166  Drupal 6.0, 2008-02-13
 167  ----------------------
 168  - New, faster and better menu system.
 169  - New watchdog as a hook functionality.
 170     * New hook_watchdog that can be implemented by any module to route log
 171       messages to various destinations.
 172     * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
 173       levels defined in RFC 3164.
 174     * The watchdog module is now called dblog, and is optional, but enabled by
 175       default in the default install profile.
 176     * Extended the database log module so log messages can be filtered.
 177     * Added syslog module: useful for monitoring large Drupal installations.
 178  - Added optional e-mail notifications when users are approved, blocked, or
 179    deleted.
 180  - Drupal works with error reporting set to E_ALL.
 181  - Added scripts/drupal.sh to execute Drupal code from the command line. Useful
 182    to use Drupal as a framework to build command-line tools.
 183  - Made signature support optional and made it possible to theme signatures.
 184  - Made it possible to filter the URL aliases on the URL alias administration
 185    screen.
 186  - Language system improvements:
 187      * Support for right to left languages.
 188      * Language detection based on parts of the URL.
 189      * Browser based language detection.
 190      * Made it possible to specify a node's language.
 191      * Support for translating posts on the site to different languages.
 192      * Language dependent path aliases.
 193      * Automatically import translations when adding a new language.
 194      * JavaScript interface translation.
 195      * Automatically import a module's translation upon enabling that module.
 196  - Moved "PHP input filter" to a standalone module so it can be deleted for
 197    security reasons.
 198  - Usability:
 199      * Improved handling of teasers in posts.
 200      * Added sticky table headers.
 201      * Check for clean URL support automatically with JavaScript.
 202      * Removed default/settings.php. Instead the installer will create it from
 203        default.settings.php.
 204      * Made it possible to configure your own date formats.
 205      * Remember anonymous comment posters.
 206      * Only allow modules and themes to be enabled that have explicitly been
 207        ported to the correct core API version.
 208      * Can now specify the minimum PHP version required for a module within the
 209        .info file.
 210      * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
 211        database rights.
 212      * Dynamically check password strength and confirmation.
 213      * Refactored poll administration.
 214      * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
 215        vocabularies and terms, forums, profile fields, and input format filters.
 216  - Theme system:
 217      * Added .info files to themes and made it easier to specify regions and
 218        features.
 219      * Added theme registry: modules can directly provide .tpl.php files for
 220        their themes without having to create theme_ functions.
 221      * Used the Garland theme for the installation and maintenance pages.
 222      * Added theme preprocess functions for themes that are templates.
 223      * Added support for themeable functions in JavaScript.
 224  - Refactored update.php to a generic batch API to be able to run time-consuming
 225    operations in multiple subsequent HTTP requests.
 226  - Installer:
 227      * Themed the installer with the Garland theme.
 228      * Added form to provide initial site information during installation.
 229      * Added ability to provide extra installation steps programmatically.
 230      * Made it possible to import interface translations at install time.
 231  - Added the HTML corrector filter:
 232      * Fixes faulty and chopped off HTML in postings.
 233      * Tags are now automatically closed at the end of the teaser.
 234  - Performance:
 235      * Made it easier to conditionally load .include files and split up many core
 236        modules.
 237      * Added a JavaScript aggregator.
 238      * Added block-level caching, improving performance for both authenticated
 239        and anonymous users.
 240      * Made Drupal work correctly when running behind a reverse proxy like
 241        Squid or Pound.
 242  - File handling improvements:
 243      * Entries in the files table are now keyed to a user instead of a node.
 244      * Added reusable validation functions to check for uploaded file sizes,
 245        extensions, and image resolution.
 246      * Added ability to create and remove temporary files during a cron job.
 247  - Forum improvements:
 248      * Any node type may now be posted in a forum.
 249  - Taxonomy improvements:
 250      * Descriptions for terms are now shown on taxonomy/term pages as well
 251        as RSS feeds.
 252      * Added versioning support to categories by associating them with node
 253        revisions.
 254  - Added support for OpenID.
 255  - Added support for triggering configurable actions.
 256  - Added the Update status module to automatically check for available updates
 257    and warn sites if they are missing security updates or newer versions.
 258    Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
 259    Advanced settings provided by http://drupal.org/project/update_advanced.
 260  - Upgraded the core JavaScript library to jQuery version 1.2.3.
 261  - Added a new Schema API, which provides built-in support for core and
 262    contributed modules to work with databases other than MySQL.
 263  - Removed drupal.module. The functionality lives on as the Site network
 264    contributed module (http://drupal.org/project/site_network).
 265  - Removed old system updates. Updates from Drupal versions prior to 5.x will
 266    require upgrading to 5.x before upgrading to 6.x.
 267  
 268  Drupal 5.23, 2010-08-11
 269  -----------------------
 270  - Fixed security issues (File download access bypass, Comment unpublishing
 271    bypass), see SA-CORE-2010-002.
 272  
 273  Drupal 5.22, 2010-03-03
 274  -----------------------
 275  - Fixed security issues (Open redirection, Locale module cross site scripting,
 276    Blocked user session regeneration), see SA-CORE-2010-001.
 277  
 278  Drupal 5.21, 2009-12-16
 279  -----------------------
 280  - Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
 281  - Fixed a variety of small bugs.
 282  
 283  Drupal 5.20, 2009-09-16
 284  -----------------------
 285  - Avoid security problems resulting from writing Drupal 6-style menu declarations.
 286  - Fixed security issues (session fixation), see SA-CORE-2009-008.
 287  - Fixed a variety of small bugs.
 288  
 289  Drupal 5.19, 2009-07-01
 290  -----------------------
 291  - Fixed security issues (Cross site scripting and Password leakage in URL), see SA-CORE-2009-007.
 292  - Fixed a variety of small bugs.
 293  
 294  Drupal 5.18, 2009-05-13
 295  ----------------------
 296  - Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
 297  - Fixed a variety of small bugs.
 298  
 299  Drupal 5.17, 2009-04-29
 300  -----------------------
 301  - Fixed security issues (Cross site scripting and limited information disclosure) see SA-CORE-2009-005.
 302  - Fixed a variety of small bugs.
 303  
 304  Drupal 5.16, 2009-02-25
 305  -----------------------
 306  - Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
 307  - Fixed a variety of small bugs.
 308  
 309  Drupal 5.15, 2009-01-14
 310  ----------------------
 311  - Fixed security issues, (Hardening against SQL injection), see SA-CORE-2009-001
 312  - Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
 313    basic shell scripts.
 314  - Fixed a variety of small bugs.
 315  
 316  Drupal 5.14, 2008-12-11
 317  ----------------------
 318  - Removed a previous change incompatible with PHP 5.1.x and lower.
 319  
 320  Drupal 5.13, 2008-12-10
 321  -----------------------
 322  - fixed a variety of small bugs.
 323  - fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
 324  - updated robots.txt and .htaccess to match current file use.
 325  
 326  Drupal 5.12, 2008-10-22
 327  -----------------------
 328  - fixed security issues, (File inclusion), see SA-2008-067
 329  
 330  Drupal 5.11, 2008-10-08
 331  -----------------------
 332  - fixed a variety of small bugs.
 333  - fixed security issues, (File upload access bypass, Access rules bypass,
 334    BlogAPI access bypass, Node validation bypass), see SA-2008-060
 335  
 336  Drupal 5.10, 2008-08-13
 337  -----------------------
 338  - fixed a variety of small bugs.
 339  - fixed security issues, (Cross site scripting, Arbitrary file uploads via
 340    BlogAPI and Cross site request forgery), see SA-2008-047
 341  
 342  Drupal 5.9, 2008-07-23
 343  ----------------------
 344  - fixed a variety of small bugs.
 345  - fixed security issues, (Session fixation), see SA-2008-046
 346  
 347  Drupal 5.8, 2008-07-09
 348  ----------------------
 349  - fixed a variety of small bugs.
 350  - fixed security issues, (Cross site scripting, cross site request forgery, and
 351    session fixation), see SA-2008-044
 352  
 353  Drupal 5.7, 2008-01-28
 354  ----------------------
 355  - fixed the input format configuration page.
 356  - fixed a variety of small bugs.
 357  
 358  Drupal 5.6, 2008-01-10
 359  ----------------------
 360  - fixed a variety of small bugs.
 361  - fixed a security issue (Cross site request forgery), see SA-2008-005
 362  - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
 363  - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
 364  
 365  Drupal 5.5, 2007-12-06
 366  ----------------------
 367  - fixed missing missing brackets in a query in the user module.
 368  - fixed taxonomy feed bug introduced by SA-2007-031
 369  
 370  Drupal 5.4, 2007-12-05
 371  ----------------------
 372  - fixed a variety of small bugs.
 373  - fixed a security issue (SQL injection), see SA-2007-031
 374  
 375  Drupal 5.3, 2007-10-17
 376  ----------------------
 377  - fixed a variety of small bugs.
 378  - fixed a security issue (HTTP response splitting), see SA-2007-024
 379  - fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
 380  - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
 381  - fixed a security issue (User deletion cross site request forgery), see SA-2007-029
 382  - fixed a security issue (API handling of unpublished comment), see SA-2007-030
 383  
 384  Drupal 5.2, 2007-07-26
 385  ----------------------
 386  - changed hook_link() $teaser argument to match documentation.
 387  - fixed a variety of small bugs.
 388  - fixed a security issue (cross-site request forgery), see SA-2007-017
 389  - fixed a security issue (cross-site scripting), see SA-2007-018
 390  
 391  Drupal 5.1, 2007-01-29
 392  ----------------------
 393  - fixed security issue (code execution), see SA-2007-005
 394  - fixed a variety of small bugs.
 395  
 396  Drupal 5.0, 2007-01-15
 397  ----------------------
 398  - Completely retooled the administration page
 399      * /Admin now contains an administration page which may be themed
 400      * Reorganised administration menu items by task and by module
 401      * Added a status report page with detailed PHP/MySQL/Drupal information
 402  - Added web-based installer which can:
 403      * Check installation and run-time requirements
 404      * Automatically generate the database configuration file
 405      * Install pre-made 'install profiles' or distributions
 406      * Import the database structure with automatic table prefixing
 407      * Be localized
 408  - Added new default Garland theme
 409  - Added color module to change some themes' color schemes
 410  - Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
 411  - Introduced the ability to alter mail sent from system
 412  - Module system:
 413      * Added .info files for module meta-data
 414      * Added support for module dependencies
 415      * Improved module installation screen
 416      * Moved core modules to their own directories
 417      * Added support for module uninstalling
 418  - Added support for different cache backends
 419  - Added support for a generic "sites/all" directory.
 420  - Usability:
 421      * Added support for auto-complete forms (AJAX) to user profiles.
 422      * Made it possible to instantly assign roles to newly created user accounts.
 423      * Improved configurability of the contact forms.
 424      * Reorganized the settings pages.
 425      * Made it easy to investigate popular search terms.
 426      * Added a 'select all' checkbox and a range select feature to administration tables.
 427      * Simplified the 'break' tag to split teasers from body.
 428      * Use proper capitalization for titles, menu items and operations.
 429  - Integrated urlfilter.module into filter.module
 430  - Block system:
 431      * Extended the block visibility settings with a role specific setting.
 432      * Made it possible to customize all block titles.
 433  - Poll module:
 434      * Optionally allow people to inspect all votes.
 435      * Optionally allow people to cancel their vote.
 436  - Distributed authentication:
 437      * Added default server option.
 438  - Added default robots.txt to control crawlers.
 439  - Database API:
 440      * Added db_table_exists().
 441  - Blogapi module:
 442      * 'Blogapi new' and 'blogapi edit' nodeapi operations.
 443  - User module:
 444      * Added hook_profile_alter().
 445      * E-mail verification is made optional.
 446      * Added mass editing and filtering on admin/user/user.
 447  - PHP Template engine:
 448      * Add the ability to look for a series of suggested templates.
 449      * Look for page templates based upon the path.
 450      * Look for block templates based upon the region, module, and delta.
 451  - Content system:
 452      * Made it easier for node access modules to work well with each other.
 453      * Added configurable content types.
 454      * Changed node rendering to work with structured arrays.
 455  - Performance:
 456      * Improved session handling: reduces database overhead.
 457      * Improved access checking: reduces database overhead.
 458      * Made it possible to do memcached based session management.
 459      * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
 460      * Added an 'aggressive' caching policy.
 461      * Added a CSS aggregator and compressor (up to 40% faster page loads).
 462  - Removed the archive module.
 463  - Upgrade system:
 464      * Created space for update branches.
 465  - Forms API:
 466      * Made it possible to programmatically submit forms.
 467      * Improved api for multistep forms.
 468  - Theme system:
 469      * Split up and removed drupal.css.
 470      * Added nested lists generation.
 471      * Added a self-clearing block class.
 472  
 473  Drupal 4.7.11, 2008-01-10
 474  -------------------------
 475  - fixed a security issue (Cross site request forgery), see SA-2008-005
 476  - fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
 477  - fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
 478  
 479  Drupal 4.7.10, 2007-12-06
 480  -------------------------
 481  - fixed taxonomy feed bug introduced by SA-2007-031
 482  
 483  Drupal 4.7.9, 2007-12-05
 484  ------------------------
 485  - fixed a security issue (SQL injection), see SA-2007-031
 486  
 487  Drupal 4.7.8, 2007-10-17
 488  ----------------------
 489  - fixed a security issue (HTTP response splitting), see SA-2007-024
 490  - fixed a security issue (Cross site scripting via uploads), see SA-2007-026
 491  - fixed a security issue (API handling of unpublished comment), see SA-2007-030
 492  
 493  Drupal 4.7.7, 2007-07-26
 494  ------------------------
 495  - fixed security issue (XSS), see SA-2007-018
 496  
 497  Drupal 4.7.6, 2007-01-29
 498  ------------------------
 499  - fixed security issue (code execution), see SA-2007-005
 500  
 501  Drupal 4.7.5, 2007-01-05
 502  ------------------------
 503  - Fixed security issue (XSS), see SA-2007-001
 504  - Fixed security issue (DoS), see SA-2007-002
 505  
 506  Drupal 4.7.4, 2006-10-18
 507  ------------------------
 508  - Fixed security issue (XSS), see SA-2006-024
 509  - Fixed security issue (CSRF), see SA-2006-025
 510  - Fixed security issue (Form action attribute injection), see SA-2006-026
 511  
 512  Drupal 4.7.3, 2006-08-02
 513  ------------------------
 514  - Fixed security issue (XSS), see SA-2006-011
 515  
 516  Drupal 4.7.2, 2006-06-01
 517  ------------------------
 518  - Fixed critical upload issue, see SA-2006-007
 519  - Fixed taxonomy XSS issue, see SA-2006-008
 520  - Fixed a variety of small bugs.
 521  
 522  Drupal 4.7.1, 2006-05-24
 523  ------------------------
 524  - Fixed critical SQL issue, see SA-2006-005
 525  - Fixed a serious upgrade related bug.
 526  - Fixed a variety of small bugs.
 527  
 528  Drupal 4.7.0, 2006-05-01
 529  ------------------------
 530  - Added free tagging support.
 531  - Added a site-wide contact form.
 532  - Theme system:
 533      * Added the PHPTemplate theme engine and removed the Xtemplate engine.
 534      * Converted the bluemarine theme from XTemplate to PHPTemplate.
 535      * Converted the pushbutton theme from XTemplate to PHPTemplate.
 536  - Usability:
 537      * Reworked the 'request new password' functionality.
 538      * Reworked the node and comment edit forms.
 539      * Made it easy to add nodes to the navigation menu.
 540      * Added site 'offline for maintenance' feature.
 541      * Added support for auto-complete forms (AJAX).
 542      * Added support for collapsible page sections (JS).
 543      * Added support for resizable text fields (JS).
 544      * Improved file upload functionality (AJAX).
 545      * Reorganized some settings pages.
 546      * Added friendly database error screens.
 547      * Improved styling of update.php.
 548  - Refactored the forms API.
 549      * Made it possible to alter, extend or theme forms.
 550  - Comment system:
 551      * Added support for "mass comment operations" to ease repetitive tasks.
 552      * Comment moderation has been removed.
 553  - Node system:
 554      * Reworked the revision functionality.
 555      * Removed the bookmarklet code. Third-party modules can now handle
 556        This.
 557  - Upgrade system:
 558      * Allows contributed modules to plug into the upgrade system.
 559  - Profiles:
 560      * Added a block to display author information along with posts.
 561      * Added support for private profile fields.
 562  - Statistics module:
 563      * Added the ability to track page generation times.
 564      * Made it possible to block certain IPs/hostnames.
 565  - Block system:
 566      * Added support for theme-specific block regions.
 567  - Syndication:
 568      * Made the aggregator module parse Atom feeds.
 569      * Made the aggregator generate RSS feeds.
 570      * Added RSS feed settings.
 571  - XML-RPC:
 572      * Replaced the XML-RPC library by a better one.
 573  - Performance:
 574      * Added 'loose caching' option for high-traffic sites.
 575      * Improved performance of path aliasing.
 576      * Added the ability to track page generation times.
 577  - Internationalization:
 578      * Improved Unicode string handling API.
 579      * Added support for PHP's multibyte string module.
 580  - Added support for PHP5's 'mysqli' extension.
 581  - Search module:
 582      * Made indexer smarter and more robust.
 583      * Added advanced search operators (e.g. phrase, node type, ...).
 584      * Added customizable result ranking.
 585  - PostgreSQL support:
 586      * Removed dependency on PL/pgSQL procedural language.
 587  - Menu system:
 588      * Added support for external URLs.
 589  - Queue module:
 590      * Removed from core.
 591  - HTTP handling:
 592      * Added support for a tolerant Base URL.
 593      * Output URIs relative to the root, without a base tag.
 594  
 595  Drupal 4.6.11, 2007-01-05
 596  -------------------------
 597  - Fixed security issue (XSS), see SA-2007-001
 598  - Fixed security issue (DoS), see SA-2007-002
 599  
 600  Drupal 4.6.10, 2006-10-18
 601  ------------------------
 602  - Fixed security issue (XSS), see SA-2006-024
 603  - Fixed security issue (CSRF), see SA-2006-025
 604  - Fixed security issue (Form action attribute injection), see SA-2006-026
 605  
 606  Drupal 4.6.9, 2006-08-02
 607  ------------------------
 608  - Fixed security issue (XSS), see SA-2006-011
 609  
 610  Drupal 4.6.8, 2006-06-01
 611  ------------------------
 612  - Fixed critical upload issue, see SA-2006-007
 613  - Fixed taxonomy XSS issue, see SA-2006-008
 614  
 615  Drupal 4.6.7, 2006-05-24
 616  ------------------------
 617  - Fixed critical SQL issue, see SA-2006-005
 618  
 619  Drupal 4.6.6, 2006-03-13
 620  ------------------------
 621  - Fixed bugs, including 4 security vulnerabilities.
 622  
 623  Drupal 4.6.5, 2005-12-12
 624  ------------------------
 625  - Fixed bugs: no critical bugs were identified.
 626  
 627  Drupal 4.6.4, 2005-11-30
 628  ------------------------
 629  - Fixed bugs, including 3 security vulnerabilities.
 630  
 631  Drupal 4.6.3, 2005-08-15
 632  ------------------------
 633  - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
 634  
 635  Drupal 4.6.2, 2005-06-29
 636  ------------------------
 637  - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
 638  
 639  Drupal 4.6.1, 2005-06-01
 640  ------------------------
 641  - Fixed bugs, including a critical input validation bug.
 642  
 643  Drupal 4.6.0, 2005-04-15
 644  ------------------------
 645  - PHP5 compliance
 646  - Search:
 647      * Added UTF-8 support to make it work with all languages.
 648      * Improved search indexing algorithm.
 649      * Improved search output.
 650      * Impose a throttle on indexing of large sites.
 651      * Added search block.
 652  - Syndication:
 653      * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
 654      * Made Drupal generate RSS 2.0 feeds.
 655      * Made RSS feeds extensible.
 656      * Added categories to RSS feeds.
 657      * Added enclosures to RSS feeds.
 658  - Flood control mechanism:
 659      * Added a mechanism to throttle certain operations.
 660  - Usability:
 661      * Refactored the block configuration pages.
 662      * Refactored the statistics pages.
 663      * Refactored the watchdog pages.
 664      * Refactored the throttle module configuration.
 665      * Refactored the access rules page.
 666      * Refactored the content administration page.
 667      * Introduced forum configuration pages.
 668      * Added a 'add child page' link to book pages.
 669  - Contact module:
 670      * Added a simple contact module that allows users to contact each other using e-mail.
 671  - Multi-site configuration:
 672      * Made it possible to run multiple sites from a single code base.
 673  - Added an image API: enables better image handling.
 674  - Block system:
 675      * Extended the block visibility settings.
 676  - Theme system:
 677      * Added new theme functions.
 678  - Database backend:
 679      * The PEAR database backend is no longer supported.
 680  - Performance:
 681      * Improved performance of the forum topics block.
 682      * Improved performance of the tracker module.
 683      * Improved performance of the node pages.
 684  - Documentation:
 685      * Improved and extended PHPDoc/Doxygen comments.
 686  
 687  Drupal 4.5.8, 2006-03-13
 688  ------------------------
 689  - Fixed bugs, including 3 security vulnerabilities.
 690  
 691  Drupal 4.5.7, 2005-12-12
 692  ------------------------
 693  - Fixed bugs: no critical bugs were identified.
 694  
 695  Drupal 4.5.6, 2005-11-30
 696  ------------------------
 697  - Fixed bugs, including 3 security vulnerabilities.
 698  
 699  Drupal 4.5.5, 2005-08-15
 700  ------------------------
 701  - Fixed bugs, including a critical "arbitrary PHP code execution" bug.
 702  
 703  Drupal 4.5.4, 2005-06-29
 704  ------------------------
 705  - Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
 706  
 707  Drupal 4.5.3, 2005-06-01
 708  ------------------------
 709  - Fixed bugs, including a critical input validation bug.
 710  
 711  Drupal 4.5.2, 2005-01-15
 712  ------------------------
 713  - Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
 714  
 715  Drupal 4.5.1, 2004-12-01
 716  ------------------------
 717  - Fixed bugs: no critical bugs were identified.
 718  
 719  Drupal 4.5.0, 2004-10-18
 720  ------------------------
 721  - Navigation:
 722      * Made it possible to add, delete, rename and move menu items.
 723      * Introduced tabs and subtabs for local tasks.
 724      * Reorganized the navigation menus.
 725  - User management:
 726      * Added support for multiple roles per user.
 727      * Made it possible to add custom profile fields.
 728      * Made it possible to browse user profiles by field.
 729  - Node system:
 730      * Added support for node-level permissions.
 731  - Comment module:
 732      * Made it possible to leave contact information without having to register.
 733  - Upload module:
 734      * Added support for uploading documents (includes images).
 735  - Forum module:
 736      * Added support for sticky forum topics.
 737      * Made it possible to track forum topics.
 738  - Syndication:
 739      * Added support for RSS ping-notifications of http://technorati.com/.
 740      * Refactored the categorization of syndicated news items.
 741      * Added an URL alias for 'rss.xml'.
 742      * Improved date parsing.
 743  - Database backend:
 744      * Added support for multiple database connections.
 745      * The PostgreSQL backend does no longer require PEAR.
 746  - Theme system:
 747      * Changed all GIFs to PNGs.
 748      * Reorganised the handling of themes, template engines, templates and styles.
 749      * Unified and extended the available theme settings.
 750      * Added theme screenshots.
 751  - Blocks:
 752      * Added 'recent comments' block.
 753      * Added 'categories' block.
 754  - Blogger API:
 755      * Added support for auto-discovery of blogger API via RSD.
 756  - Performance:
 757      * Added support for sending gzip compressed pages.
 758      * Improved performance of the forum module.
 759  - Accessibility:
 760      * Improved the accessibility of the archive module's calendar.
 761      * Improved form handling and error reporting.
 762      * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
 763  - Refactored 403 (forbidden) handling and added support for custom 403 pages.
 764  - Documentation:
 765      * Added PHPDoc/Doxygen comments.
 766  - Filter system:
 767      * Added support for using multiple input formats on the site
 768      * Expanded the embedded PHP-code feature so it can be used everywhere
 769      * Added support for role-dependant filtering, through input formats
 770  - UI translation:
 771      * Managing translations is now completely done through the administration interface
 772      * Added support for importing/exporting gettext .po files
 773  
 774  Drupal 4.4.3, 2005-06-01
 775  ------------------------
 776  - Fixed bugs, including a critical input validation bug.
 777  
 778  Drupal 4.4.2, 2004-07-04
 779  ------------------------
 780  - Fixed bugs: no critical bugs were identified.
 781  
 782  Drupal 4.4.1, 2004-05-01
 783  ------------------------
 784  - Fixed bugs: no critical bugs were identified.
 785  
 786  Drupal 4.4.0, 2004-04-01
 787  ------------------------
 788  - Added support for the MetaWeblog API and MovableType extensions.
 789  - Added a file API: enables better document management.
 790  - Improved the watchdog and search module to log search keys.
 791  - News aggregator:
 792      * Added support for conditional GET.
 793      * Added OPML feed subscription list.
 794      * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
 795  - Comment module:
 796      * Made it possible to disable the "comment viewing controls".
 797  - Performance:
 798      * Improved module loading when serving cached pages.
 799      * Made it possible to automatically disable modules when under heavy load.
 800      * Made it possible to automatically disable blocks when under heavy load.
 801      * Improved performance and memory footprint of the locale module.
 802  - Theme system:
 803      * Made all theme functions start with 'theme_'.
 804      * Made all theme functions return their output.
 805      * Migrated away from using the BaseTheme class.
 806      * Added many new theme functions and refactored existing theme functions.
 807      * Added avatar support to 'Xtemplate'.
 808      * Replaced theme 'UnConeD' by 'Chameleon'.
 809      * Replaced theme 'Marvin' by 'Pushbutton'.
 810  - Usability:
 811      * Added breadcrumb navigation to all pages.
 812      * Made it possible to add context-sensitive help to all pages.
 813      * Replaced drop-down menus by radio buttons where appropriate.
 814      * Removed the 'magic_quotes_gpc = 0' requirement.
 815      * Added a 'book navigation' block.
 816  - Accessibility:
 817      * Made themes degrade gracefully in absence of CSS.
 818      * Grouped form elements using '<fieldset>' and '<legend>' tags.
 819      * Added '<label>' tags to form elements.
 820  - Refactored 404 (file not found) handling and added support for custom 404 pages.
 821  - Improved the filter system to prevent conflicts between filters:
 822      * Made it possible to change the order in which filters are applied.
 823  - Documentation:
 824      * Added PHPDoc/Doxygen comments.
 825  
 826  Drupal 4.3.2, 2004-01-01
 827  ------------------------
 828  - Fixed bugs: no critical bugs were identified.
 829  
 830  Drupal 4.3.1, 2003-12-01
 831  ------------------------
 832  - Fixed bugs: no critical bugs were identified.
 833  
 834  Drupal 4.3.0, 2003-11-01
 835  ------------------------
 836  - Added support for configurable URLs.
 837  - Added support for sortable table columns.
 838  - Database backend:
 839      * Added support for selective database table prefixing.
 840  - Performance:
 841      * Optimized many SQL queries for speed by converting left joins to inner joins.
 842  - Comment module:
 843      * Rewrote the comment housekeeping code to be much more efficient and scalable.
 844      * Changed the comment module to use the standard pager.
 845  - User module:
 846      * Added support for multiple sessions per user.
 847      * Added support for anonymous user sessions.
 848  - Forum module:
 849      * Improved the forum views and the themability thereof.
 850  - Book module:
 851      * Improved integration of non-book nodes in the book outline.
 852  - Usability:
 853      * Added support for "mass node operations" to ease repetitive tasks.
 854      * Added support for breadcrumb navigation to several modules' user pages.
 855      * Integrated the administration pages with the normal user pages.
 856  
 857  Drupal 4.2.0, 2003-08-01
 858  ------------------------
 859  - Added support for clean URLs.
 860  - Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
 861  - Rewrote the RSS/RDF parser:
 862      * It will now use PHP's built-in XML parser to parse news feeds.
 863  - Rewrote the administration pages:
 864      * Improved the navigational elements and added breadcrumb navigation.
 865      * Improved the look and feel.
 866      * Added context-sensitive help.
 867  - Database backend:
 868      * Fixed numerous SQL queries to make Drupal ANSI compliant.
 869      * Added MSSQL database scheme.
 870  - Search module:
 871      * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
 872  - Node system:
 873      * Replaced the "post content" permission by more fine-grained permissions.
 874      * Improved content submission:
 875          + Improved teasers: teasers are now optional, teaser length can be configured, teaser and body are edited in a single textarea, users will no longer be bothered with teasers when the post is too short for one.
 876          + Added the ability to preview both the short and the full version of your posts.
 877      * Extended the node API which allows for better integration.
 878      * Added default node settings to control the behavior for promotion, moderation and other options.
 879  - Themes:
 880      * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
 881  - Removed the 'register_globals = on' requirement.
 882  - Added better installation instructions.
 883  
 884  Drupal 4.1.0, 2003-02-01
 885  ------------------------
 886  - Collaboratively revised and expanded the Drupal documentation.
 887  - Rewrote comment.module:
 888      * Reintroduced comment rating/moderation.
 889      * Added support for comment paging.
 890      * Performance improvements: improved comment caching, faster SQL queries, etc.
 891  - Rewrote block.module:
 892      * Performance improvements: blocks are no longer rendered when not displayed.
 893  - Rewrote forum.module:
 894      * Added a lot of features one can find in stand-alone forum software including but not limited to support for topic paging, added support for icons, rewrote the statistics module, etc.
 895  - Rewrote statistics.module:
 896      * Collects access counts for each node, referrer logs, number of users/guests.
 897      * Export blocks displaying top viewed nodes over last 24 hour period, top viewed nodes over all time, last nodes viewed, how many users/guest online.
 898  - Added throttle.module:
 899      * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
 900  - Added profile.module:
 901      * Enables to extend the user and registration page.
 902  - Added pager support to the main page.
 903  - Replaced weblogs.module by ping.module:
 904      * Added support for normal and RSS notifications of http://blo.gs/.
 905      * Added support for RSS ping-notifications of http://weblogs.com/.
 906  - Removed the rating module
 907  - Themes:
 908      * Removed a significant portion of hard-coded mark-up.
 909  
 910  Drupal 4.0.0, 2002-06-15
 911  ------------------------
 912  - Added tracker.module:
 913      * Replaces the previous "your [site]" links (recent comments and nodes).
 914  - Added weblogs.module:
 915      * This will ping weblogs.com when new content is promoted.
 916  - Added taxonomy module which replaces the meta module.
 917      * Supports relations, hierarchies and synonyms.
 918  - Added a caching system:
 919      * Speeds up pages for anonymous users and reduces system load.
 920  - Added support for external SMTP libraries.
 921  - Added an archive extension to the calendar.
 922  - Added support for the Blogger API.
 923  - Themes:
 924      * Cleaned up the theme system.
 925      * Moved themes that are not maintained to contributions CVS repository.
 926  - Database backend:
 927      * Changed to PEAR database abstraction layer.
 928      * Using ANSI SQL queries to be more portable.
 929  - Rewrote the user system:
 930      * Added support for Drupal authentication through XML-RPC and through a Jabber server.
 931      * Added support for modules to add more user data.
 932      * Users may delete their own account.
 933      * Added who's new and who's online blocks.
 934  - Changed block system:
 935      * Various hard coded blocks are now dynamic.
 936      * Blocks can now be enabled and/or be set by the user.
 937      * Blocks can be set to only show up on some pages.
 938      * Merged box module with block module.
 939  - Node system:
 940      * Blogs can be updated.
 941      * Teasers (abstracts) on all node types.
 942      * Improved error checking.
 943      * Content versioning support.
 944      * Usability improvements.
 945  - Improved book module to support text, HTML and PHP pages.
 946  - Improved comment module to mark new comments.
 947  - Added a general outliner which will let any node type be linked to a book.
 948  - Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
 949  - Search module:
 950      * Improved the search system by making it context sensitive.
 951      * Added indexing.
 952  - Various updates:
 953      * Changed output to valid XHTML.
 954      * Improved multiple sites using the same Drupal database support.
 955      * Added support for session IDs in URLs instead of cookies.
 956      * Made the type of content on the front page configurable.
 957      * Made each cloud site have its own settings.
 958      * Modules and themes can now be enabled/disabled using the administration pages.
 959      * Added URL abstraction for links.
 960      * Usability changes (renamed links, better UI, etc).
 961  - Collaboratively revised and expanded the Drupal documentation.
 962  
 963  Drupal 3.0.1, 2001-10-15
 964  ------------------------
 965  - Various updates:
 966      * Added missing translations
 967      * Updated the themes: tidied up some HTML code and added new Drupal logos.
 968  
 969  Drupal 3.0.0, 2001-09-15
 970  ------------------------
 971  - Major overhaul of the entire underlying design:
 972      * Everything is based on nodes: nodes are a conceptual "black box" to couple and manage different types of content and that promotes reusing existing code, thus reducing the complexity and size of Drupal as well as improving long-term stability.
 973  - Rewrote submission/moderation queue and renamed it to queue.module.
 974  - Removed FAQ and documentation module and merged them into a "book module".
 975  - Removed ban module and integrated it into account.module as "access control":
 976      * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
 977  - Rewrote watchdog and submission throttle:
 978      * Improved watchdog messages and added watchdog filter.
 979  - Rewrote headline code and renamed it to import.module and export.module:
 980      * Added various improvements, including a better parser, bundles and better control over individual feeds.
 981  - Rewrote section code and renamed it to meta.module:
 982      * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
 983  - Rewrote configuration file resolving:
 984      * Drupal tries to locate a configuration file that matches your domain name or uses conf.php if the former failed. Note also that the configuration files got renamed from .conf to .php for security's sake on mal-configured Drupal sites.
 985  - Added caching support which makes Drupal extremely scalable.
 986  - Added access.module:
 987      * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
 988  - Added blog.module.
 989  - Added poll.module.
 990  - Added system.module:
 991      * Moved most of the configuration options from hostname.conf to the new administration section.
 992      * Added support for custom "filters".
 993  - Added statistics.module
 994  - Added moderate.module:
 995      * Allows to assign users editorial/moderator rights to certain nodes or topics.
 996  - Added page.module:
 997      * Allows creation of static (and dynamic) pages through the administration interface.
 998  - Added help.module:
 999      * Groups all available module documentation on a single page.
1000  - Added forum.module:
1001      * Added an integrated forum.
1002  - Added cvs.module and cvs-to-sql.pl:
1003      * Allows to display and mail CVS log messages as daily digests.
1004  - Added book.module:
1005      * Allows collaborative handbook writing: primary used for Drupal documentation.
1006  - Removed cron.module and integrated it into conf.module.
1007  - Removed module.module as it was no longer needed.
1008  - Various updates:
1009      * Added "auto-post new submissions" feature versus "moderate new submissions".
1010      * Introduced links/Drupal tags: [[link]]
1011      * Added preview functionality when submitting new content (such as a story) from the administration pages.
1012      * Made the administration section only show those links a user has access to.
1013      * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
1014      * Improved scheduler:
1015          + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
1016      * Improved account module:
1017          + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
1018      * Improved locale module:
1019          + Added new overview to easy the translation process.
1020      * Improved comment module:
1021          + Made it possible to permanently delete comments.
1022      * Improved rating module
1023      * Improved story module:
1024          + Added preview functionality for administrators.
1025          + Made it possible to permanently delete stories.
1026      * Improved themes:
1027          + W3C validation on a best effort basis.
1028          + Removed $theme->control() from themes.
1029          + Added theme "goofy".
1030  - Collaboratively revised and expanded the Drupal documentation.
1031  
1032  Drupal 2.0.0, 2001-03-15
1033  ------------------------
1034  - Rewrote the comment/discussion code:
1035      * Comment navigation should be less confusing now.
1036      * Additional/alternative display and order methods have been added.
1037      * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
1038  - Added sections and section manager:
1039      * Story sections can be maintained from the administration pages.
1040      * Story sections make the open submission more adaptive in that you can set individual post, dump and expiration thresholds for each section according to the story type and urgency level: stories in certain sections do not "expire" and might stay interesting and active as time passes by, whereas news-related stories are only considered "hot" over a short period of time.
1041  - Multiple vhosts + multiple directories:
1042      * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
1043  - Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
1044      * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
1045  - Added "search infrastructure":
1046      * Improved search page and integrated search functionality in the administration pages.
1047  - Added translation / localization / internationalization support:
1048      * Because many people would love to see their website showing a lot less of English, and far more of their own language, Drupal provides a framework to set up a multi-lingual website or to overwrite the default English text in English.
1049  - Added fine-grained user permission (or group) system:
1050      * Users can be granted access to specific administration sections. Example: a FAQ maintainer can be given access to maintain the FAQ and translators can be given access to the translation pages.
1051  - Added FAQ module
1052  - Changed the "open submission queue" into a (optional) module.
1053  - Various updates:
1054      * Improved account module:
1055          + User accounts can be deleted.
1056          + Added fine-grained permission support.
1057      * Improved block module
1058      * Improved diary module:
1059          + Diary entries can be deleted
1060      * Improved headline module:
1061          + Improved parser to support more "generic" RDF/RSS/XML backend.
1062      * Improved module module
1063      * Improved watchdog module
1064      * Improved database abstraction layer
1065      * Improved themes:
1066          + W3C validation on a best effort basis
1067          + Added theme "example" (alias "Stone Age")
1068      * Added new scripts to directory "scripts"
1069      * Added directory "misc"
1070      * Added CREDITS file
1071  - Revised documentation
1072  
1073  Drupal 1.0.0, 2001-01-15
1074  ------------------------
1075  - Initial release


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7