Projet

Général

Profil

Paste
Télécharger (96 ko) Statistiques
| Branche: | Révision:

root / drupal7 / CHANGELOG.txt @ db2d93dd

1

    
2
Drupal 7.37, 2015-05-07
3
-----------------------
4
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
5
  to become disabled if they were defined by a no-longer-enabled module.
6
- Removed a confusing description regarding automatic time zone detection from
7
  the user account form (minor UI and data structure change).
8
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
9
  when specified in the list of allowed tags.
10
- Allowed hook_field_schema() implementations to specify indexes for fields
11
  based on a fixed-length column prefix (rather than the entire column), as was
12
  already allowed in hook_schema() implementations.
13
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
14
- Added a sites/all/libraries folder to the codebase, with instructions for
15
  using it.
16
- Added a description to the "Administer text formats and filters" permission
17
  on the Permissions page (string change).
18
- Numerous small bug fixes.
19
- Numerous API documentation improvements.
20
- Additional automated test coverage.
21

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

    
80
Drupal 7.35, 2015-03-18
81
----------------------
82
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
83

    
84
Drupal 7.34, 2014-11-19
85
----------------------
86
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
87

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

    
153
Drupal 7.32, 2014-10-15
154
----------------------
155
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
156

    
157
Drupal 7.31, 2014-08-06
158
----------------------
159
- Fixed security issues (denial of service). See SA-CORE-2014-004.
160

    
161
Drupal 7.30, 2014-07-24
162
-----------------------
163
- Fixed a regression introduced in Drupal 7.29 that caused files or images
164
  attached to taxonomy terms to be deleted when the taxonomy term was edited
165
  and resaved (and other related bugs with contributed and custom modules).
166
- Added a warning on the permissions page to recommend restricting access to
167
  the "View site reports" permission to trusted administrators. See
168
  DRUPAL-PSA-2014-002.
169
- Numerous API documentation improvements.
170
- Additional automated test coverage.
171

    
172
Drupal 7.29, 2014-07-16
173
----------------------
174
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
175

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

    
218
Drupal 7.27, 2014-04-16
219
----------------------
220
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
221

    
222
Drupal 7.26, 2014-01-15
223
----------------------
224
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
225

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

    
288
Drupal 7.24, 2013-11-20
289
----------------------
290
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
291

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

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

    
407
Drupal 7.21, 2013-03-06
408
-----------------------
409
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
410
  have partial protection from the security issues fixed in Drupal 7.20.
411

    
412
Drupal 7.20, 2013-02-20
413
-----------------------
414
- Fixed security issues (denial of service). See SA-CORE-2013-002.
415

    
416
Drupal 7.19, 2013-01-16
417
-----------------------
418
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
419

    
420
Drupal 7.18, 2012-12-19
421
-----------------------
422
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
423

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

    
487
Drupal 7.16, 2012-10-17
488
-----------------------
489
- Fixed security issues (Arbitrary PHP code execution and information
490
  disclosure). See SA-CORE-2012-003.
491

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

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

    
592
Drupal 7.13 2012-05-02
593
----------------------
594
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
595

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

    
630
Drupal 7.11, 2012-02-01
631
----------------------
632
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
633

    
634
Drupal 7.10, 2011-12-05
635
----------------------
636
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
637
- Reduce memory usage of theme registry (performance).
638
- Fixed PECL upload progress bar for FileField
639
- Fixed running update.php doesn't always clear the cache.
640
- Fixed PDO exceptions on long titles.
641
- Fixed Overlay redirect does not include query string.
642
- Fixed D6 modules satisfy D7 module dependencies.
643
- Fixed the ordering of module hooks when using module_implements_alter().
644
- Fixed "floating" submit buttons during AJAX requests.
645
- Fixed timezone selected on install not propogating to admin account.
646
- Added msgctx context to JS translation functions, for feature parity with t().
647
- Profiles' .install files now available during hook_install_tasks().
648
- Added test coverage of 7.0 -> 7.x upgrade path.
649
- Numerous notice fixes.
650
- Numerous documentation improvements.
651
- Additional automated test coverage.
652

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

    
687
Drupal 7.8, 2011-08-31
688
----------------------
689
- Fixed critical upgrade path issue with multilingual sites, leading to lost
690
  content.
691
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
692
  dependencies.
693
- Fixed issue with saving files on hosts with open_basedir restrictions.
694
- Fixed Update manger error when used with Overlay.
695
- Fixed RTL support in Seven administration theme and Overlay.
696
- Fixes to nested transaction support.
697
- Introduced performance pattern to reduce Drupal core's RAM usage.
698
- Added support for HTML 5 tags to filter_xss_admin().
699
- Added exception handling to cron.
700
- Added new hook hook_field_widget_form_alter() for contribtued modules.
701
- element_validate_*() functions now available to contrib.
702
- Added new maintainers for several subsystems.
703
- Numerous testing system improvements.
704
- Numerous markup and CSS fixes.
705
- Numerous poll module fixes.
706
- Numerous notice/warning fixes.
707
- Numerous documentation fixes.
708
- Numerous token fixes.
709

    
710
Drupal 7.7, 2011-07-27
711
----------------------
712
- Fixed VERSION string.
713

    
714
Drupal 7.6, 2011-07-27
715
----------------------
716
- Fixed support for remote streamwrappers.
717
- AJAX now binds to 'click' instead of 'mousedown'.
718
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
719
- Performance enhancement to permissions page on large numbers of permissions.
720
- More secure password generation.
721
- Fix for temporary directory on Windows servers.
722
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
723
- Numerous upgrade path fixes.
724
- Numerous documentation fixes.
725
- Numerous notice fixes.
726
- Numerous fixes to improve PHP 5.4 support.
727
- Numerous RTL improvements.
728

    
729
Drupal 7.5, 2011-07-27
730
----------------------
731
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
732

    
733
Drupal 7.4, 2011-06-29
734
----------------------
735
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
736
- Fixed critical bug with saving default images.
737
- Fixed fatal errors when uninstalling some modules.
738
- Added workaround for MySQL transaction support breaking on DDL statments.
739
- Improved page caching with external caching systems.
740
- Fix to Batch API, which was terminating too early.
741
- Numerous upgrade path fixes.
742
- Performance fixes.
743
- Additional test coverage.
744
- Numerous documentation fixes.
745

    
746
Drupal 7.3, 2011-06-29
747
----------------------
748
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
749

    
750
Drupal 7.2, 2011-05-25
751
----------------------
752
- Added a default .gitignore file.
753
- Improved PostgreSQL and SQLite support.
754
- Numerous critical performance improvements.
755
- Numerous critical fixes to the upgrade path.
756
- Numerous fixes to language and translation systems.
757
- Numerous fixes to AJAX and #states systems.
758
- Improvements to the locking system.
759
- Numerous documentation fixes.
760
- Numerous styling and theme system fixes.
761
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
762
- Minor internal API clean-ups.
763

    
764
Drupal 7.1, 2011-05-25
765
----------------------
766
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
767

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

    
987
Drupal 6.23-dev, xxxx-xx-xx (development release)
988
-----------------------
989

    
990
Drupal 6.22, 2011-05-25
991
-----------------------
992
- Made Drupal 6 work better with IIS and Internet Explorer.
993
- Fixed .po file imports to work better with custom textgroups.
994
- Improved code documentation at various places.
995
- Fixed a variety of other bugs.
996

    
997
Drupal 6.21, 2011-05-25
998
----------------------
999
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
1000

    
1001
Drupal 6.20, 2010-12-15
1002
----------------------
1003
- Fixed a variety of small bugs, improved code documentation.
1004

    
1005
Drupal 6.19, 2010-08-11
1006
----------------------
1007
- Fixed a variety of small bugs, improved code documentation.
1008

    
1009
Drupal 6.18, 2010-08-11
1010
----------------------
1011
- Fixed security issues (OpenID authentication bypass, File download access
1012
  bypass, Comment unpublishing bypass, Actions cross site scripting),
1013
  see SA-CORE-2010-002.
1014

    
1015
Drupal 6.17, 2010-06-02
1016
----------------------
1017
- Improved PostgreSQL compatibility
1018
- Better PHP 5.3 and PHP 4 compatibility
1019
- Better browser compatibility of CSS and JS aggregation
1020
- Improved logging for login failures
1021
- Fixed an incompatibility with some contributed modules and the locking system
1022
- Fixed a variety of other bugs.
1023

    
1024
Drupal 6.16, 2010-03-03
1025
----------------------
1026
- Fixed security issues (Installation cross site scripting, Open redirection,
1027
  Locale module cross site scripting, Blocked user session regeneration),
1028
  see SA-CORE-2010-001.
1029
- Better support for updated jQuery versions.
1030
- Reduced resource usage of update.module.
1031
- Fixed several issues relating to support of installation profiles and
1032
  distributions.
1033
- Added a locking framework to avoid data corruption on long operations.
1034
- Fixed a variety of other bugs.
1035

    
1036
Drupal 6.15, 2009-12-16
1037
----------------------
1038
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
1039
- Fixed a variety of other bugs.
1040

    
1041
Drupal 6.14, 2009-09-16
1042
----------------------
1043
- Fixed security issues (OpenID association cross site request forgeries,
1044
  OpenID impersonation and File upload), see SA-CORE-2009-008.
1045
- Changed the system modules page to not run all cache rebuilds; use the
1046
  button on the performance settings page to achieve the same effect.
1047
- Added support for PHP 5.3.0 out of the box.
1048
- Fixed a variety of small bugs.
1049

    
1050
Drupal 6.13, 2009-07-01
1051
----------------------
1052
- Fixed security issues (Cross site scripting, Input format access bypass and
1053
  Password leakage in URL), see SA-CORE-2009-007.
1054
- Fixed a variety of small bugs.
1055

    
1056
Drupal 6.12, 2009-05-13
1057
----------------------
1058
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1059
- Fixed a variety of small bugs.
1060

    
1061
Drupal 6.11, 2009-04-29
1062
----------------------
1063
- Fixed security issues (Cross site scripting and limited information
1064
  disclosure), see SA-CORE-2009-005
1065
- Fixed performance issues with the menu router cache, the update
1066
  status cache and improved cache invalidation
1067
- Fixed a variety of small bugs.
1068

    
1069
Drupal 6.10, 2009-02-25
1070
----------------------
1071
- Fixed a security issue, (Local file inclusion on Windows),
1072
  see SA-CORE-2009-003
1073
- Fixed node_feed() so custom fields can show up in RSS feeds.
1074
- Improved PostgreSQL compatibility.
1075
- Fixed a variety of small bugs.
1076

    
1077
Drupal 6.9, 2009-01-14
1078
----------------------
1079
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
1080
  against SQL injection), see SA-CORE-2009-001
1081
- Made HTTP request checking more robust and informative.
1082
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
1083
  basic shell scripts.
1084
- Removed t() calls from all schema documentation. Suggested best practice
1085
  changed for contributed modules, see http://drupal.org/node/322731.
1086
- Fixed a variety of small bugs.
1087

    
1088
Drupal 6.8, 2008-12-11
1089
----------------------
1090
- Removed a previous change incompatible with PHP 5.1.x and lower.
1091

    
1092
Drupal 6.7, 2008-12-10
1093
----------------------
1094
- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1095
- Updated robots.txt and .htaccess to match current file use.
1096
- Fixed a variety of small bugs.
1097

    
1098
Drupal 6.6, 2008-10-22
1099
----------------------
1100
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
1101
- Fixed a variety of small bugs.
1102

    
1103
Drupal 6.5, 2008-10-08
1104
----------------------
1105
- Fixed security issues, (File upload access bypass, Access rules bypass,
1106
  BlogAPI access bypass), see SA-2008-060.
1107
- Fixed a variety of small bugs.
1108

    
1109
Drupal 6.4, 2008-08-13
1110
----------------------
1111
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
1112
  BlogAPI, Cross site request forgeries and Various Upload module
1113
  vulnerabilities), see SA-2008-047.
1114
- Improved error messages during installation.
1115
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
1116
- Fixed a variety of small bugs.
1117

    
1118
Drupal 6.3, 2008-07-09
1119
----------------------
1120
- Fixed security issues, (Cross site scripting, cross site request forgery,
1121
  session fixation and SQL injection), see SA-2008-044.
1122
- Slightly modified installation process to prevent file ownership issues on
1123
  shared hosts.
1124
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
1125
- Upgraded to jQuery 1.2.6.
1126
- Performance improvements to search, menu handling and form API caches.
1127
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
1128
- Fixed a variety of small bugs.
1129

    
1130
Drupal 6.2, 2008-04-09
1131
----------------------
1132
- Fixed a variety of small bugs.
1133
- Fixed a security issue (Access bypasses), see SA-2008-026.
1134

    
1135
Drupal 6.1, 2008-02-27
1136
----------------------
1137
- Fixed a variety of small bugs.
1138
- Fixed a security issue (Cross site scripting), see SA-2008-018.
1139

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

    
1242
Drupal 5.23, 2010-08-11
1243
-----------------------
1244
- Fixed security issues (File download access bypass, Comment unpublishing
1245
  bypass), see SA-CORE-2010-002.
1246

    
1247
Drupal 5.22, 2010-03-03
1248
-----------------------
1249
- Fixed security issues (Open redirection, Locale module cross site scripting,
1250
  Blocked user session regeneration), see SA-CORE-2010-001.
1251

    
1252
Drupal 5.21, 2009-12-16
1253
-----------------------
1254
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1255
- Fixed a variety of small bugs.
1256

    
1257
Drupal 5.20, 2009-09-16
1258
-----------------------
1259
- Avoid security problems resulting from writing Drupal 6-style menu
1260
  declarations.
1261
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1262
- Fixed a variety of small bugs.
1263

    
1264
Drupal 5.19, 2009-07-01
1265
-----------------------
1266
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1267
  SA-CORE-2009-007.          
1268
- Fixed a variety of small bugs.
1269

    
1270
Drupal 5.18, 2009-05-13
1271
-----------------------
1272
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1273
- Fixed a variety of small bugs.
1274

    
1275
Drupal 5.17, 2009-04-29
1276
-----------------------
1277
- Fixed security issues (Cross site scripting and limited information
1278
  disclosure) see SA-CORE-2009-005.
1279
- Fixed a variety of small bugs.
1280

    
1281
Drupal 5.16, 2009-02-25
1282
-----------------------
1283
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1284
- Fixed a variety of small bugs.
1285

    
1286
Drupal 5.15, 2009-01-14
1287
-----------------------
1288
- Fixed security issues, (Hardening against SQL injection), see
1289
  SA-CORE-2009-001
1290
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1291
  scripts.
1292
- Fixed a variety of small bugs.
1293

    
1294
Drupal 5.14, 2008-12-11
1295
-----------------------
1296
- removed a previous change incompatible with PHP 5.1.x and lower.
1297

    
1298
Drupal 5.13, 2008-12-10
1299
-----------------------
1300
- fixed a variety of small bugs.
1301
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1302
- updated robots.txt and .htaccess to match current file use.
1303

    
1304
Drupal 5.12, 2008-10-22
1305
-----------------------
1306
- fixed security issues, (File inclusion), see SA-2008-067
1307

    
1308
Drupal 5.11, 2008-10-08
1309
-----------------------
1310
- fixed a variety of small bugs.
1311
- fixed security issues, (File upload access bypass, Access rules bypass,
1312
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1313

    
1314
Drupal 5.10, 2008-08-13
1315
-----------------------
1316
- fixed a variety of small bugs.
1317
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1318
  BlogAPI and Cross site request forgery), see SA-2008-047
1319

    
1320
Drupal 5.9, 2008-07-23
1321
----------------------
1322
- fixed a variety of small bugs.
1323
- fixed security issues, (Session fixation), see SA-2008-046
1324

    
1325
Drupal 5.8, 2008-07-09
1326
----------------------
1327
- fixed a variety of small bugs.
1328
- fixed security issues, (Cross site scripting, cross site request forgery, and
1329
  session fixation), see SA-2008-044
1330

    
1331
Drupal 5.7, 2008-01-28
1332
----------------------
1333
- fixed the input format configuration page.
1334
- fixed a variety of small bugs.
1335

    
1336
Drupal 5.6, 2008-01-10
1337
----------------------
1338
- fixed a variety of small bugs.
1339
- fixed a security issue (Cross site request forgery), see SA-2008-005
1340
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1341
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1342

    
1343
Drupal 5.5, 2007-12-06
1344
----------------------
1345
- fixed missing missing brackets in a query in the user module.
1346
- fixed taxonomy feed bug introduced by SA-2007-031
1347

    
1348
Drupal 5.4, 2007-12-05
1349
----------------------
1350
- fixed a variety of small bugs.
1351
- fixed a security issue (SQL injection), see SA-2007-031
1352

    
1353
Drupal 5.3, 2007-10-17
1354
----------------------
1355
- fixed a variety of small bugs.
1356
- fixed a security issue (HTTP response splitting), see SA-2007-024
1357
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1358
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1359
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1360
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1361

    
1362
Drupal 5.2, 2007-07-26
1363
----------------------
1364
- changed hook_link() $teaser argument to match documentation.
1365
- fixed a variety of small bugs.
1366
- fixed a security issue (cross-site request forgery), see SA-2007-017
1367
- fixed a security issue (cross-site scripting), see SA-2007-018
1368

    
1369
Drupal 5.1, 2007-01-29
1370
----------------------
1371
- fixed security issue (code execution), see SA-2007-005
1372
- fixed a variety of small bugs.
1373

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

    
1451
Drupal 4.7.11, 2008-01-10
1452
-------------------------
1453
- fixed a security issue (Cross site request forgery), see SA-2008-005
1454
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1455
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1456

    
1457
Drupal 4.7.10, 2007-12-06
1458
-------------------------
1459
- fixed taxonomy feed bug introduced by SA-2007-031
1460

    
1461
Drupal 4.7.9, 2007-12-05
1462
------------------------
1463
- fixed a security issue (SQL injection), see SA-2007-031
1464

    
1465
Drupal 4.7.8, 2007-10-17
1466
----------------------
1467
- fixed a security issue (HTTP response splitting), see SA-2007-024
1468
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1469
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1470

    
1471
Drupal 4.7.7, 2007-07-26
1472
------------------------
1473
- fixed security issue (XSS), see SA-2007-018
1474

    
1475
Drupal 4.7.6, 2007-01-29
1476
------------------------
1477
- fixed security issue (code execution), see SA-2007-005
1478

    
1479
Drupal 4.7.5, 2007-01-05
1480
------------------------
1481
- Fixed security issue (XSS), see SA-2007-001
1482
- Fixed security issue (DoS), see SA-2007-002
1483

    
1484
Drupal 4.7.4, 2006-10-18
1485
------------------------
1486
- Fixed security issue (XSS), see SA-2006-024
1487
- Fixed security issue (CSRF), see SA-2006-025
1488
- Fixed security issue (Form action attribute injection), see SA-2006-026
1489

    
1490
Drupal 4.7.3, 2006-08-02
1491
------------------------
1492
- Fixed security issue (XSS), see SA-2006-011
1493

    
1494
Drupal 4.7.2, 2006-06-01
1495
------------------------
1496
- Fixed critical upload issue, see SA-2006-007
1497
- Fixed taxonomy XSS issue, see SA-2006-008
1498
- Fixed a variety of small bugs.
1499

    
1500
Drupal 4.7.1, 2006-05-24
1501
------------------------
1502
- Fixed critical SQL issue, see SA-2006-005
1503
- Fixed a serious upgrade related bug.
1504
- Fixed a variety of small bugs.
1505

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

    
1573
Drupal 4.6.11, 2007-01-05
1574
-------------------------
1575
- Fixed security issue (XSS), see SA-2007-001
1576
- Fixed security issue (DoS), see SA-2007-002
1577

    
1578
Drupal 4.6.10, 2006-10-18
1579
------------------------
1580
- Fixed security issue (XSS), see SA-2006-024
1581
- Fixed security issue (CSRF), see SA-2006-025
1582
- Fixed security issue (Form action attribute injection), see SA-2006-026
1583

    
1584
Drupal 4.6.9, 2006-08-02
1585
------------------------
1586
- Fixed security issue (XSS), see SA-2006-011
1587

    
1588
Drupal 4.6.8, 2006-06-01
1589
------------------------
1590
- Fixed critical upload issue, see SA-2006-007
1591
- Fixed taxonomy XSS issue, see SA-2006-008
1592

    
1593
Drupal 4.6.7, 2006-05-24
1594
------------------------
1595
- Fixed critical SQL issue, see SA-2006-005
1596

    
1597
Drupal 4.6.6, 2006-03-13
1598
------------------------
1599
- Fixed bugs, including 4 security vulnerabilities.
1600

    
1601
Drupal 4.6.5, 2005-12-12
1602
------------------------
1603
- Fixed bugs: no critical bugs were identified.
1604

    
1605
Drupal 4.6.4, 2005-11-30
1606
------------------------
1607
- Fixed bugs, including 3 security vulnerabilities.
1608

    
1609
Drupal 4.6.3, 2005-08-15
1610
------------------------
1611
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1612

    
1613
Drupal 4.6.2, 2005-06-29
1614
------------------------
1615
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1616

    
1617
Drupal 4.6.1, 2005-06-01
1618
------------------------
1619
- Fixed bugs, including a critical input validation bug.
1620

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

    
1665
Drupal 4.5.8, 2006-03-13
1666
------------------------
1667
- Fixed bugs, including 3 security vulnerabilities.
1668

    
1669
Drupal 4.5.7, 2005-12-12
1670
------------------------
1671
- Fixed bugs: no critical bugs were identified.
1672

    
1673
Drupal 4.5.6, 2005-11-30
1674
------------------------
1675
- Fixed bugs, including 3 security vulnerabilities.
1676

    
1677
Drupal 4.5.5, 2005-08-15
1678
------------------------
1679
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1680

    
1681
Drupal 4.5.4, 2005-06-29
1682
------------------------
1683
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1684

    
1685
Drupal 4.5.3, 2005-06-01
1686
------------------------
1687
- Fixed bugs, including a critical input validation bug.
1688

    
1689
Drupal 4.5.2, 2005-01-15
1690
------------------------
1691
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1692

    
1693
Drupal 4.5.1, 2004-12-01
1694
------------------------
1695
- Fixed bugs: no critical bugs were identified.
1696

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

    
1752
Drupal 4.4.3, 2005-06-01
1753
------------------------
1754
- Fixed bugs, including a critical input validation bug.
1755

    
1756
Drupal 4.4.2, 2004-07-04
1757
------------------------
1758
- Fixed bugs: no critical bugs were identified.
1759

    
1760
Drupal 4.4.1, 2004-05-01
1761
------------------------
1762
- Fixed bugs: no critical bugs were identified.
1763

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

    
1804
Drupal 4.3.2, 2004-01-01
1805
------------------------
1806
- Fixed bugs: no critical bugs were identified.
1807

    
1808
Drupal 4.3.1, 2003-12-01
1809
------------------------
1810
- Fixed bugs: no critical bugs were identified.
1811

    
1812
Drupal 4.3.0, 2003-11-01
1813
------------------------
1814
- Added support for configurable URLs.
1815
- Added support for sortable table columns.
1816
- Database backend:
1817
    * Added support for selective database table prefixing.
1818
- Performance:
1819
    * Optimized many SQL queries for speed by converting left joins to inner joins.
1820
- Comment module:
1821
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
1822
    * Changed the comment module to use the standard pager.
1823
- User module:
1824
    * Added support for multiple sessions per user.
1825
    * Added support for anonymous user sessions.
1826
- Forum module:
1827
    * Improved the forum views and the themability thereof.
1828
- Book module:
1829
    * Improved integration of non-book nodes in the book outline.
1830
- Usability:
1831
    * Added support for "mass node operations" to ease repetitive tasks.
1832
    * Added support for breadcrumb navigation to several modules' user pages.
1833
    * Integrated the administration pages with the normal user pages.
1834

    
1835
Drupal 4.2.0, 2003-08-01
1836
------------------------
1837
- Added support for clean URLs.
1838
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
1839
- Rewrote the RSS/RDF parser:
1840
    * It will now use PHP's built-in XML parser to parse news feeds.
1841
- Rewrote the administration pages:
1842
    * Improved the navigational elements and added breadcrumb navigation.
1843
    * Improved the look and feel.
1844
    * Added context-sensitive help.
1845
- Database backend:
1846
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
1847
    * Added MSSQL database scheme.
1848
- Search module:
1849
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
1850
- Node system:
1851
    * Replaced the "post content" permission by more fine-grained permissions.
1852
    * Improved content submission:
1853
        + 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.
1854
        + Added the ability to preview both the short and the full version of your posts.
1855
    * Extended the node API which allows for better integration.
1856
    * Added default node settings to control the behavior for promotion, moderation and other options.
1857
- Themes:
1858
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
1859
- Removed the 'register_globals = on' requirement.
1860
- Added better installation instructions.
1861

    
1862
Drupal 4.1.0, 2003-02-01
1863
------------------------
1864
- Collaboratively revised and expanded the Drupal documentation.
1865
- Rewrote comment.module:
1866
    * Reintroduced comment rating/moderation.
1867
    * Added support for comment paging.
1868
    * Performance improvements: improved comment caching, faster SQL queries, etc.
1869
- Rewrote block.module:
1870
    * Performance improvements: blocks are no longer rendered when not displayed.
1871
- Rewrote forum.module:
1872
    * 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.
1873
- Rewrote statistics.module:
1874
    * Collects access counts for each node, referrer logs, number of users/guests.
1875
    * 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.
1876
- Added throttle.module:
1877
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
1878
- Added profile.module:
1879
    * Enables to extend the user and registration page.
1880
- Added pager support to the main page.
1881
- Replaced weblogs.module by ping.module:
1882
    * Added support for normal and RSS notifications of http://blo.gs/.
1883
    * Added support for RSS ping-notifications of http://weblogs.com/.
1884
- Removed the rating module
1885
- Themes:
1886
    * Removed a significant portion of hard-coded mark-up.
1887

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

    
1941
Drupal 3.0.1, 2001-10-15
1942
------------------------
1943
- Various updates:
1944
    * Added missing translations
1945
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
1946

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

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

    
2051
Drupal 1.0.0, 2001-01-15
2052
------------------------
2053
- Initial release