summaryrefslogtreecommitdiff
path: root/database
Commit message (Expand)AuthorAge
* - Updated the INSERT statements at the bottom of the database schemes toDries Buytaert2003-11-19
* - Improved module loading when serving cached pages. Moshe's bootstrap patch.Dries Buytaert2003-11-18
* - Moving the cloud module to the contributions repository.Dries Buytaert2003-11-15
* - Set the update_start variable for the Drupal 4.4.0 release.Dries Buytaert2003-10-31
* - Bugfix: fixed usernames being shown in the "Who is online" block afterDries Buytaert2003-10-28
* - Bugfix: increased the size of variable's tables the 'name' field. PatchDries Buytaert2003-10-26
* - Bugfix: don't set a name and e-mail address for the anonymous user. FixesDries Buytaert2003-10-23
* - Bugfix: renamed the 'statistics' table to 'node_counter' as 'statistics' isDries Buytaert2003-10-22
* Patch by Moshe:Dries Buytaert2003-10-17
* - Fixed translation bugs with statistics module. Patch by Gabor.Dries Buytaert2003-10-12
* - MSSQL improvements/fixes from Moshe:Dries Buytaert2003-10-08
* - Modifies path.module to get rid of pgsql reserved word. Patch by Adrian.Dries Buytaert2003-10-01
* - Some URL alias fixes by Matt.Dries Buytaert2003-09-30
* - Url aliasing improvements. Patch by Matt. See mailing list for moreDries Buytaert2003-09-30
* - Added PostgreSQL support to the update script. Patch by Adrian.Dries Buytaert2003-09-30
* - Patch by Bart Jansen:Dries Buytaert2003-09-10
* - Gerhard's uid 0 patches. These patches bring various performanceDries Buytaert2003-09-09
* - Small bugfix for the database.mysql sql structure with the new indexesDries Buytaert2003-08-28
* - Tested and committed Kjartan's performance patches. (Fixed the access checkDries Buytaert2003-08-27
* - Removed left-overs from the rating module. Patch by Gerhard. Updated theDries Buytaert2003-08-22
* - Fixed typo in database.pgsql. Patch by Michael.Dries Buytaert2003-08-21
* - Fixed braino in PostgreSQL database scheme.Dries Buytaert2003-08-21
* - Fixed braino in MySQL database scheme. Patch by Gerhard.Dries Buytaert2003-08-21
* - Committed Jeremy's session patch: this brings us one step closer to havingDries Buytaert2003-08-20
* - Fixed typo: 'vharchar' -> 'varchar'. Patch by Michael Frankowski.Dries Buytaert2003-08-13
* - Committed Marco's comment module patch:Dries Buytaert2003-08-12
* - Changing the node body to type 'mediumtext'. Addresses bug #2155.Dries Buytaert2003-07-26
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
* - Bugfix: fixed the CREATE FUNCTION in database.mssql as it needs to be prefi...Dries Buytaert2003-06-11
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reser...Dries Buytaert2003-06-04
* - Fixed critical bug #1788: cloud module pings too much. Modified patch byDries Buytaert2003-06-01
* - Changed the type of the string fields in the locale table to BLOB.Dries Buytaert2003-05-24
* - Fixed bug in book_prev(). Patch by Andy Colson.Dries Buytaert2003-05-18
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - Added default table values to MSSQL database scheme. Patch by Moshe. Fixe...Dries Buytaert2003-04-28
* - Applied modified version of Al's "block delta" patch. I left out theDries Buytaert2003-04-19
* - Made sure the admin menu is enabled after a fresh install. This isDries Buytaert2003-04-18
* - Some MSSQL related fixes by Moshe.Dries Buytaert2003-04-13
* - Added missing tid-column to the forum table. Patch by Anarcat.Dries Buytaert2003-04-13
* - Added missing 'created' field to 'cache' table.Dries Buytaert2003-03-19
* - The link field got accidentically removed. Thanks Stephane.Dries Buytaert2003-03-18
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - Added a database scheme for Microsoft's SQL server.Dries Buytaert2003-03-16
* - Removing the menu table: it is no longer used.Dries Buytaert2003-02-24
* - database.mysql cannot be run from within phpMyAdmin because of lineDries Buytaert2003-02-24
* - Fixed typo: forum2 -> forum.Dries Buytaert2003-02-07
* - Updated the database scheme.Dries Buytaert2003-02-06
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
* - Added an extra parameter to watchdog() which lets you specifiy an "action"Dries Buytaert2003-01-04
* - Refactored the administration pages.Dries Buytaert2002-12-24