| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo fix (breif->brief) | Bart Visscher | 2012-04-14 | 1 | -1/+1 |
* | Fix default database type string | Bart Visscher | 2012-04-14 | 1 | -1/+1 |
* | some minor optimizations | Robin Appelman | 2012-04-14 | 1 | -11/+27 |
* | UTF8 locale by default | Grundik | 2012-04-12 | 1 | -1/+3 |
* | try to use transactions to replace db | Tom Needham | 2012-04-01 | 1 | -6/+3 |
* | Merge branch 'master' into migration | Tom Needham | 2012-03-31 | 1 | -3/+0 |
|\ |
|
| * | remove check for variable which was set one line above - bugfix for oc-324 | Georg Ehrke | 2012-03-28 | 1 | -3/+0 |
| * | use in-memory files for the datase scheme during installation | Robin Appelman | 2012-02-28 | 1 | -6/+6 |
| * | some more error reporting during filesystem scan | Robin Appelman | 2012-02-25 | 1 | -3/+22 |
| * | check if the tempfile was created successfully | Georg Ehrke | 2012-02-23 | 1 | -0/+3 |
* | | Added unified import method. | Tom Needham | 2012-03-20 | 1 | -1/+6 |
* | | Update database.xml locations. Fix dbexport.xml. | Tom Needham | 2012-03-02 | 1 | -2/+2 |
* | | removed duplicate function | Tom Needham | 2012-03-02 | 1 | -22/+2 |
* | | Added replaceDB method in lib/db.php | Tom Needham | 2012-03-01 | 1 | -9/+74 |
|/ |
|
* | don't use PDO::inTransaction | Robin Appelman | 2012-02-09 | 1 | -2/+5 |
* | fix bug in transactions with PDO | Robin Appelman | 2012-02-05 | 1 | -1/+1 |
* | fix database upgrading for pgsql | Robin Appelman | 2012-01-16 | 1 | -1/+1 |
* | some aditional feedback during database upgrade | Robin Appelman | 2012-01-16 | 1 | -3/+8 |
* | remove temporary files after updating | Robin Appelman | 2012-01-13 | 1 | -0/+4 |
* | load reverse driver when updating database | Robin Appelman | 2012-01-08 | 1 | -0/+1 |
* | allow changing database backends between PDO and MDB2 | Robin Appelman | 2012-01-08 | 1 | -4/+19 |
* | automatically upgrade the main database on version number increase (doesnt wo... | Robin Appelman | 2012-01-08 | 1 | -5/+4 |
* | Use parameter | Tom Needham | 2012-01-06 | 1 | -1/+1 |
* | Gallery: splitout model code | Bart Visscher | 2011-12-08 | 1 | -1/+1 |
* | Add sequence name in insertid to be more portable | Brice Maron | 2011-10-29 | 1 | -2/+8 |
* | provide function for updating the database scheme | Robin Appelman | 2011-10-23 | 1 | -2/+35 |
* | improve detection of database backend | Robin Appelman | 2011-10-23 | 1 | -2/+13 |
* | Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi... | Hendrik Langer | 2011-10-19 | 1 | -2/+2 |
* | fix now() function for sqlite3 | Robin Appelman | 2011-10-17 | 1 | -1/+1 |
* | Fix bookmarks app to work with postgresql. | Brice Maron | 2011-10-16 | 1 | -1/+10 |
* | use OC_Log instead of error_log | Robin Appelman | 2011-10-16 | 1 | -5/+4 |
* | some minor tweaks to oc_db | Robin Appelman | 2011-10-16 | 1 | -2/+4 |
* | always use mdb2 for installation | Robin Appelman | 2011-09-18 | 1 | -2/+1 |
* | add pdo backend to oc_db | Robin Appelman | 2011-09-17 | 1 | -135/+215 |
* | Added db4app lib, and apps test_db that shows how it works. | Côme BERNIGAUD | 2011-08-27 | 1 | -1/+1 |
* | Add postgresql support | Serge Martin | 2011-08-07 | 1 | -0/+4 |
* | some improvements to collection scanning | Robin Appelman | 2011-08-01 | 1 | -0/+2 |
* | add transitions to oc_db | Robin Appelman | 2011-07-31 | 1 | -0/+33 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -13/+13 |
* | One class per file! | Jakob Sack | 2011-07-29 | 1 | -1/+0 |
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+365 |