Skip to content

Commit

Permalink
update to CVS HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
bangpound committed Oct 2, 2009
1 parent e5213ff commit 50132a7
Show file tree
Hide file tree
Showing 344 changed files with 10,633 additions and 6,775 deletions.
30 changes: 20 additions & 10 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $Id: CHANGELOG.txt,v 1.340 2009/09/05 06:03:29 dries Exp $
// $Id: CHANGELOG.txt,v 1.344 2009/09/25 23:48:23 dries Exp $

Drupal 7.0, xxxx-xx-xx (development version)
----------------------
Expand Down Expand Up @@ -43,6 +43,7 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Redesigned the add content type screen.
* Highlight duplicate URL aliases.
* 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.
Expand Down Expand Up @@ -74,15 +75,14 @@ Drupal 7.0, xxxx-xx-xx (development version)
to time zone names, e.g. Africa/Abidjan.
* In some cases the upgrade and install scripts do not choose the preferred
site default time zone. The automatically-selected time zone can be
corrected at admin/settings/date-time.
corrected at admin/config/regional/settings.
* If your site is being upgraded from Drupal 6 and you do not have the
contributed date or event modules installed, user time zone settings will
fallback to the system time zone and will have to be reconfigured by each user.
- Filter system:
* Revamped the filter API and text format storage.
* Added support for default text formats to be assigned on a per-role basis.
* Refactored the HTML corrector to take advantage of PHP 5 features.
- Removed ping module:
* Contributed modules with similar functionality are available.
- User system:
* Added clean API functions for creating, loading, updating, and deleting
user roles and permissions.
Expand All @@ -94,9 +94,6 @@ Drupal 7.0, xxxx-xx-xx (development version)
at the operating system level.
* Removed per-user themes: Contributed modules with similar functionality
are available.
- Removed throttle module:
* Alternative methods for improving performance are available in other core and
contributed modules.
- Added code registry:
* Using the registry, modules declare their includable files via their .info file,
allowing Drupal to lazy-load classes and interfaces as needed.
Expand Down Expand Up @@ -171,17 +168,30 @@ Drupal 7.0, xxxx-xx-xx (development version)
* Upgraded the jQuery Forms library to 2.21.
* Added jQuery UI 1.7.2, which allows improvements to Drupal's user
experience.
- Better module version support.
- Better module version support
* Modules now can specify which version of another module they depend on.
- Blog API
* This module has been removed from core.
- Removed modules from core
* The following modules have been removed from core, because contributed
modules with similar functionality are available:
* Blog API module
* Ping module
* Throttle module
- Improved node access control system.
* All modules may now influence the access to a node at runtime, not just
the module that defined a node.
* Users may now be allowed to bypass node access restrictions without giving
them complete access to the site.
* Access control affects both published and unpublished nodes.
* Numerous other improvements to the node access system.
- Actions system
* Simplified definitions of actions and triggers.
* Removed dependency on the combination of hooks and operations. Triggers
now directly map to module hooks.
- Task handling
* Added a queue API to process many or long-running tasks.
* Added queue API support to cron API.
* Added a locking framework to coordinate long-running operations across
requests.

Drupal 6.0, 2008-02-13
----------------------
Expand Down
14 changes: 7 additions & 7 deletions CVS/Entries
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ D/themes////
/INSTALL.mysql.txt/1.11/Thu Aug 27 22:12:13 2009//
/INSTALL.pgsql.txt/1.8/Thu Aug 27 22:12:13 2009//
/INSTALL.sqlite.txt/1.1/Thu Aug 27 22:12:13 2009//
/INSTALL.txt/1.75/Thu Aug 27 22:12:13 2009//
/LICENSE.txt/1.7/Thu Aug 27 22:12:13 2009//
/MAINTAINERS.txt/1.32/Thu Aug 27 22:12:13 2009//
/UPGRADE.txt/1.15/Thu Aug 27 22:12:13 2009//
/cron.php/1.42/Thu Aug 27 22:12:13 2009//
/index.php/1.98/Thu Aug 27 22:12:14 2009//
/install.php/1.202/Thu Aug 27 22:12:14 2009//
/robots.txt/1.13/Thu Aug 27 22:12:24 2009//
/update.php/1.301/Thu Aug 27 22:12:25 2009//
/xmlrpc.php/1.17/Thu Aug 27 22:12:25 2009//
/CHANGELOG.txt/1.340/Sat Sep 5 13:40:15 2009//
/CHANGELOG.txt/1.344/Fri Oct 2 19:50:11 2009//
/INSTALL.txt/1.76/Fri Oct 2 19:50:11 2009//
/MAINTAINERS.txt/1.33/Fri Oct 2 19:50:12 2009//
/UPGRADE.txt/1.16/Fri Oct 2 19:50:12 2009//
/install.php/1.211/Fri Oct 2 19:50:12 2009//
/robots.txt/1.14/Fri Oct 2 19:50:12 2009//
/update.php/1.305/Fri Oct 2 19:50:12 2009//
10 changes: 5 additions & 5 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $Id: INSTALL.txt,v 1.75 2009/08/22 16:01:10 dries Exp $
// $Id: INSTALL.txt,v 1.76 2009/09/14 07:33:55 dries Exp $

CONTENTS OF THIS FILE
---------------------
Expand Down Expand Up @@ -119,8 +119,8 @@ INSTALLATION
(e.g., http://www.example.com).

You will be guided through several screens to set up the database,
create tables, add the first user account and provide basic web
site settings.
create tables, add the site maintenance account (the first user, also known
as user/1), and provide basic web site settings.

The install script will attempt to create a files storage directory
in the default location at sites/default/files (the location of the
Expand Down Expand Up @@ -152,8 +152,8 @@ INSTALLATION
5. CONFIGURE DRUPAL

When the install script succeeds, you will be directed to the "Welcome"
page, and you will be logged in as the administrator already. Proceed with
the initial configuration steps suggested on the "Welcome" page.
page logged in with the site maintenance account. Proceed with the initial
configuration steps suggested on the "Welcome" page.

If the default Drupal theme is not displaying properly and links on the page
result in "Page Not Found" errors, try manually setting the $base_url variable
Expand Down
3 changes: 2 additions & 1 deletion MAINTAINERS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $Id: MAINTAINERS.txt,v 1.32 2009/08/25 10:58:31 dries Exp $
// $Id: MAINTAINERS.txt,v 1.33 2009/09/26 16:51:23 dries Exp $

List of maintainers
--------------------------------------------------------------------------------
Expand Down Expand Up @@ -49,6 +49,7 @@ Joon Park 'dvessel' <http://drupal.org/user/56782>

UPDATE MODULE
Derek Wright 'dww' <http://drupal.org/user/46549>
Dave Reid 'davereid' <http://drupal.org/user/53892>

USER EXPERIENCE AND USABILITY
Roy Scholten 'yoroy' <http://drupal.org/user/41502>
Expand Down
10 changes: 5 additions & 5 deletions UPGRADE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// $Id: UPGRADE.txt,v 1.15 2009/08/11 17:26:33 webchick Exp $
// $Id: UPGRADE.txt,v 1.16 2009/09/14 07:33:55 dries Exp $

UPGRADING
---------
Expand Down Expand Up @@ -36,10 +36,10 @@ Let's begin!
More information on multisite configuration is located in INSTALL.txt.

2. If possible, log on as the user with user ID 1, which is the first account
created and the main administrator account. User ID 1 will be able to
automatically access update.php in step #10. There are special instructions
in step #10 if you are unable to log on as user ID 1. Do not close your
browser until the final step is complete.
created - also known as the site maintenance account. Only this account will
be able to automatically access update.php in step #10. There are special
instructions in step #10 if you are unable to log on as user ID 1. Do not
close your browser until the final step is complete.

3. Place the site in "Offline" mode, to let the database updates run without
interruption and avoid displaying errors to end users of the site. This
Expand Down
42 changes: 21 additions & 21 deletions includes/CVS/Entries
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
D/database////
D/filetransfer////
/batch.inc/1.37/Thu Aug 27 22:12:13 2009//
/browser.inc/1.3/Tue Sep 1 10:21:14 2009//
/cache-install.inc/1.3/Thu Aug 27 22:12:13 2009//
/entity.inc/1.1/Thu Aug 27 22:12:14 2009//
/file.inc/1.190/Tue Sep 1 10:21:15 2009//
/file.mimetypes.inc/1.4/Tue Sep 1 10:21:16 2009//
/graph.inc/1.3/Thu Aug 27 22:12:14 2009//
/install.inc/1.110/Thu Aug 27 22:12:14 2009//
/language.inc/1.19/Thu Aug 27 22:12:14 2009//
/locale.inc/1.226/Thu Aug 27 22:12:14 2009//
/lock.inc/1.1/Thu Aug 27 22:12:14 2009//
/menu.inc/1.341/Thu Aug 27 22:12:14 2009//
/module.inc/1.157/Thu Aug 27 22:12:14 2009//
/pager.inc/1.71/Thu Aug 27 22:12:14 2009//
/password.inc/1.6/Thu Aug 27 22:12:14 2009//
/path.inc/1.44/Thu Aug 27 22:12:14 2009//
/registry.inc/1.24/Thu Aug 27 22:12:14 2009//
/stream_wrappers.inc/1.6/Tue Sep 1 10:21:19 2009//
/tablesort.inc/1.53/Thu Aug 27 22:12:14 2009//
/theme.maintenance.inc/1.39/Tue Sep 1 10:21:20 2009//
/token.inc/1.5/Thu Aug 27 22:12:14 2009//
/unicode.entities.inc/1.2/Thu Aug 27 22:12:14 2009//
/unicode.inc/1.39/Thu Aug 27 22:12:14 2009//
/xmlrpc.inc/1.61/Thu Aug 27 22:12:14 2009//
/xmlrpcs.inc/1.31/Thu Aug 27 22:12:14 2009//
/actions.inc/1.30/Thu Sep 3 08:52:44 2009//
/cache.inc/1.39/Thu Sep 3 08:52:45 2009//
/image.inc/1.38/Thu Sep 3 08:52:45 2009//
/mail.inc/1.25/Thu Sep 3 08:52:46 2009//
/theme.inc/1.519/Tue Sep 1 21:00:22 2009//
/update.inc/1.6/Thu Sep 3 08:52:46 2009//
/bootstrap.inc/1.303/Sat Sep 5 13:40:15 2009//
/iso.inc/1.5/Sat Sep 5 13:40:15 2009//
/session.inc/1.71/Sat Sep 5 13:40:15 2009//
/ajax.inc/1.8/Sat Sep 5 15:25:49 2009//
/common.inc/1.984/Sat Sep 5 15:25:49 2009//
/form.inc/1.370/Sat Sep 5 15:25:49 2009//
/actions.inc/1.32/Fri Oct 2 19:50:12 2009//
/ajax.inc/1.12/Fri Oct 2 19:50:12 2009//
/batch.inc/1.39/Fri Oct 2 19:50:12 2009//
/bootstrap.inc/1.307/Fri Oct 2 19:50:12 2009//
/cache-install.inc/1.5/Fri Oct 2 19:50:12 2009//
/cache.inc/1.40/Fri Oct 2 19:50:12 2009//
/common.inc/1.1004/Fri Oct 2 19:50:12 2009//
/file.inc/1.192/Fri Oct 2 19:50:12 2009//
/form.inc/1.376/Fri Oct 2 19:50:12 2009//
/install.inc/1.113/Fri Oct 2 19:50:12 2009//
/locale.inc/1.229/Fri Oct 2 19:50:12 2009//
/menu.inc/1.348/Fri Oct 2 19:50:12 2009//
/module.inc/1.159/Fri Oct 2 19:50:12 2009//
/pager.inc/1.73/Fri Oct 2 19:50:12 2009//
/session.inc/1.72/Fri Oct 2 19:50:12 2009//
/tablesort.inc/1.55/Fri Oct 2 19:50:12 2009//
/theme.inc/1.527/Fri Oct 2 19:50:12 2009//
/theme.maintenance.inc/1.41/Fri Oct 2 19:50:12 2009//
/unicode.inc/1.40/Fri Oct 2 19:50:12 2009//
/update.inc/1.11/Fri Oct 2 19:50:12 2009//
/xmlrpcs.inc/1.32/Fri Oct 2 19:50:12 2009//
Loading

0 comments on commit 50132a7

Please sign in to comment.