summaryrefslogtreecommitdiff
path: root/database/database.pgsql
Commit message (Collapse)AuthorAge
...
* - Fixed typo: 'vharchar' -> 'varchar'. Patch by Michael Frankowski.Dries Buytaert2003-08-13
|
* - Committed Marco's comment module patch:Dries Buytaert2003-08-12
| | | | | | | | | | | + Dramatically improves performance of large discussions/threads: only very few SQL queries are required. + Replaces custom pager with standard pager. Modifications by me: + Reworded some code comments. + Removed dependencies on pager internals.
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
| | | | This update requires you to run update.php!
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a ↵Dries Buytaert2003-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reserved keyword in MySQL 4. This fixes critical bug #1618. Patch by Marco. ==> This fix requires to run update.php! - Bugfix: made sessions work without warnings when register_globals is turned off. The solution is to use $_SESSION instead of session_register(). This fixes critical bug #1797. Patch by Marco. - Bugfix: sometimes error messages where being discarded when previewing a node. Patch by Craig Courtney. - Bugfix: fixed charset problems. This fixes critical bug #1549. Patch '0023.charset.patch' by Al. - Code improvements: removed some dead code from the comment module. Patch by Marco. - Documentation improvements: polished the node module help texts and form descriptions. Patch '0019.node.module.help.patch' by Al. - CSS improvements all over the map! Patch '0021.more.css.patch' by Al. - GUI improvements: improved the position of Druplicon in the admin menu. Patch '0020.admin.logo.patch' by Al. - GUI improvements: new logos for theme Marvin and theme UnConeD. Logos by Kristjan Jansen. - GUI improvements: small changes to the output emitted by the profile module. Suggestions by Steven Wittens. - GUI improvements: small fixes to Xtemplate. Patch '0022.xtemplate.css.patch' by Al. TODO: - Some modules such as the buddy list module and the annotation module in the contributions repository are also using session_register(). They should be updated. We should setup a task on Drupal. - There is code emitting '<div align="right">' which doesn't validate. - Does our XML feeds validate with the charset changes? - The forum module's SQL doesn't work properly on PostgreSQL.
* - Fixed critical bug #1788: cloud module pings too much. Modified patch byDries Buytaert2003-06-01
| | | | | | Kjartan. This update requires some database changes so make sure to run update.php.
* - Fixed bug in book_prev(). Patch by Andy Colson.Dries Buytaert2003-05-18
| | | | | | | - Book optimizations: updated to use inner joins. Patch by Andy Colson. This should address bug #1373. TODO: add index to MSSQL database scheme.
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
| | | | | | | | | | | | | - Fixed a typo in the MSSQL database scheme. Patch by Michael Frankowski. - Removed dependency on "register_globals = on"! Patches by Michael Frankowski. Notes: + Updated the patches to use $foo["bar"] instead of $foo['bar']. + Updated the INSTALL and CHANGELOG files as well. - Tiny improvement to the "./scripts/code-clean.sh" script.
* - Applied modified version of Al's "block delta" patch. I left out theDries Buytaert2003-04-19
| | | | | | | | blogroll feature as I think it would get very confusing. I don't mind to add it but it need some thought and documentation as it somewhat conflicts with the existing cloud module. These changes require you to run update.php.
* - Made sure the admin menu is enabled after a fresh install. This isDries Buytaert2003-04-18
| | | | | | required to make the menu show up. This partly fixes bug #1508.
* - Removing the menu table: it is no longer used.Dries Buytaert2003-02-24
| | | | [TODO: update 'update.php'.]
* - 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
| | | | | | | | | or "operation" link. - Made the main page of the administration section show an overview of all watchdog entries with such action link. - Fixed typo in PostgreSQL database scheme.
* - Refactored the administration pages.Dries Buytaert2002-12-24
|
* - Fixed typo in the database scheme. Reported by Ettiene.Dries Buytaert2002-12-15
|
* Applied patch by Natrak:Dries Buytaert2002-12-11
| | | | | | | | | | | | | - page_header() now adds Last-Modified and ETag http headers. - When running PHP as an Apache module page_header() will check the HTTP headers for conditional gets, and will only push the content when it fails. (Works for html and xml pages as they are all cached). Note: this is a PHP limitation, so until PHP makes it work for other web servers this won't work for them. - Added created field to cache database to hold the timestamp when the cache was created. - Changed cache_get() to return an object with ->data and ->created. - Update forum and locale modules.
* - Removed rating module; it is not being used much and it has a known bug.Dries Buytaert2002-12-08
| | | | Will add it to the contributions repository.
* - Removed two a dead table from both the MySQL and the PostgreSQL databaseDries Buytaert2002-12-07
| | | | | | | scheme. - Fixed the default settings for both the MySQL and the PostgreSQL database scheme.
* - Fixed small glitch in the database schemes; the block table has changed butDries Buytaert2002-11-30
| | | | the queries that insert some default block values were not updated.
* - Updated PostgreSQL scheme. Patch by Stefan.Dries Buytaert2002-11-21
|
* - Updated the PostgreSQL database scheme (thanks James) and the MySQLDries Buytaert2002-11-09
| | | | database scheme.
* - Made the forum module work with PostgreSQL. Patch by Gordon Kerr, verifiedDries Buytaert2002-11-08
| | | | by James Arthur.
* - Applied a PostgreSQL patch from James.Dries Buytaert2002-11-01
|
* - Some PostgreSQL improvements. Patch by James Arthur.Dries Buytaert2002-09-22
|
* - Changed "$watchdog->message" from type "varchar(255)" to type "text".Dries Buytaert2002-08-26
| | | | | Patch by James. For sake of consistency, I updated the MySQL scheme and added a new update entry to "update.php".
* - Removed the unused table and included the sequences table. Patch byDries Buytaert2002-08-22
| | | | jaa.
* - Bugfix: changed the PostgreSQL database scheme of the session field inDries Buytaert2002-08-18
| | | | the user table. Patch by jaa.
* - Renewed the PostgreSQL database scheme! Patch by jaa.Dries Buytaert2002-08-16
|
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
| | | | information available on the mailing list.
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
range of databases including MySQL, PostgreSQL, MSSQL, and others. For additional information and an 'how to upgrade', check the mails sent to the mailing list.