diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-21 19:34:53 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-21 19:34:53 +0000 |
commit | 80432a6a0017f189173eaf92f3d67393d804d949 (patch) | |
tree | f02a9078275503ffd4f5359839235824f6b58b92 | |
parent | 4e59908c43150d6c7365c2c1ae491ef764f3e7ec (diff) | |
download | brdo-80432a6a0017f189173eaf92f3d67393d804d949.tar.gz brdo-80432a6a0017f189173eaf92f3d67393d804d949.tar.bz2 |
- Patch #610324 by dww: added CHANGELOG entry for Update manager.
-rw-r--r-- | CHANGELOG.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 76282a5b3..8ff5caf5a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -18,6 +18,8 @@ Drupal 7.0, xxxx-xx-xx (development version) * Rate limited login attempts to prevent brute-force password guessing, and improved the flood control API to allow variable time windows and identifiers for limiting user access to resources. + * Transformed the "Update status" module into the "Update manager" which + can securely install or update modules and themes via a web interface. - Usability: * Added contextual links (a.k.a. local tasks) to page elements, such as blocks, nodes, or comments, which allows to perform the most common tasks @@ -39,8 +41,8 @@ Drupal 7.0, xxxx-xx-xx (development version) visitors. * Added an administrator role which is assigned all permisions for installed modules automatically. - * Image toolkits are now provided by modules (rather than requiring a manual - file copy to the includes directory). + * Image toolkits are now provided by modules (rather than requiring a + manual file copy to the includes directory). * Added an edit tab to taxonomy term pages. * Redesigned password strength validator. * Redesigned the add content type screen. @@ -48,8 +50,8 @@ Drupal 7.0, xxxx-xx-xx (development version) * Renamed "input formats" to "text formats". * Moved text format permissions to the main permissions page. * Added configurable ability for users to cancel their own accounts. - * Added "vertical tabs", a reusable interface component that features automatic - summaries and increases usability. + * Added "vertical tabs", a reusable interface component that features + automatic summaries and increases usability. * Replaced fieldsets on node edit and add pages with vertical tabs. - Performance: * Improved performance on uncached page views by loading multiple core |