Projet

Général

Profil

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

root / drupal7 / CHANGELOG.txt @ cd5c298a

1
Drupal 7.63, 2019-01-16
2
-----------------------
3
- Fixed a fatal error for some Drush users introduced by SA-CORE-2019-002.
4

    
5
Drupal 7.62, 2019-01-15
6
-----------------------
7
- Fixed security issues:
8
   - SA-CORE-2019-001
9
   - SA-CORE-2019-002
10

    
11
Drupal 7.61, 2018-11-07
12
-----------------------
13
- File upload validation functions and hook_file_validate() implementations are
14
  now always passed the correct file URI.
15
- The default form cache expiration of 6 hours is now configurable (API
16
  addition: https://www.drupal.org/node/2857751).
17
- Allowed callers of drupal_http_request() to optionally specify an explicit
18
  Host header.
19
- Allowed the + character to appear in usernames.
20
- PHP 7.2: Fixed Archive_Tar incompatibility.
21
- PHP 7.2: Removed deprecated function each().
22
- PHP 7.2: Avoid count() calls on uncountable variables.
23
- PHP 7.2: Removed deprecated create_function() call.
24
- PHP 7.2: Make sure variables are arrays in theme_links().
25
- Fixed theme-settings.php not being loaded on cached forms
26
- Fixed problem with IE11 & Chrome(PointerEvents enabled) & some Firefox scroll to the top of the page after dragging the bottom item with jquery 1.5 <-> 1.11
27

    
28
Drupal 7.60, 2018-10-18
29
------------------------
30
- Fixed security issues. See SA-CORE-2018-006.
31

    
32
Drupal 7.59, 2018-04-25
33
-----------------------
34
- Fixed security issues (remote code execution). See SA-CORE-2018-004.
35

    
36
Drupal 7.58, 2018-03-28
37
-----------------------
38
- Fixed security issues (remote code execution). See SA-CORE-2018-002.
39

    
40
Drupal 7.57, 2018-02-21
41
-----------------------
42
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-001.
43

    
44
Drupal 7.56, 2017-06-21
45
-----------------------
46
- Fixed security issues (access bypass). See SA-CORE-2017-003.
47

    
48
Drupal 7.55, 2017-06-07
49
-----------------------
50
- Fixed incompatibility with PHP versions 7.0.19 and 7.1.5 due to duplicate
51
  DATE_RFC7231 definition.
52
- Made Drupal core pass all automated tests on PHP 7.1.
53
- Allowed services such as Let's Encrypt to work with Drupal on Apache, by
54
  making Drupal's .htaccess file allow access to the .well-known directory
55
  defined by RFC 5785.
56
- Made new Drupal sites work correctly on Apache 2.4 when the mod_access_compat
57
  Apache module is disabled.
58
- Fixed Drupal's URL-generating functions to always encode '[' and ']' so that
59
  the URLs will pass HTML5 validation.
60
- Various additional bug fixes.
61
- Various API documentation improvements.
62
- Additional automated test coverage.
63

    
64
Drupal 7.54, 2017-02-01
65
-----------------------
66
- Modules are now able to define theme engines (API addition:
67
  https://www.drupal.org/node/2826480).
68
- Logging of searches can now be disabled (new option in the administrative
69
  interface).
70
- Added menu tree render structure to (pre-)process hooks for theme_menu_tree()
71
  (API addition: https://www.drupal.org/node/2827134).
72
- Added new function for determining whether an HTTPS request is being served
73
  (API addition: https://www.drupal.org/node/2824590).
74
- Fixed incorrect default value for short and medium date formats on the date
75
  type configuration page.
76
- File validation error message is now removed after subsequent upload of valid
77
  file.
78
- Numerous bug fixes.
79
- Numerous API documentation improvements.
80
- Additional performance improvements.
81
- Additional automated test coverage.
82

    
83
Drupal 7.53, 2016-12-07
84
-----------------------
85
- Fixed drag and drop support on newer Chrome/IE 11+ versions after 7.51 update
86
  when jQuery is updated to 1.7-1.11.0.
87

    
88
Drupal 7.52, 2016-11-16
89
-----------------------
90
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-005.
91

    
92
Drupal 7.51, 2016-10-05
93
-----------------------
94
- The Update module now also checks for updates to a disabled theme that is
95
  used as an admin theme.
96
- Exceptions thrown in dblog_watchdog() are now caught and ignored.
97
- Clarified the warning that appears when modules are missing or have moved.
98
- Log messages are now XSS filtered on display.
99
- Draggable tables now work on touch screen devices.
100
- Added a setting for allowing double underscores in CSS identifiers
101
  (https://www.drupal.org/node/2810369).
102
- If a user navigates away from a page while an Ajax request is running they
103
  will no longer get an error message saying "An Ajax HTTP request terminated
104
  abnormally".
105
- The system_region_list() API function now takes an optional third parameter
106
  which allows region name translations to be skipped when they are not needed
107
  (API addition: https://www.drupal.org/node/2810365).
108
- Numerous performance improvements.
109
- Numerous bug fixes.
110
- Numerous API documentation improvements.
111
- Additional automated test coverage.
112

    
113
Drupal 7.50, 2016-07-07 
114
-----------------------
115
- Added a new "administer fields" permission for trusted users, which is
116
  required in addition to other permissions to use the field UI
117
  (https://www.drupal.org/node/2483307).
118
- Added clickjacking protection to Drupal core by setting the X-Frame-Options
119
  header to SAMEORIGIN by default (https://www.drupal.org/node/2735873).
120
- Added support for full UTF-8 (emojis, Asian symbols, mathematical symbols) on
121
  MySQL and other database drivers when the site and database are configured to
122
  allow it (https://www.drupal.org/node/2761183).
123
- Improved performance by avoiding a re-scan of directories when a file is
124
  missing; instead, trigger a PHP warning (minor API change:
125
  https://www.drupal.org/node/2581445).
126
- Made it possible to use any PHP callable in Ajax form callbacks, form API
127
  form-building functions, and form API wrapper callbacks (API addition:
128
  https://www.drupal.org/node/2761169).
129
- Fixed that following a password reset link while logged in leaves users unable
130
  to change their password (minor user interface change:
131
  https://www.drupal.org/node/2759023).
132
- Implemented various fixes for automated test failures on PHP 5.4+ and PHP 7.
133
  Drupal core automated tests now pass in these environments.
134
- Improved support for PHP 7 by fixing various problems.
135
- Fixed various bugs with PHP 5.5+ imagerotate(), including when incorrect
136
  color indices are passed in.
137
- Fixed a regression introduced in Drupal 7.43 that allowed files uploaded by
138
  anonymous users to be lost after form validation errors, and that also caused
139
  regressions with certain contributed modules.
140
- Fixed a regression introduced in Drupal 7.36 which caused the default value
141
  of hidden textarea fields to be ignored.
142
- Fixed robots.txt to allow search engines to access CSS, JavaScript and image
143
  files.
144
- Changed wording on the Update Manager settings page to clarify that the
145
  option to check for disabled module updates also applies to uninstalled
146
  modules (administrative-facing translatable string change).
147
- Changed the help text when editing menu links and configuring URL redirect
148
  actions so that it does not reference "Drupal" or the drupal.org website
149
  (administrative-facing translatable string change).
150
- Fixed the locale safety check that is used to ensure that translations are
151
  safe to allow for tokens in the href/src attributes of translated strings.
152
- Fixed that URL generation only works on port 80 when using domain based
153
  language negotation.
154
- Made method="get" forms work inside the administrative overlay. The fix adds
155
  a new hidden field to these forms when they appear inside the overlay (minor
156
  data structure change).
157
- Increased maxlength of menu link title input fields in the node form and
158
  menu link form from 128 to 255 characters.
159
- Removed meaningless post-check=0 and pre-check=0 cache control headers from
160
  Drupal HTTP responses.
161
- Added a .editorconfig file to auto-configure editors that support it.
162
- Added --directory option to run-tests.sh for easier test discovery of all
163
  tests within a project.
164
- Made run-tests.sh exit with a failure code when there are test fails or
165
  problems running the script.
166
- Fixed that cookies from previous tests are still present when a new test
167
  starts in DrupalWebTestCase.
168
- Improved performance of queries on the {authmap} database table.
169
- Fixed handling of missing files and functions inside the registry.
170
- Fixed Ajax handling for tableselect form elements that use checkboxes.
171
- Fixed a bug which caused ip_address() to return nothing when the client IP
172
  address and proxy IP address are the same.
173
- Added a new option to format_xml_elements() to allow for already encoded
174
  values.
175
- Changed the {history} table's node ID field to be an unsigned integer, to
176
  match the same field in the {node} table and to prevent errors with very
177
  large node IDs.
178
- Added an explicit page callback to the "admin/people/create" menu item in the
179
  User module (minor data structure change). Previously this automatically
180
  inherited the page callback from the parent "admin/people" menu item, which
181
  broke contributed modules that override the "admin/people" page.
182
- Numerous small bug fixes.
183
- Numerous API documentation improvements.
184
- Additional automated test coverage.
185

    
186
Drupal 7.44, 2016-06-15
187
-----------------------
188
- Fixed security issues (privilege escalation). See SA-CORE-2016-002.
189

    
190
Drupal 7.43, 2016-02-24
191
-----------------------
192
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.
193

    
194
Drupal 7.42, 2016-02-03
195
-----------------------
196
- Stopped invoking hook_flush_caches() on every cron run, since some modules
197
  use that hook for expensive operations that are only needed on cache clears.
198
- Changed the default .htaccess and web.config to block Composer-related files.
199
- Added static caching to module_load_include() to improve performance.
200
- Fixed double-encoding bugs in select field widgets provided by the Options
201
  module. The fix deprecates the 'strip_tags' property on option widgets and
202
  replaces it with a new 'strip_tags_and_unescape' property (minor data
203
  structure change).
204
- Improved MySQL 5.7 support by changing the MySQL database driver to stop
205
  using the ANSI SQL mode alias, which has different meanings for different
206
  MySQL versions.
207
- Fixed a regression introduced in Drupal 7.39 which prevented autocomplete
208
  functionality from working on servers that are not configured to
209
  automatically recognize index.php.
210
- Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs
211
  with tar file handling on various operating systems.
212
- Fixed fatal errors on node preview when a field is displayed in the node
213
  teaser but hidden in the full node view. The fix removes a
214
  field_attach_prepare_view() call from the node_preview() function since it is
215
  redundant with one in the node preview theme layer.
216
- Improved the description of the "Trimmed" format option on text fields
217
  (translatable string change, and minor UI and data structure change).
218
- Numerous small bug fixes.
219
- Numerous API documentation improvements.
220
- Additional automated test coverage.
221

    
222
Drupal 7.41, 2015-10-21
223
-----------------------
224
- Fixed security issues (open redirect). See SA-CORE-2015-004.
225

    
226
Drupal 7.40, 2015-10-14
227
-----------------------
228
- Made Drupal's code for parsing .info files run much faster and use much less
229
  memory.
230
- Prevented drupal_http_request() from returning an error when it receives a
231
  201 through 206 HTTP status code.
232
- Added support for autoloading traits via the registry on sites running PHP
233
  5.4 or higher.
234
- Allowed the user-picture.tpl.php theme template to have HTML classes besides
235
  the default "user-picture" class printed in it (markup change).
236
- Fixed the URL text filter to convert e-mail addresses with plus signs into
237
  mailto: links.
238
- Added alternate text to file icons displayed by the File module, to improve
239
  accessibility (string change, and minor API addition to theme_file_icon()).
240
- Changed one-time login link failure messages to be displayed as errors or
241
  warnings as appropriate, rather than as regular status messages (minor UI
242
  change and data structure change).
243
- Changed the default settings.php configuration to exclude private files from
244
  the "404_fast_paths" behavior.
245
- Changed the page that displays filter tips for a particular text format, for
246
  example filter/tips/full_html, to return "page not found" or "access denied"
247
  if the format does not exist or the user does not have access to it. This
248
  change adds a new menu item to the Filter module's hook_menu() entry (minor
249
  data structure change).
250
- Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the
251
  cache keys used for caching a particular block.
252
- Made drupal_set_message() display and return messages when "0" is passed in
253
  as the message to set.
254
- Fixed non-functional "Files displayed by default" setting on file fields.
255
- The "worker callback" provided in hook_cron_queue_info() and the "finished"
256
  callback specified during batch processing can now be any PHP callable
257
  instead of just functions.
258
- Prevented drupal_set_time_limit() from decreasing the time limit in the case
259
  where the PHP maximum execution time is already unlimited.
260
- Changed the default thousand marker for numeric fields from a space ("1 000")
261
  to nothing ("1000") (minor UI change: https://www.drupal.org/node/1388376).
262
- Prevented malformed theme .info files (without a "name" key) from causing
263
  exceptions during menu rebuilds. If an .info file without a "name" key is
264
  found in a module or theme directory, Drupal will now use the module or
265
  theme's machine name as the display name instead.
266
- Made the format column in the {date_format_locale} database table
267
  case-sensitive, to match the equivalent column in the {date_formats} table.
268
- Fixed a bug in the Statistics module that caused JavaScript files attached to
269
  a node while it is being viewed to be omitted from the page.
270
- Added an optional 'project:' prefix that can be added to dependencies in a
271
  module's .info file to indicate which project the dependency resides in (API
272
  addition: https://www.drupal.org/node/2299747).
273
- Fixed various bugs that occurred after hooks were invoked early in the Drupal
274
  bootstrap and that caused module_implements() and drupal_alter() to cache an
275
  incomplete set of hook implementations for later use.
276
- Set the X-Content-Type-Options header to "nosniff" when possible, to prevent
277
  certain web browsers from picking an unsafe MIME type.
278
- Prevented the database API from executing multiple queries at once on MySQL,
279
  if the site's PHP version is new enough to do so. This is a secondary defense
280
  against SQL injection (API change: https://www.drupal.org/node/2463973).
281
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade
282
  to fail when there were multiple file records pointing to the same file.
283
- Numerous small bug fixes.
284
- Numerous API documentation improvements.
285
- Additional automated test coverage.
286

    
287
Drupal 7.39, 2015-08-19
288
-----------------------
289
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.
290

    
291
Drupal 7.38, 2015-06-17
292
-----------------------
293
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-002.
294

    
295
Drupal 7.37, 2015-05-07
296
-----------------------
297
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
298
  to become disabled if they were defined by a no-longer-enabled module.
299
- Removed a confusing description regarding automatic time zone detection from
300
  the user account form (minor UI and data structure change).
301
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
302
  when specified in the list of allowed tags.
303
- Allowed hook_field_schema() implementations to specify indexes for fields
304
  based on a fixed-length column prefix (rather than the entire column), as was
305
  already allowed in hook_schema() implementations.
306
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
307
- Added a sites/all/libraries folder to the codebase, with instructions for
308
  using it.
309
- Added a description to the "Administer text formats and filters" permission
310
  on the Permissions page (string change).
311
- Numerous small bug fixes.
312
- Numerous API documentation improvements.
313
- Additional automated test coverage.
314

    
315
Drupal 7.36, 2015-04-01
316
-----------------------
317
- Added a 'file_public_schema' variable which allows modules that define
318
  publicly-accessible streams in hook_stream_wrappers() to bypass file download
319
  access checks when processing managed file upload fields.
320
- Fixed a bug that caused database query tags not to be added to search-related
321
  database queries under many circumstances, and which prevented the
322
  corresponding hook_query_TAG_alter() implementations from being called.
323
- Fixed the "for" attribute on managed file upload field labels to improve
324
  accessibility (minor markup change).
325
- Added a 'javascript_always_use_jquery' variable which can be set to FALSE by
326
  sites that may not need jQuery loaded on all pages, and a 'requires_jquery'
327
  option to drupal_add_js() which modules can set to FALSE when adding
328
  JavaScript files that have no dependency on jQuery (API addition:
329
  https://www.drupal.org/node/2462717).
330
- Fixed incorrect foreign keys in the User module's role_permission and
331
  users_roles database tables.
332
- Changed permission descriptions throughout Drupal core to consistently link
333
  to relevant administrative pages, regardless of whether the user viewing the
334
  Permissions page can view the page being linked to (minor UI change).
335
- Fixed the drupal_add_region_content() function so that it actually adds
336
  content to the page.
337
- Added an 'image_suppress_itok_output' variable to allow sites already using
338
  the existing 'image_allow_insecure_derivatives' variable to also prevent
339
  security tokens from appearing in image derivative URLs.
340
- Fixed double-escaping of theme names in the Block module administrative
341
  interface (minor string change).
342
- Added basic support for Xdebug when running automated tests.
343
- Fixed a bug which caused previewing a node to remove elements from the node
344
  being edited. With this fix, calling node_preview() will no longer modify the
345
  passed-in node object (minor API change).
346
- Added a user_has_role() function to check whether a user has a particular
347
  role (API addition: https://www.drupal.org/node/2462411).
348
- Fixed installation failures when an opcode cache is enabled.
349
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private
350
  files to be inaccessible.
351
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user
352
  pictures to be lost.
353
- Fixed missing language code in hook_field_attach_view_alter() when it is
354
  invoked from field_view_field().
355
- Stopped sending ETag and Last-Modified headers for uncached page requests,
356
  since they break caching for certain Varnish and Nginx configurations.
357
- Changed the Simpletest module to allow PSR-4 test classes to be used in
358
  Drupal 7.
359
- Fixed a fatal error that occurred when using the Comment module's "Unpublish
360
  comment containing keyword(s)" action.
361
- Changed the "lang" attribute on language links to "xml:lang" so it validates
362
  as XHTML (minor markup change).
363
- Prevented the form API from allowing arrays to be submitted for various form
364
  elements, such as textfields, textareas, and password fields (API change:
365
  https://www.drupal.org/node/2462723).
366
- Fixed a bug in the Contact module which caused the global user object to have
367
  the incorrect name and e-mail address during the remainder of the page
368
  request after the contact form is submitted.
369
- Numerous small bug fixes.
370
- Numerous API documentation improvements.
371
- Additional automated test coverage.
372

    
373
Drupal 7.35, 2015-03-18
374
-----------------------
375
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
376

    
377
Drupal 7.34, 2014-11-19
378
-----------------------
379
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
380

    
381
Drupal 7.33, 2014-11-07
382
-----------------------
383
- Began storing the file modification time of each module and theme in the
384
  {system} database table so that contributed modules can use it to identify
385
  recently changed modules and themes (minor data structure change to the
386
  return value of system_get_info() and other related functions).
387
- Added a "Did you mean?" feature to the run-tests.sh script for running
388
  automated tests from the command line, to help developers who are attempting
389
  to run a particular test class or group.
390
- Changed the date format used in various HTTP headers output by Drupal core
391
  from RFC 1123 format to RFC 7231 format.
392
- Added a "block_cache_bypass_node_grants" variable to allow sites which have
393
  node access modules enabled to use the block cache if desired (API addition).
394
- Made image derivative generation HTTP requests return a 404 error (rather
395
  than a 500 error) when the source image does not exist.
396
- Fixed a bug which caused user pictures to be removed from the user object
397
  after saving, and resulted in data loss if the user account was subsequently
398
  re-saved.
399
- Fixed a bug in which field_has_data() did not return TRUE for fields that
400
  only had data in older entity revisions, leading to loss of the field's data
401
  when the field configuration was edited.
402
- Fixed a bug which caused the Ajax progress throbber to appear misaligned in
403
  many situatons (minor styling change).
404
- Prevented the Bartik theme from lower-casing the "Permalink" link on
405
  comments, for improved multilingual support (minor UI change).
406
- Added a "preferred_menu_links" tag to the database query that is used by
407
  menu_link_get_preferred() to find the preferred menu link for a given path,
408
  to make it easier to alter.
409
- Increased the maximum allowed length of block titles to 255 characters
410
  (database schema change to the {block} table).
411
- Removed the Field module's field_modules_uninstalled() function, since it did
412
  not do anything when it was invoked.
413
- Added a "theme_hook_original" variable to templates and theme functions and
414
  an optional sitewide theme debug mode, to provide contextual information in
415
  the page's HTML to theme developers. The theme debug mode is based on the one
416
  used with Twig in Drupal 8 and can be accessed by setting the "theme_debug"
417
  variable to TRUE (API addition).
418
- Added an entity_view_mode_prepare() API function to allow entity-defining
419
  modules to properly invoke hook_entity_view_mode_alter(), and used it
420
  throughout Drupal core to fix bugs with the invocation of that hook (API
421
  change: https://www.drupal.org/node/2369141).
422
- Security improvement: Made the database API's orderBy() method sanitize the
423
  sort direction ("ASC" or "DESC") for queries built with db_select(), so that
424
  calling code does not have to.
425
- Changed the RDF module to consistently output RDF metadata for nodes and
426
  comments near where the node is rendered in the HTML (minor markup and data
427
  structure change).
428
- Added an HTML class to RDFa metatags throughout Drupal to prevent them from
429
  accidentally affecting the site appearance (minor markup change).
430
- Fixed a bug in the Unicode requirements check which prevented installing
431
  Drupal on PHP 5.6.
432
- Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap
433
  when called early in the page request.
434
- Renamed the "Search result" view mode to "Search result highlighting input"
435
  to better reflect how it is used (UI change).
436
- Improved database queries generated by EntityFieldQuery in the case where
437
  delta or language condition groups are used, to reduce the number of INNER
438
  JOINs (this is a minor data structure change affecting code which implements
439
  hook_query_alter() on these queries).
440
- Removed special-case behavior for file uploads which allowed user #1 to
441
  bypass maximum file size and user quota limits.
442
- Numerous small bug fixes.
443
- Numerous API documentation improvements.
444
- Additional automated test coverage.
445

    
446
Drupal 7.32, 2014-10-15
447
-----------------------
448
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
449

    
450
Drupal 7.31, 2014-08-06
451
-----------------------
452
- Fixed security issues (denial of service). See SA-CORE-2014-004.
453

    
454
Drupal 7.30, 2014-07-24
455
-----------------------
456
- Fixed a regression introduced in Drupal 7.29 that caused files or images
457
  attached to taxonomy terms to be deleted when the taxonomy term was edited
458
  and resaved (and other related bugs with contributed and custom modules).
459
- Added a warning on the permissions page to recommend restricting access to
460
  the "View site reports" permission to trusted administrators. See
461
  DRUPAL-PSA-2014-002.
462
- Numerous API documentation improvements.
463
- Additional automated test coverage.
464

    
465
Drupal 7.29, 2014-07-16
466
-----------------------
467
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
468

    
469
Drupal 7.28, 2014-05-08
470
-----------------------
471
- Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break
472
  on older browsers (such as Internet Explorer 8 and earlier) when Ajax was
473
  used.
474
- Increased the timeout used by the Update Manager module when it fetches data
475
  from drupal.org (from 5 seconds to 30 seconds), to work around a problem
476
  which causes incomplete information about security updates to be presented to
477
  site administrators. This fix may lead to a performance slowdown on the
478
  Update Manager administration pages, when installing Drupal distributions,
479
  and (for sites that use the automated cron feature) on occasional page loads
480
  by site visitors.
481
- Fixed the behavior of the token system's "[node:summary]" token when the body
482
  field does not have a manual summary.
483
- Changed the behavior of db_query_temporary() so that it works on SELECT
484
  queries even when they have leading comments/whitespace. A side effect of
485
  this fix is that db_query_temporary() will now fail with an error if it is
486
  ever used on non-SELECT queries.
487
- Added a "node_admin_filter" tag to the database query used to build the list
488
  of nodes on the content administration page, to make it easier to alter.
489
- Made the cron queue system log any exceptions that are thrown while an item
490
  in the queue is being processed, rather than stopping the entire PHP request.
491
- Improved screen reader support by adding an aria-live HTML attribute to file
492
  upload fields when there is an error uploading the file (minor markup
493
  change).
494
- Made the pager on the Tracker module listing pages show the same number of
495
  items as other pagers throughout Drupal core (minor UI change).
496
- Fixed a bug which caused caches not to be properly cleared when a file entity
497
  was saved or deleted.
498
- Added several missing countries to the default list returned by
499
  country_get_list() (string change).
500
- Replaced the term "weight" with "influence" in the content ranking settings
501
  for search, and added help text for administrators (string change).
502
- Fixed untranslatable text strings in the administrative interface for the
503
  "Crop" effect provided by the Image module (minor string change).
504
- Fixed a bug in the Taxonomy module update function introduced in Drupal 7.26
505
  that caused memory and CPU problems on sites with very large numbers of
506
  unpublished nodes.
507
- Numerous small bug fixes.
508
- Numerous API documentation improvements.
509
- Additional automated test coverage.
510

    
511
Drupal 7.27, 2014-04-16
512
-----------------------
513
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
514

    
515
Drupal 7.26, 2014-01-15
516
-----------------------
517
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
518

    
519
Drupal 7.25, 2014-01-02
520
-----------------------
521
- Fixed a bug in node_save() which prevented the saved node from being updated
522
  in hook_node_insert() and other similar hooks.
523
- Added a meta tag to install.php to prevent it from being indexed by search
524
  engines even when Drupal is installed in a subfolder (minor markup change).
525
- Fixed a bug in the database API that caused frequent deadlock errors when
526
  running merge queries on some servers.
527
- Performance improvement: Prevented block rehashing from writing blocks to the
528
  database on every cache clear and cron run when the blocks have not changed.
529
  This fix results in an extra 'saved' key which is added and set to TRUE for
530
  each block returned by _block_rehash() that actually is saved to the database
531
  (data structure change).
532
- Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
533
  queues to avoid being automatically processed on cron runs (API addition).
534
- Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
535
  invoked if the block delta had a hyphen in it. To implement the hook when the
536
  block delta has a hyphen, modules should now replace hyphens with underscores
537
  when constructing the function name for the hook implementation.
538
- Fixed a bug which caused cached pages to sometimes be sent to the browser
539
  with incorrect compression. The fix adds a new 'page_compressed' key to the
540
  $cache->data array returned by drupal_page_get_cache() (minor data structure
541
  change).
542
- Fixed broken tests on PHP 5.5.
543
- Made the File and Image modules more robust when saving entities that have
544
  deleted files attached. The code in file_field_presave() will now remove the
545
  record of the deleted file from the entity before saving (minor data
546
  structure change).
547
- Standardized menu callback functions throughout Drupal core to return
548
  MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
549
  not found" or "access denied" pages (minor API change in the return value of
550
  these functions under some circumstances).
551
- Fixed a bug in which caches were not properly cleared when a node was deleted
552
  via the administrative interface.
553
- Changed the Bartik theme to render content contained in <pre>, <code> and
554
  similar tags in a larger font size, so it is easier to read.
555
- Fixed a bug in the Search module that caused exceptions to be thrown during
556
  searches if the server was not configured to represent decimal points as a
557
  period.
558
- Fixed a regression in the Image module that made image_style_url() not work
559
  when a relative path (rather than a complete file URI) was passed to it.
560
- Added an optional feature to the Statistics module to allow node views to be
561
  tracked by Ajax requests rather than during the server-side generation of the
562
  page. This allows the node counter to work on sites that use external page
563
  caches (string change and new administrative option:
564
  https://drupal.org/node/2164069).
565
- Added a link to the drupal.org documentation page for cron to the Cron
566
  settings page (string change).
567
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
568
  object returned by drupal_anonymous_user() to be overridden with a classed
569
  object (API addition).
570
- Changed the database API to allow inserts based on a SELECT * query to work
571
  correctly.
572
- Changed the database schema of the {file_managed} table to allow Drupal to
573
  manage files larger than 4 GB.
574
- Changed the File module's hook_field_load() implementation to prevent file
575
  entity properties which have the same name as file or image field properties
576
  from overwriting the field properties (minor API change).
577
- Numerous small bug fixes.
578
- Numerous API documentation improvements.
579
- Additional automated test coverage.
580

    
581
Drupal 7.24, 2013-11-20
582
-----------------------
583
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
584

    
585
Drupal 7.23, 2013-08-07
586
-----------------------
587
- Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module
588
  from Drupal 6 to Drupal 7.
589
- Fixed the default ordering of CSS files for sites using right-to-left
590
  languages, to consistently place the right-to-left override file immediately
591
  after the CSS it is overriding (API change: https://drupal.org/node/2058463).
592
- Added a drupal_check_memory_limit() API function to allow the memory limit to
593
  be checked consistently (API addition).
594
- Changed the default web.config file for IIS servers to allow favicon.ico
595
  files which are present in the filesystem to be accessed.
596
- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
597
  functions.
598
- Performance improvement: Allowed all hooks to be included in the
599
  module_implements() cache, even those that are only invoked on HTTP POST
600
  requests.
601
- Made the database system replace truncate queries with delete queries when
602
  inside a transaction, to fix issues with PostgreSQL and other databases.
603
- Fixed a bug which caused nested contextual links to display improperly.
604
- Fixed a bug which prevented cached image derivatives from being flushed for
605
  private files and other non-default file schemes.
606
- Fixed drupal_render() to always return an empty string when there is no
607
  output, rather than sometimes returning NULL (minor API change).
608
- Added protection to cache_clear_all() to ensure that non-cache tables cannot
609
  be truncated (API addition: a new isValidBin() method has been added to the
610
  default database cache implementation).
611
- Changed the default .htaccess file to support HTTP authorization in CGI
612
  environments.
613
- Changed the password reset form to pre-fill the username when requested via a
614
  URL query parameter, and used this in the error message that appears after a
615
  failed login attempt (minor data structure and behavior change).
616
- Fixed broken support for foreign keys in the field API.
617
- Fixed "No active batch" error when a user cancels their own account.
618
- Added a description to the "access content overview" permission on the
619
  permissions page (string change).
620
- Added a drupal_array_diff_assoc_recursive() function to allow associative
621
  arrays to be compared recursively (API addition).
622
- Added human-readable labels to image styles, in addition to the existing
623
  machine-readable name (API change: https://drupal.org/node/2058503).
624
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
625
  additional places in the code, for added security in the case where there is
626
  no hash salt in settings.php.
627
- Fixed a regression in Drupal 7.22 that caused internal server errors for
628
  sites running on very old Apache 1.x web servers.
629
- Numerous small bug fixes.
630
- Numerous API documentation improvements.
631
- Additional automated test coverage.
632

    
633
Drupal 7.22, 2013-04-03
634
-----------------------
635
- Allowed the drupal_http_request() function to be overridden so that
636
  additional HTTP request capabilities can be added by contributed modules.
637
- Changed the Simpletest module to allow PSR-0 test classes to be used in
638
  Drupal 7.
639
- Removed an unnecessary "Content-Disposition" header from private file
640
  downloads; it prevented many private files from being viewed inline in a web
641
  browser.
642
- Changed various field API functions to allow them to optionally act on a
643
  single field within an entity (API addition: http://drupal.org/node/1825844).
644
- Fixed a bug which prevented Drupal's file transfer functionality from working
645
  on some PHP 5.4 systems.
646
- Fixed incorrect log message when theme() is called for a theme hook that does
647
  not exist (minor string change).
648
- Fixed Drupal's token-replacement system to allow spaces in the token value.
649
- Changed the default behavior after a user creates a node they do not have
650
  access to view. The user will now be redirected to the front page rather than
651
  an access denied page.
652
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
653
  (Minor behavior change: Callers of drupal_add_http_header() must now set
654
  FALSE explicitly to prevent a header from being sent at all; this was already
655
  indicated in the function's documentation.)
656
- Fixed OpenID errors when more than one module implements hook_openid(). The
657
  behavior is now changed so that if more than one module tries to set the same
658
  parameter, the last module's change takes effect.
659
- Fixed a serious documentation bug: The $name variable in the
660
  taxonomy-term.tpl.php theme template was incorrectly documented as being
661
  sanitized when in fact it is not.
662
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
663
  duplicate permission names in the User module's database tables.
664
- Added an empty "datatype" attribute to taxonomy term and username links to
665
  make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
666
- Fixed a bug which caused the denial-of-service protection added in Drupal
667
  7.20 to break certain valid image URLs that had an extra slash in them.
668
- Fixed a bug with update queries in the SQLite database driver that prevented
669
  Drupal from being installed with SQLite on PHP 5.4.
670
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
671
  certain non-MySQL databases.
672
- Refactored the Field module's caching behavior to obtain large improvements
673
  in memory usage for sites with many fields and instances (API addition:
674
  http://drupal.org/node/1915646).
675
- Fixed entity argument not being passed to implementations of
676
  hook_file_download_access_alter(). The fix adds an additional context
677
  parameter that can be passed when calling drupal_alter() for any hook (API
678
  change: http://drupal.org/node/1882722).
679
- Fixed broken support for translatable comment fields (API change:
680
  http://drupal.org/node/1874724).
681
- Added an assertThemeOutput() method to Simpletest to allow tests to check
682
  that themed output matches an expected HTML string (API addition).
683
- Added a link to "Install another module" after a module has been successfully
684
  downloaded via the Update Manager (UI change).
685
- Added an optional "exclusive" flag to installation profile .info files which
686
  allows Drupal distributions to force a profile to be selected during
687
  installation (API addition: http://drupal.org/node/1961012).
688
- Fixed a bug which caused the database API to not properly close database
689
  connections.
690
- Added a link to the URL for running cron from outside the site to the Cron
691
  settings page (UI change).
692
- Fixed a bug which prevented image styles from being reverted on PHP 5.4.
693
- Made the default .htaccess rules protocol sensitive to improve security for
694
  sites which use HTTPS and redirect between "www" and non-"www" versions of
695
  the page.
696
- Numerous small bug fixes.
697
- Numerous API documentation improvements.
698
- Additional automated test coverage.
699

    
700
Drupal 7.21, 2013-03-06
701
-----------------------
702
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
703
  have partial protection from the security issues fixed in Drupal 7.20.
704

    
705
Drupal 7.20, 2013-02-20
706
-----------------------
707
- Fixed security issues (denial of service). See SA-CORE-2013-002.
708

    
709
Drupal 7.19, 2013-01-16
710
-----------------------
711
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
712

    
713
Drupal 7.18, 2012-12-19
714
-----------------------
715
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
716

    
717
Drupal 7.17, 2012-11-07
718
-----------------------
719
- Changed the default value of the '404_fast_html' variable to have a DOCTYPE
720
  declaration.
721
- Made it possible to use associative arrays for the 'items' variable in
722
  theme_item_list().
723
- Fixed a bug which prevented required form elements without a title from being
724
  given an "error" class when the form fails validation.
725
- Prevented duplicate HTML IDs from appearing when two forms are displayed on
726
  the same page and one of them is submitted with invalid data (minor markup
727
  change).
728
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
729
  stale data in the Upload module's database tables.
730
- Fixed a bug in the States API which prevented certain types of form elements
731
  from being disabled when requested.
732
- Allowed aggregator feed items with author names longer than 255 characters to
733
  have a truncated version saved to the database (rather than causing a fatal
734
  error).
735
- Allowed aggregator feed items to have URLs longer than 255 characters
736
  (schema change which results in several columns in the Aggregator module's
737
  database tables changing from VARCHAR to TEXT fields).
738
- Added hook_taxonomy_term_view() and standardized the process for rendering
739
  taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
740
  with other entities (API change: http://drupal.org/node/1808870).
741
- Added hook_entity_view_mode_alter() to allow modules to change entity view
742
  modes on display (API addition: http://drupal.org/node/1833086).
743
- Fixed a bug which made database queries running a "LIKE" query on blob fields
744
  fail on PostgreSQL databases. This caused errors during the Drupal 6 to
745
  Drupal 7 upgrade.
746
- Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
747
  components from being accidentally passed to the page callback function (data
748
  structure change).
749
- Removed a non-standard "name" attribute from Drupal's default Content-Type
750
  header for file downloads.
751
- Fixed the theme settings form to properly clean up submitted values in
752
  $form_state['values'] when the form is submitted (data structure change).
753
- Fixed an inconsistency by removing the colon from the end of the label on
754
  multi-valued form fields (minor string change).
755
- Added support for 'weight' in hook_field_widget_info() to allow modules to
756
  control the order in which widgets are displayed in the Field UI.
757
- Updated various tables in the OpenID and Book modules to use the default
758
  "empty table" text pattern (string change).
759
- Added proxy server support to drupal_http_request().
760
- Added "lang" attributes to language links, to better support screen readers.
761
- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the
762
  Seven theme (markup change).
763
- Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
764
  double-escaped. The fix replaces the taxonomy vocabulary overview page and
765
  "Edit shortcuts" menu items' title callback entries in hook_menu() with new
766
  functions that do not escape HTML characters (data structure change).
767
- Modified the Update manager module to allow drupal.org to collect usage
768
  statistics for individual modules and themes, rather than only for entire
769
  projects.
770
- Modified the node listing database query on Drupal's default front page to
771
  add table aliases for better query altering (this is a data structure change
772
  affecting code which implements hook_query_alter() on this query).
773
- Improved the translatability of the "Field type(s) in use" message on the
774
  modules page (admin-facing string change).
775
- Fixed a regression which caused a "call to undefined function
776
  drupal_find_base_themes()" fatal error under rare circumstances.
777
- Numerous API documentation improvements.
778
- Additional automated test coverage.
779

    
780
Drupal 7.16, 2012-10-17
781
-----------------------
782
- Fixed security issues (Arbitrary PHP code execution and information
783
  disclosure). See SA-CORE-2012-003.
784

    
785
Drupal 7.15, 2012-08-01
786
-----------------------
787
- Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
788
  expiration for user password reset links to be adjusted (API addition).
789
- Fixed database errors due to ambiguous column names that occurred when
790
  EntityFieldQuery was used in certain situations.
791
- Changed the drupal_array_get_nested_value() function to return a reference
792
  (API addition).
793
- Changed the System module's hook_block_info() implementation to assign the
794
  "Main page content" and "System help" blocks to appropriate regions by
795
  default and prevent error messages on the block administration page (data
796
  structure change).
797
- Fixed regression: Non-node entities couldn't be accessed with
798
  EntityFieldQuery.
799
- Fixed regression: Optional radio buttons with an empty, non-NULL default
800
  value led to an illegal choice error when none were selected.
801
- Reorganized the testing framework to split setUp() into specific sub-methods
802
  and fix several regressions in the process.
803
- Fixed bug which made it impossible to search for strings that have not been
804
  translated into a particular language.
805
- Renamed the "Field" column on the Manage Fields screen to "Field type", since
806
  the former was confusing and inaccurate (UI change).
807
- Performance improvement: Removed needless call to system_rebuild_module_data()
808
  in field_sync_field_status(), greatly speeding up bulk module enable/disable.
809
- Fixed bug which prevented notifications from being sent when core, module, and
810
  theme updates are available.
811
- Fixed bug which prevented sub-themes from inheriting the default values of
812
  theme settings defined by the base theme.
813
- Fixed bug which prevented the jQuery UI Datepicker from being localized.
814
- Made Ajax alert dialogs respect error reporting settings.
815
- Fixed bug which prevented image styles from being deleted on PHP 5.4.
816
- Fixed bug: Language detection by domain only worked on port 80.
817
- Fixed regression: The first plural index on a page was not calculated
818
  correctly.
819
- Introduced generic entity language support. Entities may now declare their
820
  language property in hook_entity_info(), and modules working with entities
821
  may access the language using entity_language() (API change:
822
  http://drupal.org/node/1626346).
823
- Added EntityFieldQuery support for taxonomy bundles.
824
- Fixed issue where field form structure was incomplete if field_access()
825
  returned FALSE. Instead of being incomplete, the form structure now has
826
  #access set to FALSE and field form validation is skipped (data structure
827
  change: http://drupal.org/node/1663020).
828
- Fixed data loss issue due to field_has_data() returning inconsistent results.
829
  The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field
830
  queries which field storage engines can respond to (API addition:
831
  http://drupal.org/node/1597378).
832
- Fixed notice: Undefined index: default_image in image_field_prepare_view()
833
- Numerous API documentation improvements.
834
- Additional automated test coverage.
835

    
836
Drupal 7.14, 2012-05-02
837
-----------------------
838
- Fixed "integrity constraint" fatal errors when rebuilding registry.
839
- Fixed custom logo and favicon functionality referencing incorrect paths.
840
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
841
- Split field_bundle_settings out per bundle.
842
- Improve UX for machine names for fields (UI change).
843
- Fixed User pictures are not removed properly.
844
- Fixed HTTPS sessions not working in all cases.
845
- Fixed Regression: Required radios throw illegal choice error when none
846
  selected.
847
- Fixed allow autocompletion requests to include slashes.
848
- Eliminate $user->cache and {session}.cache in favor of
849
  $_SESSION['cache_expiration'][$bin] (Performance).
850
- Fixed focus jumps to tab when pressing enter on a form element within tab.
851
- Fixed race condition in locale() - duplicates in {locales_source}.
852
- Fixed Missing "Default image" per field instance.
853
- Quit clobbering people's work when they click the filter tips link
854
- Form API #states: Fix conditionals to allow OR and XOR constructions.
855
- Fixed Focus jumps to tab when pressing enter on a form element within tab.
856
  (Accessibility)
857
- Improved performance of node_access queries.
858
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
859
- Reduce size of cache_menu table (Performance).
860
- Fixed unnecessary aggregation of CSS/JS (Performance).
861
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
862
- Fixed HTML filter is not run first by default, despite default weight.
863
- Fixed Overlay does not work with prefixed URL paths.
864
- Better debug info for field errors (string change).
865
- Fixed Data corruption in comment IDs (results in broken threading on
866
  PostgreSQL).
867
- Fixed machine name not editable if every character is replaced.
868
- Fixed user picture not appearing in comment preview (Markup change).
869
- Added optional vid argument for taxonomy_get_term_by_name().
870
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
871
  with PCRE 8.30.
872
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
873
- Numerous fixes to run-tests.sh.
874
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
875
  different profile for running tests.
876
- Numerous JavaScript performance fixes.
877
- Numerous documentation fixes.
878
- Fixed All pager links have an 'active' CSS class.
879
- Numerous upgrade path fixes; notably:
880
  - system_update_7061() fails on inserting files with same name but different
881
    case.
882
  - system_update_7061() converts filepaths too aggressively.
883
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
884

    
885
Drupal 7.13, 2012-05-02
886
-----------------------
887
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
888

    
889
Drupal 7.12, 2012-02-01
890
-----------------------
891
- Fixed bug preventing custom menus from receiving an active trail.
892
- Fixed hook_field_delete() no longer invoked during field_purge_data().
893
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
894
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
895
  open_basedir().
896
- Fixed Nested transactions throw exceptions when they got out of scope.
897
- Fixed bugs with the Return-Path when sending mail on both Windows and
898
  non-Windows systems.
899
- Fixed bug with DrupalCacheArray property visibility preventing others from
900
  extending it (API change: http://drupal.org/node/1422264).
901
- Fixed bug with handling of non-ASCII characters in file names (API change:
902
  http://drupal.org/node/1424840).
903
- Reconciled field maximum length with database column size in image and
904
  aggregator modules.
905
- Fixes to various core JavaScript files to allow for minification and
906
  aggregation.
907
- Fixed Prevent tests from deleting main installation's tables when
908
  parent::setUp() is not called.
909
- Fixed several Poll module bugs.
910
- Fixed several Shortcut module bugs.
911
- Added new hook_system_theme_info() to provide ability for contributed modules
912
  to test theme functionality.
913
- Added ability to cancel mail sending from hook_mail_alter().
914
- Added support for configurable PDO connection options, enabling master-master
915
  database replication.
916
- Numerous improvements to tests and test runner to pave the way for faster test
917
  runs.
918
- Expanded test coverage.
919
- Numerous API documentation improvements.
920
- Numerous performance improvements, including token replacement and render
921
  cache.
922

    
923
Drupal 7.11, 2012-02-01
924
-----------------------
925
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
926

    
927
Drupal 7.10, 2011-12-05
928
-----------------------
929
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
930
- Reduce memory usage of theme registry (performance).
931
- Fixed PECL upload progress bar for FileField
932
- Fixed running update.php doesn't always clear the cache.
933
- Fixed PDO exceptions on long titles.
934
- Fixed Overlay redirect does not include query string.
935
- Fixed D6 modules satisfy D7 module dependencies.
936
- Fixed the ordering of module hooks when using module_implements_alter().
937
- Fixed "floating" submit buttons during AJAX requests.
938
- Fixed timezone selected on install not propogating to admin account.
939
- Added msgctx context to JS translation functions, for feature parity with t().
940
- Profiles' .install files now available during hook_install_tasks().
941
- Added test coverage of 7.0 -> 7.x upgrade path.
942
- Numerous notice fixes.
943
- Numerous documentation improvements.
944
- Additional automated test coverage.
945

    
946
Drupal 7.9, 2011-10-26
947
----------------------
948
- Critical fixes to OpenID to spec violations that could allow for
949
  impersonation in certain scenarios. Existing OpenID users should see
950
  http://drupal.org/node/1120290#comment-5092796 for more information on
951
  transitioning.
952
- Fixed files getting lost when adding multiple files to multiple file fields
953
  at the same time.
954
- Improved usability of the clean URL test screens.
955
- Restored height/width attributes on images run through the theme system.
956
- Fixed usability bug with first password field being pre-filled by certain
957
  browser plugins.
958
- Fixed file_usage_list() so that it can return more than one result.
959
- Fixed bug preventing preview of private images on node form.
960
- Fixed PDO error when inserting an aggregator title longer than 255 characters.
961
- Spelled out what TRADITIONAL means in MySQL sql_mode.
962
- Deprecated "!=" operator for DBTNG; should be "<>".
963
- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
964
  added in order to enable setting the active menu trail for dynamically
965
  generated menu paths.
966
- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
967
  when serving 404 pages for certain file types.
968
- Added format_string() function which can perform string munging ala the t()
969
  function without the overhead of the translation system.
970
- Numerous #states system fixes.
971
- Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
972
- Numerous Shortcut module fixes.
973
- Numerous language system fixes.
974
- Numerous token fixes.
975
- Numerous CSS fixes.
976
- Numerous upgrade path fixes.
977
- Numerous minor string fixes.
978
- Numerous notice fixes.
979

    
980
Drupal 7.8, 2011-08-31
981
----------------------
982
- Fixed critical upgrade path issue with multilingual sites, leading to lost
983
  content.
984
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
985
  dependencies.
986
- Fixed issue with saving files on hosts with open_basedir restrictions.
987
- Fixed Update manger error when used with Overlay.
988
- Fixed RTL support in Seven administration theme and Overlay.
989
- Fixes to nested transaction support.
990
- Introduced performance pattern to reduce Drupal core's RAM usage.
991
- Added support for HTML 5 tags to filter_xss_admin().
992
- Added exception handling to cron.
993
- Added new hook hook_field_widget_form_alter() for contribtued modules.
994
- element_validate_*() functions now available to contrib.
995
- Added new maintainers for several subsystems.
996
- Numerous testing system improvements.
997
- Numerous markup and CSS fixes.
998
- Numerous poll module fixes.
999
- Numerous notice/warning fixes.
1000
- Numerous documentation fixes.
1001
- Numerous token fixes.
1002

    
1003
Drupal 7.7, 2011-07-27
1004
----------------------
1005
- Fixed VERSION string.
1006

    
1007
Drupal 7.6, 2011-07-27
1008
----------------------
1009
- Fixed support for remote streamwrappers.
1010
- AJAX now binds to 'click' instead of 'mousedown'.
1011
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
1012
- Performance enhancement to permissions page on large numbers of permissions.
1013
- More secure password generation.
1014
- Fix for temporary directory on Windows servers.
1015
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
1016
- Numerous upgrade path fixes.
1017
- Numerous documentation fixes.
1018
- Numerous notice fixes.
1019
- Numerous fixes to improve PHP 5.4 support.
1020
- Numerous RTL improvements.
1021

    
1022
Drupal 7.5, 2011-07-27
1023
----------------------
1024
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
1025

    
1026
Drupal 7.4, 2011-06-29
1027
----------------------
1028
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
1029
- Fixed critical bug with saving default images.
1030
- Fixed fatal errors when uninstalling some modules.
1031
- Added workaround for MySQL transaction support breaking on DDL statments.
1032
- Improved page caching with external caching systems.
1033
- Fix to Batch API, which was terminating too early.
1034
- Numerous upgrade path fixes.
1035
- Performance fixes.
1036
- Additional test coverage.
1037
- Numerous documentation fixes.
1038

    
1039
Drupal 7.3, 2011-06-29
1040
----------------------
1041
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
1042

    
1043
Drupal 7.2, 2011-05-25
1044
----------------------
1045
- Added a default .gitignore file.
1046
- Improved PostgreSQL and SQLite support.
1047
- Numerous critical performance improvements.
1048
- Numerous critical fixes to the upgrade path.
1049
- Numerous fixes to language and translation systems.
1050
- Numerous fixes to AJAX and #states systems.
1051
- Improvements to the locking system.
1052
- Numerous documentation fixes.
1053
- Numerous styling and theme system fixes.
1054
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
1055
- Minor internal API clean-ups.
1056

    
1057
Drupal 7.1, 2011-05-25
1058
----------------------
1059
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
1060

    
1061
Drupal 7.0, 2011-01-05 
1062
----------------------
1063
- Database:
1064
    * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
1065
    * Drupal now requires MySQL >= 5.0.15 or PostgreSQL >= 8.3.
1066
    * Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.
1067
    * Support for master/slave replication, transactions, multi-insert queries,
1068
      and other features.
1069
    * Added support for the SQLite database engine.
1070
    * Default to InnoDB engine, rather than MyISAM, on MySQL when available.
1071
      This offers increased scalability and data integrity.
1072
- Security:
1073
    * Protected cron.php -- cron will only run if the proper key is provided.
1074
    * Implemented a pluggable password system and much stronger password hashes
1075
      that are compatible with the Portable PHP password hashing framework.
1076
    * Rate limited login attempts to prevent brute-force password guessing, and
1077
      improved the flood control API to allow variable time windows and
1078
      identifiers for limiting user access to resources.
1079
    * Transformed the "Update status" module into the "Update manager" which
1080
      can securely install or update modules and themes via a web interface.
1081
- Usability:
1082
    * Added contextual links (a.k.a. local tasks) to page elements, such as
1083
      blocks, nodes, or comments, which allows to perform the most common tasks
1084
      with a single click only.
1085
    * Improved installer requirements check.
1086
    * Improved support for integration of WYSIWYG editors.
1087
    * Implemented drag-and-drop positioning for input format listings.
1088
    * Implemented drag-and-drop positioning for language listing.
1089
    * Implemented drag-and-drop positioning for poll options.
1090
    * Provided descriptions and human-readable names for user permissions.
1091
    * Removed comment controls for users.
1092
    * Removed display order settings for comment module. Comment display
1093
      order can now be customized using the Views module.
1094
    * Removed the 'related terms' feature from taxonomy module since this can
1095
      now be achieved with Field API.
1096
    * Added additional features to the default installation profile, and
1097
      implemented a "slimmed down" profile designed for developers.
1098
    * Added a built-in, automated cron run feature, which is triggered by site
1099
      visitors.
1100
    * Added an administrator role which is assigned all permissions for
1101
      installed modules automatically.
1102
    * Image toolkits are now provided by modules (rather than requiring a
1103
      manual file copy to the includes directory).
1104
    * Added an edit tab to taxonomy term pages.
1105
    * Redesigned password strength validator.
1106
    * Redesigned the add content type screen.
1107
    * Highlight duplicate URL aliases.
1108
    * Renamed "input formats" to "text formats".
1109
    * Moved text format permissions to the main permissions page.
1110
    * Added configurable ability for users to cancel their own accounts.
1111
    * Added "vertical tabs", a reusable interface component that features
1112
      automatic summaries and increases usability.
1113
    * Replaced fieldsets on node edit and add pages with vertical tabs.
1114
- Performance:
1115
    * Improved performance on uncached page views by loading multiple core
1116
      objects in a single database query.
1117
    * Improved performance for logged-in users by reducing queries for path
1118
      alias lookups.
1119
    * Improved support for HTTP proxies (including reverse proxies), allowing
1120
      anonymous page views to be served entirely from the proxy.
1121
- Documentation:
1122
    * Hook API documentation now included in Drupal core.
1123
- News aggregator:
1124
    * Added OPML import functionality for RSS feeds.
1125
    * Optionally, RSS feeds may be configured to not automatically generate feed blocks.
1126
- Search:
1127
    * Added support for language-aware searches.
1128
- Aggregator:
1129
    * Introduced architecture that allows pluggable parsers and processors for
1130
      syndicating RSS and Atom feeds.
1131
    * Added options to suspend updating specific feeds and never discard feeds
1132
      items.
1133
- Testing:
1134
    * Added test framework and tests.
1135
- Improved time zone support:
1136
    * Drupal now uses PHP's time zone database when rendering dates in local
1137
      time. Site-wide and user-configured time zone offsets have been converted
1138
      to time zone names, e.g. Africa/Abidjan.
1139
    * In some cases the upgrade and install scripts do not choose the preferred
1140
      site default time zone. The automatically-selected time zone can be
1141
      corrected at admin/config/regional/settings.
1142
    * If your site is being upgraded from Drupal 6 and you do not have the
1143
      contributed date or event modules installed, user time zone settings will
1144
      fallback to the system time zone and will have to be reconfigured by each user.
1145
    * User-configured time zones now serve as the default time zone for PHP
1146
      date/time functions.
1147
- Filter system:
1148
    * Revamped the filter API and text format storage.
1149
    * Added support for default text formats to be assigned on a per-role basis.
1150
    * Refactored the HTML corrector to take advantage of PHP 5 features.
1151
- User system:
1152
    * Added clean API functions for creating, loading, updating, and deleting
1153
      user roles and permissions.
1154
    * Refactored the "access rules" component of user module: The user module
1155
      now provides a simple interface for blocking single IP addresses. The
1156
      previous functionality in the user module for restricting certain e-mail
1157
      addresses and usernames is now available as a contributed module. Further,
1158
      IP address range blocking is no longer supported and should be implemented
1159
      at the operating system level.
1160
    * Removed per-user themes: Contributed modules with similar functionality
1161
      are available.
1162
- OpenID:
1163
    * Added support for Gmail and Google Apps for Domain identifiers. Users can
1164
      now login with their user@example.com identifier when example.com is powered
1165
      by Google.
1166
    * Made the OpenID module more pluggable.
1167
- Added code registry:
1168
    * Using the registry, modules declare their includable files via their .info file,
1169
      allowing Drupal to lazy-load classes and interfaces as needed.
1170
- Theme system:
1171
    * Removed the Bluemarine, Chameleon and Pushbutton themes. These themes live
1172
      on as contributed themes (http://drupal.org/project/bluemarine,
1173
      http://drupal.org/project/chameleon and http://drupal.org/project/pushbutton).
1174
    * Added Stark theme to make analyzing Drupal's default HTML and CSS easier.
1175
    * Added Seven as the default administration theme.
1176
    * Variable preprocessing of theme hooks prior to template rendering now goes
1177
      through two phases: a 'preprocess' phase and a new 'process' phase. See
1178
      http://api.drupal.org/api/function/theme/7 for details.
1179
    * Theme hooks implemented as functions (rather than as templates) can now
1180
      also have preprocess (and process) functions. See
1181
      http://api.drupal.org/api/function/theme/7 for details.
1182
    * Added Bartik as the default theme.
1183
- File handling:
1184
    * Files are now first class Drupal objects with file_load(), file_save(),
1185
      and file_validate() functions and corresponding hooks.
1186
    * The file_move(), file_copy() and file_delete() functions now operate on
1187
      file objects and invoke file hooks so that modules are notified and can
1188
      respond to changes.
1189
    * For the occasions when only basic file manipulation are needed--such as
1190
      uploading a site logo--that don't require the overhead of databases and
1191
      hooks, the current unmanaged copy, move and delete operations have been
1192
      preserved but renamed to file_unmanaged_*().
1193
    * Rewrote file handling to use PHP stream wrappers to enable support for
1194
      both public and private files and to support pluggable storage mechanisms
1195
      and access to remote resources (e.g. S3 storage or Flickr photos).
1196
    * The mime_extension_mapping variable has been removed. Modules that need to
1197
      alter the default MIME type extension mappings should implement
1198
      hook_file_mimetype_mapping_alter().
1199
    * Added the hook_file_url_alter() hook, which makes it possible to serve
1200
      files from a CDN.
1201
    * Added a field specifically for uploading files, previously provided by
1202
      the contributed module FileField.
1203
- Image handling:
1204
    * Improved image handling, including better support for add-on image
1205
      libraries.
1206
    * Added API and interface for creating advanced image thumbnails.
1207
    * Inclusion of additional effects such as rotate and desaturate.
1208
    * Added a field specifically for uploading images, previously provided by
1209
      the contributed module ImageField.
1210
- Added aliased multi-site support:
1211
    * Added support for mapping domain names to sites directories.
1212
- Added RDF support:
1213
    * Modules can declare RDF namespaces which are serialized in the <html> tag
1214
      for RDFa support.
1215
    * Modules can specify how their data structure maps to RDF.
1216
    * Added support for RDFa export of nodes, comments, terms, users, etc. and
1217
      their fields.
1218
- Search engine optimization and web linking:
1219
    * Added a rel="canonical" link on node and comment pages to prevent
1220
      duplicate content indexing by search engines.
1221
    * Added a default rel="shortlink" link on node and comment pages that
1222
      advertises a short link as an alternative URL to third-party services.
1223
    * Meta information is now alterable by all modules before rendering.
1224
- Field API:
1225
    * Custom data fields may be attached to nodes, users, comments and taxonomy
1226
      terms.
1227
    * Node bodies and teasers are now Field API fields instead of
1228
      being a hard-coded property of node objects.
1229
    * In addition, any other object type may register with Field API
1230
      and allow custom data fields to be attached to itself.
1231
    * Provides most of the features of the former Content Construction
1232
      Kit (CCK) module.
1233
    * Taxonomy terms are now Field API fields that can be added to any fieldable
1234
      object.
1235
- Installer:
1236
    * Refactored the installer into an API that allows Drupal to be installed
1237
      via a command line script.
1238
- Page organization
1239
    * Made the help text area a full featured region with blocks.
1240
    * Site mission is replaced with the highlighted content block region and
1241
      separate RSS feed description settings.
1242
    * The footer message setting was removed in favor of custom blocks.
1243
    * Made the main page content a block which can be moved and ordered
1244
      with other blocks in the same region.
1245
    * Blocks can now return structured arrays for later rendering just
1246
      like page callbacks.
1247
- Translation system
1248
    * The translation system now supports message context (msgctxt).
1249
    * Added support for translatable fields to Field API.
1250
- JavaScript changes
1251
    * Upgraded the core JavaScript library to jQuery version 1.4.4.
1252
    * Upgraded the jQuery Forms library to 2.52.
1253
    * Added jQuery UI 1.8.7, which allows improvements to Drupal's user
1254
      experience.
1255
- Better module version support
1256
    * Modules now can specify which version of another module they depend on.
1257
- Removed modules from core
1258
    * The following modules have been removed from core, because contributed
1259
      modules with similar functionality are available:
1260
      * Blog API module
1261
      * Ping module
1262
      * Throttle module
1263
- Improved node access control system.
1264
    * All modules may now influence the access to a node at runtime, not just
1265
      the module that defined a node.
1266
    * Users may now be allowed to bypass node access restrictions without giving
1267
      them complete access to the site.
1268
    * Access control affects both published and unpublished nodes.
1269
    * Numerous other improvements to the node access system.
1270
- Actions system
1271
    * Simplified definitions of actions and triggers.
1272
    * Removed dependency on the combination of hooks and operations. Triggers
1273
      now directly map to module hooks.
1274
- Task handling
1275
    * Added a queue API to process many or long-running tasks.
1276
    * Added queue API support to cron API.
1277
    * Added a locking framework to coordinate long-running operations across
1278
      requests.
1279

    
1280
Drupal 6.23-dev, xxxx-xx-xx (development release)
1281
---------------------------
1282

    
1283
Drupal 6.22, 2011-05-25
1284
-----------------------
1285
- Made Drupal 6 work better with IIS and Internet Explorer.
1286
- Fixed .po file imports to work better with custom textgroups.
1287
- Improved code documentation at various places.
1288
- Fixed a variety of other bugs.
1289

    
1290
Drupal 6.21, 2011-05-25
1291
-----------------------
1292
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
1293

    
1294
Drupal 6.20, 2010-12-15
1295
-----------------------
1296
- Fixed a variety of small bugs, improved code documentation.
1297

    
1298
Drupal 6.19, 2010-08-11
1299
-----------------------
1300
- Fixed a variety of small bugs, improved code documentation.
1301

    
1302
Drupal 6.18, 2010-08-11
1303
-----------------------
1304
- Fixed security issues (OpenID authentication bypass, File download access
1305
  bypass, Comment unpublishing bypass, Actions cross site scripting),
1306
  see SA-CORE-2010-002.
1307

    
1308
Drupal 6.17, 2010-06-02
1309
-----------------------
1310
- Improved PostgreSQL compatibility
1311
- Better PHP 5.3 and PHP 4 compatibility
1312
- Better browser compatibility of CSS and JS aggregation
1313
- Improved logging for login failures
1314
- Fixed an incompatibility with some contributed modules and the locking system
1315
- Fixed a variety of other bugs.
1316

    
1317
Drupal 6.16, 2010-03-03
1318
-----------------------
1319
- Fixed security issues (Installation cross site scripting, Open redirection,
1320
  Locale module cross site scripting, Blocked user session regeneration),
1321
  see SA-CORE-2010-001.
1322
- Better support for updated jQuery versions.
1323
- Reduced resource usage of update.module.
1324
- Fixed several issues relating to support of installation profiles and
1325
  distributions.
1326
- Added a locking framework to avoid data corruption on long operations.
1327
- Fixed a variety of other bugs.
1328

    
1329
Drupal 6.15, 2009-12-16
1330
-----------------------
1331
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
1332
- Fixed a variety of other bugs.
1333

    
1334
Drupal 6.14, 2009-09-16
1335
-----------------------
1336
- Fixed security issues (OpenID association cross site request forgeries,
1337
  OpenID impersonation and File upload), see SA-CORE-2009-008.
1338
- Changed the system modules page to not run all cache rebuilds; use the
1339
  button on the performance settings page to achieve the same effect.
1340
- Added support for PHP 5.3.0 out of the box.
1341
- Fixed a variety of small bugs.
1342

    
1343
Drupal 6.13, 2009-07-01
1344
-----------------------
1345
- Fixed security issues (Cross site scripting, Input format access bypass and
1346
  Password leakage in URL), see SA-CORE-2009-007.
1347
- Fixed a variety of small bugs.
1348

    
1349
Drupal 6.12, 2009-05-13
1350
-----------------------
1351
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1352
- Fixed a variety of small bugs.
1353

    
1354
Drupal 6.11, 2009-04-29
1355
-----------------------
1356
- Fixed security issues (Cross site scripting and limited information
1357
  disclosure), see SA-CORE-2009-005
1358
- Fixed performance issues with the menu router cache, the update
1359
  status cache and improved cache invalidation
1360
- Fixed a variety of small bugs.
1361

    
1362
Drupal 6.10, 2009-02-25
1363
-----------------------
1364
- Fixed a security issue, (Local file inclusion on Windows),
1365
  see SA-CORE-2009-003
1366
- Fixed node_feed() so custom fields can show up in RSS feeds.
1367
- Improved PostgreSQL compatibility.
1368
- Fixed a variety of small bugs.
1369

    
1370
Drupal 6.9, 2009-01-14
1371
----------------------
1372
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
1373
  against SQL injection), see SA-CORE-2009-001
1374
- Made HTTP request checking more robust and informative.
1375
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
1376
  basic shell scripts.
1377
- Removed t() calls from all schema documentation. Suggested best practice
1378
  changed for contributed modules, see http://drupal.org/node/322731.
1379
- Fixed a variety of small bugs.
1380

    
1381
Drupal 6.8, 2008-12-11
1382
----------------------
1383
- Removed a previous change incompatible with PHP 5.1.x and lower.
1384

    
1385
Drupal 6.7, 2008-12-10
1386
----------------------
1387
- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1388
- Updated robots.txt and .htaccess to match current file use.
1389
- Fixed a variety of small bugs.
1390

    
1391
Drupal 6.6, 2008-10-22
1392
----------------------
1393
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
1394
- Fixed a variety of small bugs.
1395

    
1396
Drupal 6.5, 2008-10-08
1397
----------------------
1398
- Fixed security issues, (File upload access bypass, Access rules bypass,
1399
  BlogAPI access bypass), see SA-2008-060.
1400
- Fixed a variety of small bugs.
1401

    
1402
Drupal 6.4, 2008-08-13
1403
----------------------
1404
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
1405
  BlogAPI, Cross site request forgeries and Various Upload module
1406
  vulnerabilities), see SA-2008-047.
1407
- Improved error messages during installation.
1408
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
1409
- Fixed a variety of small bugs.
1410

    
1411
Drupal 6.3, 2008-07-09
1412
----------------------
1413
- Fixed security issues, (Cross site scripting, cross site request forgery,
1414
  session fixation and SQL injection), see SA-2008-044.
1415
- Slightly modified installation process to prevent file ownership issues on
1416
  shared hosts.
1417
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
1418
- Upgraded to jQuery 1.2.6.
1419
- Performance improvements to search, menu handling and form API caches.
1420
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
1421
- Fixed a variety of small bugs.
1422

    
1423
Drupal 6.2, 2008-04-09
1424
----------------------
1425
- Fixed a variety of small bugs.
1426
- Fixed a security issue (Access bypasses), see SA-2008-026.
1427

    
1428
Drupal 6.1, 2008-02-27
1429
----------------------
1430
- Fixed a variety of small bugs.
1431
- Fixed a security issue (Cross site scripting), see SA-2008-018.
1432

    
1433
Drupal 6.0, 2008-02-13
1434
----------------------
1435
- New, faster and better menu system.
1436
- New watchdog as a hook functionality.
1437
   * New hook_watchdog that can be implemented by any module to route log
1438
     messages to various destinations.
1439
   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
1440
     levels defined in RFC 3164.
1441
   * The watchdog module is now called dblog, and is optional, but enabled by
1442
     default in the default installation profile.
1443
   * Extended the database log module so log messages can be filtered.
1444
   * Added syslog module: useful for monitoring large Drupal installations.
1445
- Added optional e-mail notifications when users are approved, blocked, or
1446
  deleted.
1447
- Drupal works with error reporting set to E_ALL.
1448
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
1449
  to use Drupal as a framework to build command-line tools.
1450
- Made signature support optional and made it possible to theme signatures.
1451
- Made it possible to filter the URL aliases on the URL alias administration
1452
  screen.
1453
- Language system improvements:
1454
    * Support for right to left languages.
1455
    * Language detection based on parts of the URL.
1456
    * Browser based language detection.
1457
    * Made it possible to specify a node's language.
1458
    * Support for translating posts on the site to different languages.
1459
    * Language dependent path aliases.
1460
    * Automatically import translations when adding a new language.
1461
    * JavaScript interface translation.
1462
    * Automatically import a module's translation upon enabling that module.
1463
- Moved "PHP input filter" to a standalone module so it can be deleted for
1464
  security reasons.
1465
- Usability:
1466
    * Improved handling of teasers in posts.
1467
    * Added sticky table headers.
1468
    * Check for clean URL support automatically with JavaScript.
1469
    * Removed default/settings.php. Instead the installer will create it from
1470
      default.settings.php.
1471
    * Made it possible to configure your own date formats.
1472
    * Remember anonymous comment posters.
1473
    * Only allow modules and themes to be enabled that have explicitly been
1474
      ported to the correct core API version.
1475
    * Can now specify the minimum PHP version required for a module within the
1476
      .info file.
1477
    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
1478
      database rights.
1479
    * Dynamically check password strength and confirmation.
1480
    * Refactored poll administration.
1481
    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
1482
      vocabularies and terms, forums, profile fields, and input format filters.
1483
- Theme system:
1484
    * Added .info files to themes and made it easier to specify regions and
1485
      features.
1486
    * Added theme registry: modules can directly provide .tpl.php files for
1487
      their themes without having to create theme_ functions.
1488
    * Used the Garland theme for the installation and maintenance pages.
1489
    * Added theme preprocess functions for themes that are templates.
1490
    * Added support for themeable functions in JavaScript.
1491
- Refactored update.php to a generic batch API to be able to run time-consuming
1492
  operations in multiple subsequent HTTP requests.
1493
- Installer:
1494
    * Themed the installer with the Garland theme.
1495
    * Added form to provide initial site information during installation.
1496
    * Added ability to provide extra installation steps programmatically.
1497
    * Made it possible to import interface translations during installation.
1498
- Added the HTML corrector filter:
1499
    * Fixes faulty and chopped off HTML in postings.
1500
    * Tags are now automatically closed at the end of the teaser.
1501
- Performance:
1502
    * Made it easier to conditionally load .include files and split up many core
1503
      modules.
1504
    * Added a JavaScript aggregator.
1505
    * Added block-level caching, improving performance for both authenticated
1506
      and anonymous users.
1507
    * Made Drupal work correctly when running behind a reverse proxy like
1508
      Squid or Pound.
1509
- File handling improvements:
1510
    * Entries in the files table are now keyed to a user instead of a node.
1511
    * Added reusable validation functions to check for uploaded file sizes,
1512
      extensions, and image resolution.
1513
    * Added ability to create and remove temporary files during a cron job.
1514
- Forum improvements:
1515
    * Any node type may now be posted in a forum.
1516
- Taxonomy improvements:
1517
    * Descriptions for terms are now shown on taxonomy/term pages as well
1518
      as RSS feeds.
1519
    * Added versioning support to categories by associating them with node
1520
      revisions.
1521
- Added support for OpenID.
1522
- Added support for triggering configurable actions.
1523
- Added the Update status module to automatically check for available updates
1524
  and warn sites if they are missing security updates or newer versions.
1525
  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
1526
  Advanced settings provided by http://drupal.org/project/update_advanced.
1527
- Upgraded the core JavaScript library to jQuery version 1.2.3.
1528
- Added a new Schema API, which provides built-in support for core and
1529
  contributed modules to work with databases other than MySQL.
1530
- Removed drupal.module. The functionality lives on as the Site network
1531
  contributed module (http://drupal.org/project/site_network).
1532
- Removed old system updates. Updates from Drupal versions prior to 5.x will
1533
  require upgrading to 5.x before upgrading to 6.x.
1534

    
1535
Drupal 5.23, 2010-08-11
1536
-----------------------
1537
- Fixed security issues (File download access bypass, Comment unpublishing
1538
  bypass), see SA-CORE-2010-002.
1539

    
1540
Drupal 5.22, 2010-03-03
1541
-----------------------
1542
- Fixed security issues (Open redirection, Locale module cross site scripting,
1543
  Blocked user session regeneration), see SA-CORE-2010-001.
1544

    
1545
Drupal 5.21, 2009-12-16
1546
-----------------------
1547
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1548
- Fixed a variety of small bugs.
1549

    
1550
Drupal 5.20, 2009-09-16
1551
-----------------------
1552
- Avoid security problems resulting from writing Drupal 6-style menu
1553
  declarations.
1554
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1555
- Fixed a variety of small bugs.
1556

    
1557
Drupal 5.19, 2009-07-01
1558
-----------------------
1559
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1560
  SA-CORE-2009-007.          
1561
- Fixed a variety of small bugs.
1562

    
1563
Drupal 5.18, 2009-05-13
1564
-----------------------
1565
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1566
- Fixed a variety of small bugs.
1567

    
1568
Drupal 5.17, 2009-04-29
1569
-----------------------
1570
- Fixed security issues (Cross site scripting and limited information
1571
  disclosure) see SA-CORE-2009-005.
1572
- Fixed a variety of small bugs.
1573

    
1574
Drupal 5.16, 2009-02-25
1575
-----------------------
1576
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1577
- Fixed a variety of small bugs.
1578

    
1579
Drupal 5.15, 2009-01-14
1580
-----------------------
1581
- Fixed security issues, (Hardening against SQL injection), see
1582
  SA-CORE-2009-001
1583
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1584
  scripts.
1585
- Fixed a variety of small bugs.
1586

    
1587
Drupal 5.14, 2008-12-11
1588
-----------------------
1589
- removed a previous change incompatible with PHP 5.1.x and lower.
1590

    
1591
Drupal 5.13, 2008-12-10
1592
-----------------------
1593
- fixed a variety of small bugs.
1594
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1595
- updated robots.txt and .htaccess to match current file use.
1596

    
1597
Drupal 5.12, 2008-10-22
1598
-----------------------
1599
- fixed security issues, (File inclusion), see SA-2008-067
1600

    
1601
Drupal 5.11, 2008-10-08
1602
-----------------------
1603
- fixed a variety of small bugs.
1604
- fixed security issues, (File upload access bypass, Access rules bypass,
1605
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1606

    
1607
Drupal 5.10, 2008-08-13
1608
-----------------------
1609
- fixed a variety of small bugs.
1610
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1611
  BlogAPI and Cross site request forgery), see SA-2008-047
1612

    
1613
Drupal 5.9, 2008-07-23
1614
----------------------
1615
- fixed a variety of small bugs.
1616
- fixed security issues, (Session fixation), see SA-2008-046
1617

    
1618
Drupal 5.8, 2008-07-09
1619
----------------------
1620
- fixed a variety of small bugs.
1621
- fixed security issues, (Cross site scripting, cross site request forgery, and
1622
  session fixation), see SA-2008-044
1623

    
1624
Drupal 5.7, 2008-01-28
1625
----------------------
1626
- fixed the input format configuration page.
1627
- fixed a variety of small bugs.
1628

    
1629
Drupal 5.6, 2008-01-10
1630
----------------------
1631
- fixed a variety of small bugs.
1632
- fixed a security issue (Cross site request forgery), see SA-2008-005
1633
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1634
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1635

    
1636
Drupal 5.5, 2007-12-06
1637
----------------------
1638
- fixed missing missing brackets in a query in the user module.
1639
- fixed taxonomy feed bug introduced by SA-2007-031
1640

    
1641
Drupal 5.4, 2007-12-05
1642
----------------------
1643
- fixed a variety of small bugs.
1644
- fixed a security issue (SQL injection), see SA-2007-031
1645

    
1646
Drupal 5.3, 2007-10-17
1647
----------------------
1648
- fixed a variety of small bugs.
1649
- fixed a security issue (HTTP response splitting), see SA-2007-024
1650
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1651
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1652
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1653
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1654

    
1655
Drupal 5.2, 2007-07-26
1656
----------------------
1657
- changed hook_link() $teaser argument to match documentation.
1658
- fixed a variety of small bugs.
1659
- fixed a security issue (cross-site request forgery), see SA-2007-017
1660
- fixed a security issue (cross-site scripting), see SA-2007-018
1661

    
1662
Drupal 5.1, 2007-01-29
1663
----------------------
1664
- fixed security issue (code execution), see SA-2007-005
1665
- fixed a variety of small bugs.
1666

    
1667
Drupal 5.0, 2007-01-15
1668
----------------------
1669
- Completely retooled the administration page
1670
    * /Admin now contains an administration page which may be themed
1671
    * Reorganised administration menu items by task and by module
1672
    * Added a status report page with detailed PHP/MySQL/Drupal information
1673
- Added web-based installer which can:
1674
    * Check installation and run-time requirements
1675
    * Automatically generate the database configuration file
1676
    * Install pre-made installation profiles or distributions
1677
    * Import the database structure with automatic table prefixing
1678
    * Be localized
1679
- Added new default Garland theme
1680
- Added color module to change some themes' color schemes
1681
- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
1682
- Introduced the ability to alter mail sent from system
1683
- Module system:
1684
    * Added .info files for module meta-data
1685
    * Added support for module dependencies
1686
    * Improved module installation screen
1687
    * Moved core modules to their own directories
1688
    * Added support for module uninstalling
1689
- Added support for different cache backends
1690
- Added support for a generic "sites/all" directory.
1691
- Usability:
1692
    * Added support for auto-complete forms (AJAX) to user profiles.
1693
    * Made it possible to instantly assign roles to newly created user accounts.
1694
    * Improved configurability of the contact forms.
1695
    * Reorganized the settings pages.
1696
    * Made it easy to investigate popular search terms.
1697
    * Added a 'select all' checkbox and a range select feature to administration tables.
1698
    * Simplified the 'break' tag to split teasers from body.
1699
    * Use proper capitalization for titles, menu items and operations.
1700
- Integrated urlfilter.module into filter.module
1701
- Block system:
1702
    * Extended the block visibility settings with a role specific setting.
1703
    * Made it possible to customize all block titles.
1704
- Poll module:
1705
    * Optionally allow people to inspect all votes.
1706
    * Optionally allow people to cancel their vote.
1707
- Distributed authentication:
1708
    * Added default server option.
1709
- Added default robots.txt to control crawlers.
1710
- Database API:
1711
    * Added db_table_exists().
1712
- Blogapi module:
1713
    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
1714
- User module:
1715
    * Added hook_profile_alter().
1716
    * E-mail verification is made optional.
1717
    * Added mass editing and filtering on admin/user/user.
1718
- PHP Template engine:
1719
    * Add the ability to look for a series of suggested templates.
1720
    * Look for page templates based upon the path.
1721
    * Look for block templates based upon the region, module, and delta.
1722
- Content system:
1723
    * Made it easier for node access modules to work well with each other.
1724
    * Added configurable content types.
1725
    * Changed node rendering to work with structured arrays.
1726
- Performance:
1727
    * Improved session handling: reduces database overhead.
1728
    * Improved access checking: reduces database overhead.
1729
    * Made it possible to do memcached based session management.
1730
    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
1731
    * Added an 'aggressive' caching policy.
1732
    * Added a CSS aggregator and compressor (up to 40% faster page loads).
1733
- Removed the archive module.
1734
- Upgrade system:
1735
    * Created space for update branches.
1736
- Form API:
1737
    * Made it possible to programmatically submit forms.
1738
    * Improved api for multistep forms.
1739
- Theme system:
1740
    * Split up and removed drupal.css.
1741
    * Added nested lists generation.
1742
    * Added a self-clearing block class.
1743

    
1744
Drupal 4.7.11, 2008-01-10
1745
-------------------------
1746
- fixed a security issue (Cross site request forgery), see SA-2008-005
1747
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1748
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1749

    
1750
Drupal 4.7.10, 2007-12-06
1751
-------------------------
1752
- fixed taxonomy feed bug introduced by SA-2007-031
1753

    
1754
Drupal 4.7.9, 2007-12-05
1755
------------------------
1756
- fixed a security issue (SQL injection), see SA-2007-031
1757

    
1758
Drupal 4.7.8, 2007-10-17
1759
------------------------
1760
- fixed a security issue (HTTP response splitting), see SA-2007-024
1761
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1762
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1763

    
1764
Drupal 4.7.7, 2007-07-26
1765
------------------------
1766
- fixed security issue (XSS), see SA-2007-018
1767

    
1768
Drupal 4.7.6, 2007-01-29
1769
------------------------
1770
- fixed security issue (code execution), see SA-2007-005
1771

    
1772
Drupal 4.7.5, 2007-01-05
1773
------------------------
1774
- Fixed security issue (XSS), see SA-2007-001
1775
- Fixed security issue (DoS), see SA-2007-002
1776

    
1777
Drupal 4.7.4, 2006-10-18
1778
------------------------
1779
- Fixed security issue (XSS), see SA-2006-024
1780
- Fixed security issue (CSRF), see SA-2006-025
1781
- Fixed security issue (Form action attribute injection), see SA-2006-026
1782

    
1783
Drupal 4.7.3, 2006-08-02
1784
------------------------
1785
- Fixed security issue (XSS), see SA-2006-011
1786

    
1787
Drupal 4.7.2, 2006-06-01
1788
------------------------
1789
- Fixed critical upload issue, see SA-2006-007
1790
- Fixed taxonomy XSS issue, see SA-2006-008
1791
- Fixed a variety of small bugs.
1792

    
1793
Drupal 4.7.1, 2006-05-24
1794
------------------------
1795
- Fixed critical SQL issue, see SA-2006-005
1796
- Fixed a serious upgrade related bug.
1797
- Fixed a variety of small bugs.
1798

    
1799
Drupal 4.7.0, 2006-05-01
1800
------------------------
1801
- Added free tagging support.
1802
- Added a site-wide contact form.
1803
- Theme system:
1804
    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
1805
    * Converted the bluemarine theme from XTemplate to PHPTemplate.
1806
    * Converted the pushbutton theme from XTemplate to PHPTemplate.
1807
- Usability:
1808
    * Reworked the 'request new password' functionality.
1809
    * Reworked the node and comment edit forms.
1810
    * Made it easy to add nodes to the navigation menu.
1811
    * Added site 'offline for maintenance' feature.
1812
    * Added support for auto-complete forms (AJAX).
1813
    * Added support for collapsible page sections (JS).
1814
    * Added support for resizable text fields (JS).
1815
    * Improved file upload functionality (AJAX).
1816
    * Reorganized some settings pages.
1817
    * Added friendly database error screens.
1818
    * Improved styling of update.php.
1819
- Refactored the forms API.
1820
    * Made it possible to alter, extend or theme forms.
1821
- Comment system:
1822
    * Added support for "mass comment operations" to ease repetitive tasks.
1823
    * Comment moderation has been removed.
1824
- Node system:
1825
    * Reworked the revision functionality.
1826
    * Removed the bookmarklet code. Third-party modules can now handle
1827
      This.
1828
- Upgrade system:
1829
    * Allows contributed modules to plug into the upgrade system.
1830
- Profiles:
1831
    * Added a block to display author information along with posts.
1832
    * Added support for private profile fields.
1833
- Statistics module:
1834
    * Added the ability to track page generation times.
1835
    * Made it possible to block certain IPs/hostnames.
1836
- Block system:
1837
    * Added support for theme-specific block regions.
1838
- Syndication:
1839
    * Made the aggregator module parse Atom feeds.
1840
    * Made the aggregator generate RSS feeds.
1841
    * Added RSS feed settings.
1842
- XML-RPC:
1843
    * Replaced the XML-RPC library by a better one.
1844
- Performance:
1845
    * Added 'loose caching' option for high-traffic sites.
1846
    * Improved performance of path aliasing.
1847
    * Added the ability to track page generation times.
1848
- Internationalization:
1849
    * Improved Unicode string handling API.
1850
    * Added support for PHP's multibyte string module.
1851
- Added support for PHP5's 'mysqli' extension.
1852
- Search module:
1853
    * Made indexer smarter and more robust.
1854
    * Added advanced search operators (e.g. phrase, node type, ...).
1855
    * Added customizable result ranking.
1856
- PostgreSQL support:
1857
    * Removed dependency on PL/pgSQL procedural language.
1858
- Menu system:
1859
    * Added support for external URLs.
1860
- Queue module:
1861
    * Removed from core.
1862
- HTTP handling:
1863
    * Added support for a tolerant Base URL.
1864
    * Output URIs relative to the root, without a base tag.
1865

    
1866
Drupal 4.6.11, 2007-01-05
1867
-------------------------
1868
- Fixed security issue (XSS), see SA-2007-001
1869
- Fixed security issue (DoS), see SA-2007-002
1870

    
1871
Drupal 4.6.10, 2006-10-18
1872
-------------------------
1873
- Fixed security issue (XSS), see SA-2006-024
1874
- Fixed security issue (CSRF), see SA-2006-025
1875
- Fixed security issue (Form action attribute injection), see SA-2006-026
1876

    
1877
Drupal 4.6.9, 2006-08-02
1878
------------------------
1879
- Fixed security issue (XSS), see SA-2006-011
1880

    
1881
Drupal 4.6.8, 2006-06-01
1882
------------------------
1883
- Fixed critical upload issue, see SA-2006-007
1884
- Fixed taxonomy XSS issue, see SA-2006-008
1885

    
1886
Drupal 4.6.7, 2006-05-24
1887
------------------------
1888
- Fixed critical SQL issue, see SA-2006-005
1889

    
1890
Drupal 4.6.6, 2006-03-13
1891
------------------------
1892
- Fixed bugs, including 4 security vulnerabilities.
1893

    
1894
Drupal 4.6.5, 2005-12-12
1895
------------------------
1896
- Fixed bugs: no critical bugs were identified.
1897

    
1898
Drupal 4.6.4, 2005-11-30
1899
------------------------
1900
- Fixed bugs, including 3 security vulnerabilities.
1901

    
1902
Drupal 4.6.3, 2005-08-15
1903
------------------------
1904
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1905

    
1906
Drupal 4.6.2, 2005-06-29
1907
------------------------
1908
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1909

    
1910
Drupal 4.6.1, 2005-06-01
1911
------------------------
1912
- Fixed bugs, including a critical input validation bug.
1913

    
1914
Drupal 4.6.0, 2005-04-15
1915
------------------------
1916
- PHP5 compliance
1917
- Search:
1918
    * Added UTF-8 support to make it work with all languages.
1919
    * Improved search indexing algorithm.
1920
    * Improved search output.
1921
    * Impose a throttle on indexing of large sites.
1922
    * Added search block.
1923
- Syndication:
1924
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
1925
    * Made Drupal generate RSS 2.0 feeds.
1926
    * Made RSS feeds extensible.
1927
    * Added categories to RSS feeds.
1928
    * Added enclosures to RSS feeds.
1929
- Flood control mechanism:
1930
    * Added a mechanism to throttle certain operations.
1931
- Usability:
1932
    * Refactored the block configuration pages.
1933
    * Refactored the statistics pages.
1934
    * Refactored the watchdog pages.
1935
    * Refactored the throttle module configuration.
1936
    * Refactored the access rules page.
1937
    * Refactored the content administration page.
1938
    * Introduced forum configuration pages.
1939
    * Added a 'add child page' link to book pages.
1940
- Contact module:
1941
    * Added a simple contact module that allows users to contact each other using e-mail.
1942
- Multi-site configuration:
1943
    * Made it possible to run multiple sites from a single code base.
1944
- Added an image API: enables better image handling.
1945
- Block system:
1946
    * Extended the block visibility settings.
1947
- Theme system:
1948
    * Added new theme functions.
1949
- Database backend:
1950
    * The PEAR database backend is no longer supported.
1951
- Performance:
1952
    * Improved performance of the forum topics block.
1953
    * Improved performance of the tracker module.
1954
    * Improved performance of the node pages.
1955
- Documentation:
1956
    * Improved and extended PHPDoc/Doxygen comments.
1957

    
1958
Drupal 4.5.8, 2006-03-13
1959
------------------------
1960
- Fixed bugs, including 3 security vulnerabilities.
1961

    
1962
Drupal 4.5.7, 2005-12-12
1963
------------------------
1964
- Fixed bugs: no critical bugs were identified.
1965

    
1966
Drupal 4.5.6, 2005-11-30
1967
------------------------
1968
- Fixed bugs, including 3 security vulnerabilities.
1969

    
1970
Drupal 4.5.5, 2005-08-15
1971
------------------------
1972
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1973

    
1974
Drupal 4.5.4, 2005-06-29
1975
------------------------
1976
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1977

    
1978
Drupal 4.5.3, 2005-06-01
1979
------------------------
1980
- Fixed bugs, including a critical input validation bug.
1981

    
1982
Drupal 4.5.2, 2005-01-15
1983
------------------------
1984
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1985

    
1986
Drupal 4.5.1, 2004-12-01
1987
------------------------
1988
- Fixed bugs: no critical bugs were identified.
1989

    
1990
Drupal 4.5.0, 2004-10-18
1991
------------------------
1992
- Navigation:
1993
    * Made it possible to add, delete, rename and move menu items.
1994
    * Introduced tabs and subtabs for local tasks.
1995
    * Reorganized the navigation menus.
1996
- User management:
1997
    * Added support for multiple roles per user.
1998
    * Made it possible to add custom profile fields.
1999
    * Made it possible to browse user profiles by field.
2000
- Node system:
2001
    * Added support for node-level permissions.
2002
- Comment module:
2003
    * Made it possible to leave contact information without having to register.
2004
- Upload module:
2005
    * Added support for uploading documents (includes images).
2006
- Forum module:
2007
    * Added support for sticky forum topics.
2008
    * Made it possible to track forum topics.
2009
- Syndication:
2010
    * Added support for RSS ping-notifications of http://technorati.com/.
2011
    * Refactored the categorization of syndicated news items.
2012
    * Added an URL alias for 'rss.xml'.
2013
    * Improved date parsing.
2014
- Database backend:
2015
    * Added support for multiple database connections.
2016
    * The PostgreSQL backend does no longer require PEAR.
2017
- Theme system:
2018
    * Changed all GIFs to PNGs.
2019
    * Reorganised the handling of themes, template engines, templates and styles.
2020
    * Unified and extended the available theme settings.
2021
    * Added theme screenshots.
2022
- Blocks:
2023
    * Added 'recent comments' block.
2024
    * Added 'categories' block.
2025
- Blogger API:
2026
    * Added support for auto-discovery of blogger API via RSD.
2027
- Performance:
2028
    * Added support for sending gzip compressed pages.
2029
    * Improved performance of the forum module.
2030
- Accessibility:
2031
    * Improved the accessibility of the archive module's calendar.
2032
    * Improved form handling and error reporting.
2033
    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
2034
- Refactored 403 (forbidden) handling and added support for custom 403 pages.
2035
- Documentation:
2036
    * Added PHPDoc/Doxygen comments.
2037
- Filter system:
2038
    * Added support for using multiple input formats on the site
2039
    * Expanded the embedded PHP-code feature so it can be used everywhere
2040
    * Added support for role-dependent filtering, through input formats
2041
- UI translation:
2042
    * Managing translations is now completely done through the administration interface
2043
    * Added support for importing/exporting gettext .po files
2044

    
2045
Drupal 4.4.3, 2005-06-01
2046
------------------------
2047
- Fixed bugs, including a critical input validation bug.
2048

    
2049
Drupal 4.4.2, 2004-07-04
2050
------------------------
2051
- Fixed bugs: no critical bugs were identified.
2052

    
2053
Drupal 4.4.1, 2004-05-01
2054
------------------------
2055
- Fixed bugs: no critical bugs were identified.
2056

    
2057
Drupal 4.4.0, 2004-04-01
2058
------------------------
2059
- Added support for the MetaWeblog API and MovableType extensions.
2060
- Added a file API: enables better document management.
2061
- Improved the watchdog and search module to log search keys.
2062
- News aggregator:
2063
    * Added support for conditional GET.
2064
    * Added OPML feed subscription list.
2065
    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
2066
- Comment module:
2067
    * Made it possible to disable the "comment viewing controls".
2068
- Performance:
2069
    * Improved module loading when serving cached pages.
2070
    * Made it possible to automatically disable modules when under heavy load.
2071
    * Made it possible to automatically disable blocks when under heavy load.
2072
    * Improved performance and memory footprint of the locale module.
2073
- Theme system:
2074
    * Made all theme functions start with 'theme_'.
2075
    * Made all theme functions return their output.
2076
    * Migrated away from using the BaseTheme class.
2077
    * Added many new theme functions and refactored existing theme functions.
2078
    * Added avatar support to 'Xtemplate'.
2079
    * Replaced theme 'UnConeD' by 'Chameleon'.
2080
    * Replaced theme 'Marvin' by 'Pushbutton'.
2081
- Usability:
2082
    * Added breadcrumb navigation to all pages.
2083
    * Made it possible to add context-sensitive help to all pages.
2084
    * Replaced drop-down menus by radio buttons where appropriate.
2085
    * Removed the 'magic_quotes_gpc = 0' requirement.
2086
    * Added a 'book navigation' block.
2087
- Accessibility:
2088
    * Made themes degrade gracefully in absence of CSS.
2089
    * Grouped form elements using '<fieldset>' and '<legend>' tags.
2090
    * Added '<label>' tags to form elements.
2091
- Refactored 404 (file not found) handling and added support for custom 404 pages.
2092
- Improved the filter system to prevent conflicts between filters:
2093
    * Made it possible to change the order in which filters are applied.
2094
- Documentation:
2095
    * Added PHPDoc/Doxygen comments.
2096

    
2097
Drupal 4.3.2, 2004-01-01
2098
------------------------
2099
- Fixed bugs: no critical bugs were identified.
2100

    
2101
Drupal 4.3.1, 2003-12-01
2102
------------------------
2103
- Fixed bugs: no critical bugs were identified.
2104

    
2105
Drupal 4.3.0, 2003-11-01
2106
------------------------
2107
- Added support for configurable URLs.
2108
- Added support for sortable table columns.
2109
- Database backend:
2110
    * Added support for selective database table prefixing.
2111
- Performance:
2112
    * Optimized many SQL queries for speed by converting left joins to inner joins.
2113
- Comment module:
2114
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
2115
    * Changed the comment module to use the standard pager.
2116
- User module:
2117
    * Added support for multiple sessions per user.
2118
    * Added support for anonymous user sessions.
2119
- Forum module:
2120
    * Improved the forum views and the themability thereof.
2121
- Book module:
2122
    * Improved integration of non-book nodes in the book outline.
2123
- Usability:
2124
    * Added support for "mass node operations" to ease repetitive tasks.
2125
    * Added support for breadcrumb navigation to several modules' user pages.
2126
    * Integrated the administration pages with the normal user pages.
2127

    
2128
Drupal 4.2.0, 2003-08-01
2129
------------------------
2130
- Added support for clean URLs.
2131
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
2132
- Rewrote the RSS/RDF parser:
2133
    * It will now use PHP's built-in XML parser to parse news feeds.
2134
- Rewrote the administration pages:
2135
    * Improved the navigational elements and added breadcrumb navigation.
2136
    * Improved the look and feel.
2137
    * Added context-sensitive help.
2138
- Database backend:
2139
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
2140
    * Added MSSQL database scheme.
2141
- Search module:
2142
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
2143
- Node system:
2144
    * Replaced the "post content" permission by more fine-grained permissions.
2145
    * Improved content submission:
2146
        + 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.
2147
        + Added the ability to preview both the short and the full version of your posts.
2148
    * Extended the node API which allows for better integration.
2149
    * Added default node settings to control the behavior for promotion, moderation and other options.
2150
- Themes:
2151
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
2152
- Removed the 'register_globals = on' requirement.
2153
- Added better installation instructions.
2154

    
2155
Drupal 4.1.0, 2003-02-01
2156
------------------------
2157
- Collaboratively revised and expanded the Drupal documentation.
2158
- Rewrote comment.module:
2159
    * Reintroduced comment rating/moderation.
2160
    * Added support for comment paging.
2161
    * Performance improvements: improved comment caching, faster SQL queries, etc.
2162
- Rewrote block.module:
2163
    * Performance improvements: blocks are no longer rendered when not displayed.
2164
- Rewrote forum.module:
2165
    * 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.
2166
- Rewrote statistics.module:
2167
    * Collects access counts for each node, referrer logs, number of users/guests.
2168
    * 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.
2169
- Added throttle.module:
2170
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
2171
- Added profile.module:
2172
    * Enables to extend the user and registration page.
2173
- Added pager support to the main page.
2174
- Replaced weblogs.module by ping.module:
2175
    * Added support for normal and RSS notifications of http://blo.gs/.
2176
    * Added support for RSS ping-notifications of http://weblogs.com/.
2177
- Removed the rating module
2178
- Themes:
2179
    * Removed a significant portion of hard-coded mark-up.
2180

    
2181
Drupal 4.0.0, 2002-06-15
2182
------------------------
2183
- Added tracker.module:
2184
    * Replaces the previous "your [site]" links (recent comments and nodes).
2185
- Added weblogs.module:
2186
    * This will ping weblogs.com when new content is promoted.
2187
- Added taxonomy module which replaces the meta module.
2188
    * Supports relations, hierarchies and synonyms.
2189
- Added a caching system:
2190
    * Speeds up pages for anonymous users and reduces system load.
2191
- Added support for external SMTP libraries.
2192
- Added an archive extension to the calendar.
2193
- Added support for the Blogger API.
2194
- Themes:
2195
    * Cleaned up the theme system.
2196
    * Moved themes that are not maintained to contributions CVS repository.
2197
- Database backend:
2198
    * Changed to PEAR database abstraction layer.
2199
    * Using ANSI SQL queries to be more portable.
2200
- Rewrote the user system:
2201
    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
2202
    * Added support for modules to add more user data.
2203
    * Users may delete their own account.
2204
    * Added who's new and who's online blocks.
2205
- Changed block system:
2206
    * Various hard coded blocks are now dynamic.
2207
    * Blocks can now be enabled and/or be set by the user.
2208
    * Blocks can be set to only show up on some pages.
2209
    * Merged box module with block module.
2210
- Node system:
2211
    * Blogs can be updated.
2212
    * Teasers (abstracts) on all node types.
2213
    * Improved error checking.
2214
    * Content versioning support.
2215
    * Usability improvements.
2216
- Improved book module to support text, HTML and PHP pages.
2217
- Improved comment module to mark new comments.
2218
- Added a general outliner which will let any node type be linked to a book.
2219
- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
2220
- Search module:
2221
    * Improved the search system by making it context sensitive.
2222
    * Added indexing.
2223
- Various updates:
2224
    * Changed output to valid XHTML.
2225
    * Improved multiple sites using the same Drupal database support.
2226
    * Added support for session IDs in URLs instead of cookies.
2227
    * Made the type of content on the front page configurable.
2228
    * Made each cloud site have its own settings.
2229
    * Modules and themes can now be enabled/disabled using the administration pages.
2230
    * Added URL abstraction for links.
2231
    * Usability changes (renamed links, better UI, etc).
2232
- Collaboratively revised and expanded the Drupal documentation.
2233

    
2234
Drupal 3.0.1, 2001-10-15
2235
------------------------
2236
- Various updates:
2237
    * Added missing translations
2238
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
2239

    
2240
Drupal 3.0.0, 2001-09-15
2241
------------------------
2242
- Major overhaul of the entire underlying design:
2243
    * 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.
2244
- Rewrote submission/moderation queue and renamed it to queue.module.
2245
- Removed FAQ and documentation module and merged them into a "book module".
2246
- Removed ban module and integrated it into account.module as "access control":
2247
    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
2248
- Rewrote watchdog and submission throttle:
2249
    * Improved watchdog messages and added watchdog filter.
2250
- Rewrote headline code and renamed it to import.module and export.module:
2251
    * Added various improvements, including a better parser, bundles and better control over individual feeds.
2252
- Rewrote section code and renamed it to meta.module:
2253
    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
2254
- Rewrote configuration file resolving:
2255
    * 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.
2256
- Added caching support which makes Drupal extremely scalable.
2257
- Added access.module:
2258
    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
2259
- Added blog.module.
2260
- Added poll.module.
2261
- Added system.module:
2262
    * Moved most of the configuration options from hostname.conf to the new administration section.
2263
    * Added support for custom "filters".
2264
- Added statistics.module
2265
- Added moderate.module:
2266
    * Allows to assign users editorial/moderator rights to certain nodes or topics.
2267
- Added page.module:
2268
    * Allows creation of static (and dynamic) pages through the administration interface.
2269
- Added help.module:
2270
    * Groups all available module documentation on a single page.
2271
- Added forum.module:
2272
    * Added an integrated forum.
2273
- Added cvs.module and cvs-to-sql.pl:
2274
    * Allows to display and mail CVS log messages as daily digests.
2275
- Added book.module:
2276
    * Allows collaborative handbook writing: primary used for Drupal documentation.
2277
- Removed cron.module and integrated it into conf.module.
2278
- Removed module.module as it was no longer needed.
2279
- Various updates:
2280
    * Added "auto-post new submissions" feature versus "moderate new submissions".
2281
    * Introduced links/Drupal tags: [[link]]
2282
    * Added preview functionality when submitting new content (such as a story) from the administration pages.
2283
    * Made the administration section only show those links a user has access to.
2284
    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
2285
    * Improved scheduler:
2286
        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
2287
    * Improved account module:
2288
        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
2289
    * Improved locale module:
2290
        + Added new overview to easy the translation process.
2291
    * Improved comment module:
2292
        + Made it possible to permanently delete comments.
2293
    * Improved rating module
2294
    * Improved story module:
2295
        + Added preview functionality for administrators.
2296
        + Made it possible to permanently delete stories.
2297
    * Improved themes:
2298
        + W3C validation on a best effort basis.
2299
        + Removed $theme->control() from themes.
2300
        + Added theme "goofy".
2301
- Collaboratively revised and expanded the Drupal documentation.
2302

    
2303
Drupal 2.0.0, 2001-03-15
2304
------------------------
2305
- Rewrote the comment/discussion code:
2306
    * Comment navigation should be less confusing now.
2307
    * Additional/alternative display and order methods have been added.
2308
    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
2309
- Added sections and section manager:
2310
    * Story sections can be maintained from the administration pages.
2311
    * 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.
2312
- Multiple vhosts + multiple directories:
2313
    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
2314
- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
2315
    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
2316
- Added "search infrastructure":
2317
    * Improved search page and integrated search functionality in the administration pages.
2318
- Added translation / localization / internationalization support:
2319
    * 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.
2320
- Added fine-grained user permission (or group) system:
2321
    * 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.
2322
- Added FAQ module
2323
- Changed the "open submission queue" into a (optional) module.
2324
- Various updates:
2325
    * Improved account module:
2326
        + User accounts can be deleted.
2327
        + Added fine-grained permission support.
2328
    * Improved block module
2329
    * Improved diary module:
2330
        + Diary entries can be deleted
2331
    * Improved headline module:
2332
        + Improved parser to support more "generic" RDF/RSS/XML backend.
2333
    * Improved module module
2334
    * Improved watchdog module
2335
    * Improved database abstraction layer
2336
    * Improved themes:
2337
        + W3C validation on a best effort basis
2338
        + Added theme "example" (alias "Stone Age")
2339
    * Added new scripts to directory "scripts"
2340
    * Added directory "misc"
2341
    * Added CREDITS file
2342
- Revised documentation
2343

    
2344
Drupal 1.0.0, 2001-01-15
2345
------------------------
2346
- Initial release