Projet

Général

Profil

Paste
Télécharger (94,9 ko) Statistiques
| Branche: | Révision:

root / drupal7 / CHANGELOG.txt @ 76df55b7

1

    
2
Drupal 7.36, 2015-04-01
3
-----------------------
4
- Added a 'file_public_schema' variable which allows modules that define
5
  publicly-accessible streams in hook_stream_wrappers() to bypass file download
6
  access checks when processing managed file upload fields.
7
- Fixed a bug that caused database query tags not to be added to search-related
8
  database queries under many circumstances, and which prevented the
9
  corresponding hook_query_TAG_alter() implementations from being called.
10
- Fixed the "for" attribute on managed file upload field labels to improve
11
  accessibility (minor markup change).
12
- Added a 'javascript_always_use_jquery' variable which can be set to FALSE by
13
  sites that may not need jQuery loaded on all pages, and a 'requires_jquery'
14
  option to drupal_add_js() which modules can set to FALSE when adding
15
  JavaScript files that have no dependency on jQuery (API addition:
16
  https://www.drupal.org/node/2462717).
17
- Fixed incorrect foreign keys in the User module's role_permission and
18
  users_roles database tables.
19
- Changed permission descriptions throughout Drupal core to consistently link
20
  to relevant administrative pages, regardless of whether the user viewing the
21
  Permissions page can view the page being linked to (minor UI change).
22
- Fixed the drupal_add_region_content() function so that it actually adds
23
  content to the page.
24
- Added an 'image_suppress_itok_output' variable to allow sites already using
25
  the existing 'image_allow_insecure_derivatives' variable to also prevent
26
  security tokens from appearing in image derivative URLs.
27
- Fixed double-escaping of theme names in the Block module administrative
28
  interface (minor string change).
29
- Added basic support for Xdebug when running automated tests.
30
- Fixed a bug which caused previewing a node to remove elements from the node
31
  being edited. With this fix, calling node_preview() will no longer modify the
32
  passed-in node object (minor API change).
33
- Added a user_has_role() function to check whether a user has a particular
34
  role (API addition: https://www.drupal.org/node/2462411).
35
- Fixed installation failures when an opcode cache is enabled.
36
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private
37
  files to be inaccessible.
38
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user
39
  pictures to be lost.
40
- Fixed missing language code in hook_field_attach_view_alter() when it is
41
  invoked from field_view_field().
42
- Stopped sending ETag and Last-Modified headers for uncached page requests,
43
  since they break caching for certain Varnish and Nginx configurations.
44
- Changed the Simpletest module to allow PSR-4 test classes to be used in
45
  Drupal 7.
46
- Fixed a fatal error that occurred when using the Comment module's "Unpublish
47
  comment containing keyword(s)" action.
48
- Changed the "lang" attribute on language links to "xml:lang" so it validates
49
  as XHTML (minor markup change).
50
- Prevented the form API from allowing arrays to be submitted for various form
51
  elements, such as textfields, textareas, and password fields (API change:
52
  https://www.drupal.org/node/2462723).
53
- Fixed a bug in the Contact module which caused the global user object to have
54
  the incorrect name and e-mail address during the remainder of the page
55
  request after the contact form is submitted.
56
- Numerous small bug fixes.
57
- Numerous API documentation improvements.
58
- Additional automated test coverage.
59

    
60
Drupal 7.35, 2015-03-18
61
----------------------
62
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
63

    
64
Drupal 7.34, 2014-11-19
65
----------------------
66
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
67

    
68
Drupal 7.33, 2014-11-07
69
-----------------------
70
- Began storing the file modification time of each module and theme in the
71
  {system} database table so that contributed modules can use it to identify
72
  recently changed modules and themes (minor data structure change to the
73
  return value of system_get_info() and other related functions).
74
- Added a "Did you mean?" feature to the run-tests.sh script for running
75
  automated tests from the command line, to help developers who are attempting
76
  to run a particular test class or group.
77
- Changed the date format used in various HTTP headers output by Drupal core
78
  from RFC 1123 format to RFC 7231 format.
79
- Added a "block_cache_bypass_node_grants" variable to allow sites which have
80
  node access modules enabled to use the block cache if desired (API addition).
81
- Made image derivative generation HTTP requests return a 404 error (rather
82
  than a 500 error) when the source image does not exist.
83
- Fixed a bug which caused user pictures to be removed from the user object
84
  after saving, and resulted in data loss if the user account was subsequently
85
  re-saved.
86
- Fixed a bug in which field_has_data() did not return TRUE for fields that
87
  only had data in older entity revisions, leading to loss of the field's data
88
  when the field configuration was edited.
89
- Fixed a bug which caused the Ajax progress throbber to appear misaligned in
90
  many situatons (minor styling change).
91
- Prevented the Bartik theme from lower-casing the "Permalink" link on
92
  comments, for improved multilingual support (minor UI change).
93
- Added a "preferred_menu_links" tag to the database query that is used by
94
  menu_link_get_preferred() to find the preferred menu link for a given path,
95
  to make it easier to alter.
96
- Increased the maximum allowed length of block titles to 255 characters
97
  (database schema change to the {block} table).
98
- Removed the Field module's field_modules_uninstalled() function, since it did
99
  not do anything when it was invoked.
100
- Added a "theme_hook_original" variable to templates and theme functions and
101
  an optional sitewide theme debug mode, to provide contextual information in
102
  the page's HTML to theme developers. The theme debug mode is based on the one
103
  used with Twig in Drupal 8 and can be accessed by setting the "theme_debug"
104
  variable to TRUE (API addition).
105
- Added an entity_view_mode_prepare() API function to allow entity-defining
106
  modules to properly invoke hook_entity_view_mode_alter(), and used it
107
  throughout Drupal core to fix bugs with the invocation of that hook (API
108
  change: https://www.drupal.org/node/2369141).
109
- Security improvement: Made the database API's orderBy() method sanitize the
110
  sort direction ("ASC" or "DESC") for queries built with db_select(), so that
111
  calling code does not have to.
112
- Changed the RDF module to consistently output RDF metadata for nodes and
113
  comments near where the node is rendered in the HTML (minor markup and data
114
  structure change).
115
- Added an HTML class to RDFa metatags throughout Drupal to prevent them from
116
  accidentally affecting the site appearance (minor markup change).
117
- Fixed a bug in the Unicode requirements check which prevented installing
118
  Drupal on PHP 5.6.
119
- Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap
120
  when called early in the page request.
121
- Renamed the "Search result" view mode to "Search result highlighting input"
122
  to better reflect how it is used (UI change).
123
- Improved database queries generated by EntityFieldQuery in the case where
124
  delta or language condition groups are used, to reduce the number of INNER
125
  JOINs (this is a minor data structure change affecting code which implements
126
  hook_query_alter() on these queries).
127
- Removed special-case behavior for file uploads which allowed user #1 to
128
  bypass maximum file size and user quota limits.
129
- Numerous small bug fixes.
130
- Numerous API documentation improvements.
131
- Additional automated test coverage.
132

    
133
Drupal 7.32, 2014-10-15
134
----------------------
135
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
136

    
137
Drupal 7.31, 2014-08-06
138
----------------------
139
- Fixed security issues (denial of service). See SA-CORE-2014-004.
140

    
141
Drupal 7.30, 2014-07-24
142
-----------------------
143
- Fixed a regression introduced in Drupal 7.29 that caused files or images
144
  attached to taxonomy terms to be deleted when the taxonomy term was edited
145
  and resaved (and other related bugs with contributed and custom modules).
146
- Added a warning on the permissions page to recommend restricting access to
147
  the "View site reports" permission to trusted administrators. See
148
  DRUPAL-PSA-2014-002.
149
- Numerous API documentation improvements.
150
- Additional automated test coverage.
151

    
152
Drupal 7.29, 2014-07-16
153
----------------------
154
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
155

    
156
Drupal 7.28, 2014-05-08
157
-----------------------
158
- Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break
159
  on older browsers (such as Internet Explorer 8 and earlier) when Ajax was
160
  used.
161
- Increased the timeout used by the Update Manager module when it fetches data
162
  from drupal.org (from 5 seconds to 30 seconds), to work around a problem
163
  which causes incomplete information about security updates to be presented to
164
  site administrators. This fix may lead to a performance slowdown on the
165
  Update Manager administration pages, when installing Drupal distributions,
166
  and (for sites that use the automated cron feature) on occasional page loads
167
  by site visitors.
168
- Fixed the behavior of the token system's "[node:summary]" token when the body
169
  field does not have a manual summary.
170
- Changed the behavior of db_query_temporary() so that it works on SELECT
171
  queries even when they have leading comments/whitespace. A side effect of
172
  this fix is that db_query_temporary() will now fail with an error if it is
173
  ever used on non-SELECT queries.
174
- Added a "node_admin_filter" tag to the database query used to build the list
175
  of nodes on the content administration page, to make it easier to alter.
176
- Made the cron queue system log any exceptions that are thrown while an item
177
  in the queue is being processed, rather than stopping the entire PHP request.
178
- Improved screen reader support by adding an aria-live HTML attribute to file
179
  upload fields when there is an error uploading the file (minor markup
180
  change).
181
- Made the pager on the Tracker module listing pages show the same number of
182
  items as other pagers throughout Drupal core (minor UI change).
183
- Fixed a bug which caused caches not to be properly cleared when a file entity
184
  was saved or deleted.
185
- Added several missing countries to the default list returned by
186
  country_get_list() (string change).
187
- Replaced the term "weight" with "influence" in the content ranking settings
188
  for search, and added help text for administrators (string change).
189
- Fixed untranslatable text strings in the administrative interface for the
190
  "Crop" effect provided by the Image module (minor string change).
191
- Fixed a bug in the Taxonomy module update function introduced in Drupal 7.26
192
  that caused memory and CPU problems on sites with very large numbers of
193
  unpublished nodes.
194
- Numerous small bug fixes.
195
- Numerous API documentation improvements.
196
- Additional automated test coverage.
197

    
198
Drupal 7.27, 2014-04-16
199
----------------------
200
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
201

    
202
Drupal 7.26, 2014-01-15
203
----------------------
204
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
205

    
206
Drupal 7.25, 2014-01-02
207
-----------------------
208
- Fixed a bug in node_save() which prevented the saved node from being updated
209
  in hook_node_insert() and other similar hooks.
210
- Added a meta tag to install.php to prevent it from being indexed by search
211
  engines even when Drupal is installed in a subfolder (minor markup change).
212
- Fixed a bug in the database API that caused frequent deadlock errors when
213
  running merge queries on some servers.
214
- Performance improvement: Prevented block rehashing from writing blocks to the
215
  database on every cache clear and cron run when the blocks have not changed.
216
  This fix results in an extra 'saved' key which is added and set to TRUE for
217
  each block returned by _block_rehash() that actually is saved to the database
218
  (data structure change).
219
- Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
220
  queues to avoid being automatically processed on cron runs (API addition).
221
- Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
222
  invoked if the block delta had a hyphen in it. To implement the hook when the
223
  block delta has a hyphen, modules should now replace hyphens with underscores
224
  when constructing the function name for the hook implementation.
225
- Fixed a bug which caused cached pages to sometimes be sent to the browser
226
  with incorrect compression. The fix adds a new 'page_compressed' key to the
227
  $cache->data array returned by drupal_page_get_cache() (minor data structure
228
  change).
229
- Fixed broken tests on PHP 5.5.
230
- Made the File and Image modules more robust when saving entities that have
231
  deleted files attached. The code in file_field_presave() will now remove the
232
  record of the deleted file from the entity before saving (minor data
233
  structure change).
234
- Standardized menu callback functions throughout Drupal core to return
235
  MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
236
  not found" or "access denied" pages (minor API change in the return value of
237
  these functions under some circumstances).
238
- Fixed a bug in which caches were not properly cleared when a node was deleted
239
  via the administrative interface.
240
- Changed the Bartik theme to render content contained in <pre>, <code> and
241
  similar tags in a larger font size, so it is easier to read.
242
- Fixed a bug in the Search module that caused exceptions to be thrown during
243
  searches if the server was not configured to represent decimal points as a
244
  period.
245
- Fixed a regression in the Image module that made image_style_url() not work
246
  when a relative path (rather than a complete file URI) was passed to it.
247
- Added an optional feature to the Statistics module to allow node views to be
248
  tracked by Ajax requests rather than during the server-side generation of the
249
  page. This allows the node counter to work on sites that use external page
250
  caches (string change and new administrative option:
251
  https://drupal.org/node/2164069).
252
- Added a link to the drupal.org documentation page for cron to the Cron
253
  settings page (string change).
254
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
255
  object returned by drupal_anonymous_user() to be overridden with a classed
256
  object (API addition).
257
- Changed the database API to allow inserts based on a SELECT * query to work
258
  correctly.
259
- Changed the database schema of the {file_managed} table to allow Drupal to
260
  manage files larger than 4 GB.
261
- Changed the File module's hook_field_load() implementation to prevent file
262
  entity properties which have the same name as file or image field properties
263
  from overwriting the field properties (minor API change).
264
- Numerous small bug fixes.
265
- Numerous API documentation improvements.
266
- Additional automated test coverage.
267

    
268
Drupal 7.24, 2013-11-20
269
----------------------
270
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
271

    
272
Drupal 7.23, 2013-08-07
273
-----------------------
274
- Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module
275
  from Drupal 6 to Drupal 7.
276
- Fixed the default ordering of CSS files for sites using right-to-left
277
  languages, to consistently place the right-to-left override file immediately
278
  after the CSS it is overriding (API change: https://drupal.org/node/2058463).
279
- Added a drupal_check_memory_limit() API function to allow the memory limit to
280
  be checked consistently (API addition).
281
- Changed the default web.config file for IIS servers to allow favicon.ico
282
  files which are present in the filesystem to be accessed.
283
- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
284
  functions.
285
- Performance improvement: Allowed all hooks to be included in the
286
  module_implements() cache, even those that are only invoked on HTTP POST
287
  requests.
288
- Made the database system replace truncate queries with delete queries when
289
  inside a transaction, to fix issues with PostgreSQL and other databases.
290
- Fixed a bug which caused nested contextual links to display improperly.
291
- Fixed a bug which prevented cached image derivatives from being flushed for
292
  private files and other non-default file schemes.
293
- Fixed drupal_render() to always return an empty string when there is no
294
  output, rather than sometimes returning NULL (minor API change).
295
- Added protection to cache_clear_all() to ensure that non-cache tables cannot
296
  be truncated (API addition: a new isValidBin() method has been added to the
297
  default database cache implementation).
298
- Changed the default .htaccess file to support HTTP authorization in CGI
299
  environments.
300
- Changed the password reset form to pre-fill the username when requested via a
301
  URL query parameter, and used this in the error message that appears after a
302
  failed login attempt (minor data structure and behavior change).
303
- Fixed broken support for foreign keys in the field API.
304
- Fixed "No active batch" error when a user cancels their own account.
305
- Added a description to the "access content overview" permission on the
306
  permissions page (string change).
307
- Added a drupal_array_diff_assoc_recursive() function to allow associative
308
  arrays to be compared recursively (API addition).
309
- Added human-readable labels to image styles, in addition to the existing
310
  machine-readable name (API change: https://drupal.org/node/2058503).
311
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
312
  additional places in the code, for added security in the case where there is
313
  no hash salt in settings.php.
314
- Fixed a regression in Drupal 7.22 that caused internal server errors for
315
  sites running on very old Apache 1.x web servers.
316
- Numerous small bug fixes.
317
- Numerous API documentation improvements.
318
- Additional automated test coverage.
319

    
320
Drupal 7.22, 2013-04-03
321
-----------------------
322
- Allowed the drupal_http_request() function to be overridden so that
323
  additional HTTP request capabilities can be added by contributed modules.
324
- Changed the Simpletest module to allow PSR-0 test classes to be used in
325
  Drupal 7.
326
- Removed an unnecessary "Content-Disposition" header from private file
327
  downloads; it prevented many private files from being viewed inline in a web
328
  browser.
329
- Changed various field API functions to allow them to optionally act on a
330
  single field within an entity (API addition: http://drupal.org/node/1825844).
331
- Fixed a bug which prevented Drupal's file transfer functionality from working
332
  on some PHP 5.4 systems.
333
- Fixed incorrect log message when theme() is called for a theme hook that does
334
  not exist (minor string change).
335
- Fixed Drupal's token-replacement system to allow spaces in the token value.
336
- Changed the default behavior after a user creates a node they do not have
337
  access to view. The user will now be redirected to the front page rather than
338
  an access denied page.
339
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
340
  (Minor behavior change: Callers of drupal_add_http_header() must now set
341
  FALSE explicitly to prevent a header from being sent at all; this was already
342
  indicated in the function's documentation.)
343
- Fixed OpenID errors when more than one module implements hook_openid(). The
344
  behavior is now changed so that if more than one module tries to set the same
345
  parameter, the last module's change takes effect.
346
- Fixed a serious documentation bug: The $name variable in the
347
  taxonomy-term.tpl.php theme template was incorrectly documented as being
348
  sanitized when in fact it is not.
349
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
350
  duplicate permission names in the User module's database tables.
351
- Added an empty "datatype" attribute to taxonomy term and username links to
352
  make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
353
- Fixed a bug which caused the denial-of-service protection added in Drupal
354
  7.20 to break certain valid image URLs that had an extra slash in them.
355
- Fixed a bug with update queries in the SQLite database driver that prevented
356
  Drupal from being installed with SQLite on PHP 5.4.
357
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
358
  certain non-MySQL databases.
359
- Refactored the Field module's caching behavior to obtain large improvements
360
  in memory usage for sites with many fields and instances (API addition:
361
  http://drupal.org/node/1915646).
362
- Fixed entity argument not being passed to implementations of
363
  hook_file_download_access_alter(). The fix adds an additional context
364
  parameter that can be passed when calling drupal_alter() for any hook (API
365
  change: http://drupal.org/node/1882722).
366
- Fixed broken support for translatable comment fields (API change:
367
  http://drupal.org/node/1874724).
368
- Added an assertThemeOutput() method to Simpletest to allow tests to check
369
  that themed output matches an expected HTML string (API addition).
370
- Added a link to "Install another module" after a module has been successfully
371
  downloaded via the Update Manager (UI change).
372
- Added an optional "exclusive" flag to installation profile .info files which
373
  allows Drupal distributions to force a profile to be selected during
374
  installation (API addition: http://drupal.org/node/1961012).
375
- Fixed a bug which caused the database API to not properly close database
376
  connections.
377
- Added a link to the URL for running cron from outside the site to the Cron
378
  settings page (UI change).
379
- Fixed a bug which prevented image styles from being reverted on PHP 5.4.
380
- Made the default .htaccess rules protocol sensitive to improve security for
381
  sites which use HTTPS and redirect between "www" and non-"www" versions of
382
  the page.
383
- Numerous small bug fixes.
384
- Numerous API documentation improvements.
385
- Additional automated test coverage.
386

    
387
Drupal 7.21, 2013-03-06
388
-----------------------
389
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
390
  have partial protection from the security issues fixed in Drupal 7.20.
391

    
392
Drupal 7.20, 2013-02-20
393
-----------------------
394
- Fixed security issues (denial of service). See SA-CORE-2013-002.
395

    
396
Drupal 7.19, 2013-01-16
397
-----------------------
398
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
399

    
400
Drupal 7.18, 2012-12-19
401
-----------------------
402
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
403

    
404
Drupal 7.17, 2012-11-07
405
-----------------------
406
- Changed the default value of the '404_fast_html' variable to have a DOCTYPE
407
  declaration.
408
- Made it possible to use associative arrays for the 'items' variable in
409
  theme_item_list().
410
- Fixed a bug which prevented required form elements without a title from being
411
  given an "error" class when the form fails validation.
412
- Prevented duplicate HTML IDs from appearing when two forms are displayed on
413
  the same page and one of them is submitted with invalid data (minor markup
414
  change).
415
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
416
  stale data in the Upload module's database tables.
417
- Fixed a bug in the States API which prevented certain types of form elements
418
  from being disabled when requested.
419
- Allowed aggregator feed items with author names longer than 255 characters to
420
  have a truncated version saved to the database (rather than causing a fatal
421
  error).
422
- Allowed aggregator feed items to have URLs longer than 255 characters
423
  (schema change which results in several columns in the Aggregator module's
424
  database tables changing from VARCHAR to TEXT fields).
425
- Added hook_taxonomy_term_view() and standardized the process for rendering
426
  taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
427
  with other entities (API change: http://drupal.org/node/1808870).
428
- Added hook_entity_view_mode_alter() to allow modules to change entity view
429
  modes on display (API addition: http://drupal.org/node/1833086).
430
- Fixed a bug which made database queries running a "LIKE" query on blob fields
431
  fail on PostgreSQL databases. This caused errors during the Drupal 6 to
432
  Drupal 7 upgrade.
433
- Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
434
  components from being accidentally passed to the page callback function (data
435
  structure change).
436
- Removed a non-standard "name" attribute from Drupal's default Content-Type
437
  header for file downloads.
438
- Fixed the theme settings form to properly clean up submitted values in
439
  $form_state['values'] when the form is submitted (data structure change).
440
- Fixed an inconsistency by removing the colon from the end of the label on
441
  multi-valued form fields (minor string change).
442
- Added support for 'weight' in hook_field_widget_info() to allow modules to
443
  control the order in which widgets are displayed in the Field UI.
444
- Updated various tables in the OpenID and Book modules to use the default
445
  "empty table" text pattern (string change).
446
- Added proxy server support to drupal_http_request().
447
- Added "lang" attributes to language links, to better support screen readers.
448
- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the
449
  Seven theme (markup change).
450
- Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
451
  double-escaped. The fix replaces the taxonomy vocabulary overview page and
452
  "Edit shortcuts" menu items' title callback entries in hook_menu() with new
453
  functions that do not escape HTML characters (data structure change).
454
- Modified the Update manager module to allow drupal.org to collect usage
455
  statistics for individual modules and themes, rather than only for entire
456
  projects.
457
- Modified the node listing database query on Drupal's default front page to
458
  add table aliases for better query altering (this is a data structure change
459
  affecting code which implements hook_query_alter() on this query).
460
- Improved the translatability of the "Field type(s) in use" message on the
461
  modules page (admin-facing string change).
462
- Fixed a regression which caused a "call to undefined function
463
  drupal_find_base_themes()" fatal error under rare circumstances.
464
- Numerous API documentation improvements.
465
- Additional automated test coverage.
466

    
467
Drupal 7.16, 2012-10-17
468
-----------------------
469
- Fixed security issues (Arbitrary PHP code execution and information
470
  disclosure). See SA-CORE-2012-003.
471

    
472
Drupal 7.15, 2012-08-01
473
-----------------------
474
- Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
475
  expiration for user password reset links to be adjusted (API addition).
476
- Fixed database errors due to ambiguous column names that occurred when
477
  EntityFieldQuery was used in certain situations.
478
- Changed the drupal_array_get_nested_value() function to return a reference
479
  (API addition).
480
- Changed the System module's hook_block_info() implementation to assign the
481
  "Main page content" and "System help" blocks to appropriate regions by
482
  default and prevent error messages on the block administration page (data
483
  structure change).
484
- Fixed regression: Non-node entities couldn't be accessed with
485
  EntityFieldQuery.
486
- Fixed regression: Optional radio buttons with an empty, non-NULL default
487
  value led to an illegal choice error when none were selected.
488
- Reorganized the testing framework to split setUp() into specific sub-methods
489
  and fix several regressions in the process.
490
- Fixed bug which made it impossible to search for strings that have not been
491
  translated into a particular language.
492
- Renamed the "Field" column on the Manage Fields screen to "Field type", since
493
  the former was confusing and inaccurate (UI change).
494
- Performance improvement: Removed needless call to system_rebuild_module_data()
495
  in field_sync_field_status(), greatly speeding up bulk module enable/disable.
496
- Fixed bug which prevented notifications from being sent when core, module, and
497
  theme updates are available.
498
- Fixed bug which prevented sub-themes from inheriting the default values of
499
  theme settings defined by the base theme.
500
- Fixed bug which prevented the jQuery UI Datepicker from being localized.
501
- Made Ajax alert dialogs respect error reporting settings.
502
- Fixed bug which prevented image styles from being deleted on PHP 5.4.
503
- Fixed bug: Language detection by domain only worked on port 80.
504
- Fixed regression: The first plural index on a page was not calculated
505
  correctly.
506
- Introduced generic entity language support. Entities may now declare their
507
  language property in hook_entity_info(), and modules working with entities
508
  may access the language using entity_language() (API change:
509
  http://drupal.org/node/1626346).
510
- Added EntityFieldQuery support for taxonomy bundles.
511
- Fixed issue where field form structure was incomplete if field_access()
512
  returned FALSE. Instead of being incomplete, the form structure now has
513
  #access set to FALSE and field form validation is skipped (data structure
514
  change: http://drupal.org/node/1663020).
515
- Fixed data loss issue due to field_has_data() returning inconsistent results.
516
  The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field
517
  queries which field storage engines can respond to (API addition:
518
  http://drupal.org/node/1597378).
519
- Fixed notice: Undefined index: default_image in image_field_prepare_view()
520
- Numerous API documentation improvements.
521
- Additional automated test coverage.
522

    
523
Drupal 7.14 2012-05-02
524
----------------------
525
- Fixed "integrity constraint" fatal errors when rebuilding registry.
526
- Fixed custom logo and favicon functionality referencing incorrect paths.
527
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
528
- Split field_bundle_settings out per bundle.
529
- Improve UX for machine names for fields (UI change).
530
- Fixed User pictures are not removed properly.
531
- Fixed HTTPS sessions not working in all cases.
532
- Fixed Regression: Required radios throw illegal choice error when none
533
  selected.
534
- Fixed allow autocompletion requests to include slashes.
535
- Eliminate $user->cache and {session}.cache in favor of
536
  $_SESSION['cache_expiration'][$bin] (Performance).
537
- Fixed focus jumps to tab when pressing enter on a form element within tab.
538
- Fixed race condition in locale() - duplicates in {locales_source}.
539
- Fixed Missing "Default image" per field instance.
540
- Quit clobbering people's work when they click the filter tips link
541
- Form API #states: Fix conditionals to allow OR and XOR constructions.
542
- Fixed Focus jumps to tab when pressing enter on a form element within tab.
543
  (Accessibility)
544
- Improved performance of node_access queries.
545
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
546
- Reduce size of cache_menu table (Performance).
547
- Fixed unnecessary aggregation of CSS/JS (Performance).
548
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
549
- Fixed HTML filter is not run first by default, despite default weight.
550
- Fixed Overlay does not work with prefixed URL paths.
551
- Better debug info for field errors (string change).
552
- Fixed Data corruption in comment IDs (results in broken threading on
553
  PostgreSQL).
554
- Fixed machine name not editable if every character is replaced.
555
- Fixed user picture not appearing in comment preview (Markup change).
556
- Added optional vid argument for taxonomy_get_term_by_name().
557
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
558
  with PCRE 8.30.
559
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
560
- Numerous fixes to run-tests.sh.
561
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
562
  different profile for running tests.
563
- Numerous JavaScript performance fixes.
564
- Numerous documentation fixes.
565
- Fixed All pager links have an 'active' CSS class.
566
- Numerous upgrade path fixes; notably:
567
  - system_update_7061() fails on inserting files with same name but different
568
    case.
569
  - system_update_7061() converts filepaths too aggressively.
570
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
571

    
572
Drupal 7.13 2012-05-02
573
----------------------
574
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
575

    
576
Drupal 7.12, 2012-02-01
577
----------------------
578
- Fixed bug preventing custom menus from receiving an active trail.
579
- Fixed hook_field_delete() no longer invoked during field_purge_data().
580
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
581
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
582
  open_basedir().
583
- Fixed Nested transactions throw exceptions when they got out of scope.
584
- Fixed bugs with the Return-Path when sending mail on both Windows and
585
  non-Windows systems.
586
- Fixed bug with DrupalCacheArray property visibility preventing others from
587
  extending it (API change: http://drupal.org/node/1422264).
588
- Fixed bug with handling of non-ASCII characters in file names (API change:
589
  http://drupal.org/node/1424840).
590
- Reconciled field maximum length with database column size in image and
591
  aggregator modules.
592
- Fixes to various core JavaScript files to allow for minification and
593
  aggregation.
594
- Fixed Prevent tests from deleting main installation's tables when
595
  parent::setUp() is not called.
596
- Fixed several Poll module bugs.
597
- Fixed several Shortcut module bugs.
598
- Added new hook_system_theme_info() to provide ability for contributed modules
599
  to test theme functionality.
600
- Added ability to cancel mail sending from hook_mail_alter().
601
- Added support for configurable PDO connection options, enabling master-master
602
  database replication.
603
- Numerous improvements to tests and test runner to pave the way for faster test
604
  runs.
605
- Expanded test coverage.
606
- Numerous API documentation improvements.
607
- Numerous performance improvements, including token replacement and render
608
  cache.
609

    
610
Drupal 7.11, 2012-02-01
611
----------------------
612
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
613

    
614
Drupal 7.10, 2011-12-05
615
----------------------
616
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
617
- Reduce memory usage of theme registry (performance).
618
- Fixed PECL upload progress bar for FileField
619
- Fixed running update.php doesn't always clear the cache.
620
- Fixed PDO exceptions on long titles.
621
- Fixed Overlay redirect does not include query string.
622
- Fixed D6 modules satisfy D7 module dependencies.
623
- Fixed the ordering of module hooks when using module_implements_alter().
624
- Fixed "floating" submit buttons during AJAX requests.
625
- Fixed timezone selected on install not propogating to admin account.
626
- Added msgctx context to JS translation functions, for feature parity with t().
627
- Profiles' .install files now available during hook_install_tasks().
628
- Added test coverage of 7.0 -> 7.x upgrade path.
629
- Numerous notice fixes.
630
- Numerous documentation improvements.
631
- Additional automated test coverage.
632

    
633
Drupal 7.9, 2011-10-26
634
----------------------
635
- Critical fixes to OpenID to spec violations that could allow for
636
  impersonation in certain scenarios. Existing OpenID users should see
637
  http://drupal.org/node/1120290#comment-5092796 for more information on
638
  transitioning.
639
- Fixed files getting lost when adding multiple files to multiple file fields
640
  at the same time.
641
- Improved usability of the clean URL test screens.
642
- Restored height/width attributes on images run through the theme system.
643
- Fixed usability bug with first password field being pre-filled by certain
644
  browser plugins.
645
- Fixed file_usage_list() so that it can return more than one result.
646
- Fixed bug preventing preview of private images on node form.
647
- Fixed PDO error when inserting an aggregator title longer than 255 characters.
648
- Spelled out what TRADITIONAL means in MySQL sql_mode.
649
- Deprecated "!=" operator for DBTNG; should be "<>".
650
- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
651
  added in order to enable setting the active menu trail for dynamically
652
  generated menu paths.
653
- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
654
  when serving 404 pages for certain file types.
655
- Added format_string() function which can perform string munging ala the t()
656
  function without the overhead of the translation system.
657
- Numerous #states system fixes.
658
- Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
659
- Numerous Shortcut module fixes.
660
- Numerous language system fixes.
661
- Numerous token fixes.
662
- Numerous CSS fixes.
663
- Numerous upgrade path fixes.
664
- Numerous minor string fixes.
665
- Numerous notice fixes.
666

    
667
Drupal 7.8, 2011-08-31
668
----------------------
669
- Fixed critical upgrade path issue with multilingual sites, leading to lost
670
  content.
671
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
672
  dependencies.
673
- Fixed issue with saving files on hosts with open_basedir restrictions.
674
- Fixed Update manger error when used with Overlay.
675
- Fixed RTL support in Seven administration theme and Overlay.
676
- Fixes to nested transaction support.
677
- Introduced performance pattern to reduce Drupal core's RAM usage.
678
- Added support for HTML 5 tags to filter_xss_admin().
679
- Added exception handling to cron.
680
- Added new hook hook_field_widget_form_alter() for contribtued modules.
681
- element_validate_*() functions now available to contrib.
682
- Added new maintainers for several subsystems.
683
- Numerous testing system improvements.
684
- Numerous markup and CSS fixes.
685
- Numerous poll module fixes.
686
- Numerous notice/warning fixes.
687
- Numerous documentation fixes.
688
- Numerous token fixes.
689

    
690
Drupal 7.7, 2011-07-27
691
----------------------
692
- Fixed VERSION string.
693

    
694
Drupal 7.6, 2011-07-27
695
----------------------
696
- Fixed support for remote streamwrappers.
697
- AJAX now binds to 'click' instead of 'mousedown'.
698
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
699
- Performance enhancement to permissions page on large numbers of permissions.
700
- More secure password generation.
701
- Fix for temporary directory on Windows servers.
702
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
703
- Numerous upgrade path fixes.
704
- Numerous documentation fixes.
705
- Numerous notice fixes.
706
- Numerous fixes to improve PHP 5.4 support.
707
- Numerous RTL improvements.
708

    
709
Drupal 7.5, 2011-07-27
710
----------------------
711
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
712

    
713
Drupal 7.4, 2011-06-29
714
----------------------
715
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
716
- Fixed critical bug with saving default images.
717
- Fixed fatal errors when uninstalling some modules.
718
- Added workaround for MySQL transaction support breaking on DDL statments.
719
- Improved page caching with external caching systems.
720
- Fix to Batch API, which was terminating too early.
721
- Numerous upgrade path fixes.
722
- Performance fixes.
723
- Additional test coverage.
724
- Numerous documentation fixes.
725

    
726
Drupal 7.3, 2011-06-29
727
----------------------
728
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
729

    
730
Drupal 7.2, 2011-05-25
731
----------------------
732
- Added a default .gitignore file.
733
- Improved PostgreSQL and SQLite support.
734
- Numerous critical performance improvements.
735
- Numerous critical fixes to the upgrade path.
736
- Numerous fixes to language and translation systems.
737
- Numerous fixes to AJAX and #states systems.
738
- Improvements to the locking system.
739
- Numerous documentation fixes.
740
- Numerous styling and theme system fixes.
741
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
742
- Minor internal API clean-ups.
743

    
744
Drupal 7.1, 2011-05-25
745
----------------------
746
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
747

    
748
Drupal 7.0, 2011-01-05 
749
----------------------
750
- Database:
751
    * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
752
    * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
753
    * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
754
    * Support for master/slave replication, transactions, multi-insert queries,
755
      and other features.
756
    * Added support for the SQLite database engine.
757
    * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
758
      This offers increased scalability and data integrity.
759
- Security:
760
    * Protected cron.php -- cron will only run if the proper key is provided.
761
    * Implemented a pluggable password system and much stronger password hashes
762
      that are compatible with the Portable PHP password hashing framework.
763
    * Rate limited login attempts to prevent brute-force password guessing, and
764
      improved the flood control API to allow variable time windows and
765
      identifiers for limiting user access to resources.
766
    * Transformed the "Update status" module into the "Update manager" which
767
      can securely install or update modules and themes via a web interface.
768
- Usability:
769
    * Added contextual links (a.k.a. local tasks) to page elements, such as
770
      blocks, nodes, or comments, which allows to perform the most common tasks
771
      with a single click only.
772
    * Improved installer requirements check.
773
    * Improved support for integration of WYSIWYG editors.
774
    * Implemented drag-and-drop positioning for input format listings.
775
    * Implemented drag-and-drop positioning for language listing.
776
    * Implemented drag-and-drop positioning for poll options.
777
    * Provided descriptions and human-readable names for user permissions.
778
    * Removed comment controls for users.
779
    * Removed display order settings for comment module. Comment display
780
      order can now be customized using the Views module.
781
    * Removed the 'related terms' feature from taxonomy module since this can
782
      now be achieved with Field API.
783
    * Added additional features to the default installation profile, and
784
      implemented a "slimmed down" profile designed for developers.
785
    * Added a built-in, automated cron run feature, which is triggered by site
786
      visitors.
787
    * Added an administrator role which is assigned all permissions for
788
      installed modules automatically.
789
    * Image toolkits are now provided by modules (rather than requiring a
790
      manual file copy to the includes directory).
791
    * Added an edit tab to taxonomy term pages.
792
    * Redesigned password strength validator.
793
    * Redesigned the add content type screen.
794
    * Highlight duplicate URL aliases.
795
    * Renamed "input formats" to "text formats".
796
    * Moved text format permissions to the main permissions page.
797
    * Added configurable ability for users to cancel their own accounts.
798
    * Added "vertical tabs", a reusable interface component that features
799
      automatic summaries and increases usability.
800
    * Replaced fieldsets on node edit and add pages with vertical tabs.
801
- Performance:
802
    * Improved performance on uncached page views by loading multiple core
803
      objects in a single database query.
804
    * Improved performance for logged-in users by reducing queries for path
805
      alias lookups.
806
    * Improved support for HTTP proxies (including reverse proxies), allowing
807
      anonymous page views to be served entirely from the proxy.
808
- Documentation:
809
    * Hook API documentation now included in Drupal core.
810
- News aggregator:
811
    * Added OPML import functionality for RSS feeds.
812
    * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
813
- Search:
814
    * Added support for language-aware searches.
815
- Aggregator:
816
    * Introduced architecture that allows pluggable parsers and processors for
817
      syndicating RSS and Atom feeds.
818
    * Added options to suspend updating specific feeds and never discard feeds
819
      items.
820
- Testing:
821
    * Added test framework and tests.
822
- Improved time zone support:
823
    * Drupal now uses PHP's time zone database when rendering dates in local
824
      time. Site-wide and user-configured time zone offsets have been converted
825
      to time zone names, e.g. Africa/Abidjan.
826
    * In some cases the upgrade and install scripts do not choose the preferred
827
      site default time zone. The automatically-selected time zone can be
828
      corrected at admin/config/regional/settings.
829
    * If your site is being upgraded from Drupal 6 and you do not have the
830
      contributed date or event modules installed, user time zone settings will
831
      fallback to the system time zone and will have to be reconfigured by each user.
832
    * User-configured time zones now serve as the default time zone for PHP
833
      date/time functions.
834
- Filter system:
835
    * Revamped the filter API and text format storage.
836
    * Added support for default text formats to be assigned on a per-role basis.
837
    * Refactored the HTML corrector to take advantage of PHP 5 features.
838
- User system:
839
    * Added clean API functions for creating, loading, updating, and deleting
840
      user roles and permissions.
841
    * Refactored the "access rules" component of user module: The user module
842
      now provides a simple interface for blocking single IP addresses. The
843
      previous functionality in the user module for restricting certain e-mail
844
      addresses and usernames is now available as a contributed module. Further,
845
      IP address range blocking is no longer supported and should be implemented
846
      at the operating system level.
847
    * Removed per-user themes: Contributed modules with similar functionality
848
      are available.
849
- OpenID:
850
    * Added support for Gmail and Google Apps for Domain identifiers. Users can
851
      now login with their user@example.com identifier when example.com is powered
852
      by Google.
853
    * Made the OpenID module more pluggable.
854
- Added code registry:
855
    * Using the registry, modules declare their includable files via their .info file,
856
      allowing Drupal to lazy-load classes and interfaces as needed.
857
- Theme system:
858
    * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
859
      on as contributed themes (http://drupal.org/project/bluemarine,
860
      http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
861
    * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
862
    * Added Seven as the default administration theme.
863
    * Variable preprocessing of theme hooks prior to template rendering now goes
864
      through two phases: a 'preprocess' phase and a new 'process' phase. See
865
      http://api.drupal.org/api/function/theme/7 for details.
866
    * Theme hooks implemented as functions (rather than as templates) can now
867
      also have preprocess (and process) functions. See
868
      http://api.drupal.org/api/function/theme/7 for details.
869
    * Added Bartik as the default theme.
870
- File handling:
871
    * Files are now first class Drupal objects with file_load(), file_save(),
872
      and file_validate() functions and corresponding hooks.
873
    * The file_move(), file_copy() and file_delete() functions now operate on
874
      file objects and invoke file hooks so that modules are notified and can
875
      respond to changes.
876
    * For the occasions when only basic file manipulation are needed--such as
877
      uploading a site logo--that don't require the overhead of databases and
878
      hooks, the current unmanaged copy, move and delete operations have been
879
      preserved but renamed to file_unmanaged_*().
880
    * Rewrote file handling to use PHP stream wrappers to enable support for
881
      both public and private files and to support pluggable storage mechanisms
882
      and access to remote resources (e.g. S3 storage or Flickr photos).
883
    * The mime_extension_mapping variable has been removed. Modules that need to
884
      alter the default MIME type extension mappings should implement
885
      hook_file_mimetype_mapping_alter().
886
    * Added the hook_file_url_alter() hook, which makes it possible to serve
887
      files from a CDN.
888
    * Added a field specifically for uploading files, previously provided by
889
      the contributed module FileField.
890
- Image handling:
891
    * Improved image handling, including better support for add-on image
892
      libraries.
893
    * Added API and interface for creating advanced image thumbnails.
894
    * Inclusion of additional effects such as rotate and desaturate.
895
    * Added a field specifically for uploading images, previously provided by
896
      the contributed module ImageField.
897
- Added aliased multi-site support:
898
    * Added support for mapping domain names to sites directories.
899
- Added RDF support:
900
    * Modules can declare RDF namespaces which are serialized in the <html> tag
901
      for RDFa support.
902
    * Modules can specify how their data structure maps to RDF.
903
    * Added support for RDFa export of nodes, comments, terms, users, etc. and
904
      their fields.
905
- Search engine optimization and web linking:
906
    * Added a rel="canonical" link on node and comment pages to prevent
907
      duplicate content indexing by search engines.
908
    * Added a default rel="shortlink" link on node and comment pages that
909
      advertises a short link as an alternative URL to third-party services.
910
    * Meta information is now alterable by all modules before rendering.
911
- Field API:
912
    * Custom data fields may be attached to nodes, users, comments and taxonomy
913
      terms.
914
    * Node bodies and teasers are now Field API fields instead of
915
      being a hard-coded property of node objects.
916
    * In addition, any other object type may register with Field API
917
      and allow custom data fields to be attached to itself.
918
    * Provides most of the features of the former Content Construction
919
      Kit (CCK) module.
920
    * Taxonomy terms are now Field API fields that can be added to any fieldable
921
      object.
922
- Installer:
923
    * Refactored the installer into an API that allows Drupal to be installed
924
      via a command line script.
925
- Page organization
926
    * Made the help text area a full featured region with blocks.
927
    * Site mission is replaced with the highlighted content block region and
928
      separate RSS feed description settings.
929
    * The footer message setting was removed in favor of custom blocks.
930
    * Made the main page content a block which can be moved and ordered
931
      with other blocks in the same region.
932
    * Blocks can now return structured arrays for later rendering just
933
      like page callbacks.
934
- Translation system
935
    * The translation system now supports message context (msgctxt).
936
    * Added support for translatable fields to Field API.
937
- JavaScript changes
938
    * Upgraded the core JavaScript library to jQuery version 1.4.4.
939
    * Upgraded the jQuery Forms library to 2.52.
940
    * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
941
      experience.
942
- Better module version support
943
    * Modules now can specify which version of another module they depend on.
944
- Removed modules from core
945
    * The following modules have been removed from core, because contributed
946
      modules with similar functionality are available:
947
      * Blog API module
948
      * Ping module
949
      * Throttle module
950
- Improved node access control system.
951
    * All modules may now influence the access to a node at runtime, not just
952
      the module that defined a node.
953
    * Users may now be allowed to bypass node access restrictions without giving
954
      them complete access to the site.
955
    * Access control affects both published and unpublished nodes.
956
    * Numerous other improvements to the node access system.
957
- Actions system
958
    * Simplified definitions of actions and triggers.
959
    * Removed dependency on the combination of hooks and operations. Triggers
960
      now directly map to module hooks.
961
- Task handling
962
    * Added a queue API to process many or long-running tasks.
963
    * Added queue API support to cron API.
964
    * Added a locking framework to coordinate long-running operations across
965
      requests.
966

    
967
Drupal 6.23-dev, xxxx-xx-xx (development release)
968
-----------------------
969

    
970
Drupal 6.22, 2011-05-25
971
-----------------------
972
- Made Drupal 6 work better with IIS and Internet Explorer.
973
- Fixed .po file imports to work better with custom textgroups.
974
- Improved code documentation at various places.
975
- Fixed a variety of other bugs.
976

    
977
Drupal 6.21, 2011-05-25
978
----------------------
979
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
980

    
981
Drupal 6.20, 2010-12-15
982
----------------------
983
- Fixed a variety of small bugs, improved code documentation.
984

    
985
Drupal 6.19, 2010-08-11
986
----------------------
987
- Fixed a variety of small bugs, improved code documentation.
988

    
989
Drupal 6.18, 2010-08-11
990
----------------------
991
- Fixed security issues (OpenID authentication bypass, File download access
992
  bypass, Comment unpublishing bypass, Actions cross site scripting),
993
  see SA-CORE-2010-002.
994

    
995
Drupal 6.17, 2010-06-02
996
----------------------
997
- Improved PostgreSQL compatibility
998
- Better PHP 5.3 and PHP 4 compatibility
999
- Better browser compatibility of CSS and JS aggregation
1000
- Improved logging for login failures
1001
- Fixed an incompatibility with some contributed modules and the locking system
1002
- Fixed a variety of other bugs.
1003

    
1004
Drupal 6.16, 2010-03-03
1005
----------------------
1006
- Fixed security issues (Installation cross site scripting, Open redirection,
1007
  Locale module cross site scripting, Blocked user session regeneration),
1008
  see SA-CORE-2010-001.
1009
- Better support for updated jQuery versions.
1010
- Reduced resource usage of update.module.
1011
- Fixed several issues relating to support of installation profiles and
1012
  distributions.
1013
- Added a locking framework to avoid data corruption on long operations.
1014
- Fixed a variety of other bugs.
1015

    
1016
Drupal 6.15, 2009-12-16
1017
----------------------
1018
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
1019
- Fixed a variety of other bugs.
1020

    
1021
Drupal 6.14, 2009-09-16
1022
----------------------
1023
- Fixed security issues (OpenID association cross site request forgeries,
1024
  OpenID impersonation and File upload), see SA-CORE-2009-008.
1025
- Changed the system modules page to not run all cache rebuilds; use the
1026
  button on the performance settings page to achieve the same effect.
1027
- Added support for PHP 5.3.0 out of the box.
1028
- Fixed a variety of small bugs.
1029

    
1030
Drupal 6.13, 2009-07-01
1031
----------------------
1032
- Fixed security issues (Cross site scripting, Input format access bypass and
1033
  Password leakage in URL), see SA-CORE-2009-007.
1034
- Fixed a variety of small bugs.
1035

    
1036
Drupal 6.12, 2009-05-13
1037
----------------------
1038
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1039
- Fixed a variety of small bugs.
1040

    
1041
Drupal 6.11, 2009-04-29
1042
----------------------
1043
- Fixed security issues (Cross site scripting and limited information
1044
  disclosure), see SA-CORE-2009-005
1045
- Fixed performance issues with the menu router cache, the update
1046
  status cache and improved cache invalidation
1047
- Fixed a variety of small bugs.
1048

    
1049
Drupal 6.10, 2009-02-25
1050
----------------------
1051
- Fixed a security issue, (Local file inclusion on Windows),
1052
  see SA-CORE-2009-003
1053
- Fixed node_feed() so custom fields can show up in RSS feeds.
1054
- Improved PostgreSQL compatibility.
1055
- Fixed a variety of small bugs.
1056

    
1057
Drupal 6.9, 2009-01-14
1058
----------------------
1059
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
1060
  against SQL injection), see SA-CORE-2009-001
1061
- Made HTTP request checking more robust and informative.
1062
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
1063
  basic shell scripts.
1064
- Removed t() calls from all schema documentation. Suggested best practice
1065
  changed for contributed modules, see http://drupal.org/node/322731.
1066
- Fixed a variety of small bugs.
1067

    
1068
Drupal 6.8, 2008-12-11
1069
----------------------
1070
- Removed a previous change incompatible with PHP 5.1.x and lower.
1071

    
1072
Drupal 6.7, 2008-12-10
1073
----------------------
1074
- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1075
- Updated robots.txt and .htaccess to match current file use.
1076
- Fixed a variety of small bugs.
1077

    
1078
Drupal 6.6, 2008-10-22
1079
----------------------
1080
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
1081
- Fixed a variety of small bugs.
1082

    
1083
Drupal 6.5, 2008-10-08
1084
----------------------
1085
- Fixed security issues, (File upload access bypass, Access rules bypass,
1086
  BlogAPI access bypass), see SA-2008-060.
1087
- Fixed a variety of small bugs.
1088

    
1089
Drupal 6.4, 2008-08-13
1090
----------------------
1091
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
1092
  BlogAPI, Cross site request forgeries and Various Upload module
1093
  vulnerabilities), see SA-2008-047.
1094
- Improved error messages during installation.
1095
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
1096
- Fixed a variety of small bugs.
1097

    
1098
Drupal 6.3, 2008-07-09
1099
----------------------
1100
- Fixed security issues, (Cross site scripting, cross site request forgery,
1101
  session fixation and SQL injection), see SA-2008-044.
1102
- Slightly modified installation process to prevent file ownership issues on
1103
  shared hosts.
1104
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
1105
- Upgraded to jQuery 1.2.6.
1106
- Performance improvements to search, menu handling and form API caches.
1107
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
1108
- Fixed a variety of small bugs.
1109

    
1110
Drupal 6.2, 2008-04-09
1111
----------------------
1112
- Fixed a variety of small bugs.
1113
- Fixed a security issue (Access bypasses), see SA-2008-026.
1114

    
1115
Drupal 6.1, 2008-02-27
1116
----------------------
1117
- Fixed a variety of small bugs.
1118
- Fixed a security issue (Cross site scripting), see SA-2008-018.
1119

    
1120
Drupal 6.0, 2008-02-13
1121
----------------------
1122
- New, faster and better menu system.
1123
- New watchdog as a hook functionality.
1124
   * New hook_watchdog that can be implemented by any module to route log
1125
     messages to various destinations.
1126
   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
1127
     levels defined in RFC 3164.
1128
   * The watchdog module is now called dblog, and is optional, but enabled by
1129
     default in the default installation profile.
1130
   * Extended the database log module so log messages can be filtered.
1131
   * Added syslog module: useful for monitoring large Drupal installations.
1132
- Added optional e-mail notifications when users are approved, blocked, or
1133
  deleted.
1134
- Drupal works with error reporting set to E_ALL.
1135
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
1136
  to use Drupal as a framework to build command-line tools.
1137
- Made signature support optional and made it possible to theme signatures.
1138
- Made it possible to filter the URL aliases on the URL alias administration
1139
  screen.
1140
- Language system improvements:
1141
    * Support for right to left languages.
1142
    * Language detection based on parts of the URL.
1143
    * Browser based language detection.
1144
    * Made it possible to specify a node's language.
1145
    * Support for translating posts on the site to different languages.
1146
    * Language dependent path aliases.
1147
    * Automatically import translations when adding a new language.
1148
    * JavaScript interface translation.
1149
    * Automatically import a module's translation upon enabling that module.
1150
- Moved "PHP input filter" to a standalone module so it can be deleted for
1151
  security reasons.
1152
- Usability:
1153
    * Improved handling of teasers in posts.
1154
    * Added sticky table headers.
1155
    * Check for clean URL support automatically with JavaScript.
1156
    * Removed default/settings.php. Instead the installer will create it from
1157
      default.settings.php.
1158
    * Made it possible to configure your own date formats.
1159
    * Remember anonymous comment posters.
1160
    * Only allow modules and themes to be enabled that have explicitly been
1161
      ported to the correct core API version.
1162
    * Can now specify the minimum PHP version required for a module within the
1163
      .info file.
1164
    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
1165
      database rights.
1166
    * Dynamically check password strength and confirmation.
1167
    * Refactored poll administration.
1168
    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
1169
      vocabularies and terms, forums, profile fields, and input format filters.
1170
- Theme system:
1171
    * Added .info files to themes and made it easier to specify regions and
1172
      features.
1173
    * Added theme registry: modules can directly provide .tpl.php files for
1174
      their themes without having to create theme_ functions.
1175
    * Used the Garland theme for the installation and maintenance pages.
1176
    * Added theme preprocess functions for themes that are templates.
1177
    * Added support for themeable functions in JavaScript.
1178
- Refactored update.php to a generic batch API to be able to run time-consuming
1179
  operations in multiple subsequent HTTP requests.
1180
- Installer:
1181
    * Themed the installer with the Garland theme.
1182
    * Added form to provide initial site information during installation.
1183
    * Added ability to provide extra installation steps programmatically.
1184
    * Made it possible to import interface translations during installation.
1185
- Added the HTML corrector filter:
1186
    * Fixes faulty and chopped off HTML in postings.
1187
    * Tags are now automatically closed at the end of the teaser.
1188
- Performance:
1189
    * Made it easier to conditionally load .include files and split up many core
1190
      modules.
1191
    * Added a JavaScript aggregator.
1192
    * Added block-level caching, improving performance for both authenticated
1193
      and anonymous users.
1194
    * Made Drupal work correctly when running behind a reverse proxy like
1195
      Squid or Pound.
1196
- File handling improvements:
1197
    * Entries in the files table are now keyed to a user instead of a node.
1198
    * Added reusable validation functions to check for uploaded file sizes,
1199
      extensions, and image resolution.
1200
    * Added ability to create and remove temporary files during a cron job.
1201
- Forum improvements:
1202
    * Any node type may now be posted in a forum.
1203
- Taxonomy improvements:
1204
    * Descriptions for terms are now shown on taxonomy/term pages as well
1205
      as RSS feeds.
1206
    * Added versioning support to categories by associating them with node
1207
      revisions.
1208
- Added support for OpenID.
1209
- Added support for triggering configurable actions.
1210
- Added the Update status module to automatically check for available updates
1211
  and warn sites if they are missing security updates or newer versions.
1212
  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
1213
  Advanced settings provided by http://drupal.org/project/update_advanced.
1214
- Upgraded the core JavaScript library to jQuery version 1.2.3.
1215
- Added a new Schema API, which provides built-in support for core and
1216
  contributed modules to work with databases other than MySQL.
1217
- Removed drupal.module. The functionality lives on as the Site network
1218
  contributed module (http://drupal.org/project/site_network).
1219
- Removed old system updates. Updates from Drupal versions prior to 5.x will
1220
  require upgrading to 5.x before upgrading to 6.x.
1221

    
1222
Drupal 5.23, 2010-08-11
1223
-----------------------
1224
- Fixed security issues (File download access bypass, Comment unpublishing
1225
  bypass), see SA-CORE-2010-002.
1226

    
1227
Drupal 5.22, 2010-03-03
1228
-----------------------
1229
- Fixed security issues (Open redirection, Locale module cross site scripting,
1230
  Blocked user session regeneration), see SA-CORE-2010-001.
1231

    
1232
Drupal 5.21, 2009-12-16
1233
-----------------------
1234
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1235
- Fixed a variety of small bugs.
1236

    
1237
Drupal 5.20, 2009-09-16
1238
-----------------------
1239
- Avoid security problems resulting from writing Drupal 6-style menu
1240
  declarations.
1241
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1242
- Fixed a variety of small bugs.
1243

    
1244
Drupal 5.19, 2009-07-01
1245
-----------------------
1246
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1247
  SA-CORE-2009-007.          
1248
- Fixed a variety of small bugs.
1249

    
1250
Drupal 5.18, 2009-05-13
1251
-----------------------
1252
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1253
- Fixed a variety of small bugs.
1254

    
1255
Drupal 5.17, 2009-04-29
1256
-----------------------
1257
- Fixed security issues (Cross site scripting and limited information
1258
  disclosure) see SA-CORE-2009-005.
1259
- Fixed a variety of small bugs.
1260

    
1261
Drupal 5.16, 2009-02-25
1262
-----------------------
1263
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1264
- Fixed a variety of small bugs.
1265

    
1266
Drupal 5.15, 2009-01-14
1267
-----------------------
1268
- Fixed security issues, (Hardening against SQL injection), see
1269
  SA-CORE-2009-001
1270
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1271
  scripts.
1272
- Fixed a variety of small bugs.
1273

    
1274
Drupal 5.14, 2008-12-11
1275
-----------------------
1276
- removed a previous change incompatible with PHP 5.1.x and lower.
1277

    
1278
Drupal 5.13, 2008-12-10
1279
-----------------------
1280
- fixed a variety of small bugs.
1281
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1282
- updated robots.txt and .htaccess to match current file use.
1283

    
1284
Drupal 5.12, 2008-10-22
1285
-----------------------
1286
- fixed security issues, (File inclusion), see SA-2008-067
1287

    
1288
Drupal 5.11, 2008-10-08
1289
-----------------------
1290
- fixed a variety of small bugs.
1291
- fixed security issues, (File upload access bypass, Access rules bypass,
1292
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1293

    
1294
Drupal 5.10, 2008-08-13
1295
-----------------------
1296
- fixed a variety of small bugs.
1297
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1298
  BlogAPI and Cross site request forgery), see SA-2008-047
1299

    
1300
Drupal 5.9, 2008-07-23
1301
----------------------
1302
- fixed a variety of small bugs.
1303
- fixed security issues, (Session fixation), see SA-2008-046
1304

    
1305
Drupal 5.8, 2008-07-09
1306
----------------------
1307
- fixed a variety of small bugs.
1308
- fixed security issues, (Cross site scripting, cross site request forgery, and
1309
  session fixation), see SA-2008-044
1310

    
1311
Drupal 5.7, 2008-01-28
1312
----------------------
1313
- fixed the input format configuration page.
1314
- fixed a variety of small bugs.
1315

    
1316
Drupal 5.6, 2008-01-10
1317
----------------------
1318
- fixed a variety of small bugs.
1319
- fixed a security issue (Cross site request forgery), see SA-2008-005
1320
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1321
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1322

    
1323
Drupal 5.5, 2007-12-06
1324
----------------------
1325
- fixed missing missing brackets in a query in the user module.
1326
- fixed taxonomy feed bug introduced by SA-2007-031
1327

    
1328
Drupal 5.4, 2007-12-05
1329
----------------------
1330
- fixed a variety of small bugs.
1331
- fixed a security issue (SQL injection), see SA-2007-031
1332

    
1333
Drupal 5.3, 2007-10-17
1334
----------------------
1335
- fixed a variety of small bugs.
1336
- fixed a security issue (HTTP response splitting), see SA-2007-024
1337
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1338
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1339
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1340
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1341

    
1342
Drupal 5.2, 2007-07-26
1343
----------------------
1344
- changed hook_link() $teaser argument to match documentation.
1345
- fixed a variety of small bugs.
1346
- fixed a security issue (cross-site request forgery), see SA-2007-017
1347
- fixed a security issue (cross-site scripting), see SA-2007-018
1348

    
1349
Drupal 5.1, 2007-01-29
1350
----------------------
1351
- fixed security issue (code execution), see SA-2007-005
1352
- fixed a variety of small bugs.
1353

    
1354
Drupal 5.0, 2007-01-15
1355
----------------------
1356
- Completely retooled the administration page
1357
    * /Admin now contains an administration page which may be themed
1358
    * Reorganised administration menu items by task and by module
1359
    * Added a status report page with detailed PHP/MySQL/Drupal information
1360
- Added web-based installer which can:
1361
    * Check installation and run-time requirements
1362
    * Automatically generate the database configuration file
1363
    * Install pre-made installation profiles or distributions
1364
    * Import the database structure with automatic table prefixing
1365
    * Be localized
1366
- Added new default Garland theme
1367
- Added color module to change some themes' color schemes
1368
- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
1369
- Introduced the ability to alter mail sent from system
1370
- Module system:
1371
    * Added .info files for module meta-data
1372
    * Added support for module dependencies
1373
    * Improved module installation screen
1374
    * Moved core modules to their own directories
1375
    * Added support for module uninstalling
1376
- Added support for different cache backends
1377
- Added support for a generic "sites/all" directory.
1378
- Usability:
1379
    * Added support for auto-complete forms (AJAX) to user profiles.
1380
    * Made it possible to instantly assign roles to newly created user accounts.
1381
    * Improved configurability of the contact forms.
1382
    * Reorganized the settings pages.
1383
    * Made it easy to investigate popular search terms.
1384
    * Added a 'select all' checkbox and a range select feature to administration tables.
1385
    * Simplified the 'break' tag to split teasers from body.
1386
    * Use proper capitalization for titles, menu items and operations.
1387
- Integrated urlfilter.module into filter.module
1388
- Block system:
1389
    * Extended the block visibility settings with a role specific setting.
1390
    * Made it possible to customize all block titles.
1391
- Poll module:
1392
    * Optionally allow people to inspect all votes.
1393
    * Optionally allow people to cancel their vote.
1394
- Distributed authentication:
1395
    * Added default server option.
1396
- Added default robots.txt to control crawlers.
1397
- Database API:
1398
    * Added db_table_exists().
1399
- Blogapi module:
1400
    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
1401
- User module:
1402
    * Added hook_profile_alter().
1403
    * E-mail verification is made optional.
1404
    * Added mass editing and filtering on admin/user/user.
1405
- PHP Template engine:
1406
    * Add the ability to look for a series of suggested templates.
1407
    * Look for page templates based upon the path.
1408
    * Look for block templates based upon the region, module, and delta.
1409
- Content system:
1410
    * Made it easier for node access modules to work well with each other.
1411
    * Added configurable content types.
1412
    * Changed node rendering to work with structured arrays.
1413
- Performance:
1414
    * Improved session handling: reduces database overhead.
1415
    * Improved access checking: reduces database overhead.
1416
    * Made it possible to do memcached based session management.
1417
    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
1418
    * Added an 'aggressive' caching policy.
1419
    * Added a CSS aggregator and compressor (up to 40% faster page loads).
1420
- Removed the archive module.
1421
- Upgrade system:
1422
    * Created space for update branches.
1423
- Form API:
1424
    * Made it possible to programmatically submit forms.
1425
    * Improved api for multistep forms.
1426
- Theme system:
1427
    * Split up and removed drupal.css.
1428
    * Added nested lists generation.
1429
    * Added a self-clearing block class.
1430

    
1431
Drupal 4.7.11, 2008-01-10
1432
-------------------------
1433
- fixed a security issue (Cross site request forgery), see SA-2008-005
1434
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1435
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1436

    
1437
Drupal 4.7.10, 2007-12-06
1438
-------------------------
1439
- fixed taxonomy feed bug introduced by SA-2007-031
1440

    
1441
Drupal 4.7.9, 2007-12-05
1442
------------------------
1443
- fixed a security issue (SQL injection), see SA-2007-031
1444

    
1445
Drupal 4.7.8, 2007-10-17
1446
----------------------
1447
- fixed a security issue (HTTP response splitting), see SA-2007-024
1448
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1449
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1450

    
1451
Drupal 4.7.7, 2007-07-26
1452
------------------------
1453
- fixed security issue (XSS), see SA-2007-018
1454

    
1455
Drupal 4.7.6, 2007-01-29
1456
------------------------
1457
- fixed security issue (code execution), see SA-2007-005
1458

    
1459
Drupal 4.7.5, 2007-01-05
1460
------------------------
1461
- Fixed security issue (XSS), see SA-2007-001
1462
- Fixed security issue (DoS), see SA-2007-002
1463

    
1464
Drupal 4.7.4, 2006-10-18
1465
------------------------
1466
- Fixed security issue (XSS), see SA-2006-024
1467
- Fixed security issue (CSRF), see SA-2006-025
1468
- Fixed security issue (Form action attribute injection), see SA-2006-026
1469

    
1470
Drupal 4.7.3, 2006-08-02
1471
------------------------
1472
- Fixed security issue (XSS), see SA-2006-011
1473

    
1474
Drupal 4.7.2, 2006-06-01
1475
------------------------
1476
- Fixed critical upload issue, see SA-2006-007
1477
- Fixed taxonomy XSS issue, see SA-2006-008
1478
- Fixed a variety of small bugs.
1479

    
1480
Drupal 4.7.1, 2006-05-24
1481
------------------------
1482
- Fixed critical SQL issue, see SA-2006-005
1483
- Fixed a serious upgrade related bug.
1484
- Fixed a variety of small bugs.
1485

    
1486
Drupal 4.7.0, 2006-05-01
1487
------------------------
1488
- Added free tagging support.
1489
- Added a site-wide contact form.
1490
- Theme system:
1491
    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
1492
    * Converted the bluemarine theme from XTemplate to PHPTemplate.
1493
    * Converted the pushbutton theme from XTemplate to PHPTemplate.
1494
- Usability:
1495
    * Reworked the 'request new password' functionality.
1496
    * Reworked the node and comment edit forms.
1497
    * Made it easy to add nodes to the navigation menu.
1498
    * Added site 'offline for maintenance' feature.
1499
    * Added support for auto-complete forms (AJAX).
1500
    * Added support for collapsible page sections (JS).
1501
    * Added support for resizable text fields (JS).
1502
    * Improved file upload functionality (AJAX).
1503
    * Reorganized some settings pages.
1504
    * Added friendly database error screens.
1505
    * Improved styling of update.php.
1506
- Refactored the forms API.
1507
    * Made it possible to alter, extend or theme forms.
1508
- Comment system:
1509
    * Added support for "mass comment operations" to ease repetitive tasks.
1510
    * Comment moderation has been removed.
1511
- Node system:
1512
    * Reworked the revision functionality.
1513
    * Removed the bookmarklet code. Third-party modules can now handle
1514
      This.
1515
- Upgrade system:
1516
    * Allows contributed modules to plug into the upgrade system.
1517
- Profiles:
1518
    * Added a block to display author information along with posts.
1519
    * Added support for private profile fields.
1520
- Statistics module:
1521
    * Added the ability to track page generation times.
1522
    * Made it possible to block certain IPs/hostnames.
1523
- Block system:
1524
    * Added support for theme-specific block regions.
1525
- Syndication:
1526
    * Made the aggregator module parse Atom feeds.
1527
    * Made the aggregator generate RSS feeds.
1528
    * Added RSS feed settings.
1529
- XML-RPC:
1530
    * Replaced the XML-RPC library by a better one.
1531
- Performance:
1532
    * Added 'loose caching' option for high-traffic sites.
1533
    * Improved performance of path aliasing.
1534
    * Added the ability to track page generation times.
1535
- Internationalization:
1536
    * Improved Unicode string handling API.
1537
    * Added support for PHP's multibyte string module.
1538
- Added support for PHP5's 'mysqli' extension.
1539
- Search module:
1540
    * Made indexer smarter and more robust.
1541
    * Added advanced search operators (e.g. phrase, node type, ...).
1542
    * Added customizable result ranking.
1543
- PostgreSQL support:
1544
    * Removed dependency on PL/pgSQL procedural language.
1545
- Menu system:
1546
    * Added support for external URLs.
1547
- Queue module:
1548
    * Removed from core.
1549
- HTTP handling:
1550
    * Added support for a tolerant Base URL.
1551
    * Output URIs relative to the root, without a base tag.
1552

    
1553
Drupal 4.6.11, 2007-01-05
1554
-------------------------
1555
- Fixed security issue (XSS), see SA-2007-001
1556
- Fixed security issue (DoS), see SA-2007-002
1557

    
1558
Drupal 4.6.10, 2006-10-18
1559
------------------------
1560
- Fixed security issue (XSS), see SA-2006-024
1561
- Fixed security issue (CSRF), see SA-2006-025
1562
- Fixed security issue (Form action attribute injection), see SA-2006-026
1563

    
1564
Drupal 4.6.9, 2006-08-02
1565
------------------------
1566
- Fixed security issue (XSS), see SA-2006-011
1567

    
1568
Drupal 4.6.8, 2006-06-01
1569
------------------------
1570
- Fixed critical upload issue, see SA-2006-007
1571
- Fixed taxonomy XSS issue, see SA-2006-008
1572

    
1573
Drupal 4.6.7, 2006-05-24
1574
------------------------
1575
- Fixed critical SQL issue, see SA-2006-005
1576

    
1577
Drupal 4.6.6, 2006-03-13
1578
------------------------
1579
- Fixed bugs, including 4 security vulnerabilities.
1580

    
1581
Drupal 4.6.5, 2005-12-12
1582
------------------------
1583
- Fixed bugs: no critical bugs were identified.
1584

    
1585
Drupal 4.6.4, 2005-11-30
1586
------------------------
1587
- Fixed bugs, including 3 security vulnerabilities.
1588

    
1589
Drupal 4.6.3, 2005-08-15
1590
------------------------
1591
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1592

    
1593
Drupal 4.6.2, 2005-06-29
1594
------------------------
1595
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1596

    
1597
Drupal 4.6.1, 2005-06-01
1598
------------------------
1599
- Fixed bugs, including a critical input validation bug.
1600

    
1601
Drupal 4.6.0, 2005-04-15
1602
------------------------
1603
- PHP5 compliance
1604
- Search:
1605
    * Added UTF-8 support to make it work with all languages.
1606
    * Improved search indexing algorithm.
1607
    * Improved search output.
1608
    * Impose a throttle on indexing of large sites.
1609
    * Added search block.
1610
- Syndication:
1611
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
1612
    * Made Drupal generate RSS 2.0 feeds.
1613
    * Made RSS feeds extensible.
1614
    * Added categories to RSS feeds.
1615
    * Added enclosures to RSS feeds.
1616
- Flood control mechanism:
1617
    * Added a mechanism to throttle certain operations.
1618
- Usability:
1619
    * Refactored the block configuration pages.
1620
    * Refactored the statistics pages.
1621
    * Refactored the watchdog pages.
1622
    * Refactored the throttle module configuration.
1623
    * Refactored the access rules page.
1624
    * Refactored the content administration page.
1625
    * Introduced forum configuration pages.
1626
    * Added a 'add child page' link to book pages.
1627
- Contact module:
1628
    * Added a simple contact module that allows users to contact each other using e-mail.
1629
- Multi-site configuration:
1630
    * Made it possible to run multiple sites from a single code base.
1631
- Added an image API: enables better image handling.
1632
- Block system:
1633
    * Extended the block visibility settings.
1634
- Theme system:
1635
    * Added new theme functions.
1636
- Database backend:
1637
    * The PEAR database backend is no longer supported.
1638
- Performance:
1639
    * Improved performance of the forum topics block.
1640
    * Improved performance of the tracker module.
1641
    * Improved performance of the node pages.
1642
- Documentation:
1643
    * Improved and extended PHPDoc/Doxygen comments.
1644

    
1645
Drupal 4.5.8, 2006-03-13
1646
------------------------
1647
- Fixed bugs, including 3 security vulnerabilities.
1648

    
1649
Drupal 4.5.7, 2005-12-12
1650
------------------------
1651
- Fixed bugs: no critical bugs were identified.
1652

    
1653
Drupal 4.5.6, 2005-11-30
1654
------------------------
1655
- Fixed bugs, including 3 security vulnerabilities.
1656

    
1657
Drupal 4.5.5, 2005-08-15
1658
------------------------
1659
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1660

    
1661
Drupal 4.5.4, 2005-06-29
1662
------------------------
1663
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1664

    
1665
Drupal 4.5.3, 2005-06-01
1666
------------------------
1667
- Fixed bugs, including a critical input validation bug.
1668

    
1669
Drupal 4.5.2, 2005-01-15
1670
------------------------
1671
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1672

    
1673
Drupal 4.5.1, 2004-12-01
1674
------------------------
1675
- Fixed bugs: no critical bugs were identified.
1676

    
1677
Drupal 4.5.0, 2004-10-18
1678
------------------------
1679
- Navigation:
1680
    * Made it possible to add, delete, rename and move menu items.
1681
    * Introduced tabs and subtabs for local tasks.
1682
    * Reorganized the navigation menus.
1683
- User management:
1684
    * Added support for multiple roles per user.
1685
    * Made it possible to add custom profile fields.
1686
    * Made it possible to browse user profiles by field.
1687
- Node system:
1688
    * Added support for node-level permissions.
1689
- Comment module:
1690
    * Made it possible to leave contact information without having to register.
1691
- Upload module:
1692
    * Added support for uploading documents (includes images).
1693
- Forum module:
1694
    * Added support for sticky forum topics.
1695
    * Made it possible to track forum topics.
1696
- Syndication:
1697
    * Added support for RSS ping-notifications of http://technorati.com/.
1698
    * Refactored the categorization of syndicated news items.
1699
    * Added an URL alias for 'rss.xml'.
1700
    * Improved date parsing.
1701
- Database backend:
1702
    * Added support for multiple database connections.
1703
    * The PostgreSQL backend does no longer require PEAR.
1704
- Theme system:
1705
    * Changed all GIFs to PNGs.
1706
    * Reorganised the handling of themes, template engines, templates and styles.
1707
    * Unified and extended the available theme settings.
1708
    * Added theme screenshots.
1709
- Blocks:
1710
    * Added 'recent comments' block.
1711
    * Added 'categories' block.
1712
- Blogger API:
1713
    * Added support for auto-discovery of blogger API via RSD.
1714
- Performance:
1715
    * Added support for sending gzip compressed pages.
1716
    * Improved performance of the forum module.
1717
- Accessibility:
1718
    * Improved the accessibility of the archive module's calendar.
1719
    * Improved form handling and error reporting.
1720
    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
1721
- Refactored 403 (forbidden) handling and added support for custom 403 pages.
1722
- Documentation:
1723
    * Added PHPDoc/Doxygen comments.
1724
- Filter system:
1725
    * Added support for using multiple input formats on the site
1726
    * Expanded the embedded PHP-code feature so it can be used everywhere
1727
    * Added support for role-dependent filtering, through input formats
1728
- UI translation:
1729
    * Managing translations is now completely done through the administration interface
1730
    * Added support for importing/exporting gettext .po files
1731

    
1732
Drupal 4.4.3, 2005-06-01
1733
------------------------
1734
- Fixed bugs, including a critical input validation bug.
1735

    
1736
Drupal 4.4.2, 2004-07-04
1737
------------------------
1738
- Fixed bugs: no critical bugs were identified.
1739

    
1740
Drupal 4.4.1, 2004-05-01
1741
------------------------
1742
- Fixed bugs: no critical bugs were identified.
1743

    
1744
Drupal 4.4.0, 2004-04-01
1745
------------------------
1746
- Added support for the MetaWeblog API and MovableType extensions.
1747
- Added a file API: enables better document management.
1748
- Improved the watchdog and search module to log search keys.
1749
- News aggregator:
1750
    * Added support for conditional GET.
1751
    * Added OPML feed subscription list.
1752
    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
1753
- Comment module:
1754
    * Made it possible to disable the "comment viewing controls".
1755
- Performance:
1756
    * Improved module loading when serving cached pages.
1757
    * Made it possible to automatically disable modules when under heavy load.
1758
    * Made it possible to automatically disable blocks when under heavy load.
1759
    * Improved performance and memory footprint of the locale module.
1760
- Theme system:
1761
    * Made all theme functions start with 'theme_'.
1762
    * Made all theme functions return their output.
1763
    * Migrated away from using the BaseTheme class.
1764
    * Added many new theme functions and refactored existing theme functions.
1765
    * Added avatar support to 'Xtemplate'.
1766
    * Replaced theme 'UnConeD' by 'Chameleon'.
1767
    * Replaced theme 'Marvin' by 'Pushbutton'.
1768
- Usability:
1769
    * Added breadcrumb navigation to all pages.
1770
    * Made it possible to add context-sensitive help to all pages.
1771
    * Replaced drop-down menus by radio buttons where appropriate.
1772
    * Removed the 'magic_quotes_gpc = 0' requirement.
1773
    * Added a 'book navigation' block.
1774
- Accessibility:
1775
    * Made themes degrade gracefully in absence of CSS.
1776
    * Grouped form elements using '<fieldset>' and '<legend>' tags.
1777
    * Added '<label>' tags to form elements.
1778
- Refactored 404 (file not found) handling and added support for custom 404 pages.
1779
- Improved the filter system to prevent conflicts between filters:
1780
    * Made it possible to change the order in which filters are applied.
1781
- Documentation:
1782
    * Added PHPDoc/Doxygen comments.
1783

    
1784
Drupal 4.3.2, 2004-01-01
1785
------------------------
1786
- Fixed bugs: no critical bugs were identified.
1787

    
1788
Drupal 4.3.1, 2003-12-01
1789
------------------------
1790
- Fixed bugs: no critical bugs were identified.
1791

    
1792
Drupal 4.3.0, 2003-11-01
1793
------------------------
1794
- Added support for configurable URLs.
1795
- Added support for sortable table columns.
1796
- Database backend:
1797
    * Added support for selective database table prefixing.
1798
- Performance:
1799
    * Optimized many SQL queries for speed by converting left joins to inner joins.
1800
- Comment module:
1801
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
1802
    * Changed the comment module to use the standard pager.
1803
- User module:
1804
    * Added support for multiple sessions per user.
1805
    * Added support for anonymous user sessions.
1806
- Forum module:
1807
    * Improved the forum views and the themability thereof.
1808
- Book module:
1809
    * Improved integration of non-book nodes in the book outline.
1810
- Usability:
1811
    * Added support for "mass node operations" to ease repetitive tasks.
1812
    * Added support for breadcrumb navigation to several modules' user pages.
1813
    * Integrated the administration pages with the normal user pages.
1814

    
1815
Drupal 4.2.0, 2003-08-01
1816
------------------------
1817
- Added support for clean URLs.
1818
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
1819
- Rewrote the RSS/RDF parser:
1820
    * It will now use PHP's built-in XML parser to parse news feeds.
1821
- Rewrote the administration pages:
1822
    * Improved the navigational elements and added breadcrumb navigation.
1823
    * Improved the look and feel.
1824
    * Added context-sensitive help.
1825
- Database backend:
1826
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
1827
    * Added MSSQL database scheme.
1828
- Search module:
1829
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
1830
- Node system:
1831
    * Replaced the "post content" permission by more fine-grained permissions.
1832
    * Improved content submission:
1833
        + 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.
1834
        + Added the ability to preview both the short and the full version of your posts.
1835
    * Extended the node API which allows for better integration.
1836
    * Added default node settings to control the behavior for promotion, moderation and other options.
1837
- Themes:
1838
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
1839
- Removed the 'register_globals = on' requirement.
1840
- Added better installation instructions.
1841

    
1842
Drupal 4.1.0, 2003-02-01
1843
------------------------
1844
- Collaboratively revised and expanded the Drupal documentation.
1845
- Rewrote comment.module:
1846
    * Reintroduced comment rating/moderation.
1847
    * Added support for comment paging.
1848
    * Performance improvements: improved comment caching, faster SQL queries, etc.
1849
- Rewrote block.module:
1850
    * Performance improvements: blocks are no longer rendered when not displayed.
1851
- Rewrote forum.module:
1852
    * 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.
1853
- Rewrote statistics.module:
1854
    * Collects access counts for each node, referrer logs, number of users/guests.
1855
    * 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.
1856
- Added throttle.module:
1857
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
1858
- Added profile.module:
1859
    * Enables to extend the user and registration page.
1860
- Added pager support to the main page.
1861
- Replaced weblogs.module by ping.module:
1862
    * Added support for normal and RSS notifications of http://blo.gs/.
1863
    * Added support for RSS ping-notifications of http://weblogs.com/.
1864
- Removed the rating module
1865
- Themes:
1866
    * Removed a significant portion of hard-coded mark-up.
1867

    
1868
Drupal 4.0.0, 2002-06-15
1869
------------------------
1870
- Added tracker.module:
1871
    * Replaces the previous "your [site]" links (recent comments and nodes).
1872
- Added weblogs.module:
1873
    * This will ping weblogs.com when new content is promoted.
1874
- Added taxonomy module which replaces the meta module.
1875
    * Supports relations, hierarchies and synonyms.
1876
- Added a caching system:
1877
    * Speeds up pages for anonymous users and reduces system load.
1878
- Added support for external SMTP libraries.
1879
- Added an archive extension to the calendar.
1880
- Added support for the Blogger API.
1881
- Themes:
1882
    * Cleaned up the theme system.
1883
    * Moved themes that are not maintained to contributions CVS repository.
1884
- Database backend:
1885
    * Changed to PEAR database abstraction layer.
1886
    * Using ANSI SQL queries to be more portable.
1887
- Rewrote the user system:
1888
    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
1889
    * Added support for modules to add more user data.
1890
    * Users may delete their own account.
1891
    * Added who's new and who's online blocks.
1892
- Changed block system:
1893
    * Various hard coded blocks are now dynamic.
1894
    * Blocks can now be enabled and/or be set by the user.
1895
    * Blocks can be set to only show up on some pages.
1896
    * Merged box module with block module.
1897
- Node system:
1898
    * Blogs can be updated.
1899
    * Teasers (abstracts) on all node types.
1900
    * Improved error checking.
1901
    * Content versioning support.
1902
    * Usability improvements.
1903
- Improved book module to support text, HTML and PHP pages.
1904
- Improved comment module to mark new comments.
1905
- Added a general outliner which will let any node type be linked to a book.
1906
- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
1907
- Search module:
1908
    * Improved the search system by making it context sensitive.
1909
    * Added indexing.
1910
- Various updates:
1911
    * Changed output to valid XHTML.
1912
    * Improved multiple sites using the same Drupal database support.
1913
    * Added support for session IDs in URLs instead of cookies.
1914
    * Made the type of content on the front page configurable.
1915
    * Made each cloud site have its own settings.
1916
    * Modules and themes can now be enabled/disabled using the administration pages.
1917
    * Added URL abstraction for links.
1918
    * Usability changes (renamed links, better UI, etc).
1919
- Collaboratively revised and expanded the Drupal documentation.
1920

    
1921
Drupal 3.0.1, 2001-10-15
1922
------------------------
1923
- Various updates:
1924
    * Added missing translations
1925
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
1926

    
1927
Drupal 3.0.0, 2001-09-15
1928
------------------------
1929
- Major overhaul of the entire underlying design:
1930
    * 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.
1931
- Rewrote submission/moderation queue and renamed it to queue.module.
1932
- Removed FAQ and documentation module and merged them into a "book module".
1933
- Removed ban module and integrated it into account.module as "access control":
1934
    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
1935
- Rewrote watchdog and submission throttle:
1936
    * Improved watchdog messages and added watchdog filter.
1937
- Rewrote headline code and renamed it to import.module and export.module:
1938
    * Added various improvements, including a better parser, bundles and better control over individual feeds.
1939
- Rewrote section code and renamed it to meta.module:
1940
    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
1941
- Rewrote configuration file resolving:
1942
    * 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.
1943
- Added caching support which makes Drupal extremely scalable.
1944
- Added access.module:
1945
    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
1946
- Added blog.module.
1947
- Added poll.module.
1948
- Added system.module:
1949
    * Moved most of the configuration options from hostname.conf to the new administration section.
1950
    * Added support for custom "filters".
1951
- Added statistics.module
1952
- Added moderate.module:
1953
    * Allows to assign users editorial/moderator rights to certain nodes or topics.
1954
- Added page.module:
1955
    * Allows creation of static (and dynamic) pages through the administration interface.
1956
- Added help.module:
1957
    * Groups all available module documentation on a single page.
1958
- Added forum.module:
1959
    * Added an integrated forum.
1960
- Added cvs.module and cvs-to-sql.pl:
1961
    * Allows to display and mail CVS log messages as daily digests.
1962
- Added book.module:
1963
    * Allows collaborative handbook writing: primary used for Drupal documentation.
1964
- Removed cron.module and integrated it into conf.module.
1965
- Removed module.module as it was no longer needed.
1966
- Various updates:
1967
    * Added "auto-post new submissions" feature versus "moderate new submissions".
1968
    * Introduced links/Drupal tags: [[link]]
1969
    * Added preview functionality when submitting new content (such as a story) from the administration pages.
1970
    * Made the administration section only show those links a user has access to.
1971
    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
1972
    * Improved scheduler:
1973
        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
1974
    * Improved account module:
1975
        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
1976
    * Improved locale module:
1977
        + Added new overview to easy the translation process.
1978
    * Improved comment module:
1979
        + Made it possible to permanently delete comments.
1980
    * Improved rating module
1981
    * Improved story module:
1982
        + Added preview functionality for administrators.
1983
        + Made it possible to permanently delete stories.
1984
    * Improved themes:
1985
        + W3C validation on a best effort basis.
1986
        + Removed $theme->control() from themes.
1987
        + Added theme "goofy".
1988
- Collaboratively revised and expanded the Drupal documentation.
1989

    
1990
Drupal 2.0.0, 2001-03-15
1991
------------------------
1992
- Rewrote the comment/discussion code:
1993
    * Comment navigation should be less confusing now.
1994
    * Additional/alternative display and order methods have been added.
1995
    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
1996
- Added sections and section manager:
1997
    * Story sections can be maintained from the administration pages.
1998
    * 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.
1999
- Multiple vhosts + multiple directories:
2000
    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
2001
- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
2002
    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
2003
- Added "search infrastructure":
2004
    * Improved search page and integrated search functionality in the administration pages.
2005
- Added translation / localization / internationalization support:
2006
    * 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.
2007
- Added fine-grained user permission (or group) system:
2008
    * 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.
2009
- Added FAQ module
2010
- Changed the "open submission queue" into a (optional) module.
2011
- Various updates:
2012
    * Improved account module:
2013
        + User accounts can be deleted.
2014
        + Added fine-grained permission support.
2015
    * Improved block module
2016
    * Improved diary module:
2017
        + Diary entries can be deleted
2018
    * Improved headline module:
2019
        + Improved parser to support more "generic" RDF/RSS/XML backend.
2020
    * Improved module module
2021
    * Improved watchdog module
2022
    * Improved database abstraction layer
2023
    * Improved themes:
2024
        + W3C validation on a best effort basis
2025
        + Added theme "example" (alias "Stone Age")
2026
    * Added new scripts to directory "scripts"
2027
    * Added directory "misc"
2028
    * Added CREDITS file
2029
- Revised documentation
2030

    
2031
Drupal 1.0.0, 2001-01-15
2032
------------------------
2033
- Initial release