Changeset 436146
- Timestamp:
- 09/10/2011 11:41:04 PM (15 years ago)
- Location:
- postgresql-for-wordpress/trunk
- Files:
-
- 2 edited
-
pg4wp/db.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
postgresql-for-wordpress/trunk/pg4wp/db.php
r428371 r436146 4 4 Plugin URI: http://www.hawkix.net 5 5 Description: PG4WP is a special 'plugin' enabling WordPress to use a PostgreSQL database. 6 Version: 1.2. 06 Version: 1.2.1 7 7 Author: Hawk__ 8 8 Author URI: http://www.hawkix.net … … 19 19 // If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false" 20 20 // and set this to true 21 define( 'PG4WP_LOG_ERRORS', true);21 define( 'PG4WP_LOG_ERRORS', false); 22 22 23 23 // If you want to allow insecure configuration (from the author point of view) to work with PG4WP, -
postgresql-for-wordpress/trunk/readme.txt
r428368 r436146 5 5 Requires at least: 2.5.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 9 9 PostgreSQL for WordPress is a special 'plugin' enabling WordPress to be used with a PostgreSQL database. … … 20 20 == Installation == 21 21 22 You have to install PG4WP *before* setting upyour WordPress installation for things to work properly.22 You have to install PG4WP *before* configuring your WordPress installation for things to work properly. 23 23 This is because the database needs to be up and running before any plugin can be loaded. 24 24 25 1. Unzip the files and put the `pg4wp` directory in your `/wp-content` directory. 25 1. Place your WordPress files in the right place on your web server. 26 27 1. Unzip the files from PG4WP and put the `pg4wp` directory in your `/wp-content` directory. 26 28 27 29 1. Copy the `dp.php` from the `pg4wp` directory to `wp-content` … … 41 43 42 44 == Changelog == 45 46 = 1.2.1 = 47 * Corrected 'ON DUPLICATE KEY ...' handling (was not working at all) 48 * Modified SQL_CALC_FOUND_ROWS handling for correct paging 49 * Some conversion handling for WPMU to install correctly (WPMU not working yet though) 50 * Improved installation/upgrade handling code (better detection of indexes, ADD COLUMN support, ...) 43 51 44 52 = 1.2.0 =
Note: See TracChangeset
for help on using the changeset viewer.