alecpl
2011-08-01 363514e30bcc31bf4055d39c9d90044b0e63ff3a
2011-05-27 alecpl
- Make debug handler to be a method of rcube_mdb2
blob@ f5a55b commitdiff | diff to current
2011-05-20 thomascube
Catch write-errors on database (yet untested)
blob@ 10ea10 commitdiff | diff to current
2011-05-20 alecpl
- Fix func_get_args() usage for PHP<5.3 (#1487928)
blob@ d2a648 commitdiff | diff to current
2011-05-14 thomascube
Fix sort order when contact name is empty
blob@ 0ec7fe commitdiff | diff to current
2011-05-10 thomascube
Revert r4746 due to timestsamp issues with mysql; deprecate rcube_mdb2::uni...
blob@ ff4ffc commitdiff | diff to current
2011-05-09 thomascube
Rely on mysql server timezone not on PHP
blob@ fd540b commitdiff | diff to current
2011-04-25 thomascube
Remove unnecessary code (thanks Alec)
blob@ 0761e2 commitdiff | diff to current
2011-04-25 thomascube
Fix return value of affected_rows()
blob@ 73d6b2 commitdiff | diff to current
2011-04-20 alecpl
- Improve performance by including files with absolute path (#1487849)
blob@ 4351f7 commitdiff | diff to current
2011-04-19 thomascube
Check for DB connection state instead of handle (handle could be an error o...
blob@ 7342bb commitdiff | diff to current
2011-04-19 thomascube
Gracefully shrug on database errors
blob@ bbb142 commitdiff | diff to current
2011-04-08 alecpl
- Fixed bug where some dates would produce SQL error in MySQL (#1487856)
blob@ 6491fb commitdiff | diff to current
2011-02-25 thomascube
Create interactive update script with improved DB schema check; udated inst...
blob@ e6bb83 commitdiff | diff to current
2011-01-12 thomascube
Bumbed version; Roundcube development is not Switzerland only
blob@ f5e7b3 commitdiff | diff to current
2010-10-07 alecpl
- Support one argument of type array, instead of n arguments for rcube_mdb2...
blob@ 9db4ca commitdiff | diff to current
2010-09-29 alecpl
- Update phpdoc (#1486958)
blob@ 5c461b commitdiff | diff to current
2010-09-26 thomascube
Fix base url resolution + better order for condition checks in rcube_mdb2 +...
blob@ 8603bb commitdiff | diff to current
2010-09-25 alecpl
- s/RoundCube/Roundcube/
blob@ e019f2 commitdiff | diff to current
2010-09-21 thomascube
Fix db_mode check in insert_id()
blob@ cb2bc8 commitdiff | diff to current
2010-09-21 thomascube
Fix selection of read/write db connection
blob@ a3de4f commitdiff | diff to current
2010-09-08 alecpl
- Add semicolon at the end of SQL queries in log (#1486957)
blob@ 860678 commitdiff | diff to current
2010-04-30 alecpl
- Fix typo (#1486703)
blob@ 05a7e3 commitdiff | diff to current
2010-04-29 alecpl
- code re-formatting + small improvements
blob@ a004bb commitdiff | diff to current
2010-04-22 alecpl
- Don't add extra newline in sql debug log
blob@ 5318ba commitdiff | diff to current
2010-04-01 alecpl
- Use MDB2's Manager module for listing tables
blob@ cbde30 commitdiff | diff to current
2010-03-31 thomascube
List of tables mustn't be static (wtf?)
blob@ 64d855 commitdiff | diff to current
2010-03-31 thomascube
Asynchronously expand contact groups + skip count queries in autocompletion...
blob@ c0297f commitdiff | diff to current
2010-02-03 alecpl
- Fix inconsistency when not using default table names (#1486467)
blob@ e1ac21 commitdiff | diff to current
2010-01-28 alecpl
- add file/line definitions to raise_error() calls
blob@ 10eedb commitdiff | diff to current
2010-01-26 alecpl
- Add support for MDB2's 'sqlsrv' driver (#1486395)
blob@ 2273d4 commitdiff | diff to current
2009-09-04 alecpl
- Fix rcube_mdb2::affected_rows() (#1486082)
blob@ 8678ce commitdiff | diff to current
2009-08-04 alecpl
- Use sequence names only with PostgreSQL (#1486018)
blob@ 6b7e8e commitdiff | diff to current
2009-08-03 alecpl
- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#...
blob@ dec9e8 commitdiff | diff to current
2009-07-31 alecpl
- Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015)
blob@ 446533 commitdiff | diff to current
2009-07-20 alecpl
- handle errors in insert_id()
blob@ 6955c7 commitdiff | diff to current
2009-07-07 alecpl
- Added 'imap_debug' option, described 'sql_debug' option in config file
blob@ d559cb commitdiff | diff to current
2009-06-24 alecpl
- Fix non-unicode characters caching in unicode database (#1484608)
blob@ ac6229 commitdiff | diff to current
2009-06-22 alecpl
- performance improvements of messages caching
blob@ ad84f9 commitdiff | diff to current
2009-05-09 alecpl
- Fix session handling on non-session SQL query error (#1485734)
blob@ 26d857 commitdiff | diff to current
2009-05-02 alecpl
- some hints to use sqlite db (#1485821)
blob@ 50d515 commitdiff | diff to current
2009-04-21 alecpl
- Fix read/write database recognition (#1485811)
blob@ bac356 commitdiff | diff to current
2009-01-16 till
* bumping up copyright (happy new year ;-))
blob@ cbbef3 commitdiff | diff to current
2009-01-16 alecpl
- Fix SQL query execution errors handling in rcube_mdb2 class (#1485509)
blob@ 9c5bee commitdiff | diff to current
2008-10-14 thomascube
Set postgres-specific schema options + fix indentation
blob@ e905db commitdiff | diff to current
2008-10-10 alecpl
- set MDB2's sequence options for postgres only
blob@ 9f23f0 commitdiff | diff to current
2008-10-07 alecpl
- better postgresql sequence names handling
blob@ af7a23 commitdiff | diff to current
2008-08-21 alecpl
- removed PHP4 class constructors
blob@ 95987c commitdiff | diff to current
2008-08-09 alecpl
- Case insensitive contacts searching using PostgreSQL (#1485259)
blob@ d8d416 commitdiff | diff to current
2008-08-06 alecpl
- fread() replaced by file_get_contents(), see comments in #1484880
blob@ ff73e0 commitdiff | diff to current
2008-05-15 thomascube
Make sure we have a valid integer even if date is empty (#1485055)
blob@ 3978ab commitdiff | diff to current
first | « prev | next »