summaryrefslogtreecommitdiff
path: root/database/database.mysql
Commit message (Expand)AuthorAge
...
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
* - 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
* - 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
* - 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
* - 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
* Applied patch by Natrak:Dries Buytaert2002-12-11
* - Removed rating module; it is not being used much and it has a known bug.Dries Buytaert2002-12-08
* - Removed two a dead table from both the MySQL and the PostgreSQL databaseDries Buytaert2002-12-07
* - Fixed small glitch in the database schemes; the block table has changed butDries Buytaert2002-11-30
* - Added Stefan's page module improvements.Dries Buytaert2002-11-20
* - Updated the PostgreSQL database scheme (thanks James) and the MySQLDries Buytaert2002-11-09
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
* - removed function module_rehash().Kjartan Mannes2002-10-17
* - serializing update_start variable.Kjartan Mannes2002-09-25
* - Changed "$watchdog->message" from type "varchar(255)" to type "text".Dries Buytaert2002-08-26
* - Fixed typo. Patch by Marco.Dries Buytaert2002-08-21
* - Applied a (modified) version of Marco's SQL sequence patch.Dries Buytaert2002-08-20
* - Made the rating module and its SQL table ASNI compliant. Patch by jaa.Dries Buytaert2002-08-16
* - removing cvs table definition.Kjartan Mannes2002-07-31
* - feed table should have not null defined for refresh and timestamp.Kjartan Mannes2002-07-31
* - Patch my Marco: "session in my users table is actually varchar(32), which i...Dries Buytaert2002-07-13
* - fixed the markup of the collapsed comment view settings.Kjartan Mannes2002-06-15
* - Removed non-existing theme from both update.php and database.mysql. PatchDries Buytaert2002-06-08
* - Changed some "default NULL"s to "default NOT NULL"s as this only works onDries Buytaert2002-06-06
* - adding descriptions to modules (thanks Joe + Scott).Kjartan Mannes2002-06-01
* - Ran the code through 'scripts/code-clean.sh': removed trailing whitespaceDries Buytaert2002-05-20
* - fixing a typoKjartan Mannes2002-05-16
* - Haven't re-implemented custom in the main tree. Oops.Kjartan Mannes2002-04-29
* - updating database.mysql definition.Kjartan Mannes2002-04-29
* Poll.module:Steven Wittens2002-04-21
* Updated poll.module:Steven Wittens2002-04-20
* - Added Marco's long-awaited taxonmy module and patches - a replacementDries Buytaert2002-04-14
* - added default value to enable user block to update.phpKjartan Mannes2002-01-27
* - updating database/database.mysql again. Forgot to remove some contribKjartan Mannes2002-01-21
* - moved user block from theme.inc to user.module.Kjartan Mannes2002-01-21
* - Changed the authentication and login scheme as discussed on the mailingDries Buytaert2001-08-11
* database.mysqlKjartan Mannes2001-07-24