| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-07 | Switch to EXTRNAL_LIBS in their own directory away from the site specific ↵ | lsces | 1 | -1/+1 | |
| CONFIG data | |||||
| 2013-05-07 | move adodb to config/externals/adodb | spiderr | 1 | -12/+1 | |
| 2012-07-26 | strip ticks for MetaColumns and MetaIndexes | spiderr | 1 | -0/+2 | |
| 2012-05-06 | replace all PHP4 style constructors with __construct; replace calls to base ↵ | spiderr | 1 | -1/+1 | |
| class constructors with parent::__construct() | |||||
| 2012-04-16 | Add externals directory to tidy library support | Lester Caine ext:(%22) | 1 | -1/+4 | |
| 2011-07-05 | first pass at bit_error_handler customize error_handler that will email ↵ | Christian Fowler | 1 | -1/+1 | |
| errors if ERROR_EMAIL is defined in config_inc, still logs error as well; add bit_shutdown_handler to catch parse errors in the bit_error_handler | |||||
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2009-10-01 | remove ref to non-existant copyright.txt file | wjames5 | 1 | -2/+2 | |
| 2009-10-01 | fix LGPL license ref from non-existant license.txt file to lgpl url | wjames5 | 1 | -2/+2 | |
| 2009-09-02 | call parent::debug so member vars get properly initialized | Christian Fowler | 1 | -1/+2 | |
| 2008-12-11 | Portable RANDOM() function for all databases using Adodb's implementation. ↵ | Tomasz Kalkosinski | 1 | -1/+11 | |
| Fixes 2028843 too. | |||||
| 2008-11-18 | Use AdoDb's substr property for getting SUBSTRING function for appropiate ↵ | Tomasz Kalkosinski | 1 | -1/+9 | |
| database. Fixes 2021327. | |||||
| 2008-11-08 | typo assigning mName | Christian Fowler | 1 | -2/+2 | |
| 2008-11-06 | Add parameter hash to constructor to all creating multipl BitDbAdodb objects ↵ | Christian Fowler | 1 | -11/+19 | |
| as necessary | |||||
| 2008-06-06 | code nicification | Max Kremmel | 1 | -292/+284 | |
| 2008-03-29 | use STORAGE_PKG_URI for liberty_fetch_thumbnails | Christian Fowler | 1 | -3/+2 | |
| 2007-12-05 | Add missing DropSequence method so we can recreate sequences properly. ↵ | MW | 1 | -11/+23 | |
| Needed on R1 to R2 upgrade. Plus initial improved support for InnoDB | |||||
| 2007-11-22 | the constant ADODB_FORCE_NULLS is obsolete since 4.52 and is ignored. Set ↵ | MW | 1 | -5/+4 | |
| $ADODB_FORCE_TYPE = ADODB_FORCE_NULL for equivalent behaviour. | |||||
| 2007-06-08 | add empty gBitDb check in case things are really bad during error report | Christian Fowler | 1 | -2/+2 | |
| 2007-03-26 | change bit_log_error into bit_display_error for displaying of catasrophic ↵ | Christian Fowler | 1 | -2/+2 | |
| errors, change bit_log_error into a silent logging to error_log for non fatal issues | |||||
| 2007-02-28 | clean up preflight, comment out unused functions, use underscores for ↵ | Max Kremmel | 1 | -2/+2 | |
| functions not in classes | |||||
| 2006-10-13 | phpDoc corrections | Lester Caine | 1 | -3/+5 | |
| 2006-06-10 | fix path to adodb include file | Max Kremmel | 1 | -2/+3 | |
| 2006-06-08 | make sure you can use your own adodb install if you want - need to include ↵ | Max Kremmel | 1 | -7/+9 | |
| it in your php's include_path | |||||
| 2006-05-02 | get debug for adodb working again | Max Kremmel | 1 | -3/+4 | |
| 2006-03-20 | cleanup, genericize ADODB like debug output, add timing info | Christian Fowler | 1 | -1/+8 | |
| 2006-03-14 | Added optional argument to GenID() to allow for sequences that don't start ↵ | Wakeworks | 1 | -3/+9 | |
| with the BIT_DB_PREFIX. | |||||
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 1 | -9/+9 | |
| conflict with new content preferences | |||||
| 2006-02-26 | move error checking code down to bit_error_inc so errors are logged no ↵ | Christian Fowler | 1 | -32/+26 | |
| matter what is defined. | |||||
| 2006-02-25 | Fix ADODB Query Caching calls | Jams H Thompson | 1 | -18/+35 | |
| 2006-02-22 | force oci8po driver if oci8 is specified | Christian Fowler | 1 | -1/+4 | |
| 2006-02-17 | change SQL reserved word 'rows' to 'module_rows', clean up code | Christian Fowler | 1 | -4/+1 | |
| 2006-02-17 | Remove ADODB_CASE_ASSOC - this has been fixed in the sybase driver | Lester Caine | 1 | -5/+2 | |
| 2006-02-17 | fix oci8po query conversion and handling of getLayout so oci8 and oci8po can ↵ | Christian Fowler | 1 | -4/+3 | |
| both be used | |||||
| 2006-02-15 | add oci8po as an option | Christian Fowler | 1 | -1/+2 | |
| 2006-02-01 | detikify liberty | Max Kremmel | 1 | -2/+2 | |
| 2006-01-31 | improve interoperability for Pear and ADODB to exist simultaneously as ↵pre_table_detikification | Christian Fowler | 1 | -2/+32 | |
| different objects to different places | |||||
| 2006-01-26 | fix and clean up error reporting | Max Kremmel | 1 | -29/+32 | |
| 2006-01-26 | typo | Max Kremmel | 1 | -10/+8 | |
| 2006-01-25 | Added uspport for multiple database backend support. This necessitates ↵ | Christian Fowler | 1 | -0/+606 | |
| removal of all use of ->EOF and ->fields on the result sets. Also, queries that snag a single row and then use $rs->fields should revert to the simpler getRow() funciton in the BitDb classes. BitDb.php was broken into kernel/BitDbBase.php and kernel/BitDbAdodb.php. kernel/BitDbPear.php was added wiht functionality for Pear::DB Also, the bitweavercore cvs module now works. So you can install a total barebones bitweaver - even without the wiki package. The main fix was to insure pageExists was only executing if wiki package was active so it would not select from non-existant tables | |||||
