| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
inappropriate db_escape_string() usage)
- #43491: Missing drupal_goto() after saving settings
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
return = -1.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
/me looks down
OH MY GOD... I'M MELLLLTTIIINNGG NOOOOOOO.... AAARGHHHHHH.
Oh well, don't the people inside the asylum say the outside world is insane, too?
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for themselves.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
failure instead of -1.
Changed code to be compatible with all versions.
|
| |
|
|
|
|
| |
manipulating the same array references.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
in presence of multiple database connections.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system. Also changes array_key_exists() to isset() in several places, which is reported to perform better.
|
| |
|
|
|
|
| |
'#submit'.
|
| |
|
| |
|
| |
|
| |
|