| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-03-17 | Remove safe mode references | Damien Regad | 1 | -1/+1 | |
| safe_mode was deprecated in PHP 5.3 and removed in 5.4. This removes remaining references to it in the code. Fixes #934 | |||||
| 2022-09-09 | Test case for adodb_strip_order_by() | Damien Regad | 1 | -0/+45 | |
| 2021-08-22 | Delete proxy server.php and related client scripts | Damien Regad | 2 | -221/+0 | |
| Fixes #680 | |||||
| 2021-08-17 | Redo Merge tag 'v5.21.1' | Damien Regad | 2 | -12/+72 | |
| # Conflicts: # adodb.inc.php # docs/changelog.md # drivers/adodb-mssqlnative.inc.php # drivers/adodb-mysqli.inc.php Fixes #751 | |||||
| 2021-08-17 | Redo Merge branch 'hotfix/5.21' Standardized file headers | Damien Regad | 30 | -178/+571 | |
| Try to do it right this time... # Conflicts: # adodb-memcache.lib.inc.php Fixes #751 | |||||
| 2021-08-17 | Reset version to avoid merge conflicts | Damien Regad | 16 | -16/+16 | |
| Fixes #751 | |||||
| 2021-08-17 | Revert changes since Standardized file headers merge | Damien Regad | 31 | -643/+190 | |
| The conflicts resolution applied when merging the Standardized file headers (commit e9dcce3df24912ad869d0193f0b419f2309101fc) was seriously messed up, actually overwriting a number of changes in the master branch. Rather than trying to go and fix things one by one which has a high risk of messing things further, it's easier to redo the merge from a clean slate, so this commit reverts the following: - "Merge branch 'hotfix/5.21' Standardized file headers", e9dcce3df24912ad869d0193f0b419f2309101fc - "Merge tag 'v5.21.1'", 5f437df3104159d5d659f60e31bef8d33c34995f - "Reset version to 5.22.0-dev" af9234a525c3255af051a330164486d73be4c63a - "Fix incorrect resolution of merge conflicts" a6733f61b0165b366c8d2c70d9af82edc3881951. - "Fix syntax error in toexport.inc.php" 20b01e83cb61b6b2460f64c7d1277c5f4cc28574. Fixes #751 | |||||
| 2021-08-15 | Remove leftover legacy headers | Damien Regad | 1 | -12/+0 | |
| A few of the old headers were not removed as part of PR #728. | |||||
| 2021-08-15 | Standard file header: LibTest | Damien Regad | 1 | -0/+19 | |
| 2021-08-15 | Composer: add PHPUnit 8.5 as dev requirement | Damien Regad | 1 | -1/+1 | |
| The LibTest class was initially created for PHPUnit 7, which is no longer supported and incompatible with PHP 8. Adapting function signature to match parent class's definition (return type) means that ADOdb devs are now required to run PHP 7.2 or later to execute tests. | |||||
| 2021-08-15 | Test case for _adodb_quote_fieldname() | Damien Regad | 1 | -0/+53 | |
| This is a basic test case to ensure the code matches expected results as discussed in #721 [[1]]. [1]: https://github.com/ADOdb/ADOdb/issues/721#issuecomment-817338903 | |||||
| 2021-08-14 | Standard file header: /tests | Damien Regad | 30 | -178/+571 | |
| 2021-03-11 | PHPDoc and camelCase for newDataDictionary | Damien Regad | 1 | -1/+1 | |
| 2021-03-08 | Bump version to 5.21.1-dev | Damien Regad | 16 | -16/+16 | |
| 2021-02-27 | Bump version to 5.21.0v5.21.0 | Damien Regad | 16 | -16/+16 | |
| 2021-02-02 | Bump version to 5.21.0-rc.1v5.21.0-rc.1 | Damien Regad | 16 | -16/+16 | |
| 2020-12-20 | Bump version to 5.21.0-beta.1v5.21.0-beta.1 | Damien Regad | 16 | -16/+16 | |
| 2020-12-19 | adodb.org is now served over SSL | Damien Regad | 11 | -12/+12 | |
| Change web site references from http://adodb.org to https. | |||||
| 2020-01-24 | Remove PHP version checks from test scripts | Damien Regad | 4 | -49/+31 | |
| 2019-11-28 | adodb_strip_order_by() strips incorrectly if there are multiple order by ↵ | Mark Newnham | 1 | -1/+1 | |
| statements #549 If the SQL statement passed to adodb_strip_order contains multiple order by statements, the incorrect one is stripped. This change ensures that only the last one is stripped Co-Authored-By: mustafa-soner-acar <mustafa-soner-acar@users.noreply.github.com> | |||||
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 2 | -2/+2 | |
| 2018-08-06 | Merge branch 'hotfix/5.20' (v5.20.13) | Damien Regad | 11 | -12/+12 | |
| # Conflicts: # adodb-time.inc.php # docs/changelog.md # drivers/adodb-mssql.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-oci8po.inc.php | |||||
| 2018-08-06 | Reset version to avoid merge conflicts | Damien Regad | 16 | -16/+16 | |
| 2018-08-06 | Bump version to 5.20.13v5.20.13 | Damien Regad | 16 | -16/+16 | |
| 2018-08-06 | Replace adodb.sourceforge.net URLs by adodb.org | Damien Regad | 8 | -9/+9 | |
| 2018-08-06 | Add trailing / | Damien Regad | 2 | -2/+2 | |
| 2018-08-06 | Fix or remove references to php.weblogs.com (#443) | Damien Regad | 3 | -3/+3 | |
| 2018-06-11 | mssql: Add Convert on SQLDate Method (#304) | laurent-n | 1 | -28/+112 | |
| 2018-03-30 | Bump version to 5.20.12v5.20.12 | Damien Regad | 16 | -16/+16 | |
| 2018-03-30 | Bump version to 5.20.11v5.20.11 | Damien Regad | 16 | -16/+16 | |
| 2018-03-08 | Bump version to 5.20.10v5.20.10 | Damien Regad | 16 | -16/+16 | |
| 2016-12-21 | Bump version to 5.20.9v5.20.9 | Damien Regad | 16 | -16/+16 | |
| 2016-12-17 | Added test script for mssqlnative driver | Laurent Navarro | 1 | -0/+47 | |
| As proposed in PR #301 | |||||
| 2016-12-17 | Bump version to 5.20.8v5.20.8 | Damien Regad | 16 | -16/+16 | |
| 2016-10-11 | Remove references to ADOdb Extension | Damien Regad | 1 | -7/+1 | |
| The ADOdb Extension's development stopped at version 5.04. It is no longer maintained or supported, yet the library still contains code referencing it. If those code branches are executed, ADOdb will not perform properly, due to missing constant declarations (among other things). This commit removes all references to the Extension. Fixes #270, #269 | |||||
| 2016-09-20 | Bump version to 5.20.7v5.20.7 | Damien Regad | 16 | -16/+16 | |
| 2016-09-20 | Update changelog | Damien Regad | 16 | -16/+16 | |
| 2016-08-31 | Reset version to avoid merge conflicts | Damien Regad | 16 | -16/+16 | |
| 2016-08-31 | Bump version to 5.20.6v5.20.6 | Damien Regad | 16 | -16/+16 | |
| 2016-08-29 | Tests: fix XSS vulnerability | Damien Regad | 1 | -2/+5 | |
| This issue was reported by JPCERT Coordination Center (JPCERT/CC) with reference JVN#48237713. The root cause is a foreach loop processing all GET parameters and blindly assigning them to variables, allowing an attacker to replace contents of global variables. This limits variable processing using a regex matching those used in testdatabases.inc.php (i.e. beginning with 'test' or 'no'). Fixes #274 | |||||
| 2016-08-10 | Bump version to 5.20.5v5.20.5 | Damien Regad | 16 | -16/+16 | |
| 2016-03-30 | Bump version to 5.20.4 | Damien Regad | 16 | -16/+16 | |
| 2016-01-01 | Bump version to 5.20.3v5.20.3 | Damien Regad | 16 | -16/+16 | |
| 2015-12-27 | Bump version to 5.20.2v5.20.2 | Damien Regad | 16 | -16/+16 | |
| 2015-12-06 | Bump version to 5.20.1v5.20.1 | Damien Regad | 16 | -16/+16 | |
| 2015-11-28 | Bump version to 5.20.0v5.20.0 | Damien Regad | 16 | -16/+16 | |
| 2015-11-26 | Adjust header comment blocks | Damien Regad | 16 | -16/+48 | |
| - running SED script - manual adjustments for files not processed by regex | |||||
| 2015-06-25 | Fix GetRowAssoc() default key case | Damien Regad | 1 | -2/+2 | |
| GetRowAssoc() and GetAssocKeys() parameter now defaults to ADODB_ASSOC_CASE instead of ADODB_ASSOC_CASE_UPPER, which ensures we're able to properly bind data when using lowercase field names. Adjusts the test case accordingly. Fixes #98 | |||||
| 2014-04-30 | Bump version to 5.20dev | Damien Regad | 16 | -16/+16 | |
| 2014-04-23 | Bump version to 5.19v5.19 | Damien Regad | 16 | -16/+16 | |
