Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix spelling fail | Georg Ehrke | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | some indention fixes | Robin Appelman | 2012-07-24 | 1 | -5/+1 |
| | |||||
* | fix unused variables | Robin Appelman | 2012-07-20 | 1 | -5/+4 |
| | |||||
* | Correct Postgresql connection with space in password. Work around php bug | Brice Maron | 2012-07-04 | 1 | -0/+8 |
| | |||||
* | Fixed app path | Tom Needham | 2012-06-30 | 1 | -1/+1 |
| | |||||
* | write sql errors into the error log for better debugging | Frank Karlitschek | 2012-06-25 | 1 | -0/+2 |
| | |||||
* | Correction of path looking for apps and css | Brice Maron | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | update copyright | Frank Karlitschek | 2012-05-26 | 1 | -1/+1 |
| | |||||
* | add support for custom ports for mysql/pgsql by adding :portnumber to the ↵ | Robin Appelman | 2012-05-17 | 1 | -2/+15 |
| | | | | database host | ||||
* | additional logging when db upgrade fails | Robin Appelman | 2012-05-13 | 1 | -1/+2 |
| | |||||
* | Change sqlite escaping of identifier to double quote. Fixing some issues | Brice Maron | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | 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 ↵ | Robin Appelman | 2012-01-08 | 1 | -5/+4 |
| | | | | work with sqlite for now) | ||||
* | 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 ↵ | Hendrik Langer | 2011-10-19 | 1 | -2/+2 |
| | | | | environments | ||||
* | 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 |
| | | | | | | Rework the bookmark app to manage postgresql. Add a fetchOne function into the PdoStmtWrapper Fix a tipo in comments. | ||||
* | 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 |
| | | | | Also fixed a typo in db.php | ||||
* | Add postgresql support | Serge Martin | 2011-08-07 | 1 | -0/+4 |
| | | | | REVIEW: 102101 | ||||
* | 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 |
| |