- Dec 12, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Dec 11, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Modified patch #40534: improved themability of forum icons (makes it possible to use animated gifs) + removed forum setting.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Dec 10, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #40393 by Richard: corrected permissions of menu/path settings on the content submission form.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Dec 09, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #40524 by drumm: made sure that visiting the admin/modules page does not break your setup if you haven't run udpate.php yet.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Dec 08, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- 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.
-
- Dec 07, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #40303 by Cvbge: drop old columns for PostgreSQL and fixed some PostgreSQL problems in the update script.
-
Dries Buytaert authored
There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
-
Steven Wittens authored
-
Dries Buytaert authored
- Patch #38889 by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections.
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Dec 06, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #40139 by Robert: the system table got a new column, the database definition files need to reflect this.
-