1
- // $Id: CHANGELOG.txt,v 1.345 2009/10/12 05:22:56 webchick Exp $
1
+ // $Id: CHANGELOG.txt,v 1.348 2009/10/21 19:34:53 dries Exp $
2
2
3
3
Drupal 7.0, xxxx-xx-xx (development version)
4
4
----------------------
@@ -18,7 +18,12 @@ Drupal 7.0, xxxx-xx-xx (development version)
18
18
* Rate limited login attempts to prevent brute-force password guessing, and
19
19
improved the flood control API to allow variable time windows and
20
20
identifiers for limiting user access to resources.
21
+ * Transformed the "Update status" module into the "Update manager" which
22
+ can securely install or update modules and themes via a web interface.
21
23
- Usability:
24
+ * Added contextual links (a.k.a. local tasks) to page elements, such as
25
+ blocks, nodes, or comments, which allows to perform the most common tasks
26
+ with a single click only.
22
27
* Improved installer requirements check.
23
28
* Improved support for integration of WYSIWYG editors.
24
29
* Implemented drag-and-drop positioning for input format listings.
@@ -36,17 +41,17 @@ Drupal 7.0, xxxx-xx-xx (development version)
36
41
visitors.
37
42
* Added an administrator role which is assigned all permisions for
38
43
installed modules automatically.
39
- * Image toolkits are now provided by modules (rather than requiring a manual
40
- file copy to the includes directory).
44
+ * Image toolkits are now provided by modules (rather than requiring a
45
+ manual file copy to the includes directory).
41
46
* Added an edit tab to taxonomy term pages.
42
47
* Redesigned password strength validator.
43
48
* Redesigned the add content type screen.
44
49
* Highlight duplicate URL aliases.
45
50
* Renamed "input formats" to "text formats".
46
51
* Moved text format permissions to the main permissions page.
47
52
* Added configurable ability for users to cancel their own accounts.
48
- * Added "vertical tabs", a reusable interface component that features automatic
49
- summaries and increases usability.
53
+ * Added "vertical tabs", a reusable interface component that features
54
+ automatic summaries and increases usability.
50
55
* Replaced fieldsets on node edit and add pages with vertical tabs.
51
56
- Performance:
52
57
* Improved performance on uncached page views by loading multiple core
@@ -141,6 +146,9 @@ Drupal 7.0, xxxx-xx-xx (development version)
141
146
- Added RDF support:
142
147
* Modules can declare RDF namespaces which are serialized in the <html> tag
143
148
for RDFa support.
149
+ * Modules can specify how their data structure maps to RDF.
150
+ * Added support for RDFa export of nodes, comments, terms, users, etc. and
151
+ their fields.
144
152
- Field API:
145
153
* Custom data fields may be attached to nodes, users, comments and taxonomy
146
154
terms.
0 commit comments