Projet

Général

Profil

Paste
Télécharger (91,5 ko) Statistiques
| Branche: | Révision:

root / drupal7 / CHANGELOG.txt @ 87dbc3bf

1

    
2
Drupal 7.34, 2014-11-19
3
----------------------
4
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-006.
5

    
6
Drupal 7.33, 2014-11-07
7
-----------------------
8
- Began storing the file modification time of each module and theme in the
9
  {system} database table so that contributed modules can use it to identify
10
  recently changed modules and themes (minor data structure change to the
11
  return value of system_get_info() and other related functions).
12
- Added a "Did you mean?" feature to the run-tests.sh script for running
13
  automated tests from the command line, to help developers who are attempting
14
  to run a particular test class or group.
15
- Changed the date format used in various HTTP headers output by Drupal core
16
  from RFC 1123 format to RFC 7231 format.
17
- Added a "block_cache_bypass_node_grants" variable to allow sites which have
18
  node access modules enabled to use the block cache if desired (API addition).
19
- Made image derivative generation HTTP requests return a 404 error (rather
20
  than a 500 error) when the source image does not exist.
21
- Fixed a bug which caused user pictures to be removed from the user object
22
  after saving, and resulted in data loss if the user account was subsequently
23
  re-saved.
24
- Fixed a bug in which field_has_data() did not return TRUE for fields that
25
  only had data in older entity revisions, leading to loss of the field's data
26
  when the field configuration was edited.
27
- Fixed a bug which caused the Ajax progress throbber to appear misaligned in
28
  many situatons (minor styling change).
29
- Prevented the Bartik theme from lower-casing the "Permalink" link on
30
  comments, for improved multilingual support (minor UI change).
31
- Added a "preferred_menu_links" tag to the database query that is used by
32
  menu_link_get_preferred() to find the preferred menu link for a given path,
33
  to make it easier to alter.
34
- Increased the maximum allowed length of block titles to 255 characters
35
  (database schema change to the {block} table).
36
- Removed the Field module's field_modules_uninstalled() function, since it did
37
  not do anything when it was invoked.
38
- Added a "theme_hook_original" variable to templates and theme functions and
39
  an optional sitewide theme debug mode, to provide contextual information in
40
  the page's HTML to theme developers. The theme debug mode is based on the one
41
  used with Twig in Drupal 8 and can be accessed by setting the "theme_debug"
42
  variable to TRUE (API addition).
43
- Added an entity_view_mode_prepare() API function to allow entity-defining
44
  modules to properly invoke hook_entity_view_mode_alter(), and used it
45
  throughout Drupal core to fix bugs with the invocation of that hook (API
46
  change: https://www.drupal.org/node/2369141).
47
- Security improvement: Made the database API's orderBy() method sanitize the
48
  sort direction ("ASC" or "DESC") for queries built with db_select(), so that
49
  calling code does not have to.
50
- Changed the RDF module to consistently output RDF metadata for nodes and
51
  comments near where the node is rendered in the HTML (minor markup and data
52
  structure change).
53
- Added an HTML class to RDFa metatags throughout Drupal to prevent them from
54
  accidentally affecting the site appearance (minor markup change).
55
- Fixed a bug in the Unicode requirements check which prevented installing
56
  Drupal on PHP 5.6.
57
- Fixed a bug which caused drupal_get_bootstrap_phase() to abort the bootstrap
58
  when called early in the page request.
59
- Renamed the "Search result" view mode to "Search result highlighting input"
60
  to better reflect how it is used (UI change).
61
- Improved database queries generated by EntityFieldQuery in the case where
62
  delta or language condition groups are used, to reduce the number of INNER
63
  JOINs (this is a minor data structure change affecting code which implements
64
  hook_query_alter() on these queries).
65
- Removed special-case behavior for file uploads which allowed user #1 to
66
  bypass maximum file size and user quota limits.
67
- Numerous small bug fixes.
68
- Numerous API documentation improvements.
69
- Additional automated test coverage.
70

    
71
Drupal 7.32, 2014-10-15
72
----------------------
73
- Fixed security issues (SQL injection). See SA-CORE-2014-005.
74

    
75
Drupal 7.31, 2014-08-06
76
----------------------
77
- Fixed security issues (denial of service). See SA-CORE-2014-004.
78

    
79
Drupal 7.30, 2014-07-24
80
-----------------------
81
- Fixed a regression introduced in Drupal 7.29 that caused files or images
82
  attached to taxonomy terms to be deleted when the taxonomy term was edited
83
  and resaved (and other related bugs with contributed and custom modules).
84
- Added a warning on the permissions page to recommend restricting access to
85
  the "View site reports" permission to trusted administrators. See
86
  DRUPAL-PSA-2014-002.
87
- Numerous API documentation improvements.
88
- Additional automated test coverage.
89

    
90
Drupal 7.29, 2014-07-16
91
----------------------
92
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-003.
93

    
94
Drupal 7.28, 2014-05-08
95
-----------------------
96
- Fixed a regression introduced in Drupal 7.27 that caused JavaScript to break
97
  on older browsers (such as Internet Explorer 8 and earlier) when Ajax was
98
  used.
99
- Increased the timeout used by the Update Manager module when it fetches data
100
  from drupal.org (from 5 seconds to 30 seconds), to work around a problem
101
  which causes incomplete information about security updates to be presented to
102
  site administrators. This fix may lead to a performance slowdown on the
103
  Update Manager administration pages, when installing Drupal distributions,
104
  and (for sites that use the automated cron feature) on occasional page loads
105
  by site visitors.
106
- Fixed the behavior of the token system's "[node:summary]" token when the body
107
  field does not have a manual summary.
108
- Changed the behavior of db_query_temporary() so that it works on SELECT
109
  queries even when they have leading comments/whitespace. A side effect of
110
  this fix is that db_query_temporary() will now fail with an error if it is
111
  ever used on non-SELECT queries.
112
- Added a "node_admin_filter" tag to the database query used to build the list
113
  of nodes on the content administration page, to make it easier to alter.
114
- Made the cron queue system log any exceptions that are thrown while an item
115
  in the queue is being processed, rather than stopping the entire PHP request.
116
- Improved screen reader support by adding an aria-live HTML attribute to file
117
  upload fields when there is an error uploading the file (minor markup
118
  change).
119
- Made the pager on the Tracker module listing pages show the same number of
120
  items as other pagers throughout Drupal core (minor UI change).
121
- Fixed a bug which caused caches not to be properly cleared when a file entity
122
  was saved or deleted.
123
- Added several missing countries to the default list returned by
124
  country_get_list() (string change).
125
- Replaced the term "weight" with "influence" in the content ranking settings
126
  for search, and added help text for administrators (string change).
127
- Fixed untranslatable text strings in the administrative interface for the
128
  "Crop" effect provided by the Image module (minor string change).
129
- Fixed a bug in the Taxonomy module update function introduced in Drupal 7.26
130
  that caused memory and CPU problems on sites with very large numbers of
131
  unpublished nodes.
132
- Numerous small bug fixes.
133
- Numerous API documentation improvements.
134
- Additional automated test coverage.
135

    
136
Drupal 7.27, 2014-04-16
137
----------------------
138
- Fixed security issues (information disclosure). See SA-CORE-2014-002.
139

    
140
Drupal 7.26, 2014-01-15
141
----------------------
142
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2014-001.
143

    
144
Drupal 7.25, 2014-01-02
145
-----------------------
146
- Fixed a bug in node_save() which prevented the saved node from being updated
147
  in hook_node_insert() and other similar hooks.
148
- Added a meta tag to install.php to prevent it from being indexed by search
149
  engines even when Drupal is installed in a subfolder (minor markup change).
150
- Fixed a bug in the database API that caused frequent deadlock errors when
151
  running merge queries on some servers.
152
- Performance improvement: Prevented block rehashing from writing blocks to the
153
  database on every cache clear and cron run when the blocks have not changed.
154
  This fix results in an extra 'saved' key which is added and set to TRUE for
155
  each block returned by _block_rehash() that actually is saved to the database
156
  (data structure change).
157
- Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow
158
  queues to avoid being automatically processed on cron runs (API addition).
159
- Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be
160
  invoked if the block delta had a hyphen in it. To implement the hook when the
161
  block delta has a hyphen, modules should now replace hyphens with underscores
162
  when constructing the function name for the hook implementation.
163
- Fixed a bug which caused cached pages to sometimes be sent to the browser
164
  with incorrect compression. The fix adds a new 'page_compressed' key to the
165
  $cache->data array returned by drupal_page_get_cache() (minor data structure
166
  change).
167
- Fixed broken tests on PHP 5.5.
168
- Made the File and Image modules more robust when saving entities that have
169
  deleted files attached. The code in file_field_presave() will now remove the
170
  record of the deleted file from the entity before saving (minor data
171
  structure change).
172
- Standardized menu callback functions throughout Drupal core to return
173
  MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page
174
  not found" or "access denied" pages (minor API change in the return value of
175
  these functions under some circumstances).
176
- Fixed a bug in which caches were not properly cleared when a node was deleted
177
  via the administrative interface.
178
- Changed the Bartik theme to render content contained in <pre>, <code> and
179
  similar tags in a larger font size, so it is easier to read.
180
- Fixed a bug in the Search module that caused exceptions to be thrown during
181
  searches if the server was not configured to represent decimal points as a
182
  period.
183
- Fixed a regression in the Image module that made image_style_url() not work
184
  when a relative path (rather than a complete file URI) was passed to it.
185
- Added an optional feature to the Statistics module to allow node views to be
186
  tracked by Ajax requests rather than during the server-side generation of the
187
  page. This allows the node counter to work on sites that use external page
188
  caches (string change and new administrative option:
189
  https://drupal.org/node/2164069).
190
- Added a link to the drupal.org documentation page for cron to the Cron
191
  settings page (string change).
192
- Added a 'drupal_anonymous_user_object' variable to allow the anonymous user
193
  object returned by drupal_anonymous_user() to be overridden with a classed
194
  object (API addition).
195
- Changed the database API to allow inserts based on a SELECT * query to work
196
  correctly.
197
- Changed the database schema of the {file_managed} table to allow Drupal to
198
  manage files larger than 4 GB.
199
- Changed the File module's hook_field_load() implementation to prevent file
200
  entity properties which have the same name as file or image field properties
201
  from overwriting the field properties (minor API change).
202
- Numerous small bug fixes.
203
- Numerous API documentation improvements.
204
- Additional automated test coverage.
205

    
206
Drupal 7.24, 2013-11-20
207
----------------------
208
- Fixed security issues (multiple vulnerabilities), see SA-CORE-2013-003.
209

    
210
Drupal 7.23, 2013-08-07
211
-----------------------
212
- Fixed a fatal error on PostgreSQL databases when updating the Taxonomy module
213
  from Drupal 6 to Drupal 7.
214
- Fixed the default ordering of CSS files for sites using right-to-left
215
  languages, to consistently place the right-to-left override file immediately
216
  after the CSS it is overriding (API change: https://drupal.org/node/2058463).
217
- Added a drupal_check_memory_limit() API function to allow the memory limit to
218
  be checked consistently (API addition).
219
- Changed the default web.config file for IIS servers to allow favicon.ico
220
  files which are present in the filesystem to be accessed.
221
- Fixed inconsistent support for the 'tel' protocol in Drupal's URL filtering
222
  functions.
223
- Performance improvement: Allowed all hooks to be included in the
224
  module_implements() cache, even those that are only invoked on HTTP POST
225
  requests.
226
- Made the database system replace truncate queries with delete queries when
227
  inside a transaction, to fix issues with PostgreSQL and other databases.
228
- Fixed a bug which caused nested contextual links to display improperly.
229
- Fixed a bug which prevented cached image derivatives from being flushed for
230
  private files and other non-default file schemes.
231
- Fixed drupal_render() to always return an empty string when there is no
232
  output, rather than sometimes returning NULL (minor API change).
233
- Added protection to cache_clear_all() to ensure that non-cache tables cannot
234
  be truncated (API addition: a new isValidBin() method has been added to the
235
  default database cache implementation).
236
- Changed the default .htaccess file to support HTTP authorization in CGI
237
  environments.
238
- Changed the password reset form to pre-fill the username when requested via a
239
  URL query parameter, and used this in the error message that appears after a
240
  failed login attempt (minor data structure and behavior change).
241
- Fixed broken support for foreign keys in the field API.
242
- Fixed "No active batch" error when a user cancels their own account.
243
- Added a description to the "access content overview" permission on the
244
  permissions page (string change).
245
- Added a drupal_array_diff_assoc_recursive() function to allow associative
246
  arrays to be compared recursively (API addition).
247
- Added human-readable labels to image styles, in addition to the existing
248
  machine-readable name (API change: https://drupal.org/node/2058503).
249
- Moved the drupal_get_hash_salt() function to bootstrap.inc and used it in
250
  additional places in the code, for added security in the case where there is
251
  no hash salt in settings.php.
252
- Fixed a regression in Drupal 7.22 that caused internal server errors for
253
  sites running on very old Apache 1.x web servers.
254
- Numerous small bug fixes.
255
- Numerous API documentation improvements.
256
- Additional automated test coverage.
257

    
258
Drupal 7.22, 2013-04-03
259
-----------------------
260
- Allowed the drupal_http_request() function to be overridden so that
261
  additional HTTP request capabilities can be added by contributed modules.
262
- Changed the Simpletest module to allow PSR-0 test classes to be used in
263
  Drupal 7.
264
- Removed an unnecessary "Content-Disposition" header from private file
265
  downloads; it prevented many private files from being viewed inline in a web
266
  browser.
267
- Changed various field API functions to allow them to optionally act on a
268
  single field within an entity (API addition: http://drupal.org/node/1825844).
269
- Fixed a bug which prevented Drupal's file transfer functionality from working
270
  on some PHP 5.4 systems.
271
- Fixed incorrect log message when theme() is called for a theme hook that does
272
  not exist (minor string change).
273
- Fixed Drupal's token-replacement system to allow spaces in the token value.
274
- Changed the default behavior after a user creates a node they do not have
275
  access to view. The user will now be redirected to the front page rather than
276
  an access denied page.
277
- Fixed a bug which prevented empty HTTP headers (such as "0") from being set.
278
  (Minor behavior change: Callers of drupal_add_http_header() must now set
279
  FALSE explicitly to prevent a header from being sent at all; this was already
280
  indicated in the function's documentation.)
281
- Fixed OpenID errors when more than one module implements hook_openid(). The
282
  behavior is now changed so that if more than one module tries to set the same
283
  parameter, the last module's change takes effect.
284
- Fixed a serious documentation bug: The $name variable in the
285
  taxonomy-term.tpl.php theme template was incorrectly documented as being
286
  sanitized when in fact it is not.
287
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
288
  duplicate permission names in the User module's database tables.
289
- Added an empty "datatype" attribute to taxonomy term and username links to
290
  make the RDFa markup upward compatible with RDFa 1.1 (minor markup addition).
291
- Fixed a bug which caused the denial-of-service protection added in Drupal
292
  7.20 to break certain valid image URLs that had an extra slash in them.
293
- Fixed a bug with update queries in the SQLite database driver that prevented
294
  Drupal from being installed with SQLite on PHP 5.4.
295
- Fixed enforced dependencies errors updating to recent versions of Drupal 7 on
296
  certain non-MySQL databases.
297
- Refactored the Field module's caching behavior to obtain large improvements
298
  in memory usage for sites with many fields and instances (API addition:
299
  http://drupal.org/node/1915646).
300
- Fixed entity argument not being passed to implementations of
301
  hook_file_download_access_alter(). The fix adds an additional context
302
  parameter that can be passed when calling drupal_alter() for any hook (API
303
  change: http://drupal.org/node/1882722).
304
- Fixed broken support for translatable comment fields (API change:
305
  http://drupal.org/node/1874724).
306
- Added an assertThemeOutput() method to Simpletest to allow tests to check
307
  that themed output matches an expected HTML string (API addition).
308
- Added a link to "Install another module" after a module has been successfully
309
  downloaded via the Update Manager (UI change).
310
- Added an optional "exclusive" flag to installation profile .info files which
311
  allows Drupal distributions to force a profile to be selected during
312
  installation (API addition: http://drupal.org/node/1961012).
313
- Fixed a bug which caused the database API to not properly close database
314
  connections.
315
- Added a link to the URL for running cron from outside the site to the Cron
316
  settings page (UI change).
317
- Fixed a bug which prevented image styles from being reverted on PHP 5.4.
318
- Made the default .htaccess rules protocol sensitive to improve security for
319
  sites which use HTTPS and redirect between "www" and non-"www" versions of
320
  the page.
321
- Numerous small bug fixes.
322
- Numerous API documentation improvements.
323
- Additional automated test coverage.
324

    
325
Drupal 7.21, 2013-03-06
326
-----------------------
327
- Allowed sites using the 'image_allow_insecure_derivatives' variable to still
328
  have partial protection from the security issues fixed in Drupal 7.20.
329

    
330
Drupal 7.20, 2013-02-20
331
-----------------------
332
- Fixed security issues (denial of service). See SA-CORE-2013-002.
333

    
334
Drupal 7.19, 2013-01-16
335
-----------------------
336
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2013-001.
337

    
338
Drupal 7.18, 2012-12-19
339
-----------------------
340
- Fixed security issues (multiple vulnerabilities). See SA-CORE-2012-004.
341

    
342
Drupal 7.17, 2012-11-07
343
-----------------------
344
- Changed the default value of the '404_fast_html' variable to have a DOCTYPE
345
  declaration.
346
- Made it possible to use associative arrays for the 'items' variable in
347
  theme_item_list().
348
- Fixed a bug which prevented required form elements without a title from being
349
  given an "error" class when the form fails validation.
350
- Prevented duplicate HTML IDs from appearing when two forms are displayed on
351
  the same page and one of them is submitted with invalid data (minor markup
352
  change).
353
- Fixed a bug which prevented Drupal 6 to Drupal 7 upgrades on sites which had
354
  stale data in the Upload module's database tables.
355
- Fixed a bug in the States API which prevented certain types of form elements
356
  from being disabled when requested.
357
- Allowed aggregator feed items with author names longer than 255 characters to
358
  have a truncated version saved to the database (rather than causing a fatal
359
  error).
360
- Allowed aggregator feed items to have URLs longer than 255 characters
361
  (schema change which results in several columns in the Aggregator module's
362
  database tables changing from VARCHAR to TEXT fields).
363
- Added hook_taxonomy_term_view() and standardized the process for rendering
364
  taxonomy terms to invoke hook_entity_view() and otherwise make it consistent
365
  with other entities (API change: http://drupal.org/node/1808870).
366
- Added hook_entity_view_mode_alter() to allow modules to change entity view
367
  modes on display (API addition: http://drupal.org/node/1833086).
368
- Fixed a bug which made database queries running a "LIKE" query on blob fields
369
  fail on PostgreSQL databases. This caused errors during the Drupal 6 to
370
  Drupal 7 upgrade.
371
- Changed the hook_menu() entry for Drupal's rss.xml page to prevent extra path
372
  components from being accidentally passed to the page callback function (data
373
  structure change).
374
- Removed a non-standard "name" attribute from Drupal's default Content-Type
375
  header for file downloads.
376
- Fixed the theme settings form to properly clean up submitted values in
377
  $form_state['values'] when the form is submitted (data structure change).
378
- Fixed an inconsistency by removing the colon from the end of the label on
379
  multi-valued form fields (minor string change).
380
- Added support for 'weight' in hook_field_widget_info() to allow modules to
381
  control the order in which widgets are displayed in the Field UI.
382
- Updated various tables in the OpenID and Book modules to use the default
383
  "empty table" text pattern (string change).
384
- Added proxy server support to drupal_http_request().
385
- Added "lang" attributes to language links, to better support screen readers.
386
- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the
387
  Seven theme (markup change).
388
- Fixed bugs which caused taxonomy vocabulary and shortcut set titles to be
389
  double-escaped. The fix replaces the taxonomy vocabulary overview page and
390
  "Edit shortcuts" menu items' title callback entries in hook_menu() with new
391
  functions that do not escape HTML characters (data structure change).
392
- Modified the Update manager module to allow drupal.org to collect usage
393
  statistics for individual modules and themes, rather than only for entire
394
  projects.
395
- Modified the node listing database query on Drupal's default front page to
396
  add table aliases for better query altering (this is a data structure change
397
  affecting code which implements hook_query_alter() on this query).
398
- Improved the translatability of the "Field type(s) in use" message on the
399
  modules page (admin-facing string change).
400
- Fixed a regression which caused a "call to undefined function
401
  drupal_find_base_themes()" fatal error under rare circumstances.
402
- Numerous API documentation improvements.
403
- Additional automated test coverage.
404

    
405
Drupal 7.16, 2012-10-17
406
-----------------------
407
- Fixed security issues (Arbitrary PHP code execution and information
408
  disclosure). See SA-CORE-2012-003.
409

    
410
Drupal 7.15, 2012-08-01
411
-----------------------
412
- Introduced a 'user_password_reset_timeout' variable to allow the 24-hour
413
  expiration for user password reset links to be adjusted (API addition).
414
- Fixed database errors due to ambiguous column names that occurred when
415
  EntityFieldQuery was used in certain situations.
416
- Changed the drupal_array_get_nested_value() function to return a reference
417
  (API addition).
418
- Changed the System module's hook_block_info() implementation to assign the
419
  "Main page content" and "System help" blocks to appropriate regions by
420
  default and prevent error messages on the block administration page (data
421
  structure change).
422
- Fixed regression: Non-node entities couldn't be accessed with
423
  EntityFieldQuery.
424
- Fixed regression: Optional radio buttons with an empty, non-NULL default
425
  value led to an illegal choice error when none were selected.
426
- Reorganized the testing framework to split setUp() into specific sub-methods
427
  and fix several regressions in the process.
428
- Fixed bug which made it impossible to search for strings that have not been
429
  translated into a particular language.
430
- Renamed the "Field" column on the Manage Fields screen to "Field type", since
431
  the former was confusing and inaccurate (UI change).
432
- Performance improvement: Removed needless call to system_rebuild_module_data()
433
  in field_sync_field_status(), greatly speeding up bulk module enable/disable.
434
- Fixed bug which prevented notifications from being sent when core, module, and
435
  theme updates are available.
436
- Fixed bug which prevented sub-themes from inheriting the default values of
437
  theme settings defined by the base theme.
438
- Fixed bug which prevented the jQuery UI Datepicker from being localized.
439
- Made Ajax alert dialogs respect error reporting settings.
440
- Fixed bug which prevented image styles from being deleted on PHP 5.4.
441
- Fixed bug: Language detection by domain only worked on port 80.
442
- Fixed regression: The first plural index on a page was not calculated
443
  correctly.
444
- Introduced generic entity language support. Entities may now declare their
445
  language property in hook_entity_info(), and modules working with entities
446
  may access the language using entity_language() (API change:
447
  http://drupal.org/node/1626346).
448
- Added EntityFieldQuery support for taxonomy bundles.
449
- Fixed issue where field form structure was incomplete if field_access()
450
  returned FALSE. Instead of being incomplete, the form structure now has
451
  #access set to FALSE and field form validation is skipped (data structure
452
  change: http://drupal.org/node/1663020).
453
- Fixed data loss issue due to field_has_data() returning inconsistent results.
454
  The fix adds an optional DANGEROUS_ACCESS_CHECK_OPT_OUT tag to entity field
455
  queries which field storage engines can respond to (API addition:
456
  http://drupal.org/node/1597378).
457
- Fixed notice: Undefined index: default_image in image_field_prepare_view()
458
- Numerous API documentation improvements.
459
- Additional automated test coverage.
460

    
461
Drupal 7.14 2012-05-02
462
----------------------
463
- Fixed "integrity constraint" fatal errors when rebuilding registry.
464
- Fixed custom logo and favicon functionality referencing incorrect paths.
465
- Fixed DB Case Sensitivity: Allow BINARY attribute in MySQL.
466
- Split field_bundle_settings out per bundle.
467
- Improve UX for machine names for fields (UI change).
468
- Fixed User pictures are not removed properly.
469
- Fixed HTTPS sessions not working in all cases.
470
- Fixed Regression: Required radios throw illegal choice error when none
471
  selected.
472
- Fixed allow autocompletion requests to include slashes.
473
- Eliminate $user->cache and {session}.cache in favor of
474
  $_SESSION['cache_expiration'][$bin] (Performance).
475
- Fixed focus jumps to tab when pressing enter on a form element within tab.
476
- Fixed race condition in locale() - duplicates in {locales_source}.
477
- Fixed Missing "Default image" per field instance.
478
- Quit clobbering people's work when they click the filter tips link
479
- Form API #states: Fix conditionals to allow OR and XOR constructions.
480
- Fixed Focus jumps to tab when pressing enter on a form element within tab.
481
  (Accessibility)
482
- Improved performance of node_access queries.
483
- Fixed Fieldsets inside vertical tabs have no title and can't be collapsed.
484
- Reduce size of cache_menu table (Performance).
485
- Fixed unnecessary aggregation of CSS/JS (Performance).
486
- Fixed taxonomy_autocomplete() produces SQL error for nonexistent field.
487
- Fixed HTML filter is not run first by default, despite default weight.
488
- Fixed Overlay does not work with prefixed URL paths.
489
- Better debug info for field errors (string change).
490
- Fixed Data corruption in comment IDs (results in broken threading on
491
  PostgreSQL).
492
- Fixed machine name not editable if every character is replaced.
493
- Fixed user picture not appearing in comment preview (Markup change).
494
- Added optional vid argument for taxonomy_get_term_by_name().
495
- Fixed Invalid Unicode code range in PREG_CLASS_UNICODE_WORD_BOUNDARY fails
496
  with PCRE 8.30.
497
- Fixed {trigger_assignments()}.hook has only 32 characters, is too short.
498
- Numerous fixes to run-tests.sh.
499
- Fixed Tests in profiles/[name]/modules cannot be run and cannot use a
500
  different profile for running tests.
501
- Numerous JavaScript performance fixes.
502
- Numerous documentation fixes.
503
- Fixed All pager links have an 'active' CSS class.
504
- Numerous upgrade path fixes; notably:
505
  - system_update_7061() fails on inserting files with same name but different
506
    case.
507
  - system_update_7061() converts filepaths too aggressively.
508
  - Trigger upgrade path: Node triggers removed when upgrading to 7-x from 6.25.
509

    
510
Drupal 7.13 2012-05-02
511
----------------------
512
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-002.
513

    
514
Drupal 7.12, 2012-02-01
515
----------------------
516
- Fixed bug preventing custom menus from receiving an active trail.
517
- Fixed hook_field_delete() no longer invoked during field_purge_data().
518
- Fixed bug causing entity info cache to not be cleared with the rest of caches.
519
- Fixed file_unmanaged_copy() fails with Drupal 7.7+ and safe_mode() or
520
  open_basedir().
521
- Fixed Nested transactions throw exceptions when they got out of scope.
522
- Fixed bugs with the Return-Path when sending mail on both Windows and
523
  non-Windows systems.
524
- Fixed bug with DrupalCacheArray property visibility preventing others from
525
  extending it (API change: http://drupal.org/node/1422264).
526
- Fixed bug with handling of non-ASCII characters in file names (API change:
527
  http://drupal.org/node/1424840).
528
- Reconciled field maximum length with database column size in image and
529
  aggregator modules.
530
- Fixes to various core JavaScript files to allow for minification and
531
  aggregation.
532
- Fixed Prevent tests from deleting main installation's tables when
533
  parent::setUp() is not called.
534
- Fixed several Poll module bugs.
535
- Fixed several Shortcut module bugs.
536
- Added new hook_system_theme_info() to provide ability for contributed modules
537
  to test theme functionality.
538
- Added ability to cancel mail sending from hook_mail_alter().
539
- Added support for configurable PDO connection options, enabling master-master
540
  database replication.
541
- Numerous improvements to tests and test runner to pave the way for faster test
542
  runs.
543
- Expanded test coverage.
544
- Numerous API documentation improvements.
545
- Numerous performance improvements, including token replacement and render
546
  cache.
547

    
548
Drupal 7.11, 2012-02-01
549
----------------------
550
- Fixed security issues (Multiple vulnerabilities), see SA-CORE-2012-001.
551

    
552
Drupal 7.10, 2011-12-05
553
----------------------
554
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
555
- Reduce memory usage of theme registry (performance).
556
- Fixed PECL upload progress bar for FileField
557
- Fixed running update.php doesn't always clear the cache.
558
- Fixed PDO exceptions on long titles.
559
- Fixed Overlay redirect does not include query string.
560
- Fixed D6 modules satisfy D7 module dependencies.
561
- Fixed the ordering of module hooks when using module_implements_alter().
562
- Fixed "floating" submit buttons during AJAX requests.
563
- Fixed timezone selected on install not propogating to admin account.
564
- Added msgctx context to JS translation functions, for feature parity with t().
565
- Profiles' .install files now available during hook_install_tasks().
566
- Added test coverage of 7.0 -> 7.x upgrade path.
567
- Numerous notice fixes.
568
- Numerous documentation improvements.
569
- Additional automated test coverage.
570

    
571
Drupal 7.9, 2011-10-26
572
----------------------
573
- Critical fixes to OpenID to spec violations that could allow for
574
  impersonation in certain scenarios. Existing OpenID users should see
575
  http://drupal.org/node/1120290#comment-5092796 for more information on
576
  transitioning.
577
- Fixed files getting lost when adding multiple files to multiple file fields
578
  at the same time.
579
- Improved usability of the clean URL test screens.
580
- Restored height/width attributes on images run through the theme system.
581
- Fixed usability bug with first password field being pre-filled by certain
582
  browser plugins.
583
- Fixed file_usage_list() so that it can return more than one result.
584
- Fixed bug preventing preview of private images on node form.
585
- Fixed PDO error when inserting an aggregator title longer than 255 characters.
586
- Spelled out what TRADITIONAL means in MySQL sql_mode.
587
- Deprecated "!=" operator for DBTNG; should be "<>".
588
- Added two new API functions (menu_tree_set_path()/menu_tree_get_path()) were
589
  added in order to enable setting the active menu trail for dynamically
590
  generated menu paths.
591
- Added new "fast 404" capability in settings.php to bypass Drupal bootstrap
592
  when serving 404 pages for certain file types.
593
- Added format_string() function which can perform string munging ala the t()
594
  function without the overhead of the translation system.
595
- Numerous #states system fixes.
596
- Numerous EntityFieldQuery, DBTNG, and SQLite fixes.
597
- Numerous Shortcut module fixes.
598
- Numerous language system fixes.
599
- Numerous token fixes.
600
- Numerous CSS fixes.
601
- Numerous upgrade path fixes.
602
- Numerous minor string fixes.
603
- Numerous notice fixes.
604

    
605
Drupal 7.8, 2011-08-31
606
----------------------
607
- Fixed critical upgrade path issue with multilingual sites, leading to lost
608
  content.
609
- Numerous fixes to upgrade path, preventing fatal errors due to incorrect
610
  dependencies.
611
- Fixed issue with saving files on hosts with open_basedir restrictions.
612
- Fixed Update manger error when used with Overlay.
613
- Fixed RTL support in Seven administration theme and Overlay.
614
- Fixes to nested transaction support.
615
- Introduced performance pattern to reduce Drupal core's RAM usage.
616
- Added support for HTML 5 tags to filter_xss_admin().
617
- Added exception handling to cron.
618
- Added new hook hook_field_widget_form_alter() for contribtued modules.
619
- element_validate_*() functions now available to contrib.
620
- Added new maintainers for several subsystems.
621
- Numerous testing system improvements.
622
- Numerous markup and CSS fixes.
623
- Numerous poll module fixes.
624
- Numerous notice/warning fixes.
625
- Numerous documentation fixes.
626
- Numerous token fixes.
627

    
628
Drupal 7.7, 2011-07-27
629
----------------------
630
- Fixed VERSION string.
631

    
632
Drupal 7.6, 2011-07-27
633
----------------------
634
- Fixed support for remote streamwrappers.
635
- AJAX now binds to 'click' instead of 'mousedown'.
636
- 'Translatable' flag on fields created in UI now defaults to FALSE, to match those created via the API.
637
- Performance enhancement to permissions page on large numbers of permissions.
638
- More secure password generation.
639
- Fix for temporary directory on Windows servers.
640
- run-tests.sh now uses proc_open() instead of pcntl_fork() for better Windows support.
641
- Numerous upgrade path fixes.
642
- Numerous documentation fixes.
643
- Numerous notice fixes.
644
- Numerous fixes to improve PHP 5.4 support.
645
- Numerous RTL improvements.
646

    
647
Drupal 7.5, 2011-07-27
648
----------------------
649
- Fixed security issue (Access bypass), see SA-CORE-2011-003.
650

    
651
Drupal 7.4, 2011-06-29
652
----------------------
653
- Rolled back patch that caused fatal errors in CTools, Feeds, and other modules using the class registry.
654
- Fixed critical bug with saving default images.
655
- Fixed fatal errors when uninstalling some modules.
656
- Added workaround for MySQL transaction support breaking on DDL statments.
657
- Improved page caching with external caching systems.
658
- Fix to Batch API, which was terminating too early.
659
- Numerous upgrade path fixes.
660
- Performance fixes.
661
- Additional test coverage.
662
- Numerous documentation fixes.
663

    
664
Drupal 7.3, 2011-06-29
665
----------------------
666
- Fixed security issue (Access bypass), see SA-CORE-2011-002.
667

    
668
Drupal 7.2, 2011-05-25
669
----------------------
670
- Added a default .gitignore file.
671
- Improved PostgreSQL and SQLite support.
672
- Numerous critical performance improvements.
673
- Numerous critical fixes to the upgrade path.
674
- Numerous fixes to language and translation systems.
675
- Numerous fixes to AJAX and #states systems.
676
- Improvements to the locking system.
677
- Numerous documentation fixes.
678
- Numerous styling and theme system fixes.
679
- Numerous fixes for schema mis-matches between Drupal 6 and 7.
680
- Minor internal API clean-ups.
681

    
682
Drupal 7.1, 2011-05-25
683
----------------------
684
- Fixed security issues (Cross site scripting, File access bypass), see SA-CORE-2011-001.
685

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

    
905
Drupal 6.23-dev, xxxx-xx-xx (development release)
906
-----------------------
907

    
908
Drupal 6.22, 2011-05-25
909
-----------------------
910
- Made Drupal 6 work better with IIS and Internet Explorer.
911
- Fixed .po file imports to work better with custom textgroups.
912
- Improved code documentation at various places.
913
- Fixed a variety of other bugs.
914

    
915
Drupal 6.21, 2011-05-25
916
----------------------
917
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
918

    
919
Drupal 6.20, 2010-12-15
920
----------------------
921
- Fixed a variety of small bugs, improved code documentation.
922

    
923
Drupal 6.19, 2010-08-11
924
----------------------
925
- Fixed a variety of small bugs, improved code documentation.
926

    
927
Drupal 6.18, 2010-08-11
928
----------------------
929
- Fixed security issues (OpenID authentication bypass, File download access
930
  bypass, Comment unpublishing bypass, Actions cross site scripting),
931
  see SA-CORE-2010-002.
932

    
933
Drupal 6.17, 2010-06-02
934
----------------------
935
- Improved PostgreSQL compatibility
936
- Better PHP 5.3 and PHP 4 compatibility
937
- Better browser compatibility of CSS and JS aggregation
938
- Improved logging for login failures
939
- Fixed an incompatibility with some contributed modules and the locking system
940
- Fixed a variety of other bugs.
941

    
942
Drupal 6.16, 2010-03-03
943
----------------------
944
- Fixed security issues (Installation cross site scripting, Open redirection,
945
  Locale module cross site scripting, Blocked user session regeneration),
946
  see SA-CORE-2010-001.
947
- Better support for updated jQuery versions.
948
- Reduced resource usage of update.module.
949
- Fixed several issues relating to support of installation profiles and
950
  distributions.
951
- Added a locking framework to avoid data corruption on long operations.
952
- Fixed a variety of other bugs.
953

    
954
Drupal 6.15, 2009-12-16
955
----------------------
956
- Fixed security issues (Cross site scripting), see SA-CORE-2009-009.
957
- Fixed a variety of other bugs.
958

    
959
Drupal 6.14, 2009-09-16
960
----------------------
961
- Fixed security issues (OpenID association cross site request forgeries,
962
  OpenID impersonation and File upload), see SA-CORE-2009-008.
963
- Changed the system modules page to not run all cache rebuilds; use the
964
  button on the performance settings page to achieve the same effect.
965
- Added support for PHP 5.3.0 out of the box.
966
- Fixed a variety of small bugs.
967

    
968
Drupal 6.13, 2009-07-01
969
----------------------
970
- Fixed security issues (Cross site scripting, Input format access bypass and
971
  Password leakage in URL), see SA-CORE-2009-007.
972
- Fixed a variety of small bugs.
973

    
974
Drupal 6.12, 2009-05-13
975
----------------------
976
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
977
- Fixed a variety of small bugs.
978

    
979
Drupal 6.11, 2009-04-29
980
----------------------
981
- Fixed security issues (Cross site scripting and limited information
982
  disclosure), see SA-CORE-2009-005
983
- Fixed performance issues with the menu router cache, the update
984
  status cache and improved cache invalidation
985
- Fixed a variety of small bugs.
986

    
987
Drupal 6.10, 2009-02-25
988
----------------------
989
- Fixed a security issue, (Local file inclusion on Windows),
990
  see SA-CORE-2009-003
991
- Fixed node_feed() so custom fields can show up in RSS feeds.
992
- Improved PostgreSQL compatibility.
993
- Fixed a variety of small bugs.
994

    
995
Drupal 6.9, 2009-01-14
996
----------------------
997
- Fixed security issues, (Access Bypass, Validation Bypass and Hardening
998
  against SQL injection), see SA-CORE-2009-001
999
- Made HTTP request checking more robust and informative.
1000
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and
1001
  basic shell scripts.
1002
- Removed t() calls from all schema documentation. Suggested best practice
1003
  changed for contributed modules, see http://drupal.org/node/322731.
1004
- Fixed a variety of small bugs.
1005

    
1006
Drupal 6.8, 2008-12-11
1007
----------------------
1008
- Removed a previous change incompatible with PHP 5.1.x and lower.
1009

    
1010
Drupal 6.7, 2008-12-10
1011
----------------------
1012
- Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1013
- Updated robots.txt and .htaccess to match current file use.
1014
- Fixed a variety of small bugs.
1015

    
1016
Drupal 6.6, 2008-10-22
1017
----------------------
1018
- Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067
1019
- Fixed a variety of small bugs.
1020

    
1021
Drupal 6.5, 2008-10-08
1022
----------------------
1023
- Fixed security issues, (File upload access bypass, Access rules bypass,
1024
  BlogAPI access bypass), see SA-2008-060.
1025
- Fixed a variety of small bugs.
1026

    
1027
Drupal 6.4, 2008-08-13
1028
----------------------
1029
- Fixed a security issue (Cross site scripting, Arbitrary file uploads via
1030
  BlogAPI, Cross site request forgeries and Various Upload module
1031
  vulnerabilities), see SA-2008-047.
1032
- Improved error messages during installation.
1033
- Fixed a bug that prevented AHAH handlers to be attached to radios widgets.
1034
- Fixed a variety of small bugs.
1035

    
1036
Drupal 6.3, 2008-07-09
1037
----------------------
1038
- Fixed security issues, (Cross site scripting, cross site request forgery,
1039
  session fixation and SQL injection), see SA-2008-044.
1040
- Slightly modified installation process to prevent file ownership issues on
1041
  shared hosts.
1042
- Improved PostgreSQL compatibility (rewritten queries; custom blocks).
1043
- Upgraded to jQuery 1.2.6.
1044
- Performance improvements to search, menu handling and form API caches.
1045
- Fixed Views compatibility issues (Views for Drupal 6 requires Drupal 6.3+).
1046
- Fixed a variety of small bugs.
1047

    
1048
Drupal 6.2, 2008-04-09
1049
----------------------
1050
- Fixed a variety of small bugs.
1051
- Fixed a security issue (Access bypasses), see SA-2008-026.
1052

    
1053
Drupal 6.1, 2008-02-27
1054
----------------------
1055
- Fixed a variety of small bugs.
1056
- Fixed a security issue (Cross site scripting), see SA-2008-018.
1057

    
1058
Drupal 6.0, 2008-02-13
1059
----------------------
1060
- New, faster and better menu system.
1061
- New watchdog as a hook functionality.
1062
   * New hook_watchdog that can be implemented by any module to route log
1063
     messages to various destinations.
1064
   * Expands the severity levels from 3 (Error, Warning, Notice) to the 8
1065
     levels defined in RFC 3164.
1066
   * The watchdog module is now called dblog, and is optional, but enabled by
1067
     default in the default installation profile.
1068
   * Extended the database log module so log messages can be filtered.
1069
   * Added syslog module: useful for monitoring large Drupal installations.
1070
- Added optional e-mail notifications when users are approved, blocked, or
1071
  deleted.
1072
- Drupal works with error reporting set to E_ALL.
1073
- Added scripts/drupal.sh to execute Drupal code from the command line. Useful
1074
  to use Drupal as a framework to build command-line tools.
1075
- Made signature support optional and made it possible to theme signatures.
1076
- Made it possible to filter the URL aliases on the URL alias administration
1077
  screen.
1078
- Language system improvements:
1079
    * Support for right to left languages.
1080
    * Language detection based on parts of the URL.
1081
    * Browser based language detection.
1082
    * Made it possible to specify a node's language.
1083
    * Support for translating posts on the site to different languages.
1084
    * Language dependent path aliases.
1085
    * Automatically import translations when adding a new language.
1086
    * JavaScript interface translation.
1087
    * Automatically import a module's translation upon enabling that module.
1088
- Moved "PHP input filter" to a standalone module so it can be deleted for
1089
  security reasons.
1090
- Usability:
1091
    * Improved handling of teasers in posts.
1092
    * Added sticky table headers.
1093
    * Check for clean URL support automatically with JavaScript.
1094
    * Removed default/settings.php. Instead the installer will create it from
1095
      default.settings.php.
1096
    * Made it possible to configure your own date formats.
1097
    * Remember anonymous comment posters.
1098
    * Only allow modules and themes to be enabled that have explicitly been
1099
      ported to the correct core API version.
1100
    * Can now specify the minimum PHP version required for a module within the
1101
      .info file.
1102
    * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES
1103
      database rights.
1104
    * Dynamically check password strength and confirmation.
1105
    * Refactored poll administration.
1106
    * Implemented drag-and-drop positioning for blocks, menu items, taxonomy
1107
      vocabularies and terms, forums, profile fields, and input format filters.
1108
- Theme system:
1109
    * Added .info files to themes and made it easier to specify regions and
1110
      features.
1111
    * Added theme registry: modules can directly provide .tpl.php files for
1112
      their themes without having to create theme_ functions.
1113
    * Used the Garland theme for the installation and maintenance pages.
1114
    * Added theme preprocess functions for themes that are templates.
1115
    * Added support for themeable functions in JavaScript.
1116
- Refactored update.php to a generic batch API to be able to run time-consuming
1117
  operations in multiple subsequent HTTP requests.
1118
- Installer:
1119
    * Themed the installer with the Garland theme.
1120
    * Added form to provide initial site information during installation.
1121
    * Added ability to provide extra installation steps programmatically.
1122
    * Made it possible to import interface translations during installation.
1123
- Added the HTML corrector filter:
1124
    * Fixes faulty and chopped off HTML in postings.
1125
    * Tags are now automatically closed at the end of the teaser.
1126
- Performance:
1127
    * Made it easier to conditionally load .include files and split up many core
1128
      modules.
1129
    * Added a JavaScript aggregator.
1130
    * Added block-level caching, improving performance for both authenticated
1131
      and anonymous users.
1132
    * Made Drupal work correctly when running behind a reverse proxy like
1133
      Squid or Pound.
1134
- File handling improvements:
1135
    * Entries in the files table are now keyed to a user instead of a node.
1136
    * Added reusable validation functions to check for uploaded file sizes,
1137
      extensions, and image resolution.
1138
    * Added ability to create and remove temporary files during a cron job.
1139
- Forum improvements:
1140
    * Any node type may now be posted in a forum.
1141
- Taxonomy improvements:
1142
    * Descriptions for terms are now shown on taxonomy/term pages as well
1143
      as RSS feeds.
1144
    * Added versioning support to categories by associating them with node
1145
      revisions.
1146
- Added support for OpenID.
1147
- Added support for triggering configurable actions.
1148
- Added the Update status module to automatically check for available updates
1149
  and warn sites if they are missing security updates or newer versions.
1150
  Sites deploying from CVS should use http://drupal.org/project/cvs_deploy.
1151
  Advanced settings provided by http://drupal.org/project/update_advanced.
1152
- Upgraded the core JavaScript library to jQuery version 1.2.3.
1153
- Added a new Schema API, which provides built-in support for core and
1154
  contributed modules to work with databases other than MySQL.
1155
- Removed drupal.module. The functionality lives on as the Site network
1156
  contributed module (http://drupal.org/project/site_network).
1157
- Removed old system updates. Updates from Drupal versions prior to 5.x will
1158
  require upgrading to 5.x before upgrading to 6.x.
1159

    
1160
Drupal 5.23, 2010-08-11
1161
-----------------------
1162
- Fixed security issues (File download access bypass, Comment unpublishing
1163
  bypass), see SA-CORE-2010-002.
1164

    
1165
Drupal 5.22, 2010-03-03
1166
-----------------------
1167
- Fixed security issues (Open redirection, Locale module cross site scripting,
1168
  Blocked user session regeneration), see SA-CORE-2010-001.
1169

    
1170
Drupal 5.21, 2009-12-16
1171
-----------------------
1172
- Fixed a security issue (Cross site scripting), see SA-CORE-2009-009.
1173
- Fixed a variety of small bugs.
1174

    
1175
Drupal 5.20, 2009-09-16
1176
-----------------------
1177
- Avoid security problems resulting from writing Drupal 6-style menu
1178
  declarations.
1179
- Fixed security issues (session fixation), see SA-CORE-2009-008.
1180
- Fixed a variety of small bugs.
1181

    
1182
Drupal 5.19, 2009-07-01
1183
-----------------------
1184
- Fixed security issues (Cross site scripting and Password leakage in URL), see
1185
  SA-CORE-2009-007.          
1186
- Fixed a variety of small bugs.
1187

    
1188
Drupal 5.18, 2009-05-13
1189
-----------------------
1190
- Fixed security issues (Cross site scripting), see SA-CORE-2009-006.
1191
- Fixed a variety of small bugs.
1192

    
1193
Drupal 5.17, 2009-04-29
1194
-----------------------
1195
- Fixed security issues (Cross site scripting and limited information
1196
  disclosure) see SA-CORE-2009-005.
1197
- Fixed a variety of small bugs.
1198

    
1199
Drupal 5.16, 2009-02-25
1200
-----------------------
1201
- Fixed a security issue, (Local file inclusion on Windows), see SA-CORE-2009-004.
1202
- Fixed a variety of small bugs.
1203

    
1204
Drupal 5.15, 2009-01-14
1205
-----------------------
1206
- Fixed security issues, (Hardening against SQL injection), see
1207
  SA-CORE-2009-001
1208
- Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell
1209
  scripts.
1210
- Fixed a variety of small bugs.
1211

    
1212
Drupal 5.14, 2008-12-11
1213
-----------------------
1214
- removed a previous change incompatible with PHP 5.1.x and lower.
1215

    
1216
Drupal 5.13, 2008-12-10
1217
-----------------------
1218
- fixed a variety of small bugs.
1219
- fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073
1220
- updated robots.txt and .htaccess to match current file use.
1221

    
1222
Drupal 5.12, 2008-10-22
1223
-----------------------
1224
- fixed security issues, (File inclusion), see SA-2008-067
1225

    
1226
Drupal 5.11, 2008-10-08
1227
-----------------------
1228
- fixed a variety of small bugs.
1229
- fixed security issues, (File upload access bypass, Access rules bypass,
1230
  BlogAPI access bypass, Node validation bypass), see SA-2008-060
1231

    
1232
Drupal 5.10, 2008-08-13
1233
-----------------------
1234
- fixed a variety of small bugs.
1235
- fixed security issues, (Cross site scripting, Arbitrary file uploads via
1236
  BlogAPI and Cross site request forgery), see SA-2008-047
1237

    
1238
Drupal 5.9, 2008-07-23
1239
----------------------
1240
- fixed a variety of small bugs.
1241
- fixed security issues, (Session fixation), see SA-2008-046
1242

    
1243
Drupal 5.8, 2008-07-09
1244
----------------------
1245
- fixed a variety of small bugs.
1246
- fixed security issues, (Cross site scripting, cross site request forgery, and
1247
  session fixation), see SA-2008-044
1248

    
1249
Drupal 5.7, 2008-01-28
1250
----------------------
1251
- fixed the input format configuration page.
1252
- fixed a variety of small bugs.
1253

    
1254
Drupal 5.6, 2008-01-10
1255
----------------------
1256
- fixed a variety of small bugs.
1257
- fixed a security issue (Cross site request forgery), see SA-2008-005
1258
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1259
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1260

    
1261
Drupal 5.5, 2007-12-06
1262
----------------------
1263
- fixed missing missing brackets in a query in the user module.
1264
- fixed taxonomy feed bug introduced by SA-2007-031
1265

    
1266
Drupal 5.4, 2007-12-05
1267
----------------------
1268
- fixed a variety of small bugs.
1269
- fixed a security issue (SQL injection), see SA-2007-031
1270

    
1271
Drupal 5.3, 2007-10-17
1272
----------------------
1273
- fixed a variety of small bugs.
1274
- fixed a security issue (HTTP response splitting), see SA-2007-024
1275
- fixed a security issue (Arbitrary code execution via installer), see SA-2007-025
1276
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1277
- fixed a security issue (User deletion cross site request forgery), see SA-2007-029
1278
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1279

    
1280
Drupal 5.2, 2007-07-26
1281
----------------------
1282
- changed hook_link() $teaser argument to match documentation.
1283
- fixed a variety of small bugs.
1284
- fixed a security issue (cross-site request forgery), see SA-2007-017
1285
- fixed a security issue (cross-site scripting), see SA-2007-018
1286

    
1287
Drupal 5.1, 2007-01-29
1288
----------------------
1289
- fixed security issue (code execution), see SA-2007-005
1290
- fixed a variety of small bugs.
1291

    
1292
Drupal 5.0, 2007-01-15
1293
----------------------
1294
- Completely retooled the administration page
1295
    * /Admin now contains an administration page which may be themed
1296
    * Reorganised administration menu items by task and by module
1297
    * Added a status report page with detailed PHP/MySQL/Drupal information
1298
- Added web-based installer which can:
1299
    * Check installation and run-time requirements
1300
    * Automatically generate the database configuration file
1301
    * Install pre-made installation profiles or distributions
1302
    * Import the database structure with automatic table prefixing
1303
    * Be localized
1304
- Added new default Garland theme
1305
- Added color module to change some themes' color schemes
1306
- Included the jQuery JavaScript library 1.0.4 and converted all core JavaScript to use it
1307
- Introduced the ability to alter mail sent from system
1308
- Module system:
1309
    * Added .info files for module meta-data
1310
    * Added support for module dependencies
1311
    * Improved module installation screen
1312
    * Moved core modules to their own directories
1313
    * Added support for module uninstalling
1314
- Added support for different cache backends
1315
- Added support for a generic "sites/all" directory.
1316
- Usability:
1317
    * Added support for auto-complete forms (AJAX) to user profiles.
1318
    * Made it possible to instantly assign roles to newly created user accounts.
1319
    * Improved configurability of the contact forms.
1320
    * Reorganized the settings pages.
1321
    * Made it easy to investigate popular search terms.
1322
    * Added a 'select all' checkbox and a range select feature to administration tables.
1323
    * Simplified the 'break' tag to split teasers from body.
1324
    * Use proper capitalization for titles, menu items and operations.
1325
- Integrated urlfilter.module into filter.module
1326
- Block system:
1327
    * Extended the block visibility settings with a role specific setting.
1328
    * Made it possible to customize all block titles.
1329
- Poll module:
1330
    * Optionally allow people to inspect all votes.
1331
    * Optionally allow people to cancel their vote.
1332
- Distributed authentication:
1333
    * Added default server option.
1334
- Added default robots.txt to control crawlers.
1335
- Database API:
1336
    * Added db_table_exists().
1337
- Blogapi module:
1338
    * 'Blogapi new' and 'blogapi edit' nodeapi operations.
1339
- User module:
1340
    * Added hook_profile_alter().
1341
    * E-mail verification is made optional.
1342
    * Added mass editing and filtering on admin/user/user.
1343
- PHP Template engine:
1344
    * Add the ability to look for a series of suggested templates.
1345
    * Look for page templates based upon the path.
1346
    * Look for block templates based upon the region, module, and delta.
1347
- Content system:
1348
    * Made it easier for node access modules to work well with each other.
1349
    * Added configurable content types.
1350
    * Changed node rendering to work with structured arrays.
1351
- Performance:
1352
    * Improved session handling: reduces database overhead.
1353
    * Improved access checking: reduces database overhead.
1354
    * Made it possible to do memcached based session management.
1355
    * Omit sidebars when serving a '404 - Page not found': saves CPU cycles and bandwidth.
1356
    * Added an 'aggressive' caching policy.
1357
    * Added a CSS aggregator and compressor (up to 40% faster page loads).
1358
- Removed the archive module.
1359
- Upgrade system:
1360
    * Created space for update branches.
1361
- Form API:
1362
    * Made it possible to programmatically submit forms.
1363
    * Improved api for multistep forms.
1364
- Theme system:
1365
    * Split up and removed drupal.css.
1366
    * Added nested lists generation.
1367
    * Added a self-clearing block class.
1368

    
1369
Drupal 4.7.11, 2008-01-10
1370
-------------------------
1371
- fixed a security issue (Cross site request forgery), see SA-2008-005
1372
- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
1373
- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
1374

    
1375
Drupal 4.7.10, 2007-12-06
1376
-------------------------
1377
- fixed taxonomy feed bug introduced by SA-2007-031
1378

    
1379
Drupal 4.7.9, 2007-12-05
1380
------------------------
1381
- fixed a security issue (SQL injection), see SA-2007-031
1382

    
1383
Drupal 4.7.8, 2007-10-17
1384
----------------------
1385
- fixed a security issue (HTTP response splitting), see SA-2007-024
1386
- fixed a security issue (Cross site scripting via uploads), see SA-2007-026
1387
- fixed a security issue (API handling of unpublished comment), see SA-2007-030
1388

    
1389
Drupal 4.7.7, 2007-07-26
1390
------------------------
1391
- fixed security issue (XSS), see SA-2007-018
1392

    
1393
Drupal 4.7.6, 2007-01-29
1394
------------------------
1395
- fixed security issue (code execution), see SA-2007-005
1396

    
1397
Drupal 4.7.5, 2007-01-05
1398
------------------------
1399
- Fixed security issue (XSS), see SA-2007-001
1400
- Fixed security issue (DoS), see SA-2007-002
1401

    
1402
Drupal 4.7.4, 2006-10-18
1403
------------------------
1404
- Fixed security issue (XSS), see SA-2006-024
1405
- Fixed security issue (CSRF), see SA-2006-025
1406
- Fixed security issue (Form action attribute injection), see SA-2006-026
1407

    
1408
Drupal 4.7.3, 2006-08-02
1409
------------------------
1410
- Fixed security issue (XSS), see SA-2006-011
1411

    
1412
Drupal 4.7.2, 2006-06-01
1413
------------------------
1414
- Fixed critical upload issue, see SA-2006-007
1415
- Fixed taxonomy XSS issue, see SA-2006-008
1416
- Fixed a variety of small bugs.
1417

    
1418
Drupal 4.7.1, 2006-05-24
1419
------------------------
1420
- Fixed critical SQL issue, see SA-2006-005
1421
- Fixed a serious upgrade related bug.
1422
- Fixed a variety of small bugs.
1423

    
1424
Drupal 4.7.0, 2006-05-01
1425
------------------------
1426
- Added free tagging support.
1427
- Added a site-wide contact form.
1428
- Theme system:
1429
    * Added the PHPTemplate theme engine and removed the Xtemplate engine.
1430
    * Converted the bluemarine theme from XTemplate to PHPTemplate.
1431
    * Converted the pushbutton theme from XTemplate to PHPTemplate.
1432
- Usability:
1433
    * Reworked the 'request new password' functionality.
1434
    * Reworked the node and comment edit forms.
1435
    * Made it easy to add nodes to the navigation menu.
1436
    * Added site 'offline for maintenance' feature.
1437
    * Added support for auto-complete forms (AJAX).
1438
    * Added support for collapsible page sections (JS).
1439
    * Added support for resizable text fields (JS).
1440
    * Improved file upload functionality (AJAX).
1441
    * Reorganized some settings pages.
1442
    * Added friendly database error screens.
1443
    * Improved styling of update.php.
1444
- Refactored the forms API.
1445
    * Made it possible to alter, extend or theme forms.
1446
- Comment system:
1447
    * Added support for "mass comment operations" to ease repetitive tasks.
1448
    * Comment moderation has been removed.
1449
- Node system:
1450
    * Reworked the revision functionality.
1451
    * Removed the bookmarklet code. Third-party modules can now handle
1452
      This.
1453
- Upgrade system:
1454
    * Allows contributed modules to plug into the upgrade system.
1455
- Profiles:
1456
    * Added a block to display author information along with posts.
1457
    * Added support for private profile fields.
1458
- Statistics module:
1459
    * Added the ability to track page generation times.
1460
    * Made it possible to block certain IPs/hostnames.
1461
- Block system:
1462
    * Added support for theme-specific block regions.
1463
- Syndication:
1464
    * Made the aggregator module parse Atom feeds.
1465
    * Made the aggregator generate RSS feeds.
1466
    * Added RSS feed settings.
1467
- XML-RPC:
1468
    * Replaced the XML-RPC library by a better one.
1469
- Performance:
1470
    * Added 'loose caching' option for high-traffic sites.
1471
    * Improved performance of path aliasing.
1472
    * Added the ability to track page generation times.
1473
- Internationalization:
1474
    * Improved Unicode string handling API.
1475
    * Added support for PHP's multibyte string module.
1476
- Added support for PHP5's 'mysqli' extension.
1477
- Search module:
1478
    * Made indexer smarter and more robust.
1479
    * Added advanced search operators (e.g. phrase, node type, ...).
1480
    * Added customizable result ranking.
1481
- PostgreSQL support:
1482
    * Removed dependency on PL/pgSQL procedural language.
1483
- Menu system:
1484
    * Added support for external URLs.
1485
- Queue module:
1486
    * Removed from core.
1487
- HTTP handling:
1488
    * Added support for a tolerant Base URL.
1489
    * Output URIs relative to the root, without a base tag.
1490

    
1491
Drupal 4.6.11, 2007-01-05
1492
-------------------------
1493
- Fixed security issue (XSS), see SA-2007-001
1494
- Fixed security issue (DoS), see SA-2007-002
1495

    
1496
Drupal 4.6.10, 2006-10-18
1497
------------------------
1498
- Fixed security issue (XSS), see SA-2006-024
1499
- Fixed security issue (CSRF), see SA-2006-025
1500
- Fixed security issue (Form action attribute injection), see SA-2006-026
1501

    
1502
Drupal 4.6.9, 2006-08-02
1503
------------------------
1504
- Fixed security issue (XSS), see SA-2006-011
1505

    
1506
Drupal 4.6.8, 2006-06-01
1507
------------------------
1508
- Fixed critical upload issue, see SA-2006-007
1509
- Fixed taxonomy XSS issue, see SA-2006-008
1510

    
1511
Drupal 4.6.7, 2006-05-24
1512
------------------------
1513
- Fixed critical SQL issue, see SA-2006-005
1514

    
1515
Drupal 4.6.6, 2006-03-13
1516
------------------------
1517
- Fixed bugs, including 4 security vulnerabilities.
1518

    
1519
Drupal 4.6.5, 2005-12-12
1520
------------------------
1521
- Fixed bugs: no critical bugs were identified.
1522

    
1523
Drupal 4.6.4, 2005-11-30
1524
------------------------
1525
- Fixed bugs, including 3 security vulnerabilities.
1526

    
1527
Drupal 4.6.3, 2005-08-15
1528
------------------------
1529
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1530

    
1531
Drupal 4.6.2, 2005-06-29
1532
------------------------
1533
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1534

    
1535
Drupal 4.6.1, 2005-06-01
1536
------------------------
1537
- Fixed bugs, including a critical input validation bug.
1538

    
1539
Drupal 4.6.0, 2005-04-15
1540
------------------------
1541
- PHP5 compliance
1542
- Search:
1543
    * Added UTF-8 support to make it work with all languages.
1544
    * Improved search indexing algorithm.
1545
    * Improved search output.
1546
    * Impose a throttle on indexing of large sites.
1547
    * Added search block.
1548
- Syndication:
1549
    * Made the ping module ping pingomatic.com which, in turn, will ping all the major ping services.
1550
    * Made Drupal generate RSS 2.0 feeds.
1551
    * Made RSS feeds extensible.
1552
    * Added categories to RSS feeds.
1553
    * Added enclosures to RSS feeds.
1554
- Flood control mechanism:
1555
    * Added a mechanism to throttle certain operations.
1556
- Usability:
1557
    * Refactored the block configuration pages.
1558
    * Refactored the statistics pages.
1559
    * Refactored the watchdog pages.
1560
    * Refactored the throttle module configuration.
1561
    * Refactored the access rules page.
1562
    * Refactored the content administration page.
1563
    * Introduced forum configuration pages.
1564
    * Added a 'add child page' link to book pages.
1565
- Contact module:
1566
    * Added a simple contact module that allows users to contact each other using e-mail.
1567
- Multi-site configuration:
1568
    * Made it possible to run multiple sites from a single code base.
1569
- Added an image API: enables better image handling.
1570
- Block system:
1571
    * Extended the block visibility settings.
1572
- Theme system:
1573
    * Added new theme functions.
1574
- Database backend:
1575
    * The PEAR database backend is no longer supported.
1576
- Performance:
1577
    * Improved performance of the forum topics block.
1578
    * Improved performance of the tracker module.
1579
    * Improved performance of the node pages.
1580
- Documentation:
1581
    * Improved and extended PHPDoc/Doxygen comments.
1582

    
1583
Drupal 4.5.8, 2006-03-13
1584
------------------------
1585
- Fixed bugs, including 3 security vulnerabilities.
1586

    
1587
Drupal 4.5.7, 2005-12-12
1588
------------------------
1589
- Fixed bugs: no critical bugs were identified.
1590

    
1591
Drupal 4.5.6, 2005-11-30
1592
------------------------
1593
- Fixed bugs, including 3 security vulnerabilities.
1594

    
1595
Drupal 4.5.5, 2005-08-15
1596
------------------------
1597
- Fixed bugs, including a critical "arbitrary PHP code execution" bug.
1598

    
1599
Drupal 4.5.4, 2005-06-29
1600
------------------------
1601
- Fixed bugs, including two critical "arbitrary PHP code execution" bugs.
1602

    
1603
Drupal 4.5.3, 2005-06-01
1604
------------------------
1605
- Fixed bugs, including a critical input validation bug.
1606

    
1607
Drupal 4.5.2, 2005-01-15
1608
------------------------
1609
- Fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed.
1610

    
1611
Drupal 4.5.1, 2004-12-01
1612
------------------------
1613
- Fixed bugs: no critical bugs were identified.
1614

    
1615
Drupal 4.5.0, 2004-10-18
1616
------------------------
1617
- Navigation:
1618
    * Made it possible to add, delete, rename and move menu items.
1619
    * Introduced tabs and subtabs for local tasks.
1620
    * Reorganized the navigation menus.
1621
- User management:
1622
    * Added support for multiple roles per user.
1623
    * Made it possible to add custom profile fields.
1624
    * Made it possible to browse user profiles by field.
1625
- Node system:
1626
    * Added support for node-level permissions.
1627
- Comment module:
1628
    * Made it possible to leave contact information without having to register.
1629
- Upload module:
1630
    * Added support for uploading documents (includes images).
1631
- Forum module:
1632
    * Added support for sticky forum topics.
1633
    * Made it possible to track forum topics.
1634
- Syndication:
1635
    * Added support for RSS ping-notifications of http://technorati.com/.
1636
    * Refactored the categorization of syndicated news items.
1637
    * Added an URL alias for 'rss.xml'.
1638
    * Improved date parsing.
1639
- Database backend:
1640
    * Added support for multiple database connections.
1641
    * The PostgreSQL backend does no longer require PEAR.
1642
- Theme system:
1643
    * Changed all GIFs to PNGs.
1644
    * Reorganised the handling of themes, template engines, templates and styles.
1645
    * Unified and extended the available theme settings.
1646
    * Added theme screenshots.
1647
- Blocks:
1648
    * Added 'recent comments' block.
1649
    * Added 'categories' block.
1650
- Blogger API:
1651
    * Added support for auto-discovery of blogger API via RSD.
1652
- Performance:
1653
    * Added support for sending gzip compressed pages.
1654
    * Improved performance of the forum module.
1655
- Accessibility:
1656
    * Improved the accessibility of the archive module's calendar.
1657
    * Improved form handling and error reporting.
1658
    * Added HTTP redirects to prevent submitting twice when refreshing right after a form submission.
1659
- Refactored 403 (forbidden) handling and added support for custom 403 pages.
1660
- Documentation:
1661
    * Added PHPDoc/Doxygen comments.
1662
- Filter system:
1663
    * Added support for using multiple input formats on the site
1664
    * Expanded the embedded PHP-code feature so it can be used everywhere
1665
    * Added support for role-dependent filtering, through input formats
1666
- UI translation:
1667
    * Managing translations is now completely done through the administration interface
1668
    * Added support for importing/exporting gettext .po files
1669

    
1670
Drupal 4.4.3, 2005-06-01
1671
------------------------
1672
- Fixed bugs, including a critical input validation bug.
1673

    
1674
Drupal 4.4.2, 2004-07-04
1675
------------------------
1676
- Fixed bugs: no critical bugs were identified.
1677

    
1678
Drupal 4.4.1, 2004-05-01
1679
------------------------
1680
- Fixed bugs: no critical bugs were identified.
1681

    
1682
Drupal 4.4.0, 2004-04-01
1683
------------------------
1684
- Added support for the MetaWeblog API and MovableType extensions.
1685
- Added a file API: enables better document management.
1686
- Improved the watchdog and search module to log search keys.
1687
- News aggregator:
1688
    * Added support for conditional GET.
1689
    * Added OPML feed subscription list.
1690
    * Added support for <image>, <pubDate>, <dc:date>, <dcterms:created>, <dcterms:issued> and <dcterms:modified>.
1691
- Comment module:
1692
    * Made it possible to disable the "comment viewing controls".
1693
- Performance:
1694
    * Improved module loading when serving cached pages.
1695
    * Made it possible to automatically disable modules when under heavy load.
1696
    * Made it possible to automatically disable blocks when under heavy load.
1697
    * Improved performance and memory footprint of the locale module.
1698
- Theme system:
1699
    * Made all theme functions start with 'theme_'.
1700
    * Made all theme functions return their output.
1701
    * Migrated away from using the BaseTheme class.
1702
    * Added many new theme functions and refactored existing theme functions.
1703
    * Added avatar support to 'Xtemplate'.
1704
    * Replaced theme 'UnConeD' by 'Chameleon'.
1705
    * Replaced theme 'Marvin' by 'Pushbutton'.
1706
- Usability:
1707
    * Added breadcrumb navigation to all pages.
1708
    * Made it possible to add context-sensitive help to all pages.
1709
    * Replaced drop-down menus by radio buttons where appropriate.
1710
    * Removed the 'magic_quotes_gpc = 0' requirement.
1711
    * Added a 'book navigation' block.
1712
- Accessibility:
1713
    * Made themes degrade gracefully in absence of CSS.
1714
    * Grouped form elements using '<fieldset>' and '<legend>' tags.
1715
    * Added '<label>' tags to form elements.
1716
- Refactored 404 (file not found) handling and added support for custom 404 pages.
1717
- Improved the filter system to prevent conflicts between filters:
1718
    * Made it possible to change the order in which filters are applied.
1719
- Documentation:
1720
    * Added PHPDoc/Doxygen comments.
1721

    
1722
Drupal 4.3.2, 2004-01-01
1723
------------------------
1724
- Fixed bugs: no critical bugs were identified.
1725

    
1726
Drupal 4.3.1, 2003-12-01
1727
------------------------
1728
- Fixed bugs: no critical bugs were identified.
1729

    
1730
Drupal 4.3.0, 2003-11-01
1731
------------------------
1732
- Added support for configurable URLs.
1733
- Added support for sortable table columns.
1734
- Database backend:
1735
    * Added support for selective database table prefixing.
1736
- Performance:
1737
    * Optimized many SQL queries for speed by converting left joins to inner joins.
1738
- Comment module:
1739
    * Rewrote the comment housekeeping code to be much more efficient and scalable.
1740
    * Changed the comment module to use the standard pager.
1741
- User module:
1742
    * Added support for multiple sessions per user.
1743
    * Added support for anonymous user sessions.
1744
- Forum module:
1745
    * Improved the forum views and the themability thereof.
1746
- Book module:
1747
    * Improved integration of non-book nodes in the book outline.
1748
- Usability:
1749
    * Added support for "mass node operations" to ease repetitive tasks.
1750
    * Added support for breadcrumb navigation to several modules' user pages.
1751
    * Integrated the administration pages with the normal user pages.
1752

    
1753
Drupal 4.2.0, 2003-08-01
1754
------------------------
1755
- Added support for clean URLs.
1756
- Added textarea hook and support for onload attributes: enables integration of WYSIWYG editors.
1757
- Rewrote the RSS/RDF parser:
1758
    * It will now use PHP's built-in XML parser to parse news feeds.
1759
- Rewrote the administration pages:
1760
    * Improved the navigational elements and added breadcrumb navigation.
1761
    * Improved the look and feel.
1762
    * Added context-sensitive help.
1763
- Database backend:
1764
    * Fixed numerous SQL queries to make Drupal ANSI compliant.
1765
    * Added MSSQL database scheme.
1766
- Search module:
1767
    * Changed the search module to use implicit AND'ing instead of implicit OR'ing.
1768
- Node system:
1769
    * Replaced the "post content" permission by more fine-grained permissions.
1770
    * Improved content submission:
1771
        + 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.
1772
        + Added the ability to preview both the short and the full version of your posts.
1773
    * Extended the node API which allows for better integration.
1774
    * Added default node settings to control the behavior for promotion, moderation and other options.
1775
- Themes:
1776
    * Replaced theme "Goofy" by "Xtemplate", a template driven theme.
1777
- Removed the 'register_globals = on' requirement.
1778
- Added better installation instructions.
1779

    
1780
Drupal 4.1.0, 2003-02-01
1781
------------------------
1782
- Collaboratively revised and expanded the Drupal documentation.
1783
- Rewrote comment.module:
1784
    * Reintroduced comment rating/moderation.
1785
    * Added support for comment paging.
1786
    * Performance improvements: improved comment caching, faster SQL queries, etc.
1787
- Rewrote block.module:
1788
    * Performance improvements: blocks are no longer rendered when not displayed.
1789
- Rewrote forum.module:
1790
    * 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.
1791
- Rewrote statistics.module:
1792
    * Collects access counts for each node, referrer logs, number of users/guests.
1793
    * 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.
1794
- Added throttle.module:
1795
    * Auto-throttle congestion control mechanism: Drupal can adapt itself based on the server load.
1796
- Added profile.module:
1797
    * Enables to extend the user and registration page.
1798
- Added pager support to the main page.
1799
- Replaced weblogs.module by ping.module:
1800
    * Added support for normal and RSS notifications of http://blo.gs/.
1801
    * Added support for RSS ping-notifications of http://weblogs.com/.
1802
- Removed the rating module
1803
- Themes:
1804
    * Removed a significant portion of hard-coded mark-up.
1805

    
1806
Drupal 4.0.0, 2002-06-15
1807
------------------------
1808
- Added tracker.module:
1809
    * Replaces the previous "your [site]" links (recent comments and nodes).
1810
- Added weblogs.module:
1811
    * This will ping weblogs.com when new content is promoted.
1812
- Added taxonomy module which replaces the meta module.
1813
    * Supports relations, hierarchies and synonyms.
1814
- Added a caching system:
1815
    * Speeds up pages for anonymous users and reduces system load.
1816
- Added support for external SMTP libraries.
1817
- Added an archive extension to the calendar.
1818
- Added support for the Blogger API.
1819
- Themes:
1820
    * Cleaned up the theme system.
1821
    * Moved themes that are not maintained to contributions CVS repository.
1822
- Database backend:
1823
    * Changed to PEAR database abstraction layer.
1824
    * Using ANSI SQL queries to be more portable.
1825
- Rewrote the user system:
1826
    * Added support for Drupal authentication through XML-RPC and through a Jabber server.
1827
    * Added support for modules to add more user data.
1828
    * Users may delete their own account.
1829
    * Added who's new and who's online blocks.
1830
- Changed block system:
1831
    * Various hard coded blocks are now dynamic.
1832
    * Blocks can now be enabled and/or be set by the user.
1833
    * Blocks can be set to only show up on some pages.
1834
    * Merged box module with block module.
1835
- Node system:
1836
    * Blogs can be updated.
1837
    * Teasers (abstracts) on all node types.
1838
    * Improved error checking.
1839
    * Content versioning support.
1840
    * Usability improvements.
1841
- Improved book module to support text, HTML and PHP pages.
1842
- Improved comment module to mark new comments.
1843
- Added a general outliner which will let any node type be linked to a book.
1844
- Added an update script that lets you upgrade from previous releases or on a day to day basis when using the development tree.
1845
- Search module:
1846
    * Improved the search system by making it context sensitive.
1847
    * Added indexing.
1848
- Various updates:
1849
    * Changed output to valid XHTML.
1850
    * Improved multiple sites using the same Drupal database support.
1851
    * Added support for session IDs in URLs instead of cookies.
1852
    * Made the type of content on the front page configurable.
1853
    * Made each cloud site have its own settings.
1854
    * Modules and themes can now be enabled/disabled using the administration pages.
1855
    * Added URL abstraction for links.
1856
    * Usability changes (renamed links, better UI, etc).
1857
- Collaboratively revised and expanded the Drupal documentation.
1858

    
1859
Drupal 3.0.1, 2001-10-15
1860
------------------------
1861
- Various updates:
1862
    * Added missing translations
1863
    * Updated the themes: tidied up some HTML code and added new Drupal logos.
1864

    
1865
Drupal 3.0.0, 2001-09-15
1866
------------------------
1867
- Major overhaul of the entire underlying design:
1868
    * 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.
1869
- Rewrote submission/moderation queue and renamed it to queue.module.
1870
- Removed FAQ and documentation module and merged them into a "book module".
1871
- Removed ban module and integrated it into account.module as "access control":
1872
    * Access control is based on much more powerful regular expressions (regex) now rather than on MySQL pattern matching.
1873
- Rewrote watchdog and submission throttle:
1874
    * Improved watchdog messages and added watchdog filter.
1875
- Rewrote headline code and renamed it to import.module and export.module:
1876
    * Added various improvements, including a better parser, bundles and better control over individual feeds.
1877
- Rewrote section code and renamed it to meta.module:
1878
    * Supports unlimited amount of nested topics. Topics can be nested to create a multi-level hierarchy.
1879
- Rewrote configuration file resolving:
1880
    * 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.
1881
- Added caching support which makes Drupal extremely scalable.
1882
- Added access.module:
1883
    * Allows you to set up 'roles' (groups) and to bind a set of permissions to each group.
1884
- Added blog.module.
1885
- Added poll.module.
1886
- Added system.module:
1887
    * Moved most of the configuration options from hostname.conf to the new administration section.
1888
    * Added support for custom "filters".
1889
- Added statistics.module
1890
- Added moderate.module:
1891
    * Allows to assign users editorial/moderator rights to certain nodes or topics.
1892
- Added page.module:
1893
    * Allows creation of static (and dynamic) pages through the administration interface.
1894
- Added help.module:
1895
    * Groups all available module documentation on a single page.
1896
- Added forum.module:
1897
    * Added an integrated forum.
1898
- Added cvs.module and cvs-to-sql.pl:
1899
    * Allows to display and mail CVS log messages as daily digests.
1900
- Added book.module:
1901
    * Allows collaborative handbook writing: primary used for Drupal documentation.
1902
- Removed cron.module and integrated it into conf.module.
1903
- Removed module.module as it was no longer needed.
1904
- Various updates:
1905
    * Added "auto-post new submissions" feature versus "moderate new submissions".
1906
    * Introduced links/Drupal tags: [[link]]
1907
    * Added preview functionality when submitting new content (such as a story) from the administration pages.
1908
    * Made the administration section only show those links a user has access to.
1909
    * Made all modules use specific form_* functions to guarantee a rock-solid forms and more consistent layout.
1910
    * Improved scheduler:
1911
        + Content can be scheduled to be 'posted', 'queued' and 'hidden'.
1912
    * Improved account module:
1913
        + Added "access control" to allow/deny certain usernames/e-mail addresses/hostnames.
1914
    * Improved locale module:
1915
        + Added new overview to easy the translation process.
1916
    * Improved comment module:
1917
        + Made it possible to permanently delete comments.
1918
    * Improved rating module
1919
    * Improved story module:
1920
        + Added preview functionality for administrators.
1921
        + Made it possible to permanently delete stories.
1922
    * Improved themes:
1923
        + W3C validation on a best effort basis.
1924
        + Removed $theme->control() from themes.
1925
        + Added theme "goofy".
1926
- Collaboratively revised and expanded the Drupal documentation.
1927

    
1928
Drupal 2.0.0, 2001-03-15
1929
------------------------
1930
- Rewrote the comment/discussion code:
1931
    * Comment navigation should be less confusing now.
1932
    * Additional/alternative display and order methods have been added.
1933
    * Modules can be extended with a "comment system": modules can embed the existing comment system without having to write their own, duplicate comment system.
1934
- Added sections and section manager:
1935
    * Story sections can be maintained from the administration pages.
1936
    * 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.
1937
- Multiple vhosts + multiple directories:
1938
    * You can set up multiple Drupal sites on top of the same physical source tree either by using vhosts or sub-directories.
1939
- Added "user ratings" similar to SlashCode's Karma or Scoop's Mojo:
1940
    * All rating logic is packed into a module to ease experimenting with different rating heuristics/algorithms.
1941
- Added "search infrastructure":
1942
    * Improved search page and integrated search functionality in the administration pages.
1943
- Added translation / localization / internationalization support:
1944
    * 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.
1945
- Added fine-grained user permission (or group) system:
1946
    * 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.
1947
- Added FAQ module
1948
- Changed the "open submission queue" into a (optional) module.
1949
- Various updates:
1950
    * Improved account module:
1951
        + User accounts can be deleted.
1952
        + Added fine-grained permission support.
1953
    * Improved block module
1954
    * Improved diary module:
1955
        + Diary entries can be deleted
1956
    * Improved headline module:
1957
        + Improved parser to support more "generic" RDF/RSS/XML backend.
1958
    * Improved module module
1959
    * Improved watchdog module
1960
    * Improved database abstraction layer
1961
    * Improved themes:
1962
        + W3C validation on a best effort basis
1963
        + Added theme "example" (alias "Stone Age")
1964
    * Added new scripts to directory "scripts"
1965
    * Added directory "misc"
1966
    * Added CREDITS file
1967
- Revised documentation
1968

    
1969
Drupal 1.0.0, 2001-01-15
1970
------------------------
1971
- Initial release