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