Skip to content

Commit f272258

Browse files
committedOct 27, 2009
update to latest HEAD.
1 parent 5587a53 commit f272258

File tree

130 files changed

+1431
-1056
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+1431
-1056
lines changed
 

‎CHANGELOG.txt

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $
22

33
Drupal 7.0, xxxx-xx-xx (development version)
44
----------------------
@@ -18,7 +18,12 @@ Drupal 7.0, xxxx-xx-xx (development version)
1818
* Rate limited login attempts to prevent brute-force password guessing, and
1919
improved the flood control API to allow variable time windows and
2020
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.
2123
- 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.
2227
* Improved installer requirements check.
2328
* Improved support for integration of WYSIWYG editors.
2429
* Implemented drag-and-drop positioning for input format listings.
@@ -36,17 +41,17 @@ Drupal 7.0, xxxx-xx-xx (development version)
3641
visitors.
3742
* Added an administrator role which is assigned all permisions for
3843
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).
4146
* Added an edit tab to taxonomy term pages.
4247
* Redesigned password strength validator.
4348
* Redesigned the add content type screen.
4449
* Highlight duplicate URL aliases.
4550
* Renamed "input formats" to "text formats".
4651
* Moved text format permissions to the main permissions page.
4752
* 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.
5055
* Replaced fieldsets on node edit and add pages with vertical tabs.
5156
- Performance:
5257
* Improved performance on uncached page views by loading multiple core
@@ -141,6 +146,9 @@ Drupal 7.0, xxxx-xx-xx (development version)
141146
- Added RDF support:
142147
* Modules can declare RDF namespaces which are serialized in the <html> tag
143148
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.
144152
- Field API:
145153
* Custom data fields may be attached to nodes, users, comments and taxonomy
146154
terms.

‎CVS/Entries

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ D/themes////
1212
/INSTALL.sqlite.txt/1.1/Thu Aug 27 22:12:13 2009//
1313
/LICENSE.txt/1.7/Thu Aug 27 22:12:13 2009//
1414
/cron.php/1.42/Thu Aug 27 22:12:13 2009//
15-
/index.php/1.98/Thu Aug 27 22:12:14 2009//
1615
/xmlrpc.php/1.17/Thu Aug 27 22:12:25 2009//
1716
/INSTALL.txt/1.76/Fri Oct 2 19:50:11 2009//
1817
/robots.txt/1.14/Fri Oct 2 19:50:12 2009//
19-
/CHANGELOG.txt/1.345/Mon Oct 12 23:25:04 2009//
2018
/MAINTAINERS.txt/1.35/Mon Oct 12 23:25:04 2009//
2119
/UPGRADE.txt/1.17/Mon Oct 12 23:25:04 2009//
22-
/update.php/1.307/Mon Oct 12 23:25:04 2009//
23-
/install.php/1.217/Tue Oct 13 15:14:16 2009//
20+
/CHANGELOG.txt/1.348/Tue Oct 27 02:57:00 2009//
21+
/index.php/1.99/Tue Oct 27 02:57:00 2009//
22+
/install.php/1.219/Tue Oct 27 02:57:00 2009//
23+
/update.php/1.309/Tue Oct 27 02:57:00 2009//

0 commit comments

Comments
 (0)
Please sign in to comment.