Projet

Général

Profil

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

root / drupal7 / CHANGELOG.txt @ 66c11afc

1

    
2
Drupal 7.59, 2018-04-25
3
-----------------------
4
- Fixed security issues (remote code execution). See SA-CORE-2018-004.
5

    
6
Drupal 7.58, 2018-03-28
7
-----------------------
8
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-002.
9

    
10
Drupal 7.57, 2018-02-21
11
-----------------------
12
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-001.
13

    
14
Drupal 7.56, 2017-06-21
15
-----------------------
16
- Fixed security issues (access bypass). See SA-CORE-2017-003.
17

    
18
Drupal 7.55, 2017-06-07
19
-----------------------
20
- Fixed incompatibility with PHP versions 7.0.19 and 7.1.5 due to duplicate
21
  DATE_RFC7231 definition.
22
- Made Drupal core pass all automated tests on PHP 7.1.
23
- Allowed services such as Let's Encrypt to work with Drupal on Apache, by
24
  making Drupal's .htaccess file allow access to the .well-known directory
25
  defined by RFC 5785.
26
- Made new Drupal sites work correctly on Apache 2.4 when the mod_access_compat
27
  Apache module is disabled.
28
- Fixed Drupal's URL-generating functions to always encode '[' and ']' so that
29
  the URLs will pass HTML5 validation.
30
- Various additional bug fixes.
31
- Various API documentation improvements.
32
- Additional automated test coverage.
33

    
34
Drupal 7.54, 2017-02-01
35
-----------------------
36
- Modules are now able to define theme engines (API addition:
37
  https://www.drupal.org/node/2826480).
38
- Logging of searches can now be disabled (new option in the administrative
39
  interface).
40
- Added menu tree render structure to (pre-)process hooks for theme_menu_tree()
41
  (API addition: https://www.drupal.org/node/2827134).
42
- Added new function for determining whether an HTTPS request is being served
43
  (API addition: https://www.drupal.org/node/2824590).
44
- Fixed incorrect default value for short and medium date formats on the date
45
  type configuration page.
46
- File validation error message is now removed after subsequent upload of valid
47
  file.
48
- Numerous bug fixes.
49
- Numerous API documentation improvements.
50
- Additional performance improvements.
51
- Additional automated test coverage.
52

    
53
Drupal 7.53, 2016-12-07
54
-----------------------
55
- Fixed drag and drop support on newer Chrome/IE 11+ versions after 7.51 update
56
  when jQuery is updated to 1.7-1.11.0.
57

    
58
Drupal 7.52, 2016-11-16
59
-----------------------
60
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-005.
61

    
62
Drupal 7.51, 2016-10-05
63
-----------------------
64
- The Update module now also checks for updates to a disabled theme that is
65
  used as an admin theme.
66
- Exceptions thrown in dblog_watchdog() are now caught and ignored.
67
- Clarified the warning that appears when modules are missing or have moved.
68
- Log messages are now XSS filtered on display.
69
- Draggable tables now work on touch screen devices.
70
- Added a setting for allowing double underscores in CSS identifiers
71
  (https://www.drupal.org/node/2810369).
72
- If a user navigates away from a page while an Ajax request is running they
73
  will no longer get an error message saying "An Ajax HTTP request terminated
74
  abnormally".
75
- The system_region_list() API function now takes an optional third parameter
76
  which allows region name translations to be skipped when they are not needed
77
  (API addition: https://www.drupal.org/node/2810365).
78
- Numerous performance improvements.
79
- Numerous bug fixes.
80
- Numerous API documentation improvements.
81
- Additional automated test coverage.
82

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

    
156
Drupal 7.44, 2016-06-15
157
-----------------------
158
- Fixed security issues (privilege escalation). See SA-CORE-2016-002.
159

    
160
Drupal 7.43, 2016-02-24
161
-----------------------
162
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.
163

    
164
Drupal 7.42, 2016-02-03
165
-----------------------
166
- Stopped invoking hook_flush_caches() on every cron run, since some modules
167
  use that hook for expensive operations that are only needed on cache clears.
168
- Changed the default .htaccess and web.config to block Composer-related files.
169
- Added static caching to module_load_include() to improve performance.
170
- Fixed double-encoding bugs in select field widgets provided by the Options
171
  module. The fix deprecates the 'strip_tags' property on option widgets and
172
  replaces it with a new 'strip_tags_and_unescape' property (minor data
173
  structure change).
174
- Improved MySQL 5.7 support by changing the MySQL database driver to stop
175
  using the ANSI SQL mode alias, which has different meanings for different
176
  MySQL versions.
177
- Fixed a regression introduced in Drupal 7.39 which prevented autocomplete
178
  functionality from working on servers that are not configured to
179
  automatically recognize index.php.
180
- Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs
181
  with tar file handling on various operating systems.
182
- Fixed fatal errors on node preview when a field is displayed in the node
183
  teaser but hidden in the full node view. The fix removes a
184
  field_attach_prepare_view() call from the node_preview() function since it is
185
  redundant with one in the node preview theme layer.
186
- Improved the description of the "Trimmed" format option on text fields
187
  (translatable string change, and minor UI and data structure change).
188
- Numerous small bug fixes.
189
- Numerous API documentation improvements.
190
- Additional automated test coverage.
191

    
192
Drupal 7.41, 2015-10-21
193
-----------------------
194
- Fixed security issues (open redirect). See SA-CORE-2015-004.
195

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

    
257
Drupal 7.39, 2015-08-19
258
-----------------------
259
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.
260

    
261
Drupal 7.38, 2015-06-17
262
-----------------------
263
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-002.
264

    
265
Drupal 7.37, 2015-05-07
266
-----------------------
267
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
268
  to become disabled if they were defined by a no-longer-enabled module.
269
- Removed a confusing description regarding automatic time zone detection from
270
  the user account form (minor UI and data structure change).
271
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
272
  when specified in the list of allowed tags.
273
- Allowed hook_field_schema() implementations to specify indexes for fields
274
  based on a fixed-length column prefix (rather than the entire column), as was
275
  already allowed in hook_schema() implementations.
276
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
277
- Added a sites/all/libraries folder to the codebase, with instructions for
278
  using it.
279
- Added a description to the "Administer text formats and filters" permission
280
  on the Permissions page (string change).
281
- Numerous small bug fixes.
282
- Numerous API documentation improvements.
283
- Additional automated test coverage.
284

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

    
343
Drupal 7.35, 2015-03-18
344
-----------------------
345
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
346

    
347
Drupal 7.34, 2014-11-19
348
-----------------------
349
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
350

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

    
416
Drupal 7.32, 2014-10-15
417
-----------------------
418
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
419

    
420
Drupal 7.31, 2014-08-06
421
-----------------------
422
- Fixed security issues (denial of service). See SA-CORE-2014-004.
423

    
424
Drupal 7.30, 2014-07-24
425
-----------------------
426
- Fixed a regression introduced in Drupal 7.29 that caused files or images
427
  attached to taxonomy terms to be deleted when the taxonomy term was edited
428
  and resaved (and other related bugs with contributed and custom modules).
429
- Added a warning on the permissions page to recommend restricting access to
430
  the "View site reports" permission to trusted administrators. See
431
  DRUPAL-PSA-2014-002.
432
- Numerous API documentation improvements.
433
- Additional automated test coverage.
434

    
435
Drupal 7.29, 2014-07-16
436
-----------------------
437
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
438

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

    
481
Drupal 7.27, 2014-04-16
482
-----------------------
483
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
484

    
485
Drupal 7.26, 2014-01-15
486
-----------------------
487
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
488

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

    
551
Drupal 7.24, 2013-11-20
552
-----------------------
553
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
554

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

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

    
670
Drupal 7.21, 2013-03-06
671
-----------------------
672
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
673
  have partial protection from the security issues fixed in Drupal 7.20.
674

    
675
Drupal 7.20, 2013-02-20
676
-----------------------
677
- Fixed security issues (denial of service). See SA-CORE-2013-002.
678

    
679
Drupal 7.19, 2013-01-16
680
-----------------------
681
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
682

    
683
Drupal 7.18, 2012-12-19
684
-----------------------
685
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
686

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

    
750
Drupal 7.16, 2012-10-17
751
-----------------------
752
- Fixed security issues (Arbitrary PHP code execution and information
753
  disclosure). See SA-CORE-2012-003.
754

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

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

    
855
Drupal 7.13, 2012-05-02
856
-----------------------
857
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
858

    
859
Drupal 7.12, 2012-02-01
860
-----------------------
861
- Fixed bug preventing custom menus from receiving an active trail.
862
- Fixed hook_field_delete() no longer invoked during field_purge_data().
863
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
864
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
865
  open_basedir().
866
- Fixed Nested transactions throw exceptions when they got out of scope.
867
- Fixed bugs with the Return-Path when sending mail on both Windows and
868
  non-Windows systems.
869
- Fixed bug with DrupalCacheArray property visibility preventing others from
870
  extending it (API change: http://drupal.org/node/1422264).
871
- Fixed bug with handling of non-ASCII characters in file names (API change:
872
  http://drupal.org/node/1424840).
873
- Reconciled field maximum length with database column size in image and
874
  aggregator modules.
875
- Fixes to various core JavaScript files to allow for minification and
876
  aggregation.
877
- Fixed Prevent tests from deleting main installation's tables when
878
  parent::setUp() is not called.
879
- Fixed several Poll module bugs.
880
- Fixed several Shortcut module bugs.
881
- Added new hook_system_theme_info() to provide ability for contributed modules
882
  to test theme functionality.
883
- Added ability to cancel mail sending from hook_mail_alter().
884
- Added support for configurable PDO connection options, enabling master-master
885
  database replication.
886
- Numerous improvements to tests and test runner to pave the way for faster test
887
  runs.
888
- Expanded test coverage.
889
- Numerous API documentation improvements.
890
- Numerous performance improvements, including token replacement and render
891
  cache.
892

    
893
Drupal 7.11, 2012-02-01
894
-----------------------
895
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
896

    
897
Drupal 7.10, 2011-12-05
898
-----------------------
899
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
900
- Reduce memory usage of theme registry (performance).
901
- Fixed PECL upload progress bar for FileField
902
- Fixed running update.php doesn't always clear the cache.
903
- Fixed PDO exceptions on long titles.
904
- Fixed Overlay redirect does not include query string.
905
- Fixed D6 modules satisfy D7 module dependencies.
906
- Fixed the ordering of module hooks when using module_implements_alter().
907
- Fixed "floating" submit buttons during AJAX requests.
908
- Fixed timezone selected on install not propogating to admin account.
909
- Added msgctx context to JS translation functions, for feature parity with t().
910
- Profiles' .install files now available during hook_install_tasks().
911
- Added test coverage of 7.0 -> 7.x upgrade path.
912
- Numerous notice fixes.
913
- Numerous documentation improvements.
914
- Additional automated test coverage.
915

    
916
Drupal 7.9, 2011-10-26
917
----------------------
918
- Critical fixes to OpenID to spec violations that could allow for
919
  impersonation in certain scenarios. Existing OpenID users should see
920
  http://drupal.org/node/1120290#comment-5092796 for more information on
921
  transitioning.
922
- Fixed files getting lost when adding multiple files to multiple file fields
923
  at the same time.
924
- Improved usability of the clean URL test screens.
925
- Restored height/width attributes on images run through the theme system.
926
- Fixed usability bug with first password field being pre-filled by certain
927
  browser plugins.
928
- Fixed file_usage_list() so that it can return more than one result.
929
- Fixed bug preventing preview of private images on node form.
930
- Fixed PDO error when inserting an aggregator title longer than 255 characters.
931
- Spelled out what TRADITIONAL means in MySQL sql_mode.
932
- Deprecated "!=" operator for DBTNG; should be "<>".
933
- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
934
  added in order to enable setting the active menu trail for dynamically
935
  generated menu paths.
936
- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
937
  when serving 404 pages for certain file types.
938
- Added format_string() function which can perform string munging ala the t()
939
  function without the overhead of the translation system.
940
- Numerous #states system fixes.
941
- Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
942
- Numerous Shortcut module fixes.
943
- Numerous language system fixes.
944
- Numerous token fixes.
945
- Numerous CSS fixes.
946
- Numerous upgrade path fixes.
947
- Numerous minor string fixes.
948
- Numerous notice fixes.
949

    
950
Drupal 7.8, 2011-08-31
951
----------------------
952
- Fixed critical upgrade path issue with multilingual sites, leading to lost
953
  content.
954
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
955
  dependencies.
956
- Fixed issue with saving files on hosts with open_basedir restrictions.
957
- Fixed Update manger error when used with Overlay.
958
- Fixed RTL support in Seven administration theme and Overlay.
959
- Fixes to nested transaction support.
960
- Introduced performance pattern to reduce Drupal core's RAM usage.
961
- Added support for HTML 5 tags to filter_xss_admin().
962
- Added exception handling to cron.
963
- Added new hook hook_field_widget_form_alter() for contribtued modules.
964
- element_validate_*() functions now available to contrib.
965
- Added new maintainers for several subsystems.
966
- Numerous testing system improvements.
967
- Numerous markup and CSS fixes.
968
- Numerous poll module fixes.
969
- Numerous notice/warning fixes.
970
- Numerous documentation fixes.
971
- Numerous token fixes.
972

    
973
Drupal 7.7, 2011-07-27
974
----------------------
975
- Fixed VERSION string.
976

    
977
Drupal 7.6, 2011-07-27
978
----------------------
979
- Fixed support for remote streamwrappers.
980
- AJAX now binds to 'click' instead of 'mousedown'.
981
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
982
- Performance enhancement to permissions page on large numbers of permissions.
983
- More secure password generation.
984
- Fix for temporary directory on Windows servers.
985
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
986
- Numerous upgrade path fixes.
987
- Numerous documentation fixes.
988
- Numerous notice fixes.
989
- Numerous fixes to improve PHP 5.4 support.
990
- Numerous RTL improvements.
991

    
992
Drupal 7.5, 2011-07-27
993
----------------------
994
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
995

    
996
Drupal 7.4, 2011-06-29
997
----------------------
998
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
999
- Fixed critical bug with saving default images.
1000
- Fixed fatal errors when uninstalling some modules.
1001
- Added workaround for MySQL transaction support breaking on DDL statments.
1002
- Improved page caching with external caching systems.
1003
- Fix to Batch API, which was terminating too early.
1004
- Numerous upgrade path fixes.
1005
- Performance fixes.
1006
- Additional test coverage.
1007
- Numerous documentation fixes.
1008

    
1009
Drupal 7.3, 2011-06-29
1010
----------------------
1011
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
1012

    
1013
Drupal 7.2, 2011-05-25
1014
----------------------
1015
- Added a default .gitignore file.
1016
- Improved PostgreSQL and SQLite support.
1017
- Numerous critical performance improvements.
1018
- Numerous critical fixes to the upgrade path.
1019
- Numerous fixes to language and translation systems.
1020
- Numerous fixes to AJAX and #states systems.
1021
- Improvements to the locking system.
1022
- Numerous documentation fixes.
1023
- Numerous styling and theme system fixes.
1024
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
1025
- Minor internal API clean-ups.
1026

    
1027
Drupal 7.1, 2011-05-25
1028
----------------------
1029
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
1030

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

    
1250
Drupal 6.23-dev, xxxx-xx-xx (development release)
1251
---------------------------
1252

    
1253
Drupal 6.22, 2011-05-25
1254
-----------------------
1255
- Made Drupal 6 work better with IIS and Internet Explorer.
1256
- Fixed .po file imports to work better with custom textgroups.
1257
- Improved code documentation at various places.
1258
- Fixed a variety of other bugs.
1259

    
1260
Drupal 6.21, 2011-05-25
1261
-----------------------
1262
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
1263

    
1264
Drupal 6.20, 2010-12-15
1265
-----------------------
1266
- Fixed a variety of small bugs, improved code documentation.
1267

    
1268
Drupal 6.19, 2010-08-11
1269
-----------------------
1270
- Fixed a variety of small bugs, improved code documentation.
1271

    
1272
Drupal 6.18, 2010-08-11
1273
-----------------------
1274
- Fixed security issues (OpenID authentication bypass, File download access
1275
  bypass, Comment unpublishing bypass, Actions cross site scripting),
1276
  see SA-CORE-2010-002.
1277

    
1278
Drupal 6.17, 2010-06-02
1279
-----------------------
1280
- Improved PostgreSQL compatibility
1281
- Better PHP 5.3 and PHP 4 compatibility
1282
- Better browser compatibility of CSS and JS aggregation
1283
- Improved logging for login failures
1284
- Fixed an incompatibility with some contributed modules and the locking system
1285
- Fixed a variety of other bugs.
1286

    
1287
Drupal 6.16, 2010-03-03
1288
-----------------------
1289
- Fixed security issues (Installation cross site scripting, Open redirection,
1290
  Locale module cross site scripting, Blocked user session regeneration),
1291
  see SA-CORE-2010-001.
1292
- Better support for updated jQuery versions.
1293
- Reduced resource usage of update.module.
1294
- Fixed several issues relating to support of installation profiles and
1295
  distributions.
1296
- Added a locking framework to avoid data corruption on long operations.
1297
- Fixed a variety of other bugs.
1298

    
1299
Drupal 6.15, 2009-12-16
1300
-----------------------
1301
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
1302
- Fixed a variety of other bugs.
1303

    
1304
Drupal 6.14, 2009-09-16
1305
-----------------------
1306
- Fixed security issues (OpenID association cross site request forgeries,
1307
  OpenID impersonation and File upload), see SA-CORE-2009-008.
1308
- Changed the system modules page to not run all cache rebuilds; use the
1309
  button on the performance settings page to achieve the same effect.
1310
- Added support for PHP 5.3.0 out of the box.
1311
- Fixed a variety of small bugs.
1312

    
1313
Drupal 6.13, 2009-07-01
1314
-----------------------
1315
- Fixed security issues (Cross site scripting, Input format access bypass and
1316
  Password leakage in URL), see SA-CORE-2009-007.
1317
- Fixed a variety of small bugs.
1318

    
1319
Drupal 6.12, 2009-05-13
1320
-----------------------
1321
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1322
- Fixed a variety of small bugs.
1323

    
1324
Drupal 6.11, 2009-04-29
1325
-----------------------
1326
- Fixed security issues (Cross site scripting and limited information
1327
  disclosure), see SA-CORE-2009-005
1328
- Fixed performance issues with the menu router cache, the update
1329
  status cache and improved cache invalidation
1330
- Fixed a variety of small bugs.
1331

    
1332
Drupal 6.10, 2009-02-25
1333
-----------------------
1334
- Fixed a security issue, (Local file inclusion on Windows),
1335
  see SA-CORE-2009-003
1336
- Fixed node_feed() so custom fields can show up in RSS feeds.
1337
- Improved PostgreSQL compatibility.
1338
- Fixed a variety of small bugs.
1339

    
1340
Drupal 6.9, 2009-01-14
1341
----------------------
1342
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
1343
  against SQL injection), see SA-CORE-2009-001
1344
- Made HTTP request checking more robust and informative.
1345
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
1346
  basic shell scripts.
1347
- Removed t() calls from all schema documentation. Suggested best practice
1348
  changed for contributed modules, see http://drupal.org/node/322731.
1349
- Fixed a variety of small bugs.
1350

    
1351
Drupal 6.8, 2008-12-11
1352
----------------------
1353
- Removed a previous change incompatible with PHP 5.1.x and lower.
1354

    
1355
Drupal 6.7, 2008-12-10
1356
----------------------
1357
- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1358
- Updated robots.txt and .htaccess to match current file use.
1359
- Fixed a variety of small bugs.
1360

    
1361
Drupal 6.6, 2008-10-22
1362
----------------------
1363
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
1364
- Fixed a variety of small bugs.
1365

    
1366
Drupal 6.5, 2008-10-08
1367
----------------------
1368
- Fixed security issues, (File upload access bypass, Access rules bypass,
1369
  BlogAPI access bypass), see SA-2008-060.
1370
- Fixed a variety of small bugs.
1371

    
1372
Drupal 6.4, 2008-08-13
1373
----------------------
1374
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
1375
  BlogAPI, Cross site request forgeries and Various Upload module
1376
  vulnerabilities), see SA-2008-047.
1377
- Improved error messages during installation.
1378
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
1379
- Fixed a variety of small bugs.
1380

    
1381
Drupal 6.3, 2008-07-09
1382
----------------------
1383
- Fixed security issues, (Cross site scripting, cross site request forgery,
1384
  session fixation and SQL injection), see SA-2008-044.
1385
- Slightly modified installation process to prevent file ownership issues on
1386
  shared hosts.
1387
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
1388
- Upgraded to jQuery 1.2.6.
1389
- Performance improvements to search, menu handling and form API caches.
1390
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
1391
- Fixed a variety of small bugs.
1392

    
1393
Drupal 6.2, 2008-04-09
1394
----------------------
1395
- Fixed a variety of small bugs.
1396
- Fixed a security issue (Access bypasses), see SA-2008-026.
1397

    
1398
Drupal 6.1, 2008-02-27
1399
----------------------
1400
- Fixed a variety of small bugs.
1401
- Fixed a security issue (Cross site scripting), see SA-2008-018.
1402

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

    
1505
Drupal 5.23, 2010-08-11
1506
-----------------------
1507
- Fixed security issues (File download access bypass, Comment unpublishing
1508
  bypass), see SA-CORE-2010-002.
1509

    
1510
Drupal 5.22, 2010-03-03
1511
-----------------------
1512
- Fixed security issues (Open redirection, Locale module cross site scripting,
1513
  Blocked user session regeneration), see SA-CORE-2010-001.
1514

    
1515
Drupal 5.21, 2009-12-16
1516
-----------------------
1517
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1518
- Fixed a variety of small bugs.
1519

    
1520
Drupal 5.20, 2009-09-16
1521
-----------------------
1522
- Avoid security problems resulting from writing Drupal 6-style menu
1523
  declarations.
1524
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1525
- Fixed a variety of small bugs.
1526

    
1527
Drupal 5.19, 2009-07-01
1528
-----------------------
1529
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1530
  SA-CORE-2009-007.          
1531
- Fixed a variety of small bugs.
1532

    
1533
Drupal 5.18, 2009-05-13
1534
-----------------------
1535
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1536
- Fixed a variety of small bugs.
1537

    
1538
Drupal 5.17, 2009-04-29
1539
-----------------------
1540
- Fixed security issues (Cross site scripting and limited information
1541
  disclosure) see SA-CORE-2009-005.
1542
- Fixed a variety of small bugs.
1543

    
1544
Drupal 5.16, 2009-02-25
1545
-----------------------
1546
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1547
- Fixed a variety of small bugs.
1548

    
1549
Drupal 5.15, 2009-01-14
1550
-----------------------
1551
- Fixed security issues, (Hardening against SQL injection), see
1552
  SA-CORE-2009-001
1553
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1554
  scripts.
1555
- Fixed a variety of small bugs.
1556

    
1557
Drupal 5.14, 2008-12-11
1558
-----------------------
1559
- removed a previous change incompatible with PHP 5.1.x and lower.
1560

    
1561
Drupal 5.13, 2008-12-10
1562
-----------------------
1563
- fixed a variety of small bugs.
1564
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1565
- updated robots.txt and .htaccess to match current file use.
1566

    
1567
Drupal 5.12, 2008-10-22
1568
-----------------------
1569
- fixed security issues, (File inclusion), see SA-2008-067
1570

    
1571
Drupal 5.11, 2008-10-08
1572
-----------------------
1573
- fixed a variety of small bugs.
1574
- fixed security issues, (File upload access bypass, Access rules bypass,
1575
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1576

    
1577
Drupal 5.10, 2008-08-13
1578
-----------------------
1579
- fixed a variety of small bugs.
1580
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1581
  BlogAPI and Cross site request forgery), see SA-2008-047
1582

    
1583
Drupal 5.9, 2008-07-23
1584
----------------------
1585
- fixed a variety of small bugs.
1586
- fixed security issues, (Session fixation), see SA-2008-046
1587

    
1588
Drupal 5.8, 2008-07-09
1589
----------------------
1590
- fixed a variety of small bugs.
1591
- fixed security issues, (Cross site scripting, cross site request forgery, and
1592
  session fixation), see SA-2008-044
1593

    
1594
Drupal 5.7, 2008-01-28
1595
----------------------
1596
- fixed the input format configuration page.
1597
- fixed a variety of small bugs.
1598

    
1599
Drupal 5.6, 2008-01-10
1600
----------------------
1601
- fixed a variety of small bugs.
1602
- fixed a security issue (Cross site request forgery), see SA-2008-005
1603
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1604
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1605

    
1606
Drupal 5.5, 2007-12-06
1607
----------------------
1608
- fixed missing missing brackets in a query in the user module.
1609
- fixed taxonomy feed bug introduced by SA-2007-031
1610

    
1611
Drupal 5.4, 2007-12-05
1612
----------------------
1613
- fixed a variety of small bugs.
1614
- fixed a security issue (SQL injection), see SA-2007-031
1615

    
1616
Drupal 5.3, 2007-10-17
1617
----------------------
1618
- fixed a variety of small bugs.
1619
- fixed a security issue (HTTP response splitting), see SA-2007-024
1620
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1621
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1622
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1623
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1624

    
1625
Drupal 5.2, 2007-07-26
1626
----------------------
1627
- changed hook_link() $teaser argument to match documentation.
1628
- fixed a variety of small bugs.
1629
- fixed a security issue (cross-site request forgery), see SA-2007-017
1630
- fixed a security issue (cross-site scripting), see SA-2007-018
1631

    
1632
Drupal 5.1, 2007-01-29
1633
----------------------
1634
- fixed security issue (code execution), see SA-2007-005
1635
- fixed a variety of small bugs.
1636

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

    
1714
Drupal 4.7.11, 2008-01-10
1715
-------------------------
1716
- fixed a security issue (Cross site request forgery), see SA-2008-005
1717
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1718
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1719

    
1720
Drupal 4.7.10, 2007-12-06
1721
-------------------------
1722
- fixed taxonomy feed bug introduced by SA-2007-031
1723

    
1724
Drupal 4.7.9, 2007-12-05
1725
------------------------
1726
- fixed a security issue (SQL injection), see SA-2007-031
1727

    
1728
Drupal 4.7.8, 2007-10-17
1729
------------------------
1730
- fixed a security issue (HTTP response splitting), see SA-2007-024
1731
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1732
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1733

    
1734
Drupal 4.7.7, 2007-07-26
1735
------------------------
1736
- fixed security issue (XSS), see SA-2007-018
1737

    
1738
Drupal 4.7.6, 2007-01-29
1739
------------------------
1740
- fixed security issue (code execution), see SA-2007-005
1741

    
1742
Drupal 4.7.5, 2007-01-05
1743
------------------------
1744
- Fixed security issue (XSS), see SA-2007-001
1745
- Fixed security issue (DoS), see SA-2007-002
1746

    
1747
Drupal 4.7.4, 2006-10-18
1748
------------------------
1749
- Fixed security issue (XSS), see SA-2006-024
1750
- Fixed security issue (CSRF), see SA-2006-025
1751
- Fixed security issue (Form action attribute injection), see SA-2006-026
1752

    
1753
Drupal 4.7.3, 2006-08-02
1754
------------------------
1755
- Fixed security issue (XSS), see SA-2006-011
1756

    
1757
Drupal 4.7.2, 2006-06-01
1758
------------------------
1759
- Fixed critical upload issue, see SA-2006-007
1760
- Fixed taxonomy XSS issue, see SA-2006-008
1761
- Fixed a variety of small bugs.
1762

    
1763
Drupal 4.7.1, 2006-05-24
1764
------------------------
1765
- Fixed critical SQL issue, see SA-2006-005
1766
- Fixed a serious upgrade related bug.
1767
- Fixed a variety of small bugs.
1768

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

    
1836
Drupal 4.6.11, 2007-01-05
1837
-------------------------
1838
- Fixed security issue (XSS), see SA-2007-001
1839
- Fixed security issue (DoS), see SA-2007-002
1840

    
1841
Drupal 4.6.10, 2006-10-18
1842
-------------------------
1843
- Fixed security issue (XSS), see SA-2006-024
1844
- Fixed security issue (CSRF), see SA-2006-025
1845
- Fixed security issue (Form action attribute injection), see SA-2006-026
1846

    
1847
Drupal 4.6.9, 2006-08-02
1848
------------------------
1849
- Fixed security issue (XSS), see SA-2006-011
1850

    
1851
Drupal 4.6.8, 2006-06-01
1852
------------------------
1853
- Fixed critical upload issue, see SA-2006-007
1854
- Fixed taxonomy XSS issue, see SA-2006-008
1855

    
1856
Drupal 4.6.7, 2006-05-24
1857
------------------------
1858
- Fixed critical SQL issue, see SA-2006-005
1859

    
1860
Drupal 4.6.6, 2006-03-13
1861
------------------------
1862
- Fixed bugs, including 4 security vulnerabilities.
1863

    
1864
Drupal 4.6.5, 2005-12-12
1865
------------------------
1866
- Fixed bugs: no critical bugs were identified.
1867

    
1868
Drupal 4.6.4, 2005-11-30
1869
------------------------
1870
- Fixed bugs, including 3 security vulnerabilities.
1871

    
1872
Drupal 4.6.3, 2005-08-15
1873
------------------------
1874
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1875

    
1876
Drupal 4.6.2, 2005-06-29
1877
------------------------
1878
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1879

    
1880
Drupal 4.6.1, 2005-06-01
1881
------------------------
1882
- Fixed bugs, including a critical input validation bug.
1883

    
1884
Drupal 4.6.0, 2005-04-15
1885
------------------------
1886
- PHP5 compliance
1887
- Search:
1888
    * Added UTF-8 support to make it work with all languages.
1889
    * Improved search indexing algorithm.
1890
    * Improved search output.
1891
    * Impose a throttle on indexing of large sites.
1892
    * Added search block.
1893
- Syndication:
1894
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
1895
    * Made Drupal generate RSS 2.0 feeds.
1896
    * Made RSS feeds extensible.
1897
    * Added categories to RSS feeds.
1898
    * Added enclosures to RSS feeds.
1899
- Flood control mechanism:
1900
    * Added a mechanism to throttle certain operations.
1901
- Usability:
1902
    * Refactored the block configuration pages.
1903
    * Refactored the statistics pages.
1904
    * Refactored the watchdog pages.
1905
    * Refactored the throttle module configuration.
1906
    * Refactored the access rules page.
1907
    * Refactored the content administration page.
1908
    * Introduced forum configuration pages.
1909
    * Added a 'add child page' link to book pages.
1910
- Contact module:
1911
    * Added a simple contact module that allows users to contact each other using e-mail.
1912
- Multi-site configuration:
1913
    * Made it possible to run multiple sites from a single code base.
1914
- Added an image API: enables better image handling.
1915
- Block system:
1916
    * Extended the block visibility settings.
1917
- Theme system:
1918
    * Added new theme functions.
1919
- Database backend:
1920
    * The PEAR database backend is no longer supported.
1921
- Performance:
1922
    * Improved performance of the forum topics block.
1923
    * Improved performance of the tracker module.
1924
    * Improved performance of the node pages.
1925
- Documentation:
1926
    * Improved and extended PHPDoc/Doxygen comments.
1927

    
1928
Drupal 4.5.8, 2006-03-13
1929
------------------------
1930
- Fixed bugs, including 3 security vulnerabilities.
1931

    
1932
Drupal 4.5.7, 2005-12-12
1933
------------------------
1934
- Fixed bugs: no critical bugs were identified.
1935

    
1936
Drupal 4.5.6, 2005-11-30
1937
------------------------
1938
- Fixed bugs, including 3 security vulnerabilities.
1939

    
1940
Drupal 4.5.5, 2005-08-15
1941
------------------------
1942
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1943

    
1944
Drupal 4.5.4, 2005-06-29
1945
------------------------
1946
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1947

    
1948
Drupal 4.5.3, 2005-06-01
1949
------------------------
1950
- Fixed bugs, including a critical input validation bug.
1951

    
1952
Drupal 4.5.2, 2005-01-15
1953
------------------------
1954
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1955

    
1956
Drupal 4.5.1, 2004-12-01
1957
------------------------
1958
- Fixed bugs: no critical bugs were identified.
1959

    
1960
Drupal 4.5.0, 2004-10-18
1961
------------------------
1962
- Navigation:
1963
    * Made it possible to add, delete, rename and move menu items.
1964
    * Introduced tabs and subtabs for local tasks.
1965
    * Reorganized the navigation menus.
1966
- User management:
1967
    * Added support for multiple roles per user.
1968
    * Made it possible to add custom profile fields.
1969
    * Made it possible to browse user profiles by field.
1970
- Node system:
1971
    * Added support for node-level permissions.
1972
- Comment module:
1973
    * Made it possible to leave contact information without having to register.
1974
- Upload module:
1975
    * Added support for uploading documents (includes images).
1976
- Forum module:
1977
    * Added support for sticky forum topics.
1978
    * Made it possible to track forum topics.
1979
- Syndication:
1980
    * Added support for RSS ping-notifications of http://technorati.com/.
1981
    * Refactored the categorization of syndicated news items.
1982
    * Added an URL alias for 'rss.xml'.
1983
    * Improved date parsing.
1984
- Database backend:
1985
    * Added support for multiple database connections.
1986
    * The PostgreSQL backend does no longer require PEAR.
1987
- Theme system:
1988
    * Changed all GIFs to PNGs.
1989
    * Reorganised the handling of themes, template engines, templates and styles.
1990
    * Unified and extended the available theme settings.
1991
    * Added theme screenshots.
1992
- Blocks:
1993
    * Added 'recent comments' block.
1994
    * Added 'categories' block.
1995
- Blogger API:
1996
    * Added support for auto-discovery of blogger API via RSD.
1997
- Performance:
1998
    * Added support for sending gzip compressed pages.
1999
    * Improved performance of the forum module.
2000
- Accessibility:
2001
    * Improved the accessibility of the archive module's calendar.
2002
    * Improved form handling and error reporting.
2003
    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
2004
- Refactored 403 (forbidden) handling and added support for custom 403 pages.
2005
- Documentation:
2006
    * Added PHPDoc/Doxygen comments.
2007
- Filter system:
2008
    * Added support for using multiple input formats on the site
2009
    * Expanded the embedded PHP-code feature so it can be used everywhere
2010
    * Added support for role-dependent filtering, through input formats
2011
- UI translation:
2012
    * Managing translations is now completely done through the administration interface
2013
    * Added support for importing/exporting gettext .po files
2014

    
2015
Drupal 4.4.3, 2005-06-01
2016
------------------------
2017
- Fixed bugs, including a critical input validation bug.
2018

    
2019
Drupal 4.4.2, 2004-07-04
2020
------------------------
2021
- Fixed bugs: no critical bugs were identified.
2022

    
2023
Drupal 4.4.1, 2004-05-01
2024
------------------------
2025
- Fixed bugs: no critical bugs were identified.
2026

    
2027
Drupal 4.4.0, 2004-04-01
2028
------------------------
2029
- Added support for the MetaWeblog API and MovableType extensions.
2030
- Added a file API: enables better document management.
2031
- Improved the watchdog and search module to log search keys.
2032
- News aggregator:
2033
    * Added support for conditional GET.
2034
    * Added OPML feed subscription list.
2035
    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
2036
- Comment module:
2037
    * Made it possible to disable the "comment viewing controls".
2038
- Performance:
2039
    * Improved module loading when serving cached pages.
2040
    * Made it possible to automatically disable modules when under heavy load.
2041
    * Made it possible to automatically disable blocks when under heavy load.
2042
    * Improved performance and memory footprint of the locale module.
2043
- Theme system:
2044
    * Made all theme functions start with 'theme_'.
2045
    * Made all theme functions return their output.
2046
    * Migrated away from using the BaseTheme class.
2047
    * Added many new theme functions and refactored existing theme functions.
2048
    * Added avatar support to 'Xtemplate'.
2049
    * Replaced theme 'UnConeD' by 'Chameleon'.
2050
    * Replaced theme 'Marvin' by 'Pushbutton'.
2051
- Usability:
2052
    * Added breadcrumb navigation to all pages.
2053
    * Made it possible to add context-sensitive help to all pages.
2054
    * Replaced drop-down menus by radio buttons where appropriate.
2055
    * Removed the 'magic_quotes_gpc = 0' requirement.
2056
    * Added a 'book navigation' block.
2057
- Accessibility:
2058
    * Made themes degrade gracefully in absence of CSS.
2059
    * Grouped form elements using '<fieldset>' and '<legend>' tags.
2060
    * Added '<label>' tags to form elements.
2061
- Refactored 404 (file not found) handling and added support for custom 404 pages.
2062
- Improved the filter system to prevent conflicts between filters:
2063
    * Made it possible to change the order in which filters are applied.
2064
- Documentation:
2065
    * Added PHPDoc/Doxygen comments.
2066

    
2067
Drupal 4.3.2, 2004-01-01
2068
------------------------
2069
- Fixed bugs: no critical bugs were identified.
2070

    
2071
Drupal 4.3.1, 2003-12-01
2072
------------------------
2073
- Fixed bugs: no critical bugs were identified.
2074

    
2075
Drupal 4.3.0, 2003-11-01
2076
------------------------
2077
- Added support for configurable URLs.
2078
- Added support for sortable table columns.
2079
- Database backend:
2080
    * Added support for selective database table prefixing.
2081
- Performance:
2082
    * Optimized many SQL queries for speed by converting left joins to inner joins.
2083
- Comment module:
2084
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
2085
    * Changed the comment module to use the standard pager.
2086
- User module:
2087
    * Added support for multiple sessions per user.
2088
    * Added support for anonymous user sessions.
2089
- Forum module:
2090
    * Improved the forum views and the themability thereof.
2091
- Book module:
2092
    * Improved integration of non-book nodes in the book outline.
2093
- Usability:
2094
    * Added support for "mass node operations" to ease repetitive tasks.
2095
    * Added support for breadcrumb navigation to several modules' user pages.
2096
    * Integrated the administration pages with the normal user pages.
2097

    
2098
Drupal 4.2.0, 2003-08-01
2099
------------------------
2100
- Added support for clean URLs.
2101
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
2102
- Rewrote the RSS/RDF parser:
2103
    * It will now use PHP's built-in XML parser to parse news feeds.
2104
- Rewrote the administration pages:
2105
    * Improved the navigational elements and added breadcrumb navigation.
2106
    * Improved the look and feel.
2107
    * Added context-sensitive help.
2108
- Database backend:
2109
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
2110
    * Added MSSQL database scheme.
2111
- Search module:
2112
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
2113
- Node system:
2114
    * Replaced the "post content" permission by more fine-grained permissions.
2115
    * Improved content submission:
2116
        + 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.
2117
        + Added the ability to preview both the short and the full version of your posts.
2118
    * Extended the node API which allows for better integration.
2119
    * Added default node settings to control the behavior for promotion, moderation and other options.
2120
- Themes:
2121
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
2122
- Removed the 'register_globals = on' requirement.
2123
- Added better installation instructions.
2124

    
2125
Drupal 4.1.0, 2003-02-01
2126
------------------------
2127
- Collaboratively revised and expanded the Drupal documentation.
2128
- Rewrote comment.module:
2129
    * Reintroduced comment rating/moderation.
2130
    * Added support for comment paging.
2131
    * Performance improvements: improved comment caching, faster SQL queries, etc.
2132
- Rewrote block.module:
2133
    * Performance improvements: blocks are no longer rendered when not displayed.
2134
- Rewrote forum.module:
2135
    * 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.
2136
- Rewrote statistics.module:
2137
    * Collects access counts for each node, referrer logs, number of users/guests.
2138
    * 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.
2139
- Added throttle.module:
2140
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
2141
- Added profile.module:
2142
    * Enables to extend the user and registration page.
2143
- Added pager support to the main page.
2144
- Replaced weblogs.module by ping.module:
2145
    * Added support for normal and RSS notifications of http://blo.gs/.
2146
    * Added support for RSS ping-notifications of http://weblogs.com/.
2147
- Removed the rating module
2148
- Themes:
2149
    * Removed a significant portion of hard-coded mark-up.
2150

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

    
2204
Drupal 3.0.1, 2001-10-15
2205
------------------------
2206
- Various updates:
2207
    * Added missing translations
2208
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
2209

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

    
2273
Drupal 2.0.0, 2001-03-15
2274
------------------------
2275
- Rewrote the comment/discussion code:
2276
    * Comment navigation should be less confusing now.
2277
    * Additional/alternative display and order methods have been added.
2278
    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
2279
- Added sections and section manager:
2280
    * Story sections can be maintained from the administration pages.
2281
    * 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.
2282
- Multiple vhosts + multiple directories:
2283
    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
2284
- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
2285
    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
2286
- Added "search infrastructure":
2287
    * Improved search page and integrated search functionality in the administration pages.
2288
- Added translation / localization / internationalization support:
2289
    * 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.
2290
- Added fine-grained user permission (or group) system:
2291
    * 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.
2292
- Added FAQ module
2293
- Changed the "open submission queue" into a (optional) module.
2294
- Various updates:
2295
    * Improved account module:
2296
        + User accounts can be deleted.
2297
        + Added fine-grained permission support.
2298
    * Improved block module
2299
    * Improved diary module:
2300
        + Diary entries can be deleted
2301
    * Improved headline module:
2302
        + Improved parser to support more "generic" RDF/RSS/XML backend.
2303
    * Improved module module
2304
    * Improved watchdog module
2305
    * Improved database abstraction layer
2306
    * Improved themes:
2307
        + W3C validation on a best effort basis
2308
        + Added theme "example" (alias "Stone Age")
2309
    * Added new scripts to directory "scripts"
2310
    * Added directory "misc"
2311
    * Added CREDITS file
2312
- Revised documentation
2313

    
2314
Drupal 1.0.0, 2001-01-15
2315
------------------------
2316
- Initial release