| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
recreated.
|
|
|
|
| |
regular user fields.
|
| |
|
| |
|
|
|
|
|
|
| |
failure instead of -1.
Changed code to be compatible with all versions.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
manipulating the same array references.
|
|
|
|
| |
category.
|
| |
|
| |
|
|
|
|
| |
instead of array() when there are no node types.
|
| |
|
|
|
|
| |
to fix utf-8 problems and improves consistency with PostgreSQL.
|
|
|
|
|
|
|
|
|
| |
1. fixed problem with long URLs being truncated (and causing errors)
2. added CREATE UNIQUE INDEX to prefix.sh
3. changed totalcount from int to bigint to prevent overflow
4. unifies index names, syncs with database.mysql
Updated changelog.
|
|
|
|
| |
submission page.
|
| |
|
| |
|
| |
|
|
|
|
| |
possible to use animated gifs) + removed forum setting.
|
| |
|
| |
|
| |
|
|
|
|
| |
from within a forum.
|
|
|
|
| |
revisions fixes.
|
| |
|
|
|
|
| |
the content submission form.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
not break your setup if you haven't run udpate.php yet.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
|
|
|
| |
PostgreSQL problems in the update script.
|