Projet

Général

Profil

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

root / drupal7 / CHANGELOG.txt @ b0dc3a2e

1

    
2
Drupal 7.52, 2016-11-16
3
-----------------------
4
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-005.
5

    
6
Drupal 7.51, 2016-10-05
7
-----------------------
8
- The Update module now also checks for updates to a disabled theme that is
9
  used as an admin theme.
10
- Exceptions thrown in dblog_watchdog() are now caught and ignored.
11
- Clarified the warning that appears when modules are missing or have moved.
12
- Log messages are now XSS filtered on display.
13
- Draggable tables now work on touch screen devices.
14
- Added a setting for allowing double underscores in CSS identifiers
15
  (https://www.drupal.org/node/2810369).
16
- If a user navigates away from a page while an Ajax request is running they
17
  will no longer get an error message saying "An Ajax HTTP request terminated
18
  abnormally".
19
- The system_region_list() API function now takes an optional third parameter
20
  which allows region name translations to be skipped when they are not needed
21
  (API addition: https://www.drupal.org/node/2810365).
22
- Numerous performance improvements.
23
- Numerous bug fixes.
24
- Numerous API documentation improvements.
25
- Additional automated test coverage.
26

    
27
Drupal 7.50, 2016-07-07 
28
-----------------------
29
- Added a new "administer fields" permission for trusted users, which is
30
  required in addition to other permissions to use the field UI
31
  (https://www.drupal.org/node/2483307).
32
- Added clickjacking protection to Drupal core by setting the X-Frame-Options
33
  header to SAMEORIGIN by default (https://www.drupal.org/node/2735873).
34
- Added support for full UTF-8 (emojis, Asian symbols, mathematical symbols) on
35
  MySQL and other database drivers when the site and database are configured to
36
  allow it (https://www.drupal.org/node/2761183).
37
- Improved performance by avoiding a re-scan of directories when a file is
38
  missing; instead, trigger a PHP warning (minor API change:
39
  https://www.drupal.org/node/2581445).
40
- Made it possible to use any PHP callable in Ajax form callbacks, form API
41
  form-building functions, and form API wrapper callbacks (API addition:
42
  https://www.drupal.org/node/2761169).
43
- Fixed that following a password reset link while logged in leaves users unable
44
  to change their password (minor user interface change:
45
  https://www.drupal.org/node/2759023).
46
- Implemented various fixes for automated test failures on PHP 5.4+ and PHP 7.
47
  Drupal core automated tests now pass in these environments.
48
- Improved support for PHP 7 by fixing various problems.
49
- Fixed various bugs with PHP 5.5+ imagerotate(), including when incorrect
50
  color indices are passed in.
51
- Fixed a regression introduced in Drupal 7.43 that allowed files uploaded by
52
  anonymous users to be lost after form validation errors, and that also caused
53
  regressions with certain contributed modules.
54
- Fixed a regression introduced in Drupal 7.36 which caused the default value
55
  of hidden textarea fields to be ignored.
56
- Fixed robots.txt to allow search engines to access CSS, JavaScript and image
57
  files.
58
- Changed wording on the Update Manager settings page to clarify that the
59
  option to check for disabled module updates also applies to uninstalled
60
  modules (administrative-facing translatable string change).
61
- Changed the help text when editing menu links and configuring URL redirect
62
  actions so that it does not reference "Drupal" or the drupal.org website
63
  (administrative-facing translatable string change).
64
- Fixed the locale safety check that is used to ensure that translations are
65
  safe to allow for tokens in the href/src attributes of translated strings.
66
- Fixed that URL generation only works on port 80 when using domain based
67
  language negotation.
68
- Made method="get" forms work inside the administrative overlay. The fix adds
69
  a new hidden field to these forms when they appear inside the overlay (minor
70
  data structure change).
71
- Increased maxlength of menu link title input fields in the node form and
72
  menu link form from 128 to 255 characters.
73
- Removed meaningless post-check=0 and pre-check=0 cache control headers from
74
  Drupal HTTP responses.
75
- Added a .editorconfig file to auto-configure editors that support it.
76
- Added --directory option to run-tests.sh for easier test discovery of all
77
  tests within a project.
78
- Made run-tests.sh exit with a failure code when there are test fails or
79
  problems running the script.
80
- Fixed that cookies from previous tests are still present when a new test
81
  starts in DrupalWebTestCase.
82
- Improved performance of queries on the {authmap} database table.
83
- Fixed handling of missing files and functions inside the registry.
84
- Fixed Ajax handling for tableselect form elements that use checkboxes.
85
- Fixed a bug which caused ip_address() to return nothing when the client IP
86
  address and proxy IP address are the same.
87
- Added a new option to format_xml_elements() to allow for already encoded
88
  values.
89
- Changed the {history} table's node ID field to be an unsigned integer, to
90
  match the same field in the {node} table and to prevent errors with very
91
  large node IDs.
92
- Added an explicit page callback to the "admin/people/create" menu item in the
93
  User module (minor data structure change). Previously this automatically
94
  inherited the page callback from the parent "admin/people" menu item, which
95
  broke contributed modules that override the "admin/people" page.
96
- Numerous small bug fixes.
97
- Numerous API documentation improvements.
98
- Additional automated test coverage.
99

    
100
Drupal 7.44, 2016-06-15
101
-----------------------
102
- Fixed security issues (privilege escalation). See SA-CORE-2016-002.
103

    
104
Drupal 7.43, 2016-02-24
105
-----------------------
106
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2016-001.
107

    
108
Drupal 7.42, 2016-02-03
109
-----------------------
110
- Stopped invoking hook_flush_caches() on every cron run, since some modules
111
  use that hook for expensive operations that are only needed on cache clears.
112
- Changed the default .htaccess and web.config to block Composer-related files.
113
- Added static caching to module_load_include() to improve performance.
114
- Fixed double-encoding bugs in select field widgets provided by the Options
115
  module. The fix deprecates the 'strip_tags' property on option widgets and
116
  replaces it with a new 'strip_tags_and_unescape' property (minor data
117
  structure change).
118
- Improved MySQL 5.7 support by changing the MySQL database driver to stop
119
  using the ANSI SQL mode alias, which has different meanings for different
120
  MySQL versions.
121
- Fixed a regression introduced in Drupal 7.39 which prevented autocomplete
122
  functionality from working on servers that are not configured to
123
  automatically recognize index.php.
124
- Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to fix bugs
125
  with tar file handling on various operating systems.
126
- Fixed fatal errors on node preview when a field is displayed in the node
127
  teaser but hidden in the full node view. The fix removes a
128
  field_attach_prepare_view() call from the node_preview() function since it is
129
  redundant with one in the node preview theme layer.
130
- Improved the description of the "Trimmed" format option on text fields
131
  (translatable string change, and minor UI and data structure change).
132
- Numerous small bug fixes.
133
- Numerous API documentation improvements.
134
- Additional automated test coverage.
135

    
136
Drupal 7.41, 2015-10-21
137
-----------------------
138
- Fixed security issues (open redirect). See SA-CORE-2015-004.
139

    
140
Drupal 7.40, 2015-10-14
141
-----------------------
142
- Made Drupal's code for parsing .info files run much faster and use much less
143
  memory.
144
- Prevented drupal_http_request() from returning an error when it receives a
145
  201 through 206 HTTP status code.
146
- Added support for autoloading traits via the registry on sites running PHP
147
  5.4 or higher.
148
- Allowed the user-picture.tpl.php theme template to have HTML classes besides
149
  the default "user-picture" class printed in it (markup change).
150
- Fixed the URL text filter to convert e-mail addresses with plus signs into
151
  mailto: links.
152
- Added alternate text to file icons displayed by the File module, to improve
153
  accessibility (string change, and minor API addition to theme_file_icon()).
154
- Changed one-time login link failure messages to be displayed as errors or
155
  warnings as appropriate, rather than as regular status messages (minor UI
156
  change and data structure change).
157
- Changed the default settings.php configuration to exclude private files from
158
  the "404_fast_paths" behavior.
159
- Changed the page that displays filter tips for a particular text format, for
160
  example filter/tips/full_html, to return "page not found" or "access denied"
161
  if the format does not exist or the user does not have access to it. This
162
  change adds a new menu item to the Filter module's hook_menu() entry (minor
163
  data structure change).
164
- Added a new hook, hook_block_cid_parts_alter(), to allow modules to alter the
165
  cache keys used for caching a particular block.
166
- Made drupal_set_message() display and return messages when "0" is passed in
167
  as the message to set.
168
- Fixed non-functional "Files displayed by default" setting on file fields.
169
- The "worker callback" provided in hook_cron_queue_info() and the "finished"
170
  callback specified during batch processing can now be any PHP callable
171
  instead of just functions.
172
- Prevented drupal_set_time_limit() from decreasing the time limit in the case
173
  where the PHP maximum execution time is already unlimited.
174
- Changed the default thousand marker for numeric fields from a space ("1 000")
175
  to nothing ("1000") (minor UI change: https://www.drupal.org/node/1388376).
176
- Prevented malformed theme .info files (without a "name" key) from causing
177
  exceptions during menu rebuilds. If an .info file without a "name" key is
178
  found in a module or theme directory, Drupal will now use the module or
179
  theme's machine name as the display name instead.
180
- Made the format column in the {date_format_locale} database table
181
  case-sensitive, to match the equivalent column in the {date_formats} table.
182
- Fixed a bug in the Statistics module that caused JavaScript files attached to
183
  a node while it is being viewed to be omitted from the page.
184
- Added an optional 'project:' prefix that can be added to dependencies in a
185
  module's .info file to indicate which project the dependency resides in (API
186
  addition: https://www.drupal.org/node/2299747).
187
- Fixed various bugs that occurred after hooks were invoked early in the Drupal
188
  bootstrap and that caused module_implements() and drupal_alter() to cache an
189
  incomplete set of hook implementations for later use.
190
- Set the X-Content-Type-Options header to "nosniff" when possible, to prevent
191
  certain web browsers from picking an unsafe MIME type.
192
- Prevented the database API from executing multiple queries at once on MySQL,
193
  if the site's PHP version is new enough to do so. This is a secondary defense
194
  against SQL injection (API change: https://www.drupal.org/node/2463973).
195
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade
196
  to fail when there were multiple file records pointing to the same file.
197
- Numerous small bug fixes.
198
- Numerous API documentation improvements.
199
- Additional automated test coverage.
200

    
201
Drupal 7.39, 2015-08-19
202
-----------------------
203
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-003.
204

    
205
Drupal 7.38, 2015-06-17
206
-----------------------
207
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-002.
208

    
209
Drupal 7.37, 2015-05-07
210
-----------------------
211
- Fixed a regression in Drupal 7.36 which caused certain kinds of content types
212
  to become disabled if they were defined by a no-longer-enabled module.
213
- Removed a confusing description regarding automatic time zone detection from
214
  the user account form (minor UI and data structure change).
215
- Allowed custom HTML tags with a dash in the name to pass through filter_xss()
216
  when specified in the list of allowed tags.
217
- Allowed hook_field_schema() implementations to specify indexes for fields
218
  based on a fixed-length column prefix (rather than the entire column), as was
219
  already allowed in hook_schema() implementations.
220
- Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
221
- Added a sites/all/libraries folder to the codebase, with instructions for
222
  using it.
223
- Added a description to the "Administer text formats and filters" permission
224
  on the Permissions page (string change).
225
- Numerous small bug fixes.
226
- Numerous API documentation improvements.
227
- Additional automated test coverage.
228

    
229
Drupal 7.36, 2015-04-01
230
-----------------------
231
- Added a 'file_public_schema' variable which allows modules that define
232
  publicly-accessible streams in hook_stream_wrappers() to bypass file download
233
  access checks when processing managed file upload fields.
234
- Fixed a bug that caused database query tags not to be added to search-related
235
  database queries under many circumstances, and which prevented the
236
  corresponding hook_query_TAG_alter() implementations from being called.
237
- Fixed the "for" attribute on managed file upload field labels to improve
238
  accessibility (minor markup change).
239
- Added a 'javascript_always_use_jquery' variable which can be set to FALSE by
240
  sites that may not need jQuery loaded on all pages, and a 'requires_jquery'
241
  option to drupal_add_js() which modules can set to FALSE when adding
242
  JavaScript files that have no dependency on jQuery (API addition:
243
  https://www.drupal.org/node/2462717).
244
- Fixed incorrect foreign keys in the User module's role_permission and
245
  users_roles database tables.
246
- Changed permission descriptions throughout Drupal core to consistently link
247
  to relevant administrative pages, regardless of whether the user viewing the
248
  Permissions page can view the page being linked to (minor UI change).
249
- Fixed the drupal_add_region_content() function so that it actually adds
250
  content to the page.
251
- Added an 'image_suppress_itok_output' variable to allow sites already using
252
  the existing 'image_allow_insecure_derivatives' variable to also prevent
253
  security tokens from appearing in image derivative URLs.
254
- Fixed double-escaping of theme names in the Block module administrative
255
  interface (minor string change).
256
- Added basic support for Xdebug when running automated tests.
257
- Fixed a bug which caused previewing a node to remove elements from the node
258
  being edited. With this fix, calling node_preview() will no longer modify the
259
  passed-in node object (minor API change).
260
- Added a user_has_role() function to check whether a user has a particular
261
  role (API addition: https://www.drupal.org/node/2462411).
262
- Fixed installation failures when an opcode cache is enabled.
263
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused private
264
  files to be inaccessible.
265
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused user
266
  pictures to be lost.
267
- Fixed missing language code in hook_field_attach_view_alter() when it is
268
  invoked from field_view_field().
269
- Stopped sending ETag and Last-Modified headers for uncached page requests,
270
  since they break caching for certain Varnish and Nginx configurations.
271
- Changed the Simpletest module to allow PSR-4 test classes to be used in
272
  Drupal 7.
273
- Fixed a fatal error that occurred when using the Comment module's "Unpublish
274
  comment containing keyword(s)" action.
275
- Changed the "lang" attribute on language links to "xml:lang" so it validates
276
  as XHTML (minor markup change).
277
- Prevented the form API from allowing arrays to be submitted for various form
278
  elements, such as textfields, textareas, and password fields (API change:
279
  https://www.drupal.org/node/2462723).
280
- Fixed a bug in the Contact module which caused the global user object to have
281
  the incorrect name and e-mail address during the remainder of the page
282
  request after the contact form is submitted.
283
- Numerous small bug fixes.
284
- Numerous API documentation improvements.
285
- Additional automated test coverage.
286

    
287
Drupal 7.35, 2015-03-18
288
-----------------------
289
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2015-001.
290

    
291
Drupal 7.34, 2014-11-19
292
-----------------------
293
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
294

    
295
Drupal 7.33, 2014-11-07
296
-----------------------
297
- Began storing the file modification time of each module and theme in the
298
  {system} database table so that contributed modules can use it to identify
299
  recently changed modules and themes (minor data structure change to the
300
  return value of system_get_info() and other related functions).
301
- Added a "Did you mean?" feature to the run-tests.sh script for running
302
  automated tests from the command line, to help developers who are attempting
303
  to run a particular test class or group.
304
- Changed the date format used in various HTTP headers output by Drupal core
305
  from RFC 1123 format to RFC 7231 format.
306
- Added a "block_cache_bypass_node_grants" variable to allow sites which have
307
  node access modules enabled to use the block cache if desired (API addition).
308
- Made image derivative generation HTTP requests return a 404 error (rather
309
  than a 500 error) when the source image does not exist.
310
- Fixed a bug which caused user pictures to be removed from the user object
311
  after saving, and resulted in data loss if the user account was subsequently
312
  re-saved.
313
- Fixed a bug in which field_has_data() did not return TRUE for fields that
314
  only had data in older entity revisions, leading to loss of the field's data
315
  when the field configuration was edited.
316
- Fixed a bug which caused the Ajax progress throbber to appear misaligned in
317
  many situatons (minor styling change).
318
- Prevented the Bartik theme from lower-casing the "Permalink" link on
319
  comments, for improved multilingual support (minor UI change).
320
- Added a "preferred_menu_links" tag to the database query that is used by
321
  menu_link_get_preferred() to find the preferred menu link for a given path,
322
  to make it easier to alter.
323
- Increased the maximum allowed length of block titles to 255 characters
324
  (database schema change to the {block} table).
325
- Removed the Field module's field_modules_uninstalled() function, since it did
326
  not do anything when it was invoked.
327
- Added a "theme_hook_original" variable to templates and theme functions and
328
  an optional sitewide theme debug mode, to provide contextual information in
329
  the page's HTML to theme developers. The theme debug mode is based on the one
330
  used with Twig in Drupal 8 and can be accessed by setting the "theme_debug"
331
  variable to TRUE (API addition).
332
- Added an entity_view_mode_prepare() API function to allow entity-defining
333
  modules to properly invoke hook_entity_view_mode_alter(), and used it
334
  throughout Drupal core to fix bugs with the invocation of that hook (API
335
  change: https://www.drupal.org/node/2369141).
336
- Security improvement: Made the database API's orderBy() method sanitize the
337
  sort direction ("ASC" or "DESC") for queries built with db_select(), so that
338
  calling code does not have to.
339
- Changed the RDF module to consistently output RDF metadata for nodes and
340
  comments near where the node is rendered in the HTML (minor markup and data
341
  structure change).
342
- Added an HTML class to RDFa metatags throughout Drupal to prevent them from
343
  accidentally affecting the site appearance (minor markup change).
344
- Fixed a bug in the Unicode requirements check which prevented installing
345
  Drupal on PHP 5.6.
346
- Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap
347
  when called early in the page request.
348
- Renamed the "Search result" view mode to "Search result highlighting input"
349
  to better reflect how it is used (UI change).
350
- Improved database queries generated by EntityFieldQuery in the case where
351
  delta or language condition groups are used, to reduce the number of INNER
352
  JOINs (this is a minor data structure change affecting code which implements
353
  hook_query_alter() on these queries).
354
- Removed special-case behavior for file uploads which allowed user #1 to
355
  bypass maximum file size and user quota limits.
356
- Numerous small bug fixes.
357
- Numerous API documentation improvements.
358
- Additional automated test coverage.
359

    
360
Drupal 7.32, 2014-10-15
361
-----------------------
362
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
363

    
364
Drupal 7.31, 2014-08-06
365
-----------------------
366
- Fixed security issues (denial of service). See SA-CORE-2014-004.
367

    
368
Drupal 7.30, 2014-07-24
369
-----------------------
370
- Fixed a regression introduced in Drupal 7.29 that caused files or images
371
  attached to taxonomy terms to be deleted when the taxonomy term was edited
372
  and resaved (and other related bugs with contributed and custom modules).
373
- Added a warning on the permissions page to recommend restricting access to
374
  the "View site reports" permission to trusted administrators. See
375
  DRUPAL-PSA-2014-002.
376
- Numerous API documentation improvements.
377
- Additional automated test coverage.
378

    
379
Drupal 7.29, 2014-07-16
380
-----------------------
381
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
382

    
383
Drupal 7.28, 2014-05-08
384
-----------------------
385
- Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break
386
  on older browsers (such as Internet Explorer 8 and earlier) when Ajax was
387
  used.
388
- Increased the timeout used by the Update Manager module when it fetches data
389
  from drupal.org (from 5 seconds to 30 seconds), to work around a problem
390
  which causes incomplete information about security updates to be presented to
391
  site administrators. This fix may lead to a performance slowdown on the
392
  Update Manager administration pages, when installing Drupal distributions,
393
  and (for sites that use the automated cron feature) on occasional page loads
394
  by site visitors.
395
- Fixed the behavior of the token system's "[node:summary]" token when the body
396
  field does not have a manual summary.
397
- Changed the behavior of db_query_temporary() so that it works on SELECT
398
  queries even when they have leading comments/whitespace. A side effect of
399
  this fix is that db_query_temporary() will now fail with an error if it is
400
  ever used on non-SELECT queries.
401
- Added a "node_admin_filter" tag to the database query used to build the list
402
  of nodes on the content administration page, to make it easier to alter.
403
- Made the cron queue system log any exceptions that are thrown while an item
404
  in the queue is being processed, rather than stopping the entire PHP request.
405
- Improved screen reader support by adding an aria-live HTML attribute to file
406
  upload fields when there is an error uploading the file (minor markup
407
  change).
408
- Made the pager on the Tracker module listing pages show the same number of
409
  items as other pagers throughout Drupal core (minor UI change).
410
- Fixed a bug which caused caches not to be properly cleared when a file entity
411
  was saved or deleted.
412
- Added several missing countries to the default list returned by
413
  country_get_list() (string change).
414
- Replaced the term "weight" with "influence" in the content ranking settings
415
  for search, and added help text for administrators (string change).
416
- Fixed untranslatable text strings in the administrative interface for the
417
  "Crop" effect provided by the Image module (minor string change).
418
- Fixed a bug in the Taxonomy module update function introduced in Drupal 7.26
419
  that caused memory and CPU problems on sites with very large numbers of
420
  unpublished nodes.
421
- Numerous small bug fixes.
422
- Numerous API documentation improvements.
423
- Additional automated test coverage.
424

    
425
Drupal 7.27, 2014-04-16
426
-----------------------
427
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
428

    
429
Drupal 7.26, 2014-01-15
430
-----------------------
431
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
432

    
433
Drupal 7.25, 2014-01-02
434
-----------------------
435
- Fixed a bug in node_save() which prevented the saved node from being updated
436
  in hook_node_insert() and other similar hooks.
437
- Added a meta tag to install.php to prevent it from being indexed by search
438
  engines even when Drupal is installed in a subfolder (minor markup change).
439
- Fixed a bug in the database API that caused frequent deadlock errors when
440
  running merge queries on some servers.
441
- Performance improvement: Prevented block rehashing from writing blocks to the
442
  database on every cache clear and cron run when the blocks have not changed.
443
  This fix results in an extra 'saved' key which is added and set to TRUE for
444
  each block returned by _block_rehash() that actually is saved to the database
445
  (data structure change).
446
- Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
447
  queues to avoid being automatically processed on cron runs (API addition).
448
- Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
449
  invoked if the block delta had a hyphen in it. To implement the hook when the
450
  block delta has a hyphen, modules should now replace hyphens with underscores
451
  when constructing the function name for the hook implementation.
452
- Fixed a bug which caused cached pages to sometimes be sent to the browser
453
  with incorrect compression. The fix adds a new 'page_compressed' key to the
454
  $cache->data array returned by drupal_page_get_cache() (minor data structure
455
  change).
456
- Fixed broken tests on PHP 5.5.
457
- Made the File and Image modules more robust when saving entities that have
458
  deleted files attached. The code in file_field_presave() will now remove the
459
  record of the deleted file from the entity before saving (minor data
460
  structure change).
461
- Standardized menu callback functions throughout Drupal core to return
462
  MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
463
  not found" or "access denied" pages (minor API change in the return value of
464
  these functions under some circumstances).
465
- Fixed a bug in which caches were not properly cleared when a node was deleted
466
  via the administrative interface.
467
- Changed the Bartik theme to render content contained in <pre>, <code> and
468
  similar tags in a larger font size, so it is easier to read.
469
- Fixed a bug in the Search module that caused exceptions to be thrown during
470
  searches if the server was not configured to represent decimal points as a
471
  period.
472
- Fixed a regression in the Image module that made image_style_url() not work
473
  when a relative path (rather than a complete file URI) was passed to it.
474
- Added an optional feature to the Statistics module to allow node views to be
475
  tracked by Ajax requests rather than during the server-side generation of the
476
  page. This allows the node counter to work on sites that use external page
477
  caches (string change and new administrative option:
478
  https://drupal.org/node/2164069).
479
- Added a link to the drupal.org documentation page for cron to the Cron
480
  settings page (string change).
481
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
482
  object returned by drupal_anonymous_user() to be overridden with a classed
483
  object (API addition).
484
- Changed the database API to allow inserts based on a SELECT * query to work
485
  correctly.
486
- Changed the database schema of the {file_managed} table to allow Drupal to
487
  manage files larger than 4 GB.
488
- Changed the File module's hook_field_load() implementation to prevent file
489
  entity properties which have the same name as file or image field properties
490
  from overwriting the field properties (minor API change).
491
- Numerous small bug fixes.
492
- Numerous API documentation improvements.
493
- Additional automated test coverage.
494

    
495
Drupal 7.24, 2013-11-20
496
-----------------------
497
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
498

    
499
Drupal 7.23, 2013-08-07
500
-----------------------
501
- Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module
502
  from Drupal 6 to Drupal 7.
503
- Fixed the default ordering of CSS files for sites using right-to-left
504
  languages, to consistently place the right-to-left override file immediately
505
  after the CSS it is overriding (API change: https://drupal.org/node/2058463).
506
- Added a drupal_check_memory_limit() API function to allow the memory limit to
507
  be checked consistently (API addition).
508
- Changed the default web.config file for IIS servers to allow favicon.ico
509
  files which are present in the filesystem to be accessed.
510
- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
511
  functions.
512
- Performance improvement: Allowed all hooks to be included in the
513
  module_implements() cache, even those that are only invoked on HTTP POST
514
  requests.
515
- Made the database system replace truncate queries with delete queries when
516
  inside a transaction, to fix issues with PostgreSQL and other databases.
517
- Fixed a bug which caused nested contextual links to display improperly.
518
- Fixed a bug which prevented cached image derivatives from being flushed for
519
  private files and other non-default file schemes.
520
- Fixed drupal_render() to always return an empty string when there is no
521
  output, rather than sometimes returning NULL (minor API change).
522
- Added protection to cache_clear_all() to ensure that non-cache tables cannot
523
  be truncated (API addition: a new isValidBin() method has been added to the
524
  default database cache implementation).
525
- Changed the default .htaccess file to support HTTP authorization in CGI
526
  environments.
527
- Changed the password reset form to pre-fill the username when requested via a
528
  URL query parameter, and used this in the error message that appears after a
529
  failed login attempt (minor data structure and behavior change).
530
- Fixed broken support for foreign keys in the field API.
531
- Fixed "No active batch" error when a user cancels their own account.
532
- Added a description to the "access content overview" permission on the
533
  permissions page (string change).
534
- Added a drupal_array_diff_assoc_recursive() function to allow associative
535
  arrays to be compared recursively (API addition).
536
- Added human-readable labels to image styles, in addition to the existing
537
  machine-readable name (API change: https://drupal.org/node/2058503).
538
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
539
  additional places in the code, for added security in the case where there is
540
  no hash salt in settings.php.
541
- Fixed a regression in Drupal 7.22 that caused internal server errors for
542
  sites running on very old Apache 1.x web servers.
543
- Numerous small bug fixes.
544
- Numerous API documentation improvements.
545
- Additional automated test coverage.
546

    
547
Drupal 7.22, 2013-04-03
548
-----------------------
549
- Allowed the drupal_http_request() function to be overridden so that
550
  additional HTTP request capabilities can be added by contributed modules.
551
- Changed the Simpletest module to allow PSR-0 test classes to be used in
552
  Drupal 7.
553
- Removed an unnecessary "Content-Disposition" header from private file
554
  downloads; it prevented many private files from being viewed inline in a web
555
  browser.
556
- Changed various field API functions to allow them to optionally act on a
557
  single field within an entity (API addition: http://drupal.org/node/1825844).
558
- Fixed a bug which prevented Drupal's file transfer functionality from working
559
  on some PHP 5.4 systems.
560
- Fixed incorrect log message when theme() is called for a theme hook that does
561
  not exist (minor string change).
562
- Fixed Drupal's token-replacement system to allow spaces in the token value.
563
- Changed the default behavior after a user creates a node they do not have
564
  access to view. The user will now be redirected to the front page rather than
565
  an access denied page.
566
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
567
  (Minor behavior change: Callers of drupal_add_http_header() must now set
568
  FALSE explicitly to prevent a header from being sent at all; this was already
569
  indicated in the function's documentation.)
570
- Fixed OpenID errors when more than one module implements hook_openid(). The
571
  behavior is now changed so that if more than one module tries to set the same
572
  parameter, the last module's change takes effect.
573
- Fixed a serious documentation bug: The $name variable in the
574
  taxonomy-term.tpl.php theme template was incorrectly documented as being
575
  sanitized when in fact it is not.
576
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
577
  duplicate permission names in the User module's database tables.
578
- Added an empty "datatype" attribute to taxonomy term and username links to
579
  make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
580
- Fixed a bug which caused the denial-of-service protection added in Drupal
581
  7.20 to break certain valid image URLs that had an extra slash in them.
582
- Fixed a bug with update queries in the SQLite database driver that prevented
583
  Drupal from being installed with SQLite on PHP 5.4.
584
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
585
  certain non-MySQL databases.
586
- Refactored the Field module's caching behavior to obtain large improvements
587
  in memory usage for sites with many fields and instances (API addition:
588
  http://drupal.org/node/1915646).
589
- Fixed entity argument not being passed to implementations of
590
  hook_file_download_access_alter(). The fix adds an additional context
591
  parameter that can be passed when calling drupal_alter() for any hook (API
592
  change: http://drupal.org/node/1882722).
593
- Fixed broken support for translatable comment fields (API change:
594
  http://drupal.org/node/1874724).
595
- Added an assertThemeOutput() method to Simpletest to allow tests to check
596
  that themed output matches an expected HTML string (API addition).
597
- Added a link to "Install another module" after a module has been successfully
598
  downloaded via the Update Manager (UI change).
599
- Added an optional "exclusive" flag to installation profile .info files which
600
  allows Drupal distributions to force a profile to be selected during
601
  installation (API addition: http://drupal.org/node/1961012).
602
- Fixed a bug which caused the database API to not properly close database
603
  connections.
604
- Added a link to the URL for running cron from outside the site to the Cron
605
  settings page (UI change).
606
- Fixed a bug which prevented image styles from being reverted on PHP 5.4.
607
- Made the default .htaccess rules protocol sensitive to improve security for
608
  sites which use HTTPS and redirect between "www" and non-"www" versions of
609
  the page.
610
- Numerous small bug fixes.
611
- Numerous API documentation improvements.
612
- Additional automated test coverage.
613

    
614
Drupal 7.21, 2013-03-06
615
-----------------------
616
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
617
  have partial protection from the security issues fixed in Drupal 7.20.
618

    
619
Drupal 7.20, 2013-02-20
620
-----------------------
621
- Fixed security issues (denial of service). See SA-CORE-2013-002.
622

    
623
Drupal 7.19, 2013-01-16
624
-----------------------
625
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
626

    
627
Drupal 7.18, 2012-12-19
628
-----------------------
629
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
630

    
631
Drupal 7.17, 2012-11-07
632
-----------------------
633
- Changed the default value of the '404_fast_html' variable to have a DOCTYPE
634
  declaration.
635
- Made it possible to use associative arrays for the 'items' variable in
636
  theme_item_list().
637
- Fixed a bug which prevented required form elements without a title from being
638
  given an "error" class when the form fails validation.
639
- Prevented duplicate HTML IDs from appearing when two forms are displayed on
640
  the same page and one of them is submitted with invalid data (minor markup
641
  change).
642
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
643
  stale data in the Upload module's database tables.
644
- Fixed a bug in the States API which prevented certain types of form elements
645
  from being disabled when requested.
646
- Allowed aggregator feed items with author names longer than 255 characters to
647
  have a truncated version saved to the database (rather than causing a fatal
648
  error).
649
- Allowed aggregator feed items to have URLs longer than 255 characters
650
  (schema change which results in several columns in the Aggregator module's
651
  database tables changing from VARCHAR to TEXT fields).
652
- Added hook_taxonomy_term_view() and standardized the process for rendering
653
  taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
654
  with other entities (API change: http://drupal.org/node/1808870).
655
- Added hook_entity_view_mode_alter() to allow modules to change entity view
656
  modes on display (API addition: http://drupal.org/node/1833086).
657
- Fixed a bug which made database queries running a "LIKE" query on blob fields
658
  fail on PostgreSQL databases. This caused errors during the Drupal 6 to
659
  Drupal 7 upgrade.
660
- Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
661
  components from being accidentally passed to the page callback function (data
662
  structure change).
663
- Removed a non-standard "name" attribute from Drupal's default Content-Type
664
  header for file downloads.
665
- Fixed the theme settings form to properly clean up submitted values in
666
  $form_state['values'] when the form is submitted (data structure change).
667
- Fixed an inconsistency by removing the colon from the end of the label on
668
  multi-valued form fields (minor string change).
669
- Added support for 'weight' in hook_field_widget_info() to allow modules to
670
  control the order in which widgets are displayed in the Field UI.
671
- Updated various tables in the OpenID and Book modules to use the default
672
  "empty table" text pattern (string change).
673
- Added proxy server support to drupal_http_request().
674
- Added "lang" attributes to language links, to better support screen readers.
675
- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the
676
  Seven theme (markup change).
677
- Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
678
  double-escaped. The fix replaces the taxonomy vocabulary overview page and
679
  "Edit shortcuts" menu items' title callback entries in hook_menu() with new
680
  functions that do not escape HTML characters (data structure change).
681
- Modified the Update manager module to allow drupal.org to collect usage
682
  statistics for individual modules and themes, rather than only for entire
683
  projects.
684
- Modified the node listing database query on Drupal's default front page to
685
  add table aliases for better query altering (this is a data structure change
686
  affecting code which implements hook_query_alter() on this query).
687
- Improved the translatability of the "Field type(s) in use" message on the
688
  modules page (admin-facing string change).
689
- Fixed a regression which caused a "call to undefined function
690
  drupal_find_base_themes()" fatal error under rare circumstances.
691
- Numerous API documentation improvements.
692
- Additional automated test coverage.
693

    
694
Drupal 7.16, 2012-10-17
695
-----------------------
696
- Fixed security issues (Arbitrary PHP code execution and information
697
  disclosure). See SA-CORE-2012-003.
698

    
699
Drupal 7.15, 2012-08-01
700
-----------------------
701
- Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
702
  expiration for user password reset links to be adjusted (API addition).
703
- Fixed database errors due to ambiguous column names that occurred when
704
  EntityFieldQuery was used in certain situations.
705
- Changed the drupal_array_get_nested_value() function to return a reference
706
  (API addition).
707
- Changed the System module's hook_block_info() implementation to assign the
708
  "Main page content" and "System help" blocks to appropriate regions by
709
  default and prevent error messages on the block administration page (data
710
  structure change).
711
- Fixed regression: Non-node entities couldn't be accessed with
712
  EntityFieldQuery.
713
- Fixed regression: Optional radio buttons with an empty, non-NULL default
714
  value led to an illegal choice error when none were selected.
715
- Reorganized the testing framework to split setUp() into specific sub-methods
716
  and fix several regressions in the process.
717
- Fixed bug which made it impossible to search for strings that have not been
718
  translated into a particular language.
719
- Renamed the "Field" column on the Manage Fields screen to "Field type", since
720
  the former was confusing and inaccurate (UI change).
721
- Performance improvement: Removed needless call to system_rebuild_module_data()
722
  in field_sync_field_status(), greatly speeding up bulk module enable/disable.
723
- Fixed bug which prevented notifications from being sent when core, module, and
724
  theme updates are available.
725
- Fixed bug which prevented sub-themes from inheriting the default values of
726
  theme settings defined by the base theme.
727
- Fixed bug which prevented the jQuery UI Datepicker from being localized.
728
- Made Ajax alert dialogs respect error reporting settings.
729
- Fixed bug which prevented image styles from being deleted on PHP 5.4.
730
- Fixed bug: Language detection by domain only worked on port 80.
731
- Fixed regression: The first plural index on a page was not calculated
732
  correctly.
733
- Introduced generic entity language support. Entities may now declare their
734
  language property in hook_entity_info(), and modules working with entities
735
  may access the language using entity_language() (API change:
736
  http://drupal.org/node/1626346).
737
- Added EntityFieldQuery support for taxonomy bundles.
738
- Fixed issue where field form structure was incomplete if field_access()
739
  returned FALSE. Instead of being incomplete, the form structure now has
740
  #access set to FALSE and field form validation is skipped (data structure
741
  change: http://drupal.org/node/1663020).
742
- Fixed data loss issue due to field_has_data() returning inconsistent results.
743
  The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field
744
  queries which field storage engines can respond to (API addition:
745
  http://drupal.org/node/1597378).
746
- Fixed notice: Undefined index: default_image in image_field_prepare_view()
747
- Numerous API documentation improvements.
748
- Additional automated test coverage.
749

    
750
Drupal 7.14, 2012-05-02
751
-----------------------
752
- Fixed "integrity constraint" fatal errors when rebuilding registry.
753
- Fixed custom logo and favicon functionality referencing incorrect paths.
754
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
755
- Split field_bundle_settings out per bundle.
756
- Improve UX for machine names for fields (UI change).
757
- Fixed User pictures are not removed properly.
758
- Fixed HTTPS sessions not working in all cases.
759
- Fixed Regression: Required radios throw illegal choice error when none
760
  selected.
761
- Fixed allow autocompletion requests to include slashes.
762
- Eliminate $user->cache and {session}.cache in favor of
763
  $_SESSION['cache_expiration'][$bin] (Performance).
764
- Fixed focus jumps to tab when pressing enter on a form element within tab.
765
- Fixed race condition in locale() - duplicates in {locales_source}.
766
- Fixed Missing "Default image" per field instance.
767
- Quit clobbering people's work when they click the filter tips link
768
- Form API #states: Fix conditionals to allow OR and XOR constructions.
769
- Fixed Focus jumps to tab when pressing enter on a form element within tab.
770
  (Accessibility)
771
- Improved performance of node_access queries.
772
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
773
- Reduce size of cache_menu table (Performance).
774
- Fixed unnecessary aggregation of CSS/JS (Performance).
775
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
776
- Fixed HTML filter is not run first by default, despite default weight.
777
- Fixed Overlay does not work with prefixed URL paths.
778
- Better debug info for field errors (string change).
779
- Fixed Data corruption in comment IDs (results in broken threading on
780
  PostgreSQL).
781
- Fixed machine name not editable if every character is replaced.
782
- Fixed user picture not appearing in comment preview (Markup change).
783
- Added optional vid argument for taxonomy_get_term_by_name().
784
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
785
  with PCRE 8.30.
786
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
787
- Numerous fixes to run-tests.sh.
788
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
789
  different profile for running tests.
790
- Numerous JavaScript performance fixes.
791
- Numerous documentation fixes.
792
- Fixed All pager links have an 'active' CSS class.
793
- Numerous upgrade path fixes; notably:
794
  - system_update_7061() fails on inserting files with same name but different
795
    case.
796
  - system_update_7061() converts filepaths too aggressively.
797
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
798

    
799
Drupal 7.13, 2012-05-02
800
-----------------------
801
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
802

    
803
Drupal 7.12, 2012-02-01
804
-----------------------
805
- Fixed bug preventing custom menus from receiving an active trail.
806
- Fixed hook_field_delete() no longer invoked during field_purge_data().
807
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
808
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
809
  open_basedir().
810
- Fixed Nested transactions throw exceptions when they got out of scope.
811
- Fixed bugs with the Return-Path when sending mail on both Windows and
812
  non-Windows systems.
813
- Fixed bug with DrupalCacheArray property visibility preventing others from
814
  extending it (API change: http://drupal.org/node/1422264).
815
- Fixed bug with handling of non-ASCII characters in file names (API change:
816
  http://drupal.org/node/1424840).
817
- Reconciled field maximum length with database column size in image and
818
  aggregator modules.
819
- Fixes to various core JavaScript files to allow for minification and
820
  aggregation.
821
- Fixed Prevent tests from deleting main installation's tables when
822
  parent::setUp() is not called.
823
- Fixed several Poll module bugs.
824
- Fixed several Shortcut module bugs.
825
- Added new hook_system_theme_info() to provide ability for contributed modules
826
  to test theme functionality.
827
- Added ability to cancel mail sending from hook_mail_alter().
828
- Added support for configurable PDO connection options, enabling master-master
829
  database replication.
830
- Numerous improvements to tests and test runner to pave the way for faster test
831
  runs.
832
- Expanded test coverage.
833
- Numerous API documentation improvements.
834
- Numerous performance improvements, including token replacement and render
835
  cache.
836

    
837
Drupal 7.11, 2012-02-01
838
-----------------------
839
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
840

    
841
Drupal 7.10, 2011-12-05
842
-----------------------
843
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
844
- Reduce memory usage of theme registry (performance).
845
- Fixed PECL upload progress bar for FileField
846
- Fixed running update.php doesn't always clear the cache.
847
- Fixed PDO exceptions on long titles.
848
- Fixed Overlay redirect does not include query string.
849
- Fixed D6 modules satisfy D7 module dependencies.
850
- Fixed the ordering of module hooks when using module_implements_alter().
851
- Fixed "floating" submit buttons during AJAX requests.
852
- Fixed timezone selected on install not propogating to admin account.
853
- Added msgctx context to JS translation functions, for feature parity with t().
854
- Profiles' .install files now available during hook_install_tasks().
855
- Added test coverage of 7.0 -> 7.x upgrade path.
856
- Numerous notice fixes.
857
- Numerous documentation improvements.
858
- Additional automated test coverage.
859

    
860
Drupal 7.9, 2011-10-26
861
----------------------
862
- Critical fixes to OpenID to spec violations that could allow for
863
  impersonation in certain scenarios. Existing OpenID users should see
864
  http://drupal.org/node/1120290#comment-5092796 for more information on
865
  transitioning.
866
- Fixed files getting lost when adding multiple files to multiple file fields
867
  at the same time.
868
- Improved usability of the clean URL test screens.
869
- Restored height/width attributes on images run through the theme system.
870
- Fixed usability bug with first password field being pre-filled by certain
871
  browser plugins.
872
- Fixed file_usage_list() so that it can return more than one result.
873
- Fixed bug preventing preview of private images on node form.
874
- Fixed PDO error when inserting an aggregator title longer than 255 characters.
875
- Spelled out what TRADITIONAL means in MySQL sql_mode.
876
- Deprecated "!=" operator for DBTNG; should be "<>".
877
- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
878
  added in order to enable setting the active menu trail for dynamically
879
  generated menu paths.
880
- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
881
  when serving 404 pages for certain file types.
882
- Added format_string() function which can perform string munging ala the t()
883
  function without the overhead of the translation system.
884
- Numerous #states system fixes.
885
- Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
886
- Numerous Shortcut module fixes.
887
- Numerous language system fixes.
888
- Numerous token fixes.
889
- Numerous CSS fixes.
890
- Numerous upgrade path fixes.
891
- Numerous minor string fixes.
892
- Numerous notice fixes.
893

    
894
Drupal 7.8, 2011-08-31
895
----------------------
896
- Fixed critical upgrade path issue with multilingual sites, leading to lost
897
  content.
898
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
899
  dependencies.
900
- Fixed issue with saving files on hosts with open_basedir restrictions.
901
- Fixed Update manger error when used with Overlay.
902
- Fixed RTL support in Seven administration theme and Overlay.
903
- Fixes to nested transaction support.
904
- Introduced performance pattern to reduce Drupal core's RAM usage.
905
- Added support for HTML 5 tags to filter_xss_admin().
906
- Added exception handling to cron.
907
- Added new hook hook_field_widget_form_alter() for contribtued modules.
908
- element_validate_*() functions now available to contrib.
909
- Added new maintainers for several subsystems.
910
- Numerous testing system improvements.
911
- Numerous markup and CSS fixes.
912
- Numerous poll module fixes.
913
- Numerous notice/warning fixes.
914
- Numerous documentation fixes.
915
- Numerous token fixes.
916

    
917
Drupal 7.7, 2011-07-27
918
----------------------
919
- Fixed VERSION string.
920

    
921
Drupal 7.6, 2011-07-27
922
----------------------
923
- Fixed support for remote streamwrappers.
924
- AJAX now binds to 'click' instead of 'mousedown'.
925
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
926
- Performance enhancement to permissions page on large numbers of permissions.
927
- More secure password generation.
928
- Fix for temporary directory on Windows servers.
929
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
930
- Numerous upgrade path fixes.
931
- Numerous documentation fixes.
932
- Numerous notice fixes.
933
- Numerous fixes to improve PHP 5.4 support.
934
- Numerous RTL improvements.
935

    
936
Drupal 7.5, 2011-07-27
937
----------------------
938
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
939

    
940
Drupal 7.4, 2011-06-29
941
----------------------
942
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
943
- Fixed critical bug with saving default images.
944
- Fixed fatal errors when uninstalling some modules.
945
- Added workaround for MySQL transaction support breaking on DDL statments.
946
- Improved page caching with external caching systems.
947
- Fix to Batch API, which was terminating too early.
948
- Numerous upgrade path fixes.
949
- Performance fixes.
950
- Additional test coverage.
951
- Numerous documentation fixes.
952

    
953
Drupal 7.3, 2011-06-29
954
----------------------
955
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
956

    
957
Drupal 7.2, 2011-05-25
958
----------------------
959
- Added a default .gitignore file.
960
- Improved PostgreSQL and SQLite support.
961
- Numerous critical performance improvements.
962
- Numerous critical fixes to the upgrade path.
963
- Numerous fixes to language and translation systems.
964
- Numerous fixes to AJAX and #states systems.
965
- Improvements to the locking system.
966
- Numerous documentation fixes.
967
- Numerous styling and theme system fixes.
968
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
969
- Minor internal API clean-ups.
970

    
971
Drupal 7.1, 2011-05-25
972
----------------------
973
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
974

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

    
1194
Drupal 6.23-dev, xxxx-xx-xx (development release)
1195
---------------------------
1196

    
1197
Drupal 6.22, 2011-05-25
1198
-----------------------
1199
- Made Drupal 6 work better with IIS and Internet Explorer.
1200
- Fixed .po file imports to work better with custom textgroups.
1201
- Improved code documentation at various places.
1202
- Fixed a variety of other bugs.
1203

    
1204
Drupal 6.21, 2011-05-25
1205
-----------------------
1206
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
1207

    
1208
Drupal 6.20, 2010-12-15
1209
-----------------------
1210
- Fixed a variety of small bugs, improved code documentation.
1211

    
1212
Drupal 6.19, 2010-08-11
1213
-----------------------
1214
- Fixed a variety of small bugs, improved code documentation.
1215

    
1216
Drupal 6.18, 2010-08-11
1217
-----------------------
1218
- Fixed security issues (OpenID authentication bypass, File download access
1219
  bypass, Comment unpublishing bypass, Actions cross site scripting),
1220
  see SA-CORE-2010-002.
1221

    
1222
Drupal 6.17, 2010-06-02
1223
-----------------------
1224
- Improved PostgreSQL compatibility
1225
- Better PHP 5.3 and PHP 4 compatibility
1226
- Better browser compatibility of CSS and JS aggregation
1227
- Improved logging for login failures
1228
- Fixed an incompatibility with some contributed modules and the locking system
1229
- Fixed a variety of other bugs.
1230

    
1231
Drupal 6.16, 2010-03-03
1232
-----------------------
1233
- Fixed security issues (Installation cross site scripting, Open redirection,
1234
  Locale module cross site scripting, Blocked user session regeneration),
1235
  see SA-CORE-2010-001.
1236
- Better support for updated jQuery versions.
1237
- Reduced resource usage of update.module.
1238
- Fixed several issues relating to support of installation profiles and
1239
  distributions.
1240
- Added a locking framework to avoid data corruption on long operations.
1241
- Fixed a variety of other bugs.
1242

    
1243
Drupal 6.15, 2009-12-16
1244
-----------------------
1245
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
1246
- Fixed a variety of other bugs.
1247

    
1248
Drupal 6.14, 2009-09-16
1249
-----------------------
1250
- Fixed security issues (OpenID association cross site request forgeries,
1251
  OpenID impersonation and File upload), see SA-CORE-2009-008.
1252
- Changed the system modules page to not run all cache rebuilds; use the
1253
  button on the performance settings page to achieve the same effect.
1254
- Added support for PHP 5.3.0 out of the box.
1255
- Fixed a variety of small bugs.
1256

    
1257
Drupal 6.13, 2009-07-01
1258
-----------------------
1259
- Fixed security issues (Cross site scripting, Input format access bypass and
1260
  Password leakage in URL), see SA-CORE-2009-007.
1261
- Fixed a variety of small bugs.
1262

    
1263
Drupal 6.12, 2009-05-13
1264
-----------------------
1265
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1266
- Fixed a variety of small bugs.
1267

    
1268
Drupal 6.11, 2009-04-29
1269
-----------------------
1270
- Fixed security issues (Cross site scripting and limited information
1271
  disclosure), see SA-CORE-2009-005
1272
- Fixed performance issues with the menu router cache, the update
1273
  status cache and improved cache invalidation
1274
- Fixed a variety of small bugs.
1275

    
1276
Drupal 6.10, 2009-02-25
1277
-----------------------
1278
- Fixed a security issue, (Local file inclusion on Windows),
1279
  see SA-CORE-2009-003
1280
- Fixed node_feed() so custom fields can show up in RSS feeds.
1281
- Improved PostgreSQL compatibility.
1282
- Fixed a variety of small bugs.
1283

    
1284
Drupal 6.9, 2009-01-14
1285
----------------------
1286
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
1287
  against SQL injection), see SA-CORE-2009-001
1288
- Made HTTP request checking more robust and informative.
1289
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
1290
  basic shell scripts.
1291
- Removed t() calls from all schema documentation. Suggested best practice
1292
  changed for contributed modules, see http://drupal.org/node/322731.
1293
- Fixed a variety of small bugs.
1294

    
1295
Drupal 6.8, 2008-12-11
1296
----------------------
1297
- Removed a previous change incompatible with PHP 5.1.x and lower.
1298

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

    
1305
Drupal 6.6, 2008-10-22
1306
----------------------
1307
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
1308
- Fixed a variety of small bugs.
1309

    
1310
Drupal 6.5, 2008-10-08
1311
----------------------
1312
- Fixed security issues, (File upload access bypass, Access rules bypass,
1313
  BlogAPI access bypass), see SA-2008-060.
1314
- Fixed a variety of small bugs.
1315

    
1316
Drupal 6.4, 2008-08-13
1317
----------------------
1318
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
1319
  BlogAPI, Cross site request forgeries and Various Upload module
1320
  vulnerabilities), see SA-2008-047.
1321
- Improved error messages during installation.
1322
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
1323
- Fixed a variety of small bugs.
1324

    
1325
Drupal 6.3, 2008-07-09
1326
----------------------
1327
- Fixed security issues, (Cross site scripting, cross site request forgery,
1328
  session fixation and SQL injection), see SA-2008-044.
1329
- Slightly modified installation process to prevent file ownership issues on
1330
  shared hosts.
1331
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
1332
- Upgraded to jQuery 1.2.6.
1333
- Performance improvements to search, menu handling and form API caches.
1334
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
1335
- Fixed a variety of small bugs.
1336

    
1337
Drupal 6.2, 2008-04-09
1338
----------------------
1339
- Fixed a variety of small bugs.
1340
- Fixed a security issue (Access bypasses), see SA-2008-026.
1341

    
1342
Drupal 6.1, 2008-02-27
1343
----------------------
1344
- Fixed a variety of small bugs.
1345
- Fixed a security issue (Cross site scripting), see SA-2008-018.
1346

    
1347
Drupal 6.0, 2008-02-13
1348
----------------------
1349
- New, faster and better menu system.
1350
- New watchdog as a hook functionality.
1351
   * New hook_watchdog that can be implemented by any module to route log
1352
     messages to various destinations.
1353
   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
1354
     levels defined in RFC 3164.
1355
   * The watchdog module is now called dblog, and is optional, but enabled by
1356
     default in the default installation profile.
1357
   * Extended the database log module so log messages can be filtered.
1358
   * Added syslog module: useful for monitoring large Drupal installations.
1359
- Added optional e-mail notifications when users are approved, blocked, or
1360
  deleted.
1361
- Drupal works with error reporting set to E_ALL.
1362
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
1363
  to use Drupal as a framework to build command-line tools.
1364
- Made signature support optional and made it possible to theme signatures.
1365
- Made it possible to filter the URL aliases on the URL alias administration
1366
  screen.
1367
- Language system improvements:
1368
    * Support for right to left languages.
1369
    * Language detection based on parts of the URL.
1370
    * Browser based language detection.
1371
    * Made it possible to specify a node's language.
1372
    * Support for translating posts on the site to different languages.
1373
    * Language dependent path aliases.
1374
    * Automatically import translations when adding a new language.
1375
    * JavaScript interface translation.
1376
    * Automatically import a module's translation upon enabling that module.
1377
- Moved "PHP input filter" to a standalone module so it can be deleted for
1378
  security reasons.
1379
- Usability:
1380
    * Improved handling of teasers in posts.
1381
    * Added sticky table headers.
1382
    * Check for clean URL support automatically with JavaScript.
1383
    * Removed default/settings.php. Instead the installer will create it from
1384
      default.settings.php.
1385
    * Made it possible to configure your own date formats.
1386
    * Remember anonymous comment posters.
1387
    * Only allow modules and themes to be enabled that have explicitly been
1388
      ported to the correct core API version.
1389
    * Can now specify the minimum PHP version required for a module within the
1390
      .info file.
1391
    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
1392
      database rights.
1393
    * Dynamically check password strength and confirmation.
1394
    * Refactored poll administration.
1395
    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
1396
      vocabularies and terms, forums, profile fields, and input format filters.
1397
- Theme system:
1398
    * Added .info files to themes and made it easier to specify regions and
1399
      features.
1400
    * Added theme registry: modules can directly provide .tpl.php files for
1401
      their themes without having to create theme_ functions.
1402
    * Used the Garland theme for the installation and maintenance pages.
1403
    * Added theme preprocess functions for themes that are templates.
1404
    * Added support for themeable functions in JavaScript.
1405
- Refactored update.php to a generic batch API to be able to run time-consuming
1406
  operations in multiple subsequent HTTP requests.
1407
- Installer:
1408
    * Themed the installer with the Garland theme.
1409
    * Added form to provide initial site information during installation.
1410
    * Added ability to provide extra installation steps programmatically.
1411
    * Made it possible to import interface translations during installation.
1412
- Added the HTML corrector filter:
1413
    * Fixes faulty and chopped off HTML in postings.
1414
    * Tags are now automatically closed at the end of the teaser.
1415
- Performance:
1416
    * Made it easier to conditionally load .include files and split up many core
1417
      modules.
1418
    * Added a JavaScript aggregator.
1419
    * Added block-level caching, improving performance for both authenticated
1420
      and anonymous users.
1421
    * Made Drupal work correctly when running behind a reverse proxy like
1422
      Squid or Pound.
1423
- File handling improvements:
1424
    * Entries in the files table are now keyed to a user instead of a node.
1425
    * Added reusable validation functions to check for uploaded file sizes,
1426
      extensions, and image resolution.
1427
    * Added ability to create and remove temporary files during a cron job.
1428
- Forum improvements:
1429
    * Any node type may now be posted in a forum.
1430
- Taxonomy improvements:
1431
    * Descriptions for terms are now shown on taxonomy/term pages as well
1432
      as RSS feeds.
1433
    * Added versioning support to categories by associating them with node
1434
      revisions.
1435
- Added support for OpenID.
1436
- Added support for triggering configurable actions.
1437
- Added the Update status module to automatically check for available updates
1438
  and warn sites if they are missing security updates or newer versions.
1439
  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
1440
  Advanced settings provided by http://drupal.org/project/update_advanced.
1441
- Upgraded the core JavaScript library to jQuery version 1.2.3.
1442
- Added a new Schema API, which provides built-in support for core and
1443
  contributed modules to work with databases other than MySQL.
1444
- Removed drupal.module. The functionality lives on as the Site network
1445
  contributed module (http://drupal.org/project/site_network).
1446
- Removed old system updates. Updates from Drupal versions prior to 5.x will
1447
  require upgrading to 5.x before upgrading to 6.x.
1448

    
1449
Drupal 5.23, 2010-08-11
1450
-----------------------
1451
- Fixed security issues (File download access bypass, Comment unpublishing
1452
  bypass), see SA-CORE-2010-002.
1453

    
1454
Drupal 5.22, 2010-03-03
1455
-----------------------
1456
- Fixed security issues (Open redirection, Locale module cross site scripting,
1457
  Blocked user session regeneration), see SA-CORE-2010-001.
1458

    
1459
Drupal 5.21, 2009-12-16
1460
-----------------------
1461
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1462
- Fixed a variety of small bugs.
1463

    
1464
Drupal 5.20, 2009-09-16
1465
-----------------------
1466
- Avoid security problems resulting from writing Drupal 6-style menu
1467
  declarations.
1468
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1469
- Fixed a variety of small bugs.
1470

    
1471
Drupal 5.19, 2009-07-01
1472
-----------------------
1473
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1474
  SA-CORE-2009-007.          
1475
- Fixed a variety of small bugs.
1476

    
1477
Drupal 5.18, 2009-05-13
1478
-----------------------
1479
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1480
- Fixed a variety of small bugs.
1481

    
1482
Drupal 5.17, 2009-04-29
1483
-----------------------
1484
- Fixed security issues (Cross site scripting and limited information
1485
  disclosure) see SA-CORE-2009-005.
1486
- Fixed a variety of small bugs.
1487

    
1488
Drupal 5.16, 2009-02-25
1489
-----------------------
1490
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1491
- Fixed a variety of small bugs.
1492

    
1493
Drupal 5.15, 2009-01-14
1494
-----------------------
1495
- Fixed security issues, (Hardening against SQL injection), see
1496
  SA-CORE-2009-001
1497
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1498
  scripts.
1499
- Fixed a variety of small bugs.
1500

    
1501
Drupal 5.14, 2008-12-11
1502
-----------------------
1503
- removed a previous change incompatible with PHP 5.1.x and lower.
1504

    
1505
Drupal 5.13, 2008-12-10
1506
-----------------------
1507
- fixed a variety of small bugs.
1508
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1509
- updated robots.txt and .htaccess to match current file use.
1510

    
1511
Drupal 5.12, 2008-10-22
1512
-----------------------
1513
- fixed security issues, (File inclusion), see SA-2008-067
1514

    
1515
Drupal 5.11, 2008-10-08
1516
-----------------------
1517
- fixed a variety of small bugs.
1518
- fixed security issues, (File upload access bypass, Access rules bypass,
1519
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1520

    
1521
Drupal 5.10, 2008-08-13
1522
-----------------------
1523
- fixed a variety of small bugs.
1524
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1525
  BlogAPI and Cross site request forgery), see SA-2008-047
1526

    
1527
Drupal 5.9, 2008-07-23
1528
----------------------
1529
- fixed a variety of small bugs.
1530
- fixed security issues, (Session fixation), see SA-2008-046
1531

    
1532
Drupal 5.8, 2008-07-09
1533
----------------------
1534
- fixed a variety of small bugs.
1535
- fixed security issues, (Cross site scripting, cross site request forgery, and
1536
  session fixation), see SA-2008-044
1537

    
1538
Drupal 5.7, 2008-01-28
1539
----------------------
1540
- fixed the input format configuration page.
1541
- fixed a variety of small bugs.
1542

    
1543
Drupal 5.6, 2008-01-10
1544
----------------------
1545
- fixed a variety of small bugs.
1546
- fixed a security issue (Cross site request forgery), see SA-2008-005
1547
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1548
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1549

    
1550
Drupal 5.5, 2007-12-06
1551
----------------------
1552
- fixed missing missing brackets in a query in the user module.
1553
- fixed taxonomy feed bug introduced by SA-2007-031
1554

    
1555
Drupal 5.4, 2007-12-05
1556
----------------------
1557
- fixed a variety of small bugs.
1558
- fixed a security issue (SQL injection), see SA-2007-031
1559

    
1560
Drupal 5.3, 2007-10-17
1561
----------------------
1562
- fixed a variety of small bugs.
1563
- fixed a security issue (HTTP response splitting), see SA-2007-024
1564
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1565
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1566
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1567
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1568

    
1569
Drupal 5.2, 2007-07-26
1570
----------------------
1571
- changed hook_link() $teaser argument to match documentation.
1572
- fixed a variety of small bugs.
1573
- fixed a security issue (cross-site request forgery), see SA-2007-017
1574
- fixed a security issue (cross-site scripting), see SA-2007-018
1575

    
1576
Drupal 5.1, 2007-01-29
1577
----------------------
1578
- fixed security issue (code execution), see SA-2007-005
1579
- fixed a variety of small bugs.
1580

    
1581
Drupal 5.0, 2007-01-15
1582
----------------------
1583
- Completely retooled the administration page
1584
    * /Admin now contains an administration page which may be themed
1585
    * Reorganised administration menu items by task and by module
1586
    * Added a status report page with detailed PHP/MySQL/Drupal information
1587
- Added web-based installer which can:
1588
    * Check installation and run-time requirements
1589
    * Automatically generate the database configuration file
1590
    * Install pre-made installation profiles or distributions
1591
    * Import the database structure with automatic table prefixing
1592
    * Be localized
1593
- Added new default Garland theme
1594
- Added color module to change some themes' color schemes
1595
- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
1596
- Introduced the ability to alter mail sent from system
1597
- Module system:
1598
    * Added .info files for module meta-data
1599
    * Added support for module dependencies
1600
    * Improved module installation screen
1601
    * Moved core modules to their own directories
1602
    * Added support for module uninstalling
1603
- Added support for different cache backends
1604
- Added support for a generic "sites/all" directory.
1605
- Usability:
1606
    * Added support for auto-complete forms (AJAX) to user profiles.
1607
    * Made it possible to instantly assign roles to newly created user accounts.
1608
    * Improved configurability of the contact forms.
1609
    * Reorganized the settings pages.
1610
    * Made it easy to investigate popular search terms.
1611
    * Added a 'select all' checkbox and a range select feature to administration tables.
1612
    * Simplified the 'break' tag to split teasers from body.
1613
    * Use proper capitalization for titles, menu items and operations.
1614
- Integrated urlfilter.module into filter.module
1615
- Block system:
1616
    * Extended the block visibility settings with a role specific setting.
1617
    * Made it possible to customize all block titles.
1618
- Poll module:
1619
    * Optionally allow people to inspect all votes.
1620
    * Optionally allow people to cancel their vote.
1621
- Distributed authentication:
1622
    * Added default server option.
1623
- Added default robots.txt to control crawlers.
1624
- Database API:
1625
    * Added db_table_exists().
1626
- Blogapi module:
1627
    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
1628
- User module:
1629
    * Added hook_profile_alter().
1630
    * E-mail verification is made optional.
1631
    * Added mass editing and filtering on admin/user/user.
1632
- PHP Template engine:
1633
    * Add the ability to look for a series of suggested templates.
1634
    * Look for page templates based upon the path.
1635
    * Look for block templates based upon the region, module, and delta.
1636
- Content system:
1637
    * Made it easier for node access modules to work well with each other.
1638
    * Added configurable content types.
1639
    * Changed node rendering to work with structured arrays.
1640
- Performance:
1641
    * Improved session handling: reduces database overhead.
1642
    * Improved access checking: reduces database overhead.
1643
    * Made it possible to do memcached based session management.
1644
    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
1645
    * Added an 'aggressive' caching policy.
1646
    * Added a CSS aggregator and compressor (up to 40% faster page loads).
1647
- Removed the archive module.
1648
- Upgrade system:
1649
    * Created space for update branches.
1650
- Form API:
1651
    * Made it possible to programmatically submit forms.
1652
    * Improved api for multistep forms.
1653
- Theme system:
1654
    * Split up and removed drupal.css.
1655
    * Added nested lists generation.
1656
    * Added a self-clearing block class.
1657

    
1658
Drupal 4.7.11, 2008-01-10
1659
-------------------------
1660
- fixed a security issue (Cross site request forgery), see SA-2008-005
1661
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1662
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1663

    
1664
Drupal 4.7.10, 2007-12-06
1665
-------------------------
1666
- fixed taxonomy feed bug introduced by SA-2007-031
1667

    
1668
Drupal 4.7.9, 2007-12-05
1669
------------------------
1670
- fixed a security issue (SQL injection), see SA-2007-031
1671

    
1672
Drupal 4.7.8, 2007-10-17
1673
------------------------
1674
- fixed a security issue (HTTP response splitting), see SA-2007-024
1675
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1676
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1677

    
1678
Drupal 4.7.7, 2007-07-26
1679
------------------------
1680
- fixed security issue (XSS), see SA-2007-018
1681

    
1682
Drupal 4.7.6, 2007-01-29
1683
------------------------
1684
- fixed security issue (code execution), see SA-2007-005
1685

    
1686
Drupal 4.7.5, 2007-01-05
1687
------------------------
1688
- Fixed security issue (XSS), see SA-2007-001
1689
- Fixed security issue (DoS), see SA-2007-002
1690

    
1691
Drupal 4.7.4, 2006-10-18
1692
------------------------
1693
- Fixed security issue (XSS), see SA-2006-024
1694
- Fixed security issue (CSRF), see SA-2006-025
1695
- Fixed security issue (Form action attribute injection), see SA-2006-026
1696

    
1697
Drupal 4.7.3, 2006-08-02
1698
------------------------
1699
- Fixed security issue (XSS), see SA-2006-011
1700

    
1701
Drupal 4.7.2, 2006-06-01
1702
------------------------
1703
- Fixed critical upload issue, see SA-2006-007
1704
- Fixed taxonomy XSS issue, see SA-2006-008
1705
- Fixed a variety of small bugs.
1706

    
1707
Drupal 4.7.1, 2006-05-24
1708
------------------------
1709
- Fixed critical SQL issue, see SA-2006-005
1710
- Fixed a serious upgrade related bug.
1711
- Fixed a variety of small bugs.
1712

    
1713
Drupal 4.7.0, 2006-05-01
1714
------------------------
1715
- Added free tagging support.
1716
- Added a site-wide contact form.
1717
- Theme system:
1718
    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
1719
    * Converted the bluemarine theme from XTemplate to PHPTemplate.
1720
    * Converted the pushbutton theme from XTemplate to PHPTemplate.
1721
- Usability:
1722
    * Reworked the 'request new password' functionality.
1723
    * Reworked the node and comment edit forms.
1724
    * Made it easy to add nodes to the navigation menu.
1725
    * Added site 'offline for maintenance' feature.
1726
    * Added support for auto-complete forms (AJAX).
1727
    * Added support for collapsible page sections (JS).
1728
    * Added support for resizable text fields (JS).
1729
    * Improved file upload functionality (AJAX).
1730
    * Reorganized some settings pages.
1731
    * Added friendly database error screens.
1732
    * Improved styling of update.php.
1733
- Refactored the forms API.
1734
    * Made it possible to alter, extend or theme forms.
1735
- Comment system:
1736
    * Added support for "mass comment operations" to ease repetitive tasks.
1737
    * Comment moderation has been removed.
1738
- Node system:
1739
    * Reworked the revision functionality.
1740
    * Removed the bookmarklet code. Third-party modules can now handle
1741
      This.
1742
- Upgrade system:
1743
    * Allows contributed modules to plug into the upgrade system.
1744
- Profiles:
1745
    * Added a block to display author information along with posts.
1746
    * Added support for private profile fields.
1747
- Statistics module:
1748
    * Added the ability to track page generation times.
1749
    * Made it possible to block certain IPs/hostnames.
1750
- Block system:
1751
    * Added support for theme-specific block regions.
1752
- Syndication:
1753
    * Made the aggregator module parse Atom feeds.
1754
    * Made the aggregator generate RSS feeds.
1755
    * Added RSS feed settings.
1756
- XML-RPC:
1757
    * Replaced the XML-RPC library by a better one.
1758
- Performance:
1759
    * Added 'loose caching' option for high-traffic sites.
1760
    * Improved performance of path aliasing.
1761
    * Added the ability to track page generation times.
1762
- Internationalization:
1763
    * Improved Unicode string handling API.
1764
    * Added support for PHP's multibyte string module.
1765
- Added support for PHP5's 'mysqli' extension.
1766
- Search module:
1767
    * Made indexer smarter and more robust.
1768
    * Added advanced search operators (e.g. phrase, node type, ...).
1769
    * Added customizable result ranking.
1770
- PostgreSQL support:
1771
    * Removed dependency on PL/pgSQL procedural language.
1772
- Menu system:
1773
    * Added support for external URLs.
1774
- Queue module:
1775
    * Removed from core.
1776
- HTTP handling:
1777
    * Added support for a tolerant Base URL.
1778
    * Output URIs relative to the root, without a base tag.
1779

    
1780
Drupal 4.6.11, 2007-01-05
1781
-------------------------
1782
- Fixed security issue (XSS), see SA-2007-001
1783
- Fixed security issue (DoS), see SA-2007-002
1784

    
1785
Drupal 4.6.10, 2006-10-18
1786
-------------------------
1787
- Fixed security issue (XSS), see SA-2006-024
1788
- Fixed security issue (CSRF), see SA-2006-025
1789
- Fixed security issue (Form action attribute injection), see SA-2006-026
1790

    
1791
Drupal 4.6.9, 2006-08-02
1792
------------------------
1793
- Fixed security issue (XSS), see SA-2006-011
1794

    
1795
Drupal 4.6.8, 2006-06-01
1796
------------------------
1797
- Fixed critical upload issue, see SA-2006-007
1798
- Fixed taxonomy XSS issue, see SA-2006-008
1799

    
1800
Drupal 4.6.7, 2006-05-24
1801
------------------------
1802
- Fixed critical SQL issue, see SA-2006-005
1803

    
1804
Drupal 4.6.6, 2006-03-13
1805
------------------------
1806
- Fixed bugs, including 4 security vulnerabilities.
1807

    
1808
Drupal 4.6.5, 2005-12-12
1809
------------------------
1810
- Fixed bugs: no critical bugs were identified.
1811

    
1812
Drupal 4.6.4, 2005-11-30
1813
------------------------
1814
- Fixed bugs, including 3 security vulnerabilities.
1815

    
1816
Drupal 4.6.3, 2005-08-15
1817
------------------------
1818
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1819

    
1820
Drupal 4.6.2, 2005-06-29
1821
------------------------
1822
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1823

    
1824
Drupal 4.6.1, 2005-06-01
1825
------------------------
1826
- Fixed bugs, including a critical input validation bug.
1827

    
1828
Drupal 4.6.0, 2005-04-15
1829
------------------------
1830
- PHP5 compliance
1831
- Search:
1832
    * Added UTF-8 support to make it work with all languages.
1833
    * Improved search indexing algorithm.
1834
    * Improved search output.
1835
    * Impose a throttle on indexing of large sites.
1836
    * Added search block.
1837
- Syndication:
1838
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
1839
    * Made Drupal generate RSS 2.0 feeds.
1840
    * Made RSS feeds extensible.
1841
    * Added categories to RSS feeds.
1842
    * Added enclosures to RSS feeds.
1843
- Flood control mechanism:
1844
    * Added a mechanism to throttle certain operations.
1845
- Usability:
1846
    * Refactored the block configuration pages.
1847
    * Refactored the statistics pages.
1848
    * Refactored the watchdog pages.
1849
    * Refactored the throttle module configuration.
1850
    * Refactored the access rules page.
1851
    * Refactored the content administration page.
1852
    * Introduced forum configuration pages.
1853
    * Added a 'add child page' link to book pages.
1854
- Contact module:
1855
    * Added a simple contact module that allows users to contact each other using e-mail.
1856
- Multi-site configuration:
1857
    * Made it possible to run multiple sites from a single code base.
1858
- Added an image API: enables better image handling.
1859
- Block system:
1860
    * Extended the block visibility settings.
1861
- Theme system:
1862
    * Added new theme functions.
1863
- Database backend:
1864
    * The PEAR database backend is no longer supported.
1865
- Performance:
1866
    * Improved performance of the forum topics block.
1867
    * Improved performance of the tracker module.
1868
    * Improved performance of the node pages.
1869
- Documentation:
1870
    * Improved and extended PHPDoc/Doxygen comments.
1871

    
1872
Drupal 4.5.8, 2006-03-13
1873
------------------------
1874
- Fixed bugs, including 3 security vulnerabilities.
1875

    
1876
Drupal 4.5.7, 2005-12-12
1877
------------------------
1878
- Fixed bugs: no critical bugs were identified.
1879

    
1880
Drupal 4.5.6, 2005-11-30
1881
------------------------
1882
- Fixed bugs, including 3 security vulnerabilities.
1883

    
1884
Drupal 4.5.5, 2005-08-15
1885
------------------------
1886
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1887

    
1888
Drupal 4.5.4, 2005-06-29
1889
------------------------
1890
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1891

    
1892
Drupal 4.5.3, 2005-06-01
1893
------------------------
1894
- Fixed bugs, including a critical input validation bug.
1895

    
1896
Drupal 4.5.2, 2005-01-15
1897
------------------------
1898
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1899

    
1900
Drupal 4.5.1, 2004-12-01
1901
------------------------
1902
- Fixed bugs: no critical bugs were identified.
1903

    
1904
Drupal 4.5.0, 2004-10-18
1905
------------------------
1906
- Navigation:
1907
    * Made it possible to add, delete, rename and move menu items.
1908
    * Introduced tabs and subtabs for local tasks.
1909
    * Reorganized the navigation menus.
1910
- User management:
1911
    * Added support for multiple roles per user.
1912
    * Made it possible to add custom profile fields.
1913
    * Made it possible to browse user profiles by field.
1914
- Node system:
1915
    * Added support for node-level permissions.
1916
- Comment module:
1917
    * Made it possible to leave contact information without having to register.
1918
- Upload module:
1919
    * Added support for uploading documents (includes images).
1920
- Forum module:
1921
    * Added support for sticky forum topics.
1922
    * Made it possible to track forum topics.
1923
- Syndication:
1924
    * Added support for RSS ping-notifications of http://technorati.com/.
1925
    * Refactored the categorization of syndicated news items.
1926
    * Added an URL alias for 'rss.xml'.
1927
    * Improved date parsing.
1928
- Database backend:
1929
    * Added support for multiple database connections.
1930
    * The PostgreSQL backend does no longer require PEAR.
1931
- Theme system:
1932
    * Changed all GIFs to PNGs.
1933
    * Reorganised the handling of themes, template engines, templates and styles.
1934
    * Unified and extended the available theme settings.
1935
    * Added theme screenshots.
1936
- Blocks:
1937
    * Added 'recent comments' block.
1938
    * Added 'categories' block.
1939
- Blogger API:
1940
    * Added support for auto-discovery of blogger API via RSD.
1941
- Performance:
1942
    * Added support for sending gzip compressed pages.
1943
    * Improved performance of the forum module.
1944
- Accessibility:
1945
    * Improved the accessibility of the archive module's calendar.
1946
    * Improved form handling and error reporting.
1947
    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
1948
- Refactored 403 (forbidden) handling and added support for custom 403 pages.
1949
- Documentation:
1950
    * Added PHPDoc/Doxygen comments.
1951
- Filter system:
1952
    * Added support for using multiple input formats on the site
1953
    * Expanded the embedded PHP-code feature so it can be used everywhere
1954
    * Added support for role-dependent filtering, through input formats
1955
- UI translation:
1956
    * Managing translations is now completely done through the administration interface
1957
    * Added support for importing/exporting gettext .po files
1958

    
1959
Drupal 4.4.3, 2005-06-01
1960
------------------------
1961
- Fixed bugs, including a critical input validation bug.
1962

    
1963
Drupal 4.4.2, 2004-07-04
1964
------------------------
1965
- Fixed bugs: no critical bugs were identified.
1966

    
1967
Drupal 4.4.1, 2004-05-01
1968
------------------------
1969
- Fixed bugs: no critical bugs were identified.
1970

    
1971
Drupal 4.4.0, 2004-04-01
1972
------------------------
1973
- Added support for the MetaWeblog API and MovableType extensions.
1974
- Added a file API: enables better document management.
1975
- Improved the watchdog and search module to log search keys.
1976
- News aggregator:
1977
    * Added support for conditional GET.
1978
    * Added OPML feed subscription list.
1979
    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
1980
- Comment module:
1981
    * Made it possible to disable the "comment viewing controls".
1982
- Performance:
1983
    * Improved module loading when serving cached pages.
1984
    * Made it possible to automatically disable modules when under heavy load.
1985
    * Made it possible to automatically disable blocks when under heavy load.
1986
    * Improved performance and memory footprint of the locale module.
1987
- Theme system:
1988
    * Made all theme functions start with 'theme_'.
1989
    * Made all theme functions return their output.
1990
    * Migrated away from using the BaseTheme class.
1991
    * Added many new theme functions and refactored existing theme functions.
1992
    * Added avatar support to 'Xtemplate'.
1993
    * Replaced theme 'UnConeD' by 'Chameleon'.
1994
    * Replaced theme 'Marvin' by 'Pushbutton'.
1995
- Usability:
1996
    * Added breadcrumb navigation to all pages.
1997
    * Made it possible to add context-sensitive help to all pages.
1998
    * Replaced drop-down menus by radio buttons where appropriate.
1999
    * Removed the 'magic_quotes_gpc = 0' requirement.
2000
    * Added a 'book navigation' block.
2001
- Accessibility:
2002
    * Made themes degrade gracefully in absence of CSS.
2003
    * Grouped form elements using '<fieldset>' and '<legend>' tags.
2004
    * Added '<label>' tags to form elements.
2005
- Refactored 404 (file not found) handling and added support for custom 404 pages.
2006
- Improved the filter system to prevent conflicts between filters:
2007
    * Made it possible to change the order in which filters are applied.
2008
- Documentation:
2009
    * Added PHPDoc/Doxygen comments.
2010

    
2011
Drupal 4.3.2, 2004-01-01
2012
------------------------
2013
- Fixed bugs: no critical bugs were identified.
2014

    
2015
Drupal 4.3.1, 2003-12-01
2016
------------------------
2017
- Fixed bugs: no critical bugs were identified.
2018

    
2019
Drupal 4.3.0, 2003-11-01
2020
------------------------
2021
- Added support for configurable URLs.
2022
- Added support for sortable table columns.
2023
- Database backend:
2024
    * Added support for selective database table prefixing.
2025
- Performance:
2026
    * Optimized many SQL queries for speed by converting left joins to inner joins.
2027
- Comment module:
2028
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
2029
    * Changed the comment module to use the standard pager.
2030
- User module:
2031
    * Added support for multiple sessions per user.
2032
    * Added support for anonymous user sessions.
2033
- Forum module:
2034
    * Improved the forum views and the themability thereof.
2035
- Book module:
2036
    * Improved integration of non-book nodes in the book outline.
2037
- Usability:
2038
    * Added support for "mass node operations" to ease repetitive tasks.
2039
    * Added support for breadcrumb navigation to several modules' user pages.
2040
    * Integrated the administration pages with the normal user pages.
2041

    
2042
Drupal 4.2.0, 2003-08-01
2043
------------------------
2044
- Added support for clean URLs.
2045
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
2046
- Rewrote the RSS/RDF parser:
2047
    * It will now use PHP's built-in XML parser to parse news feeds.
2048
- Rewrote the administration pages:
2049
    * Improved the navigational elements and added breadcrumb navigation.
2050
    * Improved the look and feel.
2051
    * Added context-sensitive help.
2052
- Database backend:
2053
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
2054
    * Added MSSQL database scheme.
2055
- Search module:
2056
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
2057
- Node system:
2058
    * Replaced the "post content" permission by more fine-grained permissions.
2059
    * Improved content submission:
2060
        + 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.
2061
        + Added the ability to preview both the short and the full version of your posts.
2062
    * Extended the node API which allows for better integration.
2063
    * Added default node settings to control the behavior for promotion, moderation and other options.
2064
- Themes:
2065
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
2066
- Removed the 'register_globals = on' requirement.
2067
- Added better installation instructions.
2068

    
2069
Drupal 4.1.0, 2003-02-01
2070
------------------------
2071
- Collaboratively revised and expanded the Drupal documentation.
2072
- Rewrote comment.module:
2073
    * Reintroduced comment rating/moderation.
2074
    * Added support for comment paging.
2075
    * Performance improvements: improved comment caching, faster SQL queries, etc.
2076
- Rewrote block.module:
2077
    * Performance improvements: blocks are no longer rendered when not displayed.
2078
- Rewrote forum.module:
2079
    * 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.
2080
- Rewrote statistics.module:
2081
    * Collects access counts for each node, referrer logs, number of users/guests.
2082
    * 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.
2083
- Added throttle.module:
2084
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
2085
- Added profile.module:
2086
    * Enables to extend the user and registration page.
2087
- Added pager support to the main page.
2088
- Replaced weblogs.module by ping.module:
2089
    * Added support for normal and RSS notifications of http://blo.gs/.
2090
    * Added support for RSS ping-notifications of http://weblogs.com/.
2091
- Removed the rating module
2092
- Themes:
2093
    * Removed a significant portion of hard-coded mark-up.
2094

    
2095
Drupal 4.0.0, 2002-06-15
2096
------------------------
2097
- Added tracker.module:
2098
    * Replaces the previous "your [site]" links (recent comments and nodes).
2099
- Added weblogs.module:
2100
    * This will ping weblogs.com when new content is promoted.
2101
- Added taxonomy module which replaces the meta module.
2102
    * Supports relations, hierarchies and synonyms.
2103
- Added a caching system:
2104
    * Speeds up pages for anonymous users and reduces system load.
2105
- Added support for external SMTP libraries.
2106
- Added an archive extension to the calendar.
2107
- Added support for the Blogger API.
2108
- Themes:
2109
    * Cleaned up the theme system.
2110
    * Moved themes that are not maintained to contributions CVS repository.
2111
- Database backend:
2112
    * Changed to PEAR database abstraction layer.
2113
    * Using ANSI SQL queries to be more portable.
2114
- Rewrote the user system:
2115
    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
2116
    * Added support for modules to add more user data.
2117
    * Users may delete their own account.
2118
    * Added who's new and who's online blocks.
2119
- Changed block system:
2120
    * Various hard coded blocks are now dynamic.
2121
    * Blocks can now be enabled and/or be set by the user.
2122
    * Blocks can be set to only show up on some pages.
2123
    * Merged box module with block module.
2124
- Node system:
2125
    * Blogs can be updated.
2126
    * Teasers (abstracts) on all node types.
2127
    * Improved error checking.
2128
    * Content versioning support.
2129
    * Usability improvements.
2130
- Improved book module to support text, HTML and PHP pages.
2131
- Improved comment module to mark new comments.
2132
- Added a general outliner which will let any node type be linked to a book.
2133
- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
2134
- Search module:
2135
    * Improved the search system by making it context sensitive.
2136
    * Added indexing.
2137
- Various updates:
2138
    * Changed output to valid XHTML.
2139
    * Improved multiple sites using the same Drupal database support.
2140
    * Added support for session IDs in URLs instead of cookies.
2141
    * Made the type of content on the front page configurable.
2142
    * Made each cloud site have its own settings.
2143
    * Modules and themes can now be enabled/disabled using the administration pages.
2144
    * Added URL abstraction for links.
2145
    * Usability changes (renamed links, better UI, etc).
2146
- Collaboratively revised and expanded the Drupal documentation.
2147

    
2148
Drupal 3.0.1, 2001-10-15
2149
------------------------
2150
- Various updates:
2151
    * Added missing translations
2152
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
2153

    
2154
Drupal 3.0.0, 2001-09-15
2155
------------------------
2156
- Major overhaul of the entire underlying design:
2157
    * 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.
2158
- Rewrote submission/moderation queue and renamed it to queue.module.
2159
- Removed FAQ and documentation module and merged them into a "book module".
2160
- Removed ban module and integrated it into account.module as "access control":
2161
    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
2162
- Rewrote watchdog and submission throttle:
2163
    * Improved watchdog messages and added watchdog filter.
2164
- Rewrote headline code and renamed it to import.module and export.module:
2165
    * Added various improvements, including a better parser, bundles and better control over individual feeds.
2166
- Rewrote section code and renamed it to meta.module:
2167
    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
2168
- Rewrote configuration file resolving:
2169
    * 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.
2170
- Added caching support which makes Drupal extremely scalable.
2171
- Added access.module:
2172
    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
2173
- Added blog.module.
2174
- Added poll.module.
2175
- Added system.module:
2176
    * Moved most of the configuration options from hostname.conf to the new administration section.
2177
    * Added support for custom "filters".
2178
- Added statistics.module
2179
- Added moderate.module:
2180
    * Allows to assign users editorial/moderator rights to certain nodes or topics.
2181
- Added page.module:
2182
    * Allows creation of static (and dynamic) pages through the administration interface.
2183
- Added help.module:
2184
    * Groups all available module documentation on a single page.
2185
- Added forum.module:
2186
    * Added an integrated forum.
2187
- Added cvs.module and cvs-to-sql.pl:
2188
    * Allows to display and mail CVS log messages as daily digests.
2189
- Added book.module:
2190
    * Allows collaborative handbook writing: primary used for Drupal documentation.
2191
- Removed cron.module and integrated it into conf.module.
2192
- Removed module.module as it was no longer needed.
2193
- Various updates:
2194
    * Added "auto-post new submissions" feature versus "moderate new submissions".
2195
    * Introduced links/Drupal tags: [[link]]
2196
    * Added preview functionality when submitting new content (such as a story) from the administration pages.
2197
    * Made the administration section only show those links a user has access to.
2198
    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
2199
    * Improved scheduler:
2200
        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
2201
    * Improved account module:
2202
        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
2203
    * Improved locale module:
2204
        + Added new overview to easy the translation process.
2205
    * Improved comment module:
2206
        + Made it possible to permanently delete comments.
2207
    * Improved rating module
2208
    * Improved story module:
2209
        + Added preview functionality for administrators.
2210
        + Made it possible to permanently delete stories.
2211
    * Improved themes:
2212
        + W3C validation on a best effort basis.
2213
        + Removed $theme->control() from themes.
2214
        + Added theme "goofy".
2215
- Collaboratively revised and expanded the Drupal documentation.
2216

    
2217
Drupal 2.0.0, 2001-03-15
2218
------------------------
2219
- Rewrote the comment/discussion code:
2220
    * Comment navigation should be less confusing now.
2221
    * Additional/alternative display and order methods have been added.
2222
    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
2223
- Added sections and section manager:
2224
    * Story sections can be maintained from the administration pages.
2225
    * 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.
2226
- Multiple vhosts + multiple directories:
2227
    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
2228
- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
2229
    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
2230
- Added "search infrastructure":
2231
    * Improved search page and integrated search functionality in the administration pages.
2232
- Added translation / localization / internationalization support:
2233
    * 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.
2234
- Added fine-grained user permission (or group) system:
2235
    * 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.
2236
- Added FAQ module
2237
- Changed the "open submission queue" into a (optional) module.
2238
- Various updates:
2239
    * Improved account module:
2240
        + User accounts can be deleted.
2241
        + Added fine-grained permission support.
2242
    * Improved block module
2243
    * Improved diary module:
2244
        + Diary entries can be deleted
2245
    * Improved headline module:
2246
        + Improved parser to support more "generic" RDF/RSS/XML backend.
2247
    * Improved module module
2248
    * Improved watchdog module
2249
    * Improved database abstraction layer
2250
    * Improved themes:
2251
        + W3C validation on a best effort basis
2252
        + Added theme "example" (alias "Stone Age")
2253
    * Added new scripts to directory "scripts"
2254
    * Added directory "misc"
2255
    * Added CREDITS file
2256
- Revised documentation
2257

    
2258
Drupal 1.0.0, 2001-01-15
2259
------------------------
2260
- Initial release