| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
|
|
|
| |
not always working.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
- system_get_files_database() now includes a 'schema_version' child of each file object.
- That new information is re-saved when Drupal re-populates the system table.
- An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
|
|
|
|
| |
role.
|
|
|
|
| |
'#submit'.
|
| |
|
|
|
|
| |
by users.
|
|
|
|
| |
original page.
|
| |
|
| |
|
|
|
|
| |
_execute model.
|
|
|
|
| |
$user on logout.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
If your module uses variable_get('file_directory_temp', ...) or
variable_get('file_directory_path', ...) please update it to use the new
API.
A list of affected modules is available at http://drupal.org/node/26249#comment-54194.
|
| |
|
|
|
|
| |
help of core modules! /
|
| |
|
| |
|
| |
|
|
|
|
| |
registration.
|
|
|
|
| |
should be after the submit button.
|
|
|
|
| |
first user.
|
| |
|
|
|
|
| |
class/id changes)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
TODO:
+ The contact.module was broken; a new patch for contact.module is needed.
+ Documentation is needed.
+ The most important modules need to be updated ASAP.
|
|
|
|
| |
In several setups, one wants to grant the 'administer users' permission to certain roles (for example to forum admins), however without allowing those users to change permissions on the 'access control' page, and without allowing them to change the users' roles (so that they can't, for example, promote themselves to admin).
|
| |
|
|
|
|
|
|
| |
Temoprary
solution until we have a better permission page.
|
| |
|
| |
|
|
|
|
| |
admin/user/create.
|
|
|
|
| |
for performance's sake.
|
| |
|
| |
|
|
|
|
| |
picture support is not enabled.
|
| |
|
| |
|
| |
|