Plugin Directory

source: postgresql-for-wordpress

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1712382   9 years hawk__ Replace call to split() with explode()
(edit) @1712379   9 years hawk__ Integrated some corrections
(edit) @969861   12 years hawk__ Re-enabled error logging in trunk
(edit) @969860   12 years hawk__ Tag Tagging version 1.3.1 for release
(edit) @969858   12 years hawk__ Integrated changes from …
(edit) @557873   14 years hawk__ Re-enabled error logging in trunk
(edit) @557871   14 years hawk__ Tagging version 1.3.0 for release
(edit) @557870   14 years hawk__ Prepare for 1.3.0 release (versions, changelog, error logging off)
(edit) @557852   14 years hawk__ Removed an old unused upgrade hack
(edit) @557841   14 years hawk__ Corrected a problem with ID quoting when importing in WP 2.9.2
(edit) @547119   14 years hawk__ Enhanced wordpress-importer compatibility
(edit) @546732   14 years hawk__ Removed a PHP notice in wpsql_connect()
(edit) @546724   14 years hawk__ Reworked wpsql_insert_id() for better report of errors
(edit) @546689   14 years hawk__ Protect against a possible collision when handling 'ON DUPLICATE KEY'
(edit) @546644   14 years hawk__ Updated call to mysql_escape_string() which is deprecated
(edit) @546586   14 years hawk__ Tagging version 1.3.0b1 for beta testing
(edit) @546585   14 years hawk__ Update files for 1.3.0b1 release
(edit) @546567   14 years hawk__ Added a handle for DROP TABLE to remove sequences that are linked with …
(edit) @546556   14 years hawk__ Added a hack so that wp_terms_seq is updated on installation
(edit) @546507   14 years hawk__ Moved the quoting hacks for PostgreSQL 9.1+ compatibility so that they …
(edit) @545542   14 years hawk__ Added a filter for 'CREATE TABLE IF NOT EXISTS'
(edit) @544614   14 years hawk__ Enhanced the ignore for unexisting relations when installing
(edit) @544612   14 years hawk__ Corrected a typo and added a WPMU required translation
(edit) @544607   14 years hawk__ Corrected 2 matching that were not accurate enough
(edit) @542085   14 years hawk__ Added a modifier for COUNT(.+)...ORDER BY... to be handled correctly …
(edit) @542064   14 years hawk__ Added a handle for converting CAST(... AS CHAR) to CAST(... AS TEXT) …
(edit) @542049   14 years hawk__ Forgot to remove 2 lines in the previous commit
(edit) @542045   14 years hawk__ Added support for specifying the port in the server hostname eg. …
(edit) @542038   14 years hawk__ Added support for PostgreSQL 9.1+ default config for …
(edit) @458029   14 years hawk__ Added a timestamp to logs Ignore errors about table "options" not …
(edit) @436157   15 years hawk__ Re-enabled error logging in trunk
(edit) @436156   15 years hawk__ Express tagging of version 1.2.2 because of a regression in 1.2.1
(edit) @436154   15 years hawk__ Forgot to change version to 1.2.2
(edit) @436152   15 years hawk__ Correct SQL_CALC_FOUND_ROWS handling as it was broken by the latest …
(edit) @436147   15 years hawk__ Tagging version 1.2.1, this is now the current stable release
(edit) @436146   15 years hawk__ Prepare for 1.2.1 stable release
(edit) @436145   15 years hawk__ Moved all the rewriting code to a separate function (for easier …
(edit) @436142   15 years hawk__ Forgot to remove debugging code in previous commit …
(edit) @436140   15 years hawk__ Modified the method for counting rows as mysql counts avery rows …
(edit) @429285   15 years hawk__ Added some column types conversion for WPMU support
(edit) @429284   15 years hawk__ Added "ADD COLUMN" support to the "ALTER TABLE" handling code
(edit) @429283   15 years hawk__ Improved SHOW INDEX for upgrades to detect indices correctly and so …
(edit) @429282   15 years hawk__ Modified the way install/upgrade code is detected
(edit) @429271   15 years hawk__ Changed the way $wpdb is used to avoid some cases were it would be …
(edit) @429262   15 years hawk__ Improved INDEX creation support
(edit) @429260   15 years hawk__ Added a handler for "SET NAMES ... COLLATE ..."
(edit) @428371   15 years hawk__ Re-enabled error logging in trunk
(edit) @428369   15 years hawk__ Tagging version 1.2.0, this is now the current stable release
(edit) @428368   15 years hawk__ Prepare for 1.2.0 stable release
(edit) @428351   15 years hawk__ Removed all references to ZdMultilang hacks Added YEAR and MONTH to …
(edit) @425589   15 years hawk__ Tagging version 1.2.0rc
(edit) @425588   15 years hawk__ Prepare for tagging 1.2.0rc
(edit) @424297   15 years hawk__ Corrected the pattern for matching UNIX_TIMESTAMP(....)
(edit) @423850   15 years hawk__ Disabled all ZdMultilang support Hacks
(edit) @422045   15 years hawk__ Fixed category listing
(edit) @419934   15 years hawk__ Get the server version when connecting, will be used later
(edit) @419913   15 years hawk__ Rewrote database connection handling so that Wordpress installation …
(edit) @419551   15 years hawk__ Changed SQL_CALC_FOUND_ROWS handling
(edit) @419541   15 years hawk__ Update the version returned by wpsql_get_server_info() to '5.0.30'
(edit) @419539   15 years hawk__ Corrected table prefixing, $table_prefix has been deprecated a long …
(edit) @418973   15 years hawk__ Tagging version 1.2.0b1 for beta testing
(edit) @418968   15 years hawk__ The required handling code wasn't loaded in some cases when a plugin …
(edit) @418484   15 years hawk__ Split 'db.php' so it is now just some kind of a 'bootloader' The …
(edit) @418105   15 years hawk__ More specific handling of "comment_ID" badly written from Akismet
(edit) @418101   15 years hawk__ Improved Akismet compatibility
(edit) @418100   15 years hawk__
(edit) @418091   15 years hawk__ Throw an error message when PostgreSQL extension is not loaded into PHP
(edit) @418090   15 years hawk__ Updated readme.txt with latest changes
(edit) @418089   15 years hawk__ Excluded converting "NULLIF", patch received from Jamie Strachan
(edit) @418088   15 years hawk__ Corrected users listing error
(edit) @418075   15 years hawk__ Corrections for WP 3.1+ support
(edit) @418060   15 years hawk__ Added special handling for latest term_id insertion retrieval
(edit) @418055   15 years hawk__ Moved Insert table name catching for insert ID retrieving to work properly
(edit) @226906   16 years hawk__ Reduced backick removal collision risks
(edit) @226904   16 years hawk__ Backticks and capital text containing 'ID' now work
(edit) @226896   16 years hawk__ Fix an inadequate explode delimiter
(edit) @226893   16 years hawk__ Implemented a generic "INTERVAL xx DAY|HOUR|MINUTE|SECOND" handler …
(edit) @226244   16 years hawk__ Improve MySQL "IF" conversion
(edit) @225359   16 years hawk__ Reworked db.php a bit to remove some more errors
(edit) @225356   16 years hawk__ Improved db.php to remove notices and possible fatal errors
(edit) @225355   16 years hawk__ Fix a typo in a regex pattern
(edit) @225163   16 years hawk__ Updated readme.txt
(edit) @225162   16 years hawk__ Add support for correcting COUNT(*)...ORDER BY... statements
(edit) @214733   16 years hawk__ Improved date functions handling
(edit) @206787   16 years hawk__ Updated changelog and Installation guide
(edit) @206782   16 years hawk__ Added a special test to allow PG4WP's db.php to be "loaded" by WordPress
(edit) @206776   16 years hawk__ Integrated a WordPress plugin Header into db.php
(edit) @206749   16 years hawk__ Tag release 1.1.0
(edit) @206748   16 years hawk__ Update WordPress compatibility to 2.9.2
(edit) @206745   16 years hawk__ Prepare for 1.1.0 release
(edit) @201954   16 years hawk__ Integrated pg_num_fields() as it exists :)
(edit) @201032   16 years hawk__ Tagging release 1.1.0rc4
(edit) @201030   16 years hawk__ Updated readme.txt to prepare release 1.1.0rc4
(edit) @201029   16 years hawk__ Correction d'une erreur de typo
(edit) @200852   16 years hawk__ Tag release 1.1.0rc3
(edit) @200850   16 years hawk__ Updated the readme.txt changelog and stable release
(edit) @200849   16 years hawk__ Integrated Boris HUISGEN's patch for permalinks to work properly
(edit) @200848   16 years hawk__ Moved the hack about WP using meta_value = integer (instead of text) …
(edit) @200846   16 years hawk__ Reordered date_funcs array to have DAYOFMONTH handled first
(edit) @196875   16 years hawk__ Tag release 1.1.0rc2
Note: See TracRevisionLog for help on using the revision log.