Profiles

  • Member Since: June 21st, 2009
  • Find me on:
  • Committed [1712382] to Plugins SVN:
    Replace call to split() with explode()

  • Committed [1712379] to Plugins SVN:
    Integrated some corrections

  • Committed [969861] to Plugins SVN:
    Re-enabled error logging in trunk

  • Committed [969860] to Plugins SVN:
    Tag Tagging version 1.3.1 for release

  • Committed [969858] to Plugins SVN:
    Integrated changes from ...

  • Committed [557873] to Plugins SVN:
    Re-enabled error logging in trunk

  • Committed [557871] to Plugins SVN:
    Tagging version 1.3.0 for release

  • Committed [557870] to Plugins SVN:
    Prepare for 1.3.0 release (versions, changelog, error logging off)

  • Committed [557852] to Plugins SVN:
    Removed an old unused upgrade hack

  • Committed [557841] to Plugins SVN:
    Corrected a problem with ID quoting when importing in WP 2.9.2

  • Committed [547119] to Plugins SVN:
    Enhanced wordpress-importer compatibility

  • Committed [546732] to Plugins SVN:
    Removed a PHP notice in wpsql_connect()

  • Committed [546724] to Plugins SVN:
    Reworked wpsql_insert_id() for better report of errors

  • Committed [546689] to Plugins SVN:
    Protect against a possible collision when handling 'ON DUPLICATE KEY'

  • Committed [546644] to Plugins SVN:
    Updated call to mysql_escape_string() which is deprecated

  • Committed [546586] to Plugins SVN:
    Tagging version 1.3.0b1 for beta testing

  • Committed [546585] to Plugins SVN:
    Update files for 1.3.0b1 release

  • Committed [546567] to Plugins SVN:
    Added a handle for DROP TABLE to remove sequences that are linked with the ...

  • Committed [546556] to Plugins SVN:
    Added a hack so that wp_terms_seq is updated on installation

  • Committed [546507] to Plugins SVN:
    Moved the quoting hacks for PostgreSQL 9.1+ compatibility so that they ...

  • Committed [545542] to Plugins SVN:
    Added a filter for 'CREATE TABLE IF NOT EXISTS'

  • Committed [544614] to Plugins SVN:
    Enhanced the ignore for unexisting relations when installing

  • Committed [544612] to Plugins SVN:
    Corrected a typo and added a WPMU required translation

  • Committed [544607] to Plugins SVN:
    Corrected 2 matching that were not accurate enough

  • Committed [542085] to Plugins SVN:
    Added a modifier for COUNT(.+)...ORDER BY... to be handled correctly even ...

  • Committed [542064] to Plugins SVN:
    Added a handle for converting CAST(... AS CHAR) to CAST(... AS TEXT) ...

  • Committed [542049] to Plugins SVN:
    Forgot to remove 2 lines in the previous commit

  • Committed [542045] to Plugins SVN:
    Added support for specifying the port in the server hostname eg. ...

  • Committed [542038] to Plugins SVN:
    Added support for PostgreSQL 9.1+ default config for ...

  • Committed [458029] to Plugins SVN:
    Added a timestamp to logs Ignore errors about table "options" not existing ...

  • Committed [436157] to Plugins SVN:
    Re-enabled error logging in trunk

  • Committed [436156] to Plugins SVN:
    Express tagging of version 1.2.2 because of a regression in 1.2.1

  • Committed [436154] to Plugins SVN:
    Forgot to change version to 1.2.2

  • Committed [436152] to Plugins SVN:
    Correct SQL_CALC_FOUND_ROWS handling as it was broken by the latest code ...

  • Committed [436147] to Plugins SVN:
    Tagging version 1.2.1, this is now the current stable release

  • Committed [436146] to Plugins SVN:
    Prepare for 1.2.1 stable release

  • Committed [436145] to Plugins SVN:
    Moved all the rewriting code to a separate function (for easier testing) ...

  • Committed [436142] to Plugins SVN:
    Forgot to remove debugging code in previous commit ...

  • Committed [436140] to Plugins SVN:
    Modified the method for counting rows as mysql counts avery rows ignoring ...

  • Committed [429285] to Plugins SVN:
    Added some column types conversion for WPMU support

  • Committed [429284] to Plugins SVN:
    Added "ADD COLUMN" support to the "ALTER TABLE" handling code

  • Committed [429283] to Plugins SVN:
    Improved SHOW INDEX for upgrades to detect indices correctly and so don't ...

  • Committed [429282] to Plugins SVN:
    Modified the way install/upgrade code is detected

  • Committed [429271] to Plugins SVN:
    Changed the way $wpdb is used to avoid some cases were it would be used ...

  • Committed [429262] to Plugins SVN:
    Improved INDEX creation support

  • Committed [429260] to Plugins SVN:
    Added a handler for "SET NAMES ... COLLATE ..."

  • Committed [428371] to Plugins SVN:
    Re-enabled error logging in trunk

  • Committed [428369] to Plugins SVN:
    Tagging version 1.2.0, this is now the current stable release

  • Committed [428368] to Plugins SVN:
    Prepare for 1.2.0 stable release

  • Committed [428351] to Plugins SVN:
    Removed all references to ZdMultilang hacks Added YEAR and MONTH to ...