Commit Graph

21 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer 53b0e6dcc1 fix schema updates with oracle\n basically this took me all day to debug and hack, we need a new db layer! MDB2 is dead and pecl oci8 even more so! It has officially been deprecated in php 5.4: http://www.php.net/manual/de/function.ocifetchinto.php 2012-09-12 23:03:56 +02:00
Jörn Friedrich Dreyer d91bd37bd7 fix two bugs in MDB2, patches committed upstream https://pear.php.net/bugs/bug.php?id=19582 2012-08-27 13:59:59 +02:00
Jörn Friedrich Dreyer 417bebd9b7 dix php strict warnings in mdb2 oci8 2012-08-01 22:37:57 +02:00
Jörn Friedrich Dreyer 3c5670b662 comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTAMP pretty well 2012-07-31 17:49:49 +02:00
Jörn Friedrich Dreyer c03daca712 add oci8 to MDB2 2012-07-31 17:42:36 +02:00
Robin Appelman f4577bf00c fix for pgsql database migration 2012-05-31 00:01:03 +02:00
Robin Appelman 68fd5a5d58 some mdb2 pgsql fixes 2012-05-13 20:56:25 +02:00
Robin Appelman 77e2387d94 more MDB2 updates 2012-05-13 20:53:55 +02:00
Robin Appelman d2bd78c41a update MDB2 and XML_Parser 2012-05-11 20:33:56 +02:00
Robin Appelman 4f627c428e some more error reporting during filesystem scan 2012-02-25 20:27:16 +01:00
Robin Appelman 20553c1afe Revert "remove the 3rdparty files. everything is now in https://gitorious.org/owncloud/3rdparty"
This reverts commit dccdeca258.
2012-02-16 09:44:49 +01:00
Frank Karlitschek dccdeca258 remove the 3rdparty files. everything is now in https://gitorious.org/owncloud/3rdparty 2012-02-15 20:40:37 +01:00
Robin Appelman 757e6cd0aa typos.... 2012-01-16 02:22:23 +01:00
Robin Appelman 011732a083 small documentation improvement 2012-01-16 02:20:29 +01:00
Robin Appelman ebe10870cf fix database upgrading for pgsql 2012-01-16 02:06:19 +01:00
Robin Appelman da33229dab fix some pgsql strict warnings 2012-01-16 01:11:58 +01:00
Robin Appelman 469a80ac09 fix some sqlite2 upgrade issues 2012-01-14 18:11:32 +01:00
Robin Appelman 5c179e6255 fix another warning in pgsql 2012-01-14 18:11:32 +01:00
Robin Appelman 1b1c4889fc fix some warning in the pgsql driver 2012-01-13 20:04:59 +01:00
Bart Visscher 82c7598861 Remove global vars and use the OC static version.
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY
2011-09-18 19:37:54 +02:00
Frank Karlitschek f5a030f4ae remove the ownCloud 3D support and add lot's of usefull 3rd party libraries instead. 2011-08-07 17:36:49 +02:00