| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-08 | Bump version to 5.21.1-dev | Damien Regad | 1 | -1/+1 | |
| 2021-02-27 | Bump version to 5.21.0v5.21.0 | Damien Regad | 1 | -1/+1 | |
| 2021-02-02 | Bump version to 5.21.0-rc.1v5.21.0-rc.1 | Damien Regad | 1 | -1/+1 | |
| 2020-12-20 | Bump version to 5.21.0-beta.1v5.21.0-beta.1 | Damien Regad | 1 | -1/+1 | |
| 2020-12-19 | adodb.org is now served over SSL | Damien Regad | 1 | -1/+1 | |
| Change web site references from http://adodb.org to https. | |||||
| 2020-12-16 | Merge branch 'hotfix/5.20' (v5.20.19) | Damien Regad | 1 | -9/+2 | |
| Note on merge conflict in adodb.inc.php: At line 5133, parse_url() is called with `@` operator in the hotfix/5.20 branch (commit 2026e66e86f35995eee32557c2f83f1d539ca9c7) whereas the same change in the master branch (commit c1a6794ece2b02c2a5d238159ae85da3cbd6d) is without it. Code was kept as it is in master. # Conflicts: # adodb-lib.inc.php # adodb.inc.php # drivers/adodb-mssqlnative.inc.php # drivers/adodb-mysqli.inc.php # drivers/adodb-pdo.inc.php | |||||
| 2020-12-16 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2020-12-14 | Bump version to 5.20.19 | Mark Newnham | 1 | -1/+1 | |
| 2020-12-06 | Removed hotlinks to PHPlens see #564 | Mark Newnham | 1 | -9/+2 | |
| Site no longer active | |||||
| 2020-06-28 | Bump Versionv5.20.18 | Mark Newnham | 1 | -1/+1 | |
| 2020-03-31 | Bump version to 5.20.17v5.20.17 | Damien Regad | 1 | -1/+1 | |
| 2020-01-24 | Reuse $hrs instead of calling floor() again | Damien Regad | 1 | -1/+1 | |
| 2020-01-24 | Coding guidelines | Damien Regad | 1 | -3/+3 | |
| 2020-01-24 | Add PHPDoc block for adodb_tz_offset() | Damien Regad | 1 | -0/+8 | |
| Documenting the reason for the $ignored parameter. | |||||
| 2020-01-24 | Remove PHP5 check | Mark Newnham | 1 | -15/+5 | |
| Function checked for PHP5, and made a separate display string for versions < 5. | |||||
| 2020-01-24 | Remove test for ADODB_DATETIME_CLASS | Mark Newnham | 1 | -14/+7 | |
| The PHP date object was only available for PHP > 5.0. The code tested for version in order to use the class. | |||||
| 2020-01-12 | Reset version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2020-01-12 | Bump version to 5.20.16v5.20.16 | Damien Regad | 1 | -1/+1 | |
| 2019-11-24 | Bump version to 5.20.15v5.20.15 | Damien Regad | 1 | -1/+1 | |
| 2019-11-12 | Codespell assisted typo cleaning | Jean-Michel Vourgère | 1 | -4/+4 | |
| 2019-01-06 | Bump version to 5.20.14v5.20.14 | Damien Regad | 1 | -1/+1 | |
| 2019-01-03 | Merge branch 'hotfix/5.20' | Damien Regad | 1 | -5/+7 | |
| # Conflicts: # adodb-lib.inc.php # adodb-time.inc.php | |||||
| 2019-01-03 | Whitespace | Damien Regad | 1 | -4/+4 | |
| 2019-01-01 | Security update to time library see #467 | Mark Newnham | 1 | -1/+25 | |
| The BindTimeStamp and adodb_getdate functions are susceptible to abuse, see #467. The new constant ADODB_FUTURE_DATE_CUTOFF_YEARS limits the future years. see the documentation http://adodb.org/dokuwiki/doku.php?id=v5:datetime:adodb_last_date_status for more information | |||||
| 2019-01-01 | Security update to time library see #467 | Mark Newnham | 1 | -1/+27 | |
| The BindTimeStamp and adodb_getdate functions are susceptible to abuse, see #467. The new constant ADODB_FUTURE_DATE_CUTOFF_YEARS limits the future years. see the documentation http://adodb.org/dokuwiki/doku.php?id=v5:datetime:adodb_last_date_status for more information | |||||
| 2018-08-06 | Merge branch 'hotfix/5.20' (v5.20.13) | Damien Regad | 1 | -1/+2 | |
| # 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 | 1 | -1/+1 | |
| 2018-08-06 | Bump version to 5.20.13v5.20.13 | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Replace adodb.sourceforge.net URLs by adodb.org | Damien Regad | 1 | -1/+1 | |
| 2018-08-06 | Standardize "latest version" comments | Damien Regad | 1 | -1/+2 | |
| 2018-03-30 | Bump version to 5.20.12v5.20.12 | Damien Regad | 1 | -1/+1 | |
| 2018-03-30 | Bump version to 5.20.11v5.20.11 | Damien Regad | 1 | -1/+1 | |
| 2018-03-08 | Bump version to 5.20.10v5.20.10 | Damien Regad | 1 | -1/+1 | |
| 2017-11-25 | Merge branch 'hotfix/5.20.10' | Damien Regad | 1 | -1/+1 | |
| 2017-11-25 | Fix year validation in adodb_validdate() | Marco Menzel | 1 | -1/+1 | |
| Given year can only be less than 3000 or greater than 1000. Fixes #375 | |||||
| 2016-12-21 | Bump version to 5.20.9v5.20.9 | Damien Regad | 1 | -1/+1 | |
| 2016-12-17 | Bump version to 5.20.8v5.20.8 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Bump version to 5.20.7v5.20.7 | Damien Regad | 1 | -1/+1 | |
| 2016-09-20 | Update changelog | Damien Regad | 1 | -1/+1 | |
| 2016-08-31 | Bump version to 5.20.6v5.20.6 | Damien Regad | 1 | -1/+1 | |
| 2016-08-10 | Bump version to 5.20.5v5.20.5 | Damien Regad | 1 | -1/+1 | |
| 2016-04-27 | Add week of year support in date library | Mark Newnham | 1 | -0/+3 | |
| The ADOdb date/time library did not include support for the time format 'W' which returns the week of the year (1-52) that the provided date falls into. This format is supported by the standard PHP library, which means that if the provided date falls outside the 32-bit date range where adodb hands off data calculations to the standard gmdate for performance reasons, then the value is not calculated. 'W' is one of the standard identifiers used by sqlDate(), and adodb_date is used by sqlite to perform date calculations. Fixes #223 | |||||
| 2016-04-27 | Quarter of year not returned correctly | Mark Newnham | 1 | -3/+12 | |
| The ADOdb date/time library includes support for the time format 'Q' which returns the quarter of the year that the provided date falls into. This format is not supported by the standard PHP library, which means that if the provided date falls into the 32-bit date range where ADOdb hands off data calculations to the standard gmdate() for performance reasons, then the value is not calculated. The solution would be that, if a supplied format contained the 'Q' character, it would bypass the normal 32 bit test and be handled by the adodb date library in adodb_date() In addition, the quarter function does not return the correct value, it returns 3rds of a year instead of Quarters. Fixes #222 | |||||
| 2016-03-30 | Bump version to 5.20.4 | Damien Regad | 1 | -1/+1 | |
| 2016-01-02 | Update version 5.21.0-dev release year to 2016 | Damien Regad | 1 | -1/+1 | |
| 2016-01-01 | Bump version to 5.20.3v5.20.3 | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Update version to avoid merge conflicts | Damien Regad | 1 | -1/+1 | |
| 2015-12-27 | Bump version to 5.20.2v5.20.2 | Damien Regad | 1 | -1/+1 | |
| 2015-12-06 | Bump version to 5.20.1v5.20.1 | Damien Regad | 1 | -1/+1 | |
| 2015-11-28 | Bump version to 5.21dev | Damien Regad | 1 | -1/+1 | |
