Projet

Général

Profil

Paste
Télécharger (87,2 ko) Statistiques
| Branche: | Révision:

root / drupal7 / CHANGELOG.txt @ e33d3026

1

    
2
Drupal 7.30, 2014-07-24
3
-----------------------
4
- Fixed a regression introduced in Drupal 7.29 that caused files or images
5
  attached to taxonomy terms to be deleted when the taxonomy term was edited
6
  and resaved (and other related bugs with contributed and custom modules).
7
- Added a warning on the permissions page to recommend restricting access to
8
  the "View site reports" permission to trusted administrators. See
9
  DRUPAL-PSA-2014-002.
10
- Numerous API documentation improvements.
11
- Additional automated test coverage.
12

    
13
Drupal 7.29, 2014-07-16
14
----------------------
15
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
16

    
17
Drupal 7.28, 2014-05-08
18
-----------------------
19
- Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break
20
  on older browsers (such as Internet Explorer 8 and earlier) when Ajax was
21
  used.
22
- Increased the timeout used by the Update Manager module when it fetches data
23
  from drupal.org (from 5 seconds to 30 seconds), to work around a problem
24
  which causes incomplete information about security updates to be presented to
25
  site administrators. This fix may lead to a performance slowdown on the
26
  Update Manager administration pages, when installing Drupal distributions,
27
  and (for sites that use the automated cron feature) on occasional page loads
28
  by site visitors.
29
- Fixed the behavior of the token system's "[node:summary]" token when the body
30
  field does not have a manual summary.
31
- Changed the behavior of db_query_temporary() so that it works on SELECT
32
  queries even when they have leading comments/whitespace. A side effect of
33
  this fix is that db_query_temporary() will now fail with an error if it is
34
  ever used on non-SELECT queries.
35
- Added a "node_admin_filter" tag to the database query used to build the list
36
  of nodes on the content administration page, to make it easier to alter.
37
- Made the cron queue system log any exceptions that are thrown while an item
38
  in the queue is being processed, rather than stopping the entire PHP request.
39
- Improved screen reader support by adding an aria-live HTML attribute to file
40
  upload fields when there is an error uploading the file (minor markup
41
  change).
42
- Made the pager on the Tracker module listing pages show the same number of
43
  items as other pagers throughout Drupal core (minor UI change).
44
- Fixed a bug which caused caches not to be properly cleared when a file entity
45
  was saved or deleted.
46
- Added several missing countries to the default list returned by
47
  country_get_list() (string change).
48
- Replaced the term "weight" with "influence" in the content ranking settings
49
  for search, and added help text for administrators (string change).
50
- Fixed untranslatable text strings in the administrative interface for the
51
  "Crop" effect provided by the Image module (minor string change).
52
- Fixed a bug in the Taxonomy module update function introduced in Drupal 7.26
53
  that caused memory and CPU problems on sites with very large numbers of
54
  unpublished nodes.
55
- Numerous small bug fixes.
56
- Numerous API documentation improvements.
57
- Additional automated test coverage.
58

    
59
Drupal 7.27, 2014-04-16
60
----------------------
61
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
62

    
63
Drupal 7.26, 2014-01-15
64
----------------------
65
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
66

    
67
Drupal 7.25, 2014-01-02
68
-----------------------
69
- Fixed a bug in node_save() which prevented the saved node from being updated
70
  in hook_node_insert() and other similar hooks.
71
- Added a meta tag to install.php to prevent it from being indexed by search
72
  engines even when Drupal is installed in a subfolder (minor markup change).
73
- Fixed a bug in the database API that caused frequent deadlock errors when
74
  running merge queries on some servers.
75
- Performance improvement: Prevented block rehashing from writing blocks to the
76
  database on every cache clear and cron run when the blocks have not changed.
77
  This fix results in an extra 'saved' key which is added and set to TRUE for
78
  each block returned by _block_rehash() that actually is saved to the database
79
  (data structure change).
80
- Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
81
  queues to avoid being automatically processed on cron runs (API addition).
82
- Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
83
  invoked if the block delta had a hyphen in it. To implement the hook when the
84
  block delta has a hyphen, modules should now replace hyphens with underscores
85
  when constructing the function name for the hook implementation.
86
- Fixed a bug which caused cached pages to sometimes be sent to the browser
87
  with incorrect compression. The fix adds a new 'page_compressed' key to the
88
  $cache->data array returned by drupal_page_get_cache() (minor data structure
89
  change).
90
- Fixed broken tests on PHP 5.5.
91
- Made the File and Image modules more robust when saving entities that have
92
  deleted files attached. The code in file_field_presave() will now remove the
93
  record of the deleted file from the entity before saving (minor data
94
  structure change).
95
- Standardized menu callback functions throughout Drupal core to return
96
  MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
97
  not found" or "access denied" pages (minor API change in the return value of
98
  these functions under some circumstances).
99
- Fixed a bug in which caches were not properly cleared when a node was deleted
100
  via the administrative interface.
101
- Changed the Bartik theme to render content contained in <pre>, <code> and
102
  similar tags in a larger font size, so it is easier to read.
103
- Fixed a bug in the Search module that caused exceptions to be thrown during
104
  searches if the server was not configured to represent decimal points as a
105
  period.
106
- Fixed a regression in the Image module that made image_style_url() not work
107
  when a relative path (rather than a complete file URI) was passed to it.
108
- Added an optional feature to the Statistics module to allow node views to be
109
  tracked by Ajax requests rather than during the server-side generation of the
110
  page. This allows the node counter to work on sites that use external page
111
  caches (string change and new administrative option:
112
  https://drupal.org/node/2164069).
113
- Added a link to the drupal.org documentation page for cron to the Cron
114
  settings page (string change).
115
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
116
  object returned by drupal_anonymous_user() to be overridden with a classed
117
  object (API addition).
118
- Changed the database API to allow inserts based on a SELECT * query to work
119
  correctly.
120
- Changed the database schema of the {file_managed} table to allow Drupal to
121
  manage files larger than 4 GB.
122
- Changed the File module's hook_field_load() implementation to prevent file
123
  entity properties which have the same name as file or image field properties
124
  from overwriting the field properties (minor API change).
125
- Numerous small bug fixes.
126
- Numerous API documentation improvements.
127
- Additional automated test coverage.
128

    
129
Drupal 7.24, 2013-11-20
130
----------------------
131
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
132

    
133
Drupal 7.23, 2013-08-07
134
-----------------------
135
- Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module
136
  from Drupal 6 to Drupal 7.
137
- Fixed the default ordering of CSS files for sites using right-to-left
138
  languages, to consistently place the right-to-left override file immediately
139
  after the CSS it is overriding (API change: https://drupal.org/node/2058463).
140
- Added a drupal_check_memory_limit() API function to allow the memory limit to
141
  be checked consistently (API addition).
142
- Changed the default web.config file for IIS servers to allow favicon.ico
143
  files which are present in the filesystem to be accessed.
144
- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
145
  functions.
146
- Performance improvement: Allowed all hooks to be included in the
147
  module_implements() cache, even those that are only invoked on HTTP POST
148
  requests.
149
- Made the database system replace truncate queries with delete queries when
150
  inside a transaction, to fix issues with PostgreSQL and other databases.
151
- Fixed a bug which caused nested contextual links to display improperly.
152
- Fixed a bug which prevented cached image derivatives from being flushed for
153
  private files and other non-default file schemes.
154
- Fixed drupal_render() to always return an empty string when there is no
155
  output, rather than sometimes returning NULL (minor API change).
156
- Added protection to cache_clear_all() to ensure that non-cache tables cannot
157
  be truncated (API addition: a new isValidBin() method has been added to the
158
  default database cache implementation).
159
- Changed the default .htaccess file to support HTTP authorization in CGI
160
  environments.
161
- Changed the password reset form to pre-fill the username when requested via a
162
  URL query parameter, and used this in the error message that appears after a
163
  failed login attempt (minor data structure and behavior change).
164
- Fixed broken support for foreign keys in the field API.
165
- Fixed "No active batch" error when a user cancels their own account.
166
- Added a description to the "access content overview" permission on the
167
  permissions page (string change).
168
- Added a drupal_array_diff_assoc_recursive() function to allow associative
169
  arrays to be compared recursively (API addition).
170
- Added human-readable labels to image styles, in addition to the existing
171
  machine-readable name (API change: https://drupal.org/node/2058503).
172
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
173
  additional places in the code, for added security in the case where there is
174
  no hash salt in settings.php.
175
- Fixed a regression in Drupal 7.22 that caused internal server errors for
176
  sites running on very old Apache 1.x web servers.
177
- Numerous small bug fixes.
178
- Numerous API documentation improvements.
179
- Additional automated test coverage.
180

    
181
Drupal 7.22, 2013-04-03
182
-----------------------
183
- Allowed the drupal_http_request() function to be overridden so that
184
  additional HTTP request capabilities can be added by contributed modules.
185
- Changed the Simpletest module to allow PSR-0 test classes to be used in
186
  Drupal 7.
187
- Removed an unnecessary "Content-Disposition" header from private file
188
  downloads; it prevented many private files from being viewed inline in a web
189
  browser.
190
- Changed various field API functions to allow them to optionally act on a
191
  single field within an entity (API addition: http://drupal.org/node/1825844).
192
- Fixed a bug which prevented Drupal's file transfer functionality from working
193
  on some PHP 5.4 systems.
194
- Fixed incorrect log message when theme() is called for a theme hook that does
195
  not exist (minor string change).
196
- Fixed Drupal's token-replacement system to allow spaces in the token value.
197
- Changed the default behavior after a user creates a node they do not have
198
  access to view. The user will now be redirected to the front page rather than
199
  an access denied page.
200
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
201
  (Minor behavior change: Callers of drupal_add_http_header() must now set
202
  FALSE explicitly to prevent a header from being sent at all; this was already
203
  indicated in the function's documentation.)
204
- Fixed OpenID errors when more than one module implements hook_openid(). The
205
  behavior is now changed so that if more than one module tries to set the same
206
  parameter, the last module's change takes effect.
207
- Fixed a serious documentation bug: The $name variable in the
208
  taxonomy-term.tpl.php theme template was incorrectly documented as being
209
  sanitized when in fact it is not.
210
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
211
  duplicate permission names in the User module's database tables.
212
- Added an empty "datatype" attribute to taxonomy term and username links to
213
  make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
214
- Fixed a bug which caused the denial-of-service protection added in Drupal
215
  7.20 to break certain valid image URLs that had an extra slash in them.
216
- Fixed a bug with update queries in the SQLite database driver that prevented
217
  Drupal from being installed with SQLite on PHP 5.4.
218
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
219
  certain non-MySQL databases.
220
- Refactored the Field module's caching behavior to obtain large improvements
221
  in memory usage for sites with many fields and instances (API addition:
222
  http://drupal.org/node/1915646).
223
- Fixed entity argument not being passed to implementations of
224
  hook_file_download_access_alter(). The fix adds an additional context
225
  parameter that can be passed when calling drupal_alter() for any hook (API
226
  change: http://drupal.org/node/1882722).
227
- Fixed broken support for translatable comment fields (API change:
228
  http://drupal.org/node/1874724).
229
- Added an assertThemeOutput() method to Simpletest to allow tests to check
230
  that themed output matches an expected HTML string (API addition).
231
- Added a link to "Install another module" after a module has been successfully
232
  downloaded via the Update Manager (UI change).
233
- Added an optional "exclusive" flag to installation profile .info files which
234
  allows Drupal distributions to force a profile to be selected during
235
  installation (API addition: http://drupal.org/node/1961012).
236
- Fixed a bug which caused the database API to not properly close database
237
  connections.
238
- Added a link to the URL for running cron from outside the site to the Cron
239
  settings page (UI change).
240
- Fixed a bug which prevented image styles from being reverted on PHP 5.4.
241
- Made the default .htaccess rules protocol sensitive to improve security for
242
  sites which use HTTPS and redirect between "www" and non-"www" versions of
243
  the page.
244
- Numerous small bug fixes.
245
- Numerous API documentation improvements.
246
- Additional automated test coverage.
247

    
248
Drupal 7.21, 2013-03-06
249
-----------------------
250
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
251
  have partial protection from the security issues fixed in Drupal 7.20.
252

    
253
Drupal 7.20, 2013-02-20
254
-----------------------
255
- Fixed security issues (denial of service). See SA-CORE-2013-002.
256

    
257
Drupal 7.19, 2013-01-16
258
-----------------------
259
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
260

    
261
Drupal 7.18, 2012-12-19
262
-----------------------
263
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
264

    
265
Drupal 7.17, 2012-11-07
266
-----------------------
267
- Changed the default value of the '404_fast_html' variable to have a DOCTYPE
268
  declaration.
269
- Made it possible to use associative arrays for the 'items' variable in
270
  theme_item_list().
271
- Fixed a bug which prevented required form elements without a title from being
272
  given an "error" class when the form fails validation.
273
- Prevented duplicate HTML IDs from appearing when two forms are displayed on
274
  the same page and one of them is submitted with invalid data (minor markup
275
  change).
276
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
277
  stale data in the Upload module's database tables.
278
- Fixed a bug in the States API which prevented certain types of form elements
279
  from being disabled when requested.
280
- Allowed aggregator feed items with author names longer than 255 characters to
281
  have a truncated version saved to the database (rather than causing a fatal
282
  error).
283
- Allowed aggregator feed items to have URLs longer than 255 characters
284
  (schema change which results in several columns in the Aggregator module's
285
  database tables changing from VARCHAR to TEXT fields).
286
- Added hook_taxonomy_term_view() and standardized the process for rendering
287
  taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
288
  with other entities (API change: http://drupal.org/node/1808870).
289
- Added hook_entity_view_mode_alter() to allow modules to change entity view
290
  modes on display (API addition: http://drupal.org/node/1833086).
291
- Fixed a bug which made database queries running a "LIKE" query on blob fields
292
  fail on PostgreSQL databases. This caused errors during the Drupal 6 to
293
  Drupal 7 upgrade.
294
- Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
295
  components from being accidentally passed to the page callback function (data
296
  structure change).
297
- Removed a non-standard "name" attribute from Drupal's default Content-Type
298
  header for file downloads.
299
- Fixed the theme settings form to properly clean up submitted values in
300
  $form_state['values'] when the form is submitted (data structure change).
301
- Fixed an inconsistency by removing the colon from the end of the label on
302
  multi-valued form fields (minor string change).
303
- Added support for 'weight' in hook_field_widget_info() to allow modules to
304
  control the order in which widgets are displayed in the Field UI.
305
- Updated various tables in the OpenID and Book modules to use the default
306
  "empty table" text pattern (string change).
307
- Added proxy server support to drupal_http_request().
308
- Added "lang" attributes to language links, to better support screen readers.
309
- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the
310
  Seven theme (markup change).
311
- Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
312
  double-escaped. The fix replaces the taxonomy vocabulary overview page and
313
  "Edit shortcuts" menu items' title callback entries in hook_menu() with new
314
  functions that do not escape HTML characters (data structure change).
315
- Modified the Update manager module to allow drupal.org to collect usage
316
  statistics for individual modules and themes, rather than only for entire
317
  projects.
318
- Modified the node listing database query on Drupal's default front page to
319
  add table aliases for better query altering (this is a data structure change
320
  affecting code which implements hook_query_alter() on this query).
321
- Improved the translatability of the "Field type(s) in use" message on the
322
  modules page (admin-facing string change).
323
- Fixed a regression which caused a "call to undefined function
324
  drupal_find_base_themes()" fatal error under rare circumstances.
325
- Numerous API documentation improvements.
326
- Additional automated test coverage.
327

    
328
Drupal 7.16, 2012-10-17
329
-----------------------
330
- Fixed security issues (Arbitrary PHP code execution and information
331
  disclosure). See SA-CORE-2012-003.
332

    
333
Drupal 7.15, 2012-08-01
334
-----------------------
335
- Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
336
  expiration for user password reset links to be adjusted (API addition).
337
- Fixed database errors due to ambiguous column names that occurred when
338
  EntityFieldQuery was used in certain situations.
339
- Changed the drupal_array_get_nested_value() function to return a reference
340
  (API addition).
341
- Changed the System module's hook_block_info() implementation to assign the
342
  "Main page content" and "System help" blocks to appropriate regions by
343
  default and prevent error messages on the block administration page (data
344
  structure change).
345
- Fixed regression: Non-node entities couldn't be accessed with
346
  EntityFieldQuery.
347
- Fixed regression: Optional radio buttons with an empty, non-NULL default
348
  value led to an illegal choice error when none were selected.
349
- Reorganized the testing framework to split setUp() into specific sub-methods
350
  and fix several regressions in the process.
351
- Fixed bug which made it impossible to search for strings that have not been
352
  translated into a particular language.
353
- Renamed the "Field" column on the Manage Fields screen to "Field type", since
354
  the former was confusing and inaccurate (UI change).
355
- Performance improvement: Removed needless call to system_rebuild_module_data()
356
  in field_sync_field_status(), greatly speeding up bulk module enable/disable.
357
- Fixed bug which prevented notifications from being sent when core, module, and
358
  theme updates are available.
359
- Fixed bug which prevented sub-themes from inheriting the default values of
360
  theme settings defined by the base theme.
361
- Fixed bug which prevented the jQuery UI Datepicker from being localized.
362
- Made Ajax alert dialogs respect error reporting settings.
363
- Fixed bug which prevented image styles from being deleted on PHP 5.4.
364
- Fixed bug: Language detection by domain only worked on port 80.
365
- Fixed regression: The first plural index on a page was not calculated
366
  correctly.
367
- Introduced generic entity language support. Entities may now declare their
368
  language property in hook_entity_info(), and modules working with entities
369
  may access the language using entity_language() (API change:
370
  http://drupal.org/node/1626346).
371
- Added EntityFieldQuery support for taxonomy bundles.
372
- Fixed issue where field form structure was incomplete if field_access()
373
  returned FALSE. Instead of being incomplete, the form structure now has
374
  #access set to FALSE and field form validation is skipped (data structure
375
  change: http://drupal.org/node/1663020).
376
- Fixed data loss issue due to field_has_data() returning inconsistent results.
377
  The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field
378
  queries which field storage engines can respond to (API addition:
379
  http://drupal.org/node/1597378).
380
- Fixed notice: Undefined index: default_image in image_field_prepare_view()
381
- Numerous API documentation improvements.
382
- Additional automated test coverage.
383

    
384
Drupal 7.14 2012-05-02
385
----------------------
386
- Fixed "integrity constraint" fatal errors when rebuilding registry.
387
- Fixed custom logo and favicon functionality referencing incorrect paths.
388
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
389
- Split field_bundle_settings out per bundle.
390
- Improve UX for machine names for fields (UI change).
391
- Fixed User pictures are not removed properly.
392
- Fixed HTTPS sessions not working in all cases.
393
- Fixed Regression: Required radios throw illegal choice error when none
394
  selected.
395
- Fixed allow autocompletion requests to include slashes.
396
- Eliminate $user->cache and {session}.cache in favor of
397
  $_SESSION['cache_expiration'][$bin] (Performance).
398
- Fixed focus jumps to tab when pressing enter on a form element within tab.
399
- Fixed race condition in locale() - duplicates in {locales_source}.
400
- Fixed Missing "Default image" per field instance.
401
- Quit clobbering people's work when they click the filter tips link
402
- Form API #states: Fix conditionals to allow OR and XOR constructions.
403
- Fixed Focus jumps to tab when pressing enter on a form element within tab.
404
  (Accessibility)
405
- Improved performance of node_access queries.
406
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
407
- Reduce size of cache_menu table (Performance).
408
- Fixed unnecessary aggregation of CSS/JS (Performance).
409
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
410
- Fixed HTML filter is not run first by default, despite default weight.
411
- Fixed Overlay does not work with prefixed URL paths.
412
- Better debug info for field errors (string change).
413
- Fixed Data corruption in comment IDs (results in broken threading on
414
  PostgreSQL).
415
- Fixed machine name not editable if every character is replaced.
416
- Fixed user picture not appearing in comment preview (Markup change).
417
- Added optional vid argument for taxonomy_get_term_by_name().
418
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
419
  with PCRE 8.30.
420
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
421
- Numerous fixes to run-tests.sh.
422
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
423
  different profile for running tests.
424
- Numerous JavaScript performance fixes.
425
- Numerous documentation fixes.
426
- Fixed All pager links have an 'active' CSS class.
427
- Numerous upgrade path fixes; notably:
428
  - system_update_7061() fails on inserting files with same name but different
429
    case.
430
  - system_update_7061() converts filepaths too aggressively.
431
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
432

    
433
Drupal 7.13 2012-05-02
434
----------------------
435
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
436

    
437
Drupal 7.12, 2012-02-01
438
----------------------
439
- Fixed bug preventing custom menus from receiving an active trail.
440
- Fixed hook_field_delete() no longer invoked during field_purge_data().
441
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
442
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
443
  open_basedir().
444
- Fixed Nested transactions throw exceptions when they got out of scope.
445
- Fixed bugs with the Return-Path when sending mail on both Windows and
446
  non-Windows systems.
447
- Fixed bug with DrupalCacheArray property visibility preventing others from
448
  extending it (API change: http://drupal.org/node/1422264).
449
- Fixed bug with handling of non-ASCII characters in file names (API change:
450
  http://drupal.org/node/1424840).
451
- Reconciled field maximum length with database column size in image and
452
  aggregator modules.
453
- Fixes to various core JavaScript files to allow for minification and
454
  aggregation.
455
- Fixed Prevent tests from deleting main installation's tables when
456
  parent::setUp() is not called.
457
- Fixed several Poll module bugs.
458
- Fixed several Shortcut module bugs.
459
- Added new hook_system_theme_info() to provide ability for contributed modules
460
  to test theme functionality.
461
- Added ability to cancel mail sending from hook_mail_alter().
462
- Added support for configurable PDO connection options, enabling master-master
463
  database replication.
464
- Numerous improvements to tests and test runner to pave the way for faster test
465
  runs.
466
- Expanded test coverage.
467
- Numerous API documentation improvements.
468
- Numerous performance improvements, including token replacement and render
469
  cache.
470

    
471
Drupal 7.11, 2012-02-01
472
----------------------
473
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
474

    
475
Drupal 7.10, 2011-12-05
476
----------------------
477
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
478
- Reduce memory usage of theme registry (performance).
479
- Fixed PECL upload progress bar for FileField
480
- Fixed running update.php doesn't always clear the cache.
481
- Fixed PDO exceptions on long titles.
482
- Fixed Overlay redirect does not include query string.
483
- Fixed D6 modules satisfy D7 module dependencies.
484
- Fixed the ordering of module hooks when using module_implements_alter().
485
- Fixed "floating" submit buttons during AJAX requests.
486
- Fixed timezone selected on install not propogating to admin account.
487
- Added msgctx context to JS translation functions, for feature parity with t().
488
- Profiles' .install files now available during hook_install_tasks().
489
- Added test coverage of 7.0 -> 7.x upgrade path.
490
- Numerous notice fixes.
491
- Numerous documentation improvements.
492
- Additional automated test coverage.
493

    
494
Drupal 7.9, 2011-10-26
495
----------------------
496
- Critical fixes to OpenID to spec violations that could allow for
497
  impersonation in certain scenarios. Existing OpenID users should see
498
  http://drupal.org/node/1120290#comment-5092796 for more information on
499
  transitioning.
500
- Fixed files getting lost when adding multiple files to multiple file fields
501
  at the same time.
502
- Improved usability of the clean URL test screens.
503
- Restored height/width attributes on images run through the theme system.
504
- Fixed usability bug with first password field being pre-filled by certain
505
  browser plugins.
506
- Fixed file_usage_list() so that it can return more than one result.
507
- Fixed bug preventing preview of private images on node form.
508
- Fixed PDO error when inserting an aggregator title longer than 255 characters.
509
- Spelled out what TRADITIONAL means in MySQL sql_mode.
510
- Deprecated "!=" operator for DBTNG; should be "<>".
511
- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
512
  added in order to enable setting the active menu trail for dynamically
513
  generated menu paths.
514
- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
515
  when serving 404 pages for certain file types.
516
- Added format_string() function which can perform string munging ala the t()
517
  function without the overhead of the translation system.
518
- Numerous #states system fixes.
519
- Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
520
- Numerous Shortcut module fixes.
521
- Numerous language system fixes.
522
- Numerous token fixes.
523
- Numerous CSS fixes.
524
- Numerous upgrade path fixes.
525
- Numerous minor string fixes.
526
- Numerous notice fixes.
527

    
528
Drupal 7.8, 2011-08-31
529
----------------------
530
- Fixed critical upgrade path issue with multilingual sites, leading to lost
531
  content.
532
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
533
  dependencies.
534
- Fixed issue with saving files on hosts with open_basedir restrictions.
535
- Fixed Update manger error when used with Overlay.
536
- Fixed RTL support in Seven administration theme and Overlay.
537
- Fixes to nested transaction support.
538
- Introduced performance pattern to reduce Drupal core's RAM usage.
539
- Added support for HTML 5 tags to filter_xss_admin().
540
- Added exception handling to cron.
541
- Added new hook hook_field_widget_form_alter() for contribtued modules.
542
- element_validate_*() functions now available to contrib.
543
- Added new maintainers for several subsystems.
544
- Numerous testing system improvements.
545
- Numerous markup and CSS fixes.
546
- Numerous poll module fixes.
547
- Numerous notice/warning fixes.
548
- Numerous documentation fixes.
549
- Numerous token fixes.
550

    
551
Drupal 7.7, 2011-07-27
552
----------------------
553
- Fixed VERSION string.
554

    
555
Drupal 7.6, 2011-07-27
556
----------------------
557
- Fixed support for remote streamwrappers.
558
- AJAX now binds to 'click' instead of 'mousedown'.
559
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
560
- Performance enhancement to permissions page on large numbers of permissions.
561
- More secure password generation.
562
- Fix for temporary directory on Windows servers.
563
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
564
- Numerous upgrade path fixes.
565
- Numerous documentation fixes.
566
- Numerous notice fixes.
567
- Numerous fixes to improve PHP 5.4 support.
568
- Numerous RTL improvements.
569

    
570
Drupal 7.5, 2011-07-27
571
----------------------
572
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
573

    
574
Drupal 7.4, 2011-06-29
575
----------------------
576
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
577
- Fixed critical bug with saving default images.
578
- Fixed fatal errors when uninstalling some modules.
579
- Added workaround for MySQL transaction support breaking on DDL statments.
580
- Improved page caching with external caching systems.
581
- Fix to Batch API, which was terminating too early.
582
- Numerous upgrade path fixes.
583
- Performance fixes.
584
- Additional test coverage.
585
- Numerous documentation fixes.
586

    
587
Drupal 7.3, 2011-06-29
588
----------------------
589
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
590

    
591
Drupal 7.2, 2011-05-25
592
----------------------
593
- Added a default .gitignore file.
594
- Improved PostgreSQL and SQLite support.
595
- Numerous critical performance improvements.
596
- Numerous critical fixes to the upgrade path.
597
- Numerous fixes to language and translation systems.
598
- Numerous fixes to AJAX and #states systems.
599
- Improvements to the locking system.
600
- Numerous documentation fixes.
601
- Numerous styling and theme system fixes.
602
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
603
- Minor internal API clean-ups.
604

    
605
Drupal 7.1, 2011-05-25
606
----------------------
607
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
608

    
609
Drupal 7.0, 2011-01-05 
610
----------------------
611
- Database:
612
    * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
613
    * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
614
    * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
615
    * Support for master/slave replication, transactions, multi-insert queries,
616
      and other features.
617
    * Added support for the SQLite database engine.
618
    * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
619
      This offers increased scalability and data integrity.
620
- Security:
621
    * Protected cron.php -- cron will only run if the proper key is provided.
622
    * Implemented a pluggable password system and much stronger password hashes
623
      that are compatible with the Portable PHP password hashing framework.
624
    * Rate limited login attempts to prevent brute-force password guessing, and
625
      improved the flood control API to allow variable time windows and
626
      identifiers for limiting user access to resources.
627
    * Transformed the "Update status" module into the "Update manager" which
628
      can securely install or update modules and themes via a web interface.
629
- Usability:
630
    * Added contextual links (a.k.a. local tasks) to page elements, such as
631
      blocks, nodes, or comments, which allows to perform the most common tasks
632
      with a single click only.
633
    * Improved installer requirements check.
634
    * Improved support for integration of WYSIWYG editors.
635
    * Implemented drag-and-drop positioning for input format listings.
636
    * Implemented drag-and-drop positioning for language listing.
637
    * Implemented drag-and-drop positioning for poll options.
638
    * Provided descriptions and human-readable names for user permissions.
639
    * Removed comment controls for users.
640
    * Removed display order settings for comment module. Comment display
641
      order can now be customized using the Views module.
642
    * Removed the 'related terms' feature from taxonomy module since this can
643
      now be achieved with Field API.
644
    * Added additional features to the default installation profile, and
645
      implemented a "slimmed down" profile designed for developers.
646
    * Added a built-in, automated cron run feature, which is triggered by site
647
      visitors.
648
    * Added an administrator role which is assigned all permissions for
649
      installed modules automatically.
650
    * Image toolkits are now provided by modules (rather than requiring a
651
      manual file copy to the includes directory).
652
    * Added an edit tab to taxonomy term pages.
653
    * Redesigned password strength validator.
654
    * Redesigned the add content type screen.
655
    * Highlight duplicate URL aliases.
656
    * Renamed "input formats" to "text formats".
657
    * Moved text format permissions to the main permissions page.
658
    * Added configurable ability for users to cancel their own accounts.
659
    * Added "vertical tabs", a reusable interface component that features
660
      automatic summaries and increases usability.
661
    * Replaced fieldsets on node edit and add pages with vertical tabs.
662
- Performance:
663
    * Improved performance on uncached page views by loading multiple core
664
      objects in a single database query.
665
    * Improved performance for logged-in users by reducing queries for path
666
      alias lookups.
667
    * Improved support for HTTP proxies (including reverse proxies), allowing
668
      anonymous page views to be served entirely from the proxy.
669
- Documentation:
670
    * Hook API documentation now included in Drupal core.
671
- News aggregator:
672
    * Added OPML import functionality for RSS feeds.
673
    * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
674
- Search:
675
    * Added support for language-aware searches.
676
- Aggregator:
677
    * Introduced architecture that allows pluggable parsers and processors for
678
      syndicating RSS and Atom feeds.
679
    * Added options to suspend updating specific feeds and never discard feeds
680
      items.
681
- Testing:
682
    * Added test framework and tests.
683
- Improved time zone support:
684
    * Drupal now uses PHP's time zone database when rendering dates in local
685
      time. Site-wide and user-configured time zone offsets have been converted
686
      to time zone names, e.g. Africa/Abidjan.
687
    * In some cases the upgrade and install scripts do not choose the preferred
688
      site default time zone. The automatically-selected time zone can be
689
      corrected at admin/config/regional/settings.
690
    * If your site is being upgraded from Drupal 6 and you do not have the
691
      contributed date or event modules installed, user time zone settings will
692
      fallback to the system time zone and will have to be reconfigured by each user.
693
    * User-configured time zones now serve as the default time zone for PHP
694
      date/time functions.
695
- Filter system:
696
    * Revamped the filter API and text format storage.
697
    * Added support for default text formats to be assigned on a per-role basis.
698
    * Refactored the HTML corrector to take advantage of PHP 5 features.
699
- User system:
700
    * Added clean API functions for creating, loading, updating, and deleting
701
      user roles and permissions.
702
    * Refactored the "access rules" component of user module: The user module
703
      now provides a simple interface for blocking single IP addresses. The
704
      previous functionality in the user module for restricting certain e-mail
705
      addresses and usernames is now available as a contributed module. Further,
706
      IP address range blocking is no longer supported and should be implemented
707
      at the operating system level.
708
    * Removed per-user themes: Contributed modules with similar functionality
709
      are available.
710
- OpenID:
711
    * Added support for Gmail and Google Apps for Domain identifiers. Users can
712
      now login with their user@example.com identifier when example.com is powered
713
      by Google.
714
    * Made the OpenID module more pluggable.
715
- Added code registry:
716
    * Using the registry, modules declare their includable files via their .info file,
717
      allowing Drupal to lazy-load classes and interfaces as needed.
718
- Theme system:
719
    * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
720
      on as contributed themes (http://drupal.org/project/bluemarine,
721
      http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
722
    * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
723
    * Added Seven as the default administration theme.
724
    * Variable preprocessing of theme hooks prior to template rendering now goes
725
      through two phases: a 'preprocess' phase and a new 'process' phase. See
726
      http://api.drupal.org/api/function/theme/7 for details.
727
    * Theme hooks implemented as functions (rather than as templates) can now
728
      also have preprocess (and process) functions. See
729
      http://api.drupal.org/api/function/theme/7 for details.
730
    * Added Bartik as the default theme.
731
- File handling:
732
    * Files are now first class Drupal objects with file_load(), file_save(),
733
      and file_validate() functions and corresponding hooks.
734
    * The file_move(), file_copy() and file_delete() functions now operate on
735
      file objects and invoke file hooks so that modules are notified and can
736
      respond to changes.
737
    * For the occasions when only basic file manipulation are needed--such as
738
      uploading a site logo--that don't require the overhead of databases and
739
      hooks, the current unmanaged copy, move and delete operations have been
740
      preserved but renamed to file_unmanaged_*().
741
    * Rewrote file handling to use PHP stream wrappers to enable support for
742
      both public and private files and to support pluggable storage mechanisms
743
      and access to remote resources (e.g. S3 storage or Flickr photos).
744
    * The mime_extension_mapping variable has been removed. Modules that need to
745
      alter the default MIME type extension mappings should implement
746
      hook_file_mimetype_mapping_alter().
747
    * Added the hook_file_url_alter() hook, which makes it possible to serve
748
      files from a CDN.
749
    * Added a field specifically for uploading files, previously provided by
750
      the contributed module FileField.
751
- Image handling:
752
    * Improved image handling, including better support for add-on image
753
      libraries.
754
    * Added API and interface for creating advanced image thumbnails.
755
    * Inclusion of additional effects such as rotate and desaturate.
756
    * Added a field specifically for uploading images, previously provided by
757
      the contributed module ImageField.
758
- Added aliased multi-site support:
759
    * Added support for mapping domain names to sites directories.
760
- Added RDF support:
761
    * Modules can declare RDF namespaces which are serialized in the <html> tag
762
      for RDFa support.
763
    * Modules can specify how their data structure maps to RDF.
764
    * Added support for RDFa export of nodes, comments, terms, users, etc. and
765
      their fields.
766
- Search engine optimization and web linking:
767
    * Added a rel="canonical" link on node and comment pages to prevent
768
      duplicate content indexing by search engines.
769
    * Added a default rel="shortlink" link on node and comment pages that
770
      advertises a short link as an alternative URL to third-party services.
771
    * Meta information is now alterable by all modules before rendering.
772
- Field API:
773
    * Custom data fields may be attached to nodes, users, comments and taxonomy
774
      terms.
775
    * Node bodies and teasers are now Field API fields instead of
776
      being a hard-coded property of node objects.
777
    * In addition, any other object type may register with Field API
778
      and allow custom data fields to be attached to itself.
779
    * Provides most of the features of the former Content Construction
780
      Kit (CCK) module.
781
    * Taxonomy terms are now Field API fields that can be added to any fieldable
782
      object.
783
- Installer:
784
    * Refactored the installer into an API that allows Drupal to be installed
785
      via a command line script.
786
- Page organization
787
    * Made the help text area a full featured region with blocks.
788
    * Site mission is replaced with the highlighted content block region and
789
      separate RSS feed description settings.
790
    * The footer message setting was removed in favor of custom blocks.
791
    * Made the main page content a block which can be moved and ordered
792
      with other blocks in the same region.
793
    * Blocks can now return structured arrays for later rendering just
794
      like page callbacks.
795
- Translation system
796
    * The translation system now supports message context (msgctxt).
797
    * Added support for translatable fields to Field API.
798
- JavaScript changes
799
    * Upgraded the core JavaScript library to jQuery version 1.4.4.
800
    * Upgraded the jQuery Forms library to 2.52.
801
    * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
802
      experience.
803
- Better module version support
804
    * Modules now can specify which version of another module they depend on.
805
- Removed modules from core
806
    * The following modules have been removed from core, because contributed
807
      modules with similar functionality are available:
808
      * Blog API module
809
      * Ping module
810
      * Throttle module
811
- Improved node access control system.
812
    * All modules may now influence the access to a node at runtime, not just
813
      the module that defined a node.
814
    * Users may now be allowed to bypass node access restrictions without giving
815
      them complete access to the site.
816
    * Access control affects both published and unpublished nodes.
817
    * Numerous other improvements to the node access system.
818
- Actions system
819
    * Simplified definitions of actions and triggers.
820
    * Removed dependency on the combination of hooks and operations. Triggers
821
      now directly map to module hooks.
822
- Task handling
823
    * Added a queue API to process many or long-running tasks.
824
    * Added queue API support to cron API.
825
    * Added a locking framework to coordinate long-running operations across
826
      requests.
827

    
828
Drupal 6.23-dev, xxxx-xx-xx (development release)
829
-----------------------
830

    
831
Drupal 6.22, 2011-05-25
832
-----------------------
833
- Made Drupal 6 work better with IIS and Internet Explorer.
834
- Fixed .po file imports to work better with custom textgroups.
835
- Improved code documentation at various places.
836
- Fixed a variety of other bugs.
837

    
838
Drupal 6.21, 2011-05-25
839
----------------------
840
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
841

    
842
Drupal 6.20, 2010-12-15
843
----------------------
844
- Fixed a variety of small bugs, improved code documentation.
845

    
846
Drupal 6.19, 2010-08-11
847
----------------------
848
- Fixed a variety of small bugs, improved code documentation.
849

    
850
Drupal 6.18, 2010-08-11
851
----------------------
852
- Fixed security issues (OpenID authentication bypass, File download access
853
  bypass, Comment unpublishing bypass, Actions cross site scripting),
854
  see SA-CORE-2010-002.
855

    
856
Drupal 6.17, 2010-06-02
857
----------------------
858
- Improved PostgreSQL compatibility
859
- Better PHP 5.3 and PHP 4 compatibility
860
- Better browser compatibility of CSS and JS aggregation
861
- Improved logging for login failures
862
- Fixed an incompatibility with some contributed modules and the locking system
863
- Fixed a variety of other bugs.
864

    
865
Drupal 6.16, 2010-03-03
866
----------------------
867
- Fixed security issues (Installation cross site scripting, Open redirection,
868
  Locale module cross site scripting, Blocked user session regeneration),
869
  see SA-CORE-2010-001.
870
- Better support for updated jQuery versions.
871
- Reduced resource usage of update.module.
872
- Fixed several issues relating to support of installation profiles and
873
  distributions.
874
- Added a locking framework to avoid data corruption on long operations.
875
- Fixed a variety of other bugs.
876

    
877
Drupal 6.15, 2009-12-16
878
----------------------
879
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
880
- Fixed a variety of other bugs.
881

    
882
Drupal 6.14, 2009-09-16
883
----------------------
884
- Fixed security issues (OpenID association cross site request forgeries,
885
  OpenID impersonation and File upload), see SA-CORE-2009-008.
886
- Changed the system modules page to not run all cache rebuilds; use the
887
  button on the performance settings page to achieve the same effect.
888
- Added support for PHP 5.3.0 out of the box.
889
- Fixed a variety of small bugs.
890

    
891
Drupal 6.13, 2009-07-01
892
----------------------
893
- Fixed security issues (Cross site scripting, Input format access bypass and
894
  Password leakage in URL), see SA-CORE-2009-007.
895
- Fixed a variety of small bugs.
896

    
897
Drupal 6.12, 2009-05-13
898
----------------------
899
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
900
- Fixed a variety of small bugs.
901

    
902
Drupal 6.11, 2009-04-29
903
----------------------
904
- Fixed security issues (Cross site scripting and limited information
905
  disclosure), see SA-CORE-2009-005
906
- Fixed performance issues with the menu router cache, the update
907
  status cache and improved cache invalidation
908
- Fixed a variety of small bugs.
909

    
910
Drupal 6.10, 2009-02-25
911
----------------------
912
- Fixed a security issue, (Local file inclusion on Windows),
913
  see SA-CORE-2009-003
914
- Fixed node_feed() so custom fields can show up in RSS feeds.
915
- Improved PostgreSQL compatibility.
916
- Fixed a variety of small bugs.
917

    
918
Drupal 6.9, 2009-01-14
919
----------------------
920
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
921
  against SQL injection), see SA-CORE-2009-001
922
- Made HTTP request checking more robust and informative.
923
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
924
  basic shell scripts.
925
- Removed t() calls from all schema documentation. Suggested best practice
926
  changed for contributed modules, see http://drupal.org/node/322731.
927
- Fixed a variety of small bugs.
928

    
929
Drupal 6.8, 2008-12-11
930
----------------------
931
- Removed a previous change incompatible with PHP 5.1.x and lower.
932

    
933
Drupal 6.7, 2008-12-10
934
----------------------
935
- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
936
- Updated robots.txt and .htaccess to match current file use.
937
- Fixed a variety of small bugs.
938

    
939
Drupal 6.6, 2008-10-22
940
----------------------
941
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
942
- Fixed a variety of small bugs.
943

    
944
Drupal 6.5, 2008-10-08
945
----------------------
946
- Fixed security issues, (File upload access bypass, Access rules bypass,
947
  BlogAPI access bypass), see SA-2008-060.
948
- Fixed a variety of small bugs.
949

    
950
Drupal 6.4, 2008-08-13
951
----------------------
952
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
953
  BlogAPI, Cross site request forgeries and Various Upload module
954
  vulnerabilities), see SA-2008-047.
955
- Improved error messages during installation.
956
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
957
- Fixed a variety of small bugs.
958

    
959
Drupal 6.3, 2008-07-09
960
----------------------
961
- Fixed security issues, (Cross site scripting, cross site request forgery,
962
  session fixation and SQL injection), see SA-2008-044.
963
- Slightly modified installation process to prevent file ownership issues on
964
  shared hosts.
965
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
966
- Upgraded to jQuery 1.2.6.
967
- Performance improvements to search, menu handling and form API caches.
968
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
969
- Fixed a variety of small bugs.
970

    
971
Drupal 6.2, 2008-04-09
972
----------------------
973
- Fixed a variety of small bugs.
974
- Fixed a security issue (Access bypasses), see SA-2008-026.
975

    
976
Drupal 6.1, 2008-02-27
977
----------------------
978
- Fixed a variety of small bugs.
979
- Fixed a security issue (Cross site scripting), see SA-2008-018.
980

    
981
Drupal 6.0, 2008-02-13
982
----------------------
983
- New, faster and better menu system.
984
- New watchdog as a hook functionality.
985
   * New hook_watchdog that can be implemented by any module to route log
986
     messages to various destinations.
987
   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
988
     levels defined in RFC 3164.
989
   * The watchdog module is now called dblog, and is optional, but enabled by
990
     default in the default installation profile.
991
   * Extended the database log module so log messages can be filtered.
992
   * Added syslog module: useful for monitoring large Drupal installations.
993
- Added optional e-mail notifications when users are approved, blocked, or
994
  deleted.
995
- Drupal works with error reporting set to E_ALL.
996
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
997
  to use Drupal as a framework to build command-line tools.
998
- Made signature support optional and made it possible to theme signatures.
999
- Made it possible to filter the URL aliases on the URL alias administration
1000
  screen.
1001
- Language system improvements:
1002
    * Support for right to left languages.
1003
    * Language detection based on parts of the URL.
1004
    * Browser based language detection.
1005
    * Made it possible to specify a node's language.
1006
    * Support for translating posts on the site to different languages.
1007
    * Language dependent path aliases.
1008
    * Automatically import translations when adding a new language.
1009
    * JavaScript interface translation.
1010
    * Automatically import a module's translation upon enabling that module.
1011
- Moved "PHP input filter" to a standalone module so it can be deleted for
1012
  security reasons.
1013
- Usability:
1014
    * Improved handling of teasers in posts.
1015
    * Added sticky table headers.
1016
    * Check for clean URL support automatically with JavaScript.
1017
    * Removed default/settings.php. Instead the installer will create it from
1018
      default.settings.php.
1019
    * Made it possible to configure your own date formats.
1020
    * Remember anonymous comment posters.
1021
    * Only allow modules and themes to be enabled that have explicitly been
1022
      ported to the correct core API version.
1023
    * Can now specify the minimum PHP version required for a module within the
1024
      .info file.
1025
    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
1026
      database rights.
1027
    * Dynamically check password strength and confirmation.
1028
    * Refactored poll administration.
1029
    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
1030
      vocabularies and terms, forums, profile fields, and input format filters.
1031
- Theme system:
1032
    * Added .info files to themes and made it easier to specify regions and
1033
      features.
1034
    * Added theme registry: modules can directly provide .tpl.php files for
1035
      their themes without having to create theme_ functions.
1036
    * Used the Garland theme for the installation and maintenance pages.
1037
    * Added theme preprocess functions for themes that are templates.
1038
    * Added support for themeable functions in JavaScript.
1039
- Refactored update.php to a generic batch API to be able to run time-consuming
1040
  operations in multiple subsequent HTTP requests.
1041
- Installer:
1042
    * Themed the installer with the Garland theme.
1043
    * Added form to provide initial site information during installation.
1044
    * Added ability to provide extra installation steps programmatically.
1045
    * Made it possible to import interface translations during installation.
1046
- Added the HTML corrector filter:
1047
    * Fixes faulty and chopped off HTML in postings.
1048
    * Tags are now automatically closed at the end of the teaser.
1049
- Performance:
1050
    * Made it easier to conditionally load .include files and split up many core
1051
      modules.
1052
    * Added a JavaScript aggregator.
1053
    * Added block-level caching, improving performance for both authenticated
1054
      and anonymous users.
1055
    * Made Drupal work correctly when running behind a reverse proxy like
1056
      Squid or Pound.
1057
- File handling improvements:
1058
    * Entries in the files table are now keyed to a user instead of a node.
1059
    * Added reusable validation functions to check for uploaded file sizes,
1060
      extensions, and image resolution.
1061
    * Added ability to create and remove temporary files during a cron job.
1062
- Forum improvements:
1063
    * Any node type may now be posted in a forum.
1064
- Taxonomy improvements:
1065
    * Descriptions for terms are now shown on taxonomy/term pages as well
1066
      as RSS feeds.
1067
    * Added versioning support to categories by associating them with node
1068
      revisions.
1069
- Added support for OpenID.
1070
- Added support for triggering configurable actions.
1071
- Added the Update status module to automatically check for available updates
1072
  and warn sites if they are missing security updates or newer versions.
1073
  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
1074
  Advanced settings provided by http://drupal.org/project/update_advanced.
1075
- Upgraded the core JavaScript library to jQuery version 1.2.3.
1076
- Added a new Schema API, which provides built-in support for core and
1077
  contributed modules to work with databases other than MySQL.
1078
- Removed drupal.module. The functionality lives on as the Site network
1079
  contributed module (http://drupal.org/project/site_network).
1080
- Removed old system updates. Updates from Drupal versions prior to 5.x will
1081
  require upgrading to 5.x before upgrading to 6.x.
1082

    
1083
Drupal 5.23, 2010-08-11
1084
-----------------------
1085
- Fixed security issues (File download access bypass, Comment unpublishing
1086
  bypass), see SA-CORE-2010-002.
1087

    
1088
Drupal 5.22, 2010-03-03
1089
-----------------------
1090
- Fixed security issues (Open redirection, Locale module cross site scripting,
1091
  Blocked user session regeneration), see SA-CORE-2010-001.
1092

    
1093
Drupal 5.21, 2009-12-16
1094
-----------------------
1095
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1096
- Fixed a variety of small bugs.
1097

    
1098
Drupal 5.20, 2009-09-16
1099
-----------------------
1100
- Avoid security problems resulting from writing Drupal 6-style menu
1101
  declarations.
1102
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1103
- Fixed a variety of small bugs.
1104

    
1105
Drupal 5.19, 2009-07-01
1106
-----------------------
1107
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1108
  SA-CORE-2009-007.          
1109
- Fixed a variety of small bugs.
1110

    
1111
Drupal 5.18, 2009-05-13
1112
-----------------------
1113
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1114
- Fixed a variety of small bugs.
1115

    
1116
Drupal 5.17, 2009-04-29
1117
-----------------------
1118
- Fixed security issues (Cross site scripting and limited information
1119
  disclosure) see SA-CORE-2009-005.
1120
- Fixed a variety of small bugs.
1121

    
1122
Drupal 5.16, 2009-02-25
1123
-----------------------
1124
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1125
- Fixed a variety of small bugs.
1126

    
1127
Drupal 5.15, 2009-01-14
1128
-----------------------
1129
- Fixed security issues, (Hardening against SQL injection), see
1130
  SA-CORE-2009-001
1131
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1132
  scripts.
1133
- Fixed a variety of small bugs.
1134

    
1135
Drupal 5.14, 2008-12-11
1136
-----------------------
1137
- removed a previous change incompatible with PHP 5.1.x and lower.
1138

    
1139
Drupal 5.13, 2008-12-10
1140
-----------------------
1141
- fixed a variety of small bugs.
1142
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1143
- updated robots.txt and .htaccess to match current file use.
1144

    
1145
Drupal 5.12, 2008-10-22
1146
-----------------------
1147
- fixed security issues, (File inclusion), see SA-2008-067
1148

    
1149
Drupal 5.11, 2008-10-08
1150
-----------------------
1151
- fixed a variety of small bugs.
1152
- fixed security issues, (File upload access bypass, Access rules bypass,
1153
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1154

    
1155
Drupal 5.10, 2008-08-13
1156
-----------------------
1157
- fixed a variety of small bugs.
1158
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1159
  BlogAPI and Cross site request forgery), see SA-2008-047
1160

    
1161
Drupal 5.9, 2008-07-23
1162
----------------------
1163
- fixed a variety of small bugs.
1164
- fixed security issues, (Session fixation), see SA-2008-046
1165

    
1166
Drupal 5.8, 2008-07-09
1167
----------------------
1168
- fixed a variety of small bugs.
1169
- fixed security issues, (Cross site scripting, cross site request forgery, and
1170
  session fixation), see SA-2008-044
1171

    
1172
Drupal 5.7, 2008-01-28
1173
----------------------
1174
- fixed the input format configuration page.
1175
- fixed a variety of small bugs.
1176

    
1177
Drupal 5.6, 2008-01-10
1178
----------------------
1179
- fixed a variety of small bugs.
1180
- fixed a security issue (Cross site request forgery), see SA-2008-005
1181
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1182
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1183

    
1184
Drupal 5.5, 2007-12-06
1185
----------------------
1186
- fixed missing missing brackets in a query in the user module.
1187
- fixed taxonomy feed bug introduced by SA-2007-031
1188

    
1189
Drupal 5.4, 2007-12-05
1190
----------------------
1191
- fixed a variety of small bugs.
1192
- fixed a security issue (SQL injection), see SA-2007-031
1193

    
1194
Drupal 5.3, 2007-10-17
1195
----------------------
1196
- fixed a variety of small bugs.
1197
- fixed a security issue (HTTP response splitting), see SA-2007-024
1198
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1199
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1200
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1201
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1202

    
1203
Drupal 5.2, 2007-07-26
1204
----------------------
1205
- changed hook_link() $teaser argument to match documentation.
1206
- fixed a variety of small bugs.
1207
- fixed a security issue (cross-site request forgery), see SA-2007-017
1208
- fixed a security issue (cross-site scripting), see SA-2007-018
1209

    
1210
Drupal 5.1, 2007-01-29
1211
----------------------
1212
- fixed security issue (code execution), see SA-2007-005
1213
- fixed a variety of small bugs.
1214

    
1215
Drupal 5.0, 2007-01-15
1216
----------------------
1217
- Completely retooled the administration page
1218
    * /Admin now contains an administration page which may be themed
1219
    * Reorganised administration menu items by task and by module
1220
    * Added a status report page with detailed PHP/MySQL/Drupal information
1221
- Added web-based installer which can:
1222
    * Check installation and run-time requirements
1223
    * Automatically generate the database configuration file
1224
    * Install pre-made installation profiles or distributions
1225
    * Import the database structure with automatic table prefixing
1226
    * Be localized
1227
- Added new default Garland theme
1228
- Added color module to change some themes' color schemes
1229
- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
1230
- Introduced the ability to alter mail sent from system
1231
- Module system:
1232
    * Added .info files for module meta-data
1233
    * Added support for module dependencies
1234
    * Improved module installation screen
1235
    * Moved core modules to their own directories
1236
    * Added support for module uninstalling
1237
- Added support for different cache backends
1238
- Added support for a generic "sites/all" directory.
1239
- Usability:
1240
    * Added support for auto-complete forms (AJAX) to user profiles.
1241
    * Made it possible to instantly assign roles to newly created user accounts.
1242
    * Improved configurability of the contact forms.
1243
    * Reorganized the settings pages.
1244
    * Made it easy to investigate popular search terms.
1245
    * Added a 'select all' checkbox and a range select feature to administration tables.
1246
    * Simplified the 'break' tag to split teasers from body.
1247
    * Use proper capitalization for titles, menu items and operations.
1248
- Integrated urlfilter.module into filter.module
1249
- Block system:
1250
    * Extended the block visibility settings with a role specific setting.
1251
    * Made it possible to customize all block titles.
1252
- Poll module:
1253
    * Optionally allow people to inspect all votes.
1254
    * Optionally allow people to cancel their vote.
1255
- Distributed authentication:
1256
    * Added default server option.
1257
- Added default robots.txt to control crawlers.
1258
- Database API:
1259
    * Added db_table_exists().
1260
- Blogapi module:
1261
    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
1262
- User module:
1263
    * Added hook_profile_alter().
1264
    * E-mail verification is made optional.
1265
    * Added mass editing and filtering on admin/user/user.
1266
- PHP Template engine:
1267
    * Add the ability to look for a series of suggested templates.
1268
    * Look for page templates based upon the path.
1269
    * Look for block templates based upon the region, module, and delta.
1270
- Content system:
1271
    * Made it easier for node access modules to work well with each other.
1272
    * Added configurable content types.
1273
    * Changed node rendering to work with structured arrays.
1274
- Performance:
1275
    * Improved session handling: reduces database overhead.
1276
    * Improved access checking: reduces database overhead.
1277
    * Made it possible to do memcached based session management.
1278
    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
1279
    * Added an 'aggressive' caching policy.
1280
    * Added a CSS aggregator and compressor (up to 40% faster page loads).
1281
- Removed the archive module.
1282
- Upgrade system:
1283
    * Created space for update branches.
1284
- Form API:
1285
    * Made it possible to programmatically submit forms.
1286
    * Improved api for multistep forms.
1287
- Theme system:
1288
    * Split up and removed drupal.css.
1289
    * Added nested lists generation.
1290
    * Added a self-clearing block class.
1291

    
1292
Drupal 4.7.11, 2008-01-10
1293
-------------------------
1294
- fixed a security issue (Cross site request forgery), see SA-2008-005
1295
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1296
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1297

    
1298
Drupal 4.7.10, 2007-12-06
1299
-------------------------
1300
- fixed taxonomy feed bug introduced by SA-2007-031
1301

    
1302
Drupal 4.7.9, 2007-12-05
1303
------------------------
1304
- fixed a security issue (SQL injection), see SA-2007-031
1305

    
1306
Drupal 4.7.8, 2007-10-17
1307
----------------------
1308
- fixed a security issue (HTTP response splitting), see SA-2007-024
1309
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1310
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1311

    
1312
Drupal 4.7.7, 2007-07-26
1313
------------------------
1314
- fixed security issue (XSS), see SA-2007-018
1315

    
1316
Drupal 4.7.6, 2007-01-29
1317
------------------------
1318
- fixed security issue (code execution), see SA-2007-005
1319

    
1320
Drupal 4.7.5, 2007-01-05
1321
------------------------
1322
- Fixed security issue (XSS), see SA-2007-001
1323
- Fixed security issue (DoS), see SA-2007-002
1324

    
1325
Drupal 4.7.4, 2006-10-18
1326
------------------------
1327
- Fixed security issue (XSS), see SA-2006-024
1328
- Fixed security issue (CSRF), see SA-2006-025
1329
- Fixed security issue (Form action attribute injection), see SA-2006-026
1330

    
1331
Drupal 4.7.3, 2006-08-02
1332
------------------------
1333
- Fixed security issue (XSS), see SA-2006-011
1334

    
1335
Drupal 4.7.2, 2006-06-01
1336
------------------------
1337
- Fixed critical upload issue, see SA-2006-007
1338
- Fixed taxonomy XSS issue, see SA-2006-008
1339
- Fixed a variety of small bugs.
1340

    
1341
Drupal 4.7.1, 2006-05-24
1342
------------------------
1343
- Fixed critical SQL issue, see SA-2006-005
1344
- Fixed a serious upgrade related bug.
1345
- Fixed a variety of small bugs.
1346

    
1347
Drupal 4.7.0, 2006-05-01
1348
------------------------
1349
- Added free tagging support.
1350
- Added a site-wide contact form.
1351
- Theme system:
1352
    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
1353
    * Converted the bluemarine theme from XTemplate to PHPTemplate.
1354
    * Converted the pushbutton theme from XTemplate to PHPTemplate.
1355
- Usability:
1356
    * Reworked the 'request new password' functionality.
1357
    * Reworked the node and comment edit forms.
1358
    * Made it easy to add nodes to the navigation menu.
1359
    * Added site 'offline for maintenance' feature.
1360
    * Added support for auto-complete forms (AJAX).
1361
    * Added support for collapsible page sections (JS).
1362
    * Added support for resizable text fields (JS).
1363
    * Improved file upload functionality (AJAX).
1364
    * Reorganized some settings pages.
1365
    * Added friendly database error screens.
1366
    * Improved styling of update.php.
1367
- Refactored the forms API.
1368
    * Made it possible to alter, extend or theme forms.
1369
- Comment system:
1370
    * Added support for "mass comment operations" to ease repetitive tasks.
1371
    * Comment moderation has been removed.
1372
- Node system:
1373
    * Reworked the revision functionality.
1374
    * Removed the bookmarklet code. Third-party modules can now handle
1375
      This.
1376
- Upgrade system:
1377
    * Allows contributed modules to plug into the upgrade system.
1378
- Profiles:
1379
    * Added a block to display author information along with posts.
1380
    * Added support for private profile fields.
1381
- Statistics module:
1382
    * Added the ability to track page generation times.
1383
    * Made it possible to block certain IPs/hostnames.
1384
- Block system:
1385
    * Added support for theme-specific block regions.
1386
- Syndication:
1387
    * Made the aggregator module parse Atom feeds.
1388
    * Made the aggregator generate RSS feeds.
1389
    * Added RSS feed settings.
1390
- XML-RPC:
1391
    * Replaced the XML-RPC library by a better one.
1392
- Performance:
1393
    * Added 'loose caching' option for high-traffic sites.
1394
    * Improved performance of path aliasing.
1395
    * Added the ability to track page generation times.
1396
- Internationalization:
1397
    * Improved Unicode string handling API.
1398
    * Added support for PHP's multibyte string module.
1399
- Added support for PHP5's 'mysqli' extension.
1400
- Search module:
1401
    * Made indexer smarter and more robust.
1402
    * Added advanced search operators (e.g. phrase, node type, ...).
1403
    * Added customizable result ranking.
1404
- PostgreSQL support:
1405
    * Removed dependency on PL/pgSQL procedural language.
1406
- Menu system:
1407
    * Added support for external URLs.
1408
- Queue module:
1409
    * Removed from core.
1410
- HTTP handling:
1411
    * Added support for a tolerant Base URL.
1412
    * Output URIs relative to the root, without a base tag.
1413

    
1414
Drupal 4.6.11, 2007-01-05
1415
-------------------------
1416
- Fixed security issue (XSS), see SA-2007-001
1417
- Fixed security issue (DoS), see SA-2007-002
1418

    
1419
Drupal 4.6.10, 2006-10-18
1420
------------------------
1421
- Fixed security issue (XSS), see SA-2006-024
1422
- Fixed security issue (CSRF), see SA-2006-025
1423
- Fixed security issue (Form action attribute injection), see SA-2006-026
1424

    
1425
Drupal 4.6.9, 2006-08-02
1426
------------------------
1427
- Fixed security issue (XSS), see SA-2006-011
1428

    
1429
Drupal 4.6.8, 2006-06-01
1430
------------------------
1431
- Fixed critical upload issue, see SA-2006-007
1432
- Fixed taxonomy XSS issue, see SA-2006-008
1433

    
1434
Drupal 4.6.7, 2006-05-24
1435
------------------------
1436
- Fixed critical SQL issue, see SA-2006-005
1437

    
1438
Drupal 4.6.6, 2006-03-13
1439
------------------------
1440
- Fixed bugs, including 4 security vulnerabilities.
1441

    
1442
Drupal 4.6.5, 2005-12-12
1443
------------------------
1444
- Fixed bugs: no critical bugs were identified.
1445

    
1446
Drupal 4.6.4, 2005-11-30
1447
------------------------
1448
- Fixed bugs, including 3 security vulnerabilities.
1449

    
1450
Drupal 4.6.3, 2005-08-15
1451
------------------------
1452
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1453

    
1454
Drupal 4.6.2, 2005-06-29
1455
------------------------
1456
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1457

    
1458
Drupal 4.6.1, 2005-06-01
1459
------------------------
1460
- Fixed bugs, including a critical input validation bug.
1461

    
1462
Drupal 4.6.0, 2005-04-15
1463
------------------------
1464
- PHP5 compliance
1465
- Search:
1466
    * Added UTF-8 support to make it work with all languages.
1467
    * Improved search indexing algorithm.
1468
    * Improved search output.
1469
    * Impose a throttle on indexing of large sites.
1470
    * Added search block.
1471
- Syndication:
1472
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
1473
    * Made Drupal generate RSS 2.0 feeds.
1474
    * Made RSS feeds extensible.
1475
    * Added categories to RSS feeds.
1476
    * Added enclosures to RSS feeds.
1477
- Flood control mechanism:
1478
    * Added a mechanism to throttle certain operations.
1479
- Usability:
1480
    * Refactored the block configuration pages.
1481
    * Refactored the statistics pages.
1482
    * Refactored the watchdog pages.
1483
    * Refactored the throttle module configuration.
1484
    * Refactored the access rules page.
1485
    * Refactored the content administration page.
1486
    * Introduced forum configuration pages.
1487
    * Added a 'add child page' link to book pages.
1488
- Contact module:
1489
    * Added a simple contact module that allows users to contact each other using e-mail.
1490
- Multi-site configuration:
1491
    * Made it possible to run multiple sites from a single code base.
1492
- Added an image API: enables better image handling.
1493
- Block system:
1494
    * Extended the block visibility settings.
1495
- Theme system:
1496
    * Added new theme functions.
1497
- Database backend:
1498
    * The PEAR database backend is no longer supported.
1499
- Performance:
1500
    * Improved performance of the forum topics block.
1501
    * Improved performance of the tracker module.
1502
    * Improved performance of the node pages.
1503
- Documentation:
1504
    * Improved and extended PHPDoc/Doxygen comments.
1505

    
1506
Drupal 4.5.8, 2006-03-13
1507
------------------------
1508
- Fixed bugs, including 3 security vulnerabilities.
1509

    
1510
Drupal 4.5.7, 2005-12-12
1511
------------------------
1512
- Fixed bugs: no critical bugs were identified.
1513

    
1514
Drupal 4.5.6, 2005-11-30
1515
------------------------
1516
- Fixed bugs, including 3 security vulnerabilities.
1517

    
1518
Drupal 4.5.5, 2005-08-15
1519
------------------------
1520
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1521

    
1522
Drupal 4.5.4, 2005-06-29
1523
------------------------
1524
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1525

    
1526
Drupal 4.5.3, 2005-06-01
1527
------------------------
1528
- Fixed bugs, including a critical input validation bug.
1529

    
1530
Drupal 4.5.2, 2005-01-15
1531
------------------------
1532
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1533

    
1534
Drupal 4.5.1, 2004-12-01
1535
------------------------
1536
- Fixed bugs: no critical bugs were identified.
1537

    
1538
Drupal 4.5.0, 2004-10-18
1539
------------------------
1540
- Navigation:
1541
    * Made it possible to add, delete, rename and move menu items.
1542
    * Introduced tabs and subtabs for local tasks.
1543
    * Reorganized the navigation menus.
1544
- User management:
1545
    * Added support for multiple roles per user.
1546
    * Made it possible to add custom profile fields.
1547
    * Made it possible to browse user profiles by field.
1548
- Node system:
1549
    * Added support for node-level permissions.
1550
- Comment module:
1551
    * Made it possible to leave contact information without having to register.
1552
- Upload module:
1553
    * Added support for uploading documents (includes images).
1554
- Forum module:
1555
    * Added support for sticky forum topics.
1556
    * Made it possible to track forum topics.
1557
- Syndication:
1558
    * Added support for RSS ping-notifications of http://technorati.com/.
1559
    * Refactored the categorization of syndicated news items.
1560
    * Added an URL alias for 'rss.xml'.
1561
    * Improved date parsing.
1562
- Database backend:
1563
    * Added support for multiple database connections.
1564
    * The PostgreSQL backend does no longer require PEAR.
1565
- Theme system:
1566
    * Changed all GIFs to PNGs.
1567
    * Reorganised the handling of themes, template engines, templates and styles.
1568
    * Unified and extended the available theme settings.
1569
    * Added theme screenshots.
1570
- Blocks:
1571
    * Added 'recent comments' block.
1572
    * Added 'categories' block.
1573
- Blogger API:
1574
    * Added support for auto-discovery of blogger API via RSD.
1575
- Performance:
1576
    * Added support for sending gzip compressed pages.
1577
    * Improved performance of the forum module.
1578
- Accessibility:
1579
    * Improved the accessibility of the archive module's calendar.
1580
    * Improved form handling and error reporting.
1581
    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
1582
- Refactored 403 (forbidden) handling and added support for custom 403 pages.
1583
- Documentation:
1584
    * Added PHPDoc/Doxygen comments.
1585
- Filter system:
1586
    * Added support for using multiple input formats on the site
1587
    * Expanded the embedded PHP-code feature so it can be used everywhere
1588
    * Added support for role-dependent filtering, through input formats
1589
- UI translation:
1590
    * Managing translations is now completely done through the administration interface
1591
    * Added support for importing/exporting gettext .po files
1592

    
1593
Drupal 4.4.3, 2005-06-01
1594
------------------------
1595
- Fixed bugs, including a critical input validation bug.
1596

    
1597
Drupal 4.4.2, 2004-07-04
1598
------------------------
1599
- Fixed bugs: no critical bugs were identified.
1600

    
1601
Drupal 4.4.1, 2004-05-01
1602
------------------------
1603
- Fixed bugs: no critical bugs were identified.
1604

    
1605
Drupal 4.4.0, 2004-04-01
1606
------------------------
1607
- Added support for the MetaWeblog API and MovableType extensions.
1608
- Added a file API: enables better document management.
1609
- Improved the watchdog and search module to log search keys.
1610
- News aggregator:
1611
    * Added support for conditional GET.
1612
    * Added OPML feed subscription list.
1613
    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
1614
- Comment module:
1615
    * Made it possible to disable the "comment viewing controls".
1616
- Performance:
1617
    * Improved module loading when serving cached pages.
1618
    * Made it possible to automatically disable modules when under heavy load.
1619
    * Made it possible to automatically disable blocks when under heavy load.
1620
    * Improved performance and memory footprint of the locale module.
1621
- Theme system:
1622
    * Made all theme functions start with 'theme_'.
1623
    * Made all theme functions return their output.
1624
    * Migrated away from using the BaseTheme class.
1625
    * Added many new theme functions and refactored existing theme functions.
1626
    * Added avatar support to 'Xtemplate'.
1627
    * Replaced theme 'UnConeD' by 'Chameleon'.
1628
    * Replaced theme 'Marvin' by 'Pushbutton'.
1629
- Usability:
1630
    * Added breadcrumb navigation to all pages.
1631
    * Made it possible to add context-sensitive help to all pages.
1632
    * Replaced drop-down menus by radio buttons where appropriate.
1633
    * Removed the 'magic_quotes_gpc = 0' requirement.
1634
    * Added a 'book navigation' block.
1635
- Accessibility:
1636
    * Made themes degrade gracefully in absence of CSS.
1637
    * Grouped form elements using '<fieldset>' and '<legend>' tags.
1638
    * Added '<label>' tags to form elements.
1639
- Refactored 404 (file not found) handling and added support for custom 404 pages.
1640
- Improved the filter system to prevent conflicts between filters:
1641
    * Made it possible to change the order in which filters are applied.
1642
- Documentation:
1643
    * Added PHPDoc/Doxygen comments.
1644

    
1645
Drupal 4.3.2, 2004-01-01
1646
------------------------
1647
- Fixed bugs: no critical bugs were identified.
1648

    
1649
Drupal 4.3.1, 2003-12-01
1650
------------------------
1651
- Fixed bugs: no critical bugs were identified.
1652

    
1653
Drupal 4.3.0, 2003-11-01
1654
------------------------
1655
- Added support for configurable URLs.
1656
- Added support for sortable table columns.
1657
- Database backend:
1658
    * Added support for selective database table prefixing.
1659
- Performance:
1660
    * Optimized many SQL queries for speed by converting left joins to inner joins.
1661
- Comment module:
1662
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
1663
    * Changed the comment module to use the standard pager.
1664
- User module:
1665
    * Added support for multiple sessions per user.
1666
    * Added support for anonymous user sessions.
1667
- Forum module:
1668
    * Improved the forum views and the themability thereof.
1669
- Book module:
1670
    * Improved integration of non-book nodes in the book outline.
1671
- Usability:
1672
    * Added support for "mass node operations" to ease repetitive tasks.
1673
    * Added support for breadcrumb navigation to several modules' user pages.
1674
    * Integrated the administration pages with the normal user pages.
1675

    
1676
Drupal 4.2.0, 2003-08-01
1677
------------------------
1678
- Added support for clean URLs.
1679
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
1680
- Rewrote the RSS/RDF parser:
1681
    * It will now use PHP's built-in XML parser to parse news feeds.
1682
- Rewrote the administration pages:
1683
    * Improved the navigational elements and added breadcrumb navigation.
1684
    * Improved the look and feel.
1685
    * Added context-sensitive help.
1686
- Database backend:
1687
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
1688
    * Added MSSQL database scheme.
1689
- Search module:
1690
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
1691
- Node system:
1692
    * Replaced the "post content" permission by more fine-grained permissions.
1693
    * Improved content submission:
1694
        + 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.
1695
        + Added the ability to preview both the short and the full version of your posts.
1696
    * Extended the node API which allows for better integration.
1697
    * Added default node settings to control the behavior for promotion, moderation and other options.
1698
- Themes:
1699
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
1700
- Removed the 'register_globals = on' requirement.
1701
- Added better installation instructions.
1702

    
1703
Drupal 4.1.0, 2003-02-01
1704
------------------------
1705
- Collaboratively revised and expanded the Drupal documentation.
1706
- Rewrote comment.module:
1707
    * Reintroduced comment rating/moderation.
1708
    * Added support for comment paging.
1709
    * Performance improvements: improved comment caching, faster SQL queries, etc.
1710
- Rewrote block.module:
1711
    * Performance improvements: blocks are no longer rendered when not displayed.
1712
- Rewrote forum.module:
1713
    * 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.
1714
- Rewrote statistics.module:
1715
    * Collects access counts for each node, referrer logs, number of users/guests.
1716
    * 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.
1717
- Added throttle.module:
1718
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
1719
- Added profile.module:
1720
    * Enables to extend the user and registration page.
1721
- Added pager support to the main page.
1722
- Replaced weblogs.module by ping.module:
1723
    * Added support for normal and RSS notifications of http://blo.gs/.
1724
    * Added support for RSS ping-notifications of http://weblogs.com/.
1725
- Removed the rating module
1726
- Themes:
1727
    * Removed a significant portion of hard-coded mark-up.
1728

    
1729
Drupal 4.0.0, 2002-06-15
1730
------------------------
1731
- Added tracker.module:
1732
    * Replaces the previous "your [site]" links (recent comments and nodes).
1733
- Added weblogs.module:
1734
    * This will ping weblogs.com when new content is promoted.
1735
- Added taxonomy module which replaces the meta module.
1736
    * Supports relations, hierarchies and synonyms.
1737
- Added a caching system:
1738
    * Speeds up pages for anonymous users and reduces system load.
1739
- Added support for external SMTP libraries.
1740
- Added an archive extension to the calendar.
1741
- Added support for the Blogger API.
1742
- Themes:
1743
    * Cleaned up the theme system.
1744
    * Moved themes that are not maintained to contributions CVS repository.
1745
- Database backend:
1746
    * Changed to PEAR database abstraction layer.
1747
    * Using ANSI SQL queries to be more portable.
1748
- Rewrote the user system:
1749
    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
1750
    * Added support for modules to add more user data.
1751
    * Users may delete their own account.
1752
    * Added who's new and who's online blocks.
1753
- Changed block system:
1754
    * Various hard coded blocks are now dynamic.
1755
    * Blocks can now be enabled and/or be set by the user.
1756
    * Blocks can be set to only show up on some pages.
1757
    * Merged box module with block module.
1758
- Node system:
1759
    * Blogs can be updated.
1760
    * Teasers (abstracts) on all node types.
1761
    * Improved error checking.
1762
    * Content versioning support.
1763
    * Usability improvements.
1764
- Improved book module to support text, HTML and PHP pages.
1765
- Improved comment module to mark new comments.
1766
- Added a general outliner which will let any node type be linked to a book.
1767
- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
1768
- Search module:
1769
    * Improved the search system by making it context sensitive.
1770
    * Added indexing.
1771
- Various updates:
1772
    * Changed output to valid XHTML.
1773
    * Improved multiple sites using the same Drupal database support.
1774
    * Added support for session IDs in URLs instead of cookies.
1775
    * Made the type of content on the front page configurable.
1776
    * Made each cloud site have its own settings.
1777
    * Modules and themes can now be enabled/disabled using the administration pages.
1778
    * Added URL abstraction for links.
1779
    * Usability changes (renamed links, better UI, etc).
1780
- Collaboratively revised and expanded the Drupal documentation.
1781

    
1782
Drupal 3.0.1, 2001-10-15
1783
------------------------
1784
- Various updates:
1785
    * Added missing translations
1786
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
1787

    
1788
Drupal 3.0.0, 2001-09-15
1789
------------------------
1790
- Major overhaul of the entire underlying design:
1791
    * 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.
1792
- Rewrote submission/moderation queue and renamed it to queue.module.
1793
- Removed FAQ and documentation module and merged them into a "book module".
1794
- Removed ban module and integrated it into account.module as "access control":
1795
    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
1796
- Rewrote watchdog and submission throttle:
1797
    * Improved watchdog messages and added watchdog filter.
1798
- Rewrote headline code and renamed it to import.module and export.module:
1799
    * Added various improvements, including a better parser, bundles and better control over individual feeds.
1800
- Rewrote section code and renamed it to meta.module:
1801
    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
1802
- Rewrote configuration file resolving:
1803
    * 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.
1804
- Added caching support which makes Drupal extremely scalable.
1805
- Added access.module:
1806
    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
1807
- Added blog.module.
1808
- Added poll.module.
1809
- Added system.module:
1810
    * Moved most of the configuration options from hostname.conf to the new administration section.
1811
    * Added support for custom "filters".
1812
- Added statistics.module
1813
- Added moderate.module:
1814
    * Allows to assign users editorial/moderator rights to certain nodes or topics.
1815
- Added page.module:
1816
    * Allows creation of static (and dynamic) pages through the administration interface.
1817
- Added help.module:
1818
    * Groups all available module documentation on a single page.
1819
- Added forum.module:
1820
    * Added an integrated forum.
1821
- Added cvs.module and cvs-to-sql.pl:
1822
    * Allows to display and mail CVS log messages as daily digests.
1823
- Added book.module:
1824
    * Allows collaborative handbook writing: primary used for Drupal documentation.
1825
- Removed cron.module and integrated it into conf.module.
1826
- Removed module.module as it was no longer needed.
1827
- Various updates:
1828
    * Added "auto-post new submissions" feature versus "moderate new submissions".
1829
    * Introduced links/Drupal tags: [[link]]
1830
    * Added preview functionality when submitting new content (such as a story) from the administration pages.
1831
    * Made the administration section only show those links a user has access to.
1832
    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
1833
    * Improved scheduler:
1834
        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
1835
    * Improved account module:
1836
        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
1837
    * Improved locale module:
1838
        + Added new overview to easy the translation process.
1839
    * Improved comment module:
1840
        + Made it possible to permanently delete comments.
1841
    * Improved rating module
1842
    * Improved story module:
1843
        + Added preview functionality for administrators.
1844
        + Made it possible to permanently delete stories.
1845
    * Improved themes:
1846
        + W3C validation on a best effort basis.
1847
        + Removed $theme->control() from themes.
1848
        + Added theme "goofy".
1849
- Collaboratively revised and expanded the Drupal documentation.
1850

    
1851
Drupal 2.0.0, 2001-03-15
1852
------------------------
1853
- Rewrote the comment/discussion code:
1854
    * Comment navigation should be less confusing now.
1855
    * Additional/alternative display and order methods have been added.
1856
    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
1857
- Added sections and section manager:
1858
    * Story sections can be maintained from the administration pages.
1859
    * 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.
1860
- Multiple vhosts + multiple directories:
1861
    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
1862
- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
1863
    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
1864
- Added "search infrastructure":
1865
    * Improved search page and integrated search functionality in the administration pages.
1866
- Added translation / localization / internationalization support:
1867
    * 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.
1868
- Added fine-grained user permission (or group) system:
1869
    * 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.
1870
- Added FAQ module
1871
- Changed the "open submission queue" into a (optional) module.
1872
- Various updates:
1873
    * Improved account module:
1874
        + User accounts can be deleted.
1875
        + Added fine-grained permission support.
1876
    * Improved block module
1877
    * Improved diary module:
1878
        + Diary entries can be deleted
1879
    * Improved headline module:
1880
        + Improved parser to support more "generic" RDF/RSS/XML backend.
1881
    * Improved module module
1882
    * Improved watchdog module
1883
    * Improved database abstraction layer
1884
    * Improved themes:
1885
        + W3C validation on a best effort basis
1886
        + Added theme "example" (alias "Stone Age")
1887
    * Added new scripts to directory "scripts"
1888
    * Added directory "misc"
1889
    * Added CREDITS file
1890
- Revised documentation
1891

    
1892
Drupal 1.0.0, 2001-01-15
1893
------------------------
1894
- Initial release