Ralf Becker
|
3248e82d65
|
* Setup: skip files backup on update even if configured
It might takes the server down for hours and updates usually dont affect the files
|
2021-05-27 08:49:20 +02:00 |
|
Ralf Becker
|
972ebf56f2
|
speed up restore of database by inserting up to 500 row in one statement (was only 10)
|
2019-10-30 17:15:23 +01:00 |
|
Ralf Becker
|
21a44891ed
|
* InfoLog: fix delegation no longer shown after database restore
|
2019-09-24 11:23:17 +02:00 |
|
Ralf Becker
|
77b79f24b7
|
* Setup: updates from old versions (eg. 1.4 or 1.8) no longer require to update to 14.x and 16.1 first
|
2018-04-13 13:46:49 +02:00 |
|
Ralf Becker
|
63d89a3ba0
|
* Setup/Restore: restore from a other charsets then utf-8 failed
|
2018-04-12 18:00:27 +02:00 |
|
Ralf Becker
|
a8adf9dd54
|
lower number of rows read per query, to not run out of memory
(eg. pec instance)
|
2017-06-15 09:32:59 +02:00 |
|
Ralf Becker
|
2d35e890fd
|
remove permantent error_log on restore of egw_cal_dates
|
2016-11-02 14:28:34 +01:00 |
|
Ralf Becker
|
a81442373c
|
fix typo
|
2016-10-13 17:58:27 +02:00 |
|
Ralf Becker
|
30cf772c4d
|
move ADOdb row_lock and rollback_lock methods to Db class, use Db::$tablealiases and use them for backup, also added a "backup_(starts|finished)" hook for apps
|
2016-10-13 17:54:58 +02:00 |
|
Ralf Becker
|
4dbd49d285
|
fix Scrutinizer docu bug: Api\Db has no more support for Halt_On_Error attribute
|
2016-08-28 12:51:19 +02:00 |
|
Ralf Becker
|
7822f84943
|
* PostgreSQL/Setup: fix SQL error in Backup or update: Invalid SQL: SELECT * FROM egw_pm_members
ADOdb drive for PostgreSQL requires 2. parameter for RowLock, while MySQL(i) defaults to all rows
|
2016-08-09 09:31:36 +02:00 |
|
Ralf Becker
|
1bae5f991f
|
grr fix typo, thanks to Travis
|
2016-07-08 09:09:47 +02:00 |
|
Ralf Becker
|
a091718807
|
* Restore: fix failed restore under MySQL 5.7 by temp. disabling strict mode to allow inserting zero dates
|
2016-07-08 08:40:44 +02:00 |
|
Ralf Becker
|
e6c2f04dda
|
fix some scrutinizer "bugs"
|
2016-06-26 19:44:53 +02:00 |
|
Ralf Becker
|
e87cbc4832
|
use static Hooks methods
|
2016-05-11 18:58:10 +00:00 |
|
Ralf Becker
|
153c068271
|
fix diverse occurences of egw_db
|
2016-05-06 11:13:19 +00:00 |
|
Ralf Becker
|
2baf654e14
|
move all tables to new api and update api to 16.1
|
2016-04-02 19:55:08 +00:00 |
|
Ralf Becker
|
77c5102792
|
fixed more namespace issues found by doc/check_namespace.php I wrote and forgot about it ;-)
|
2016-03-21 21:21:40 +00:00 |
|
Ralf Becker
|
85695f0d41
|
split html class to Api\Html, Api\Header\Content, Api\Header\UserAgent and translation
|
2016-03-13 11:22:44 +00:00 |
|
Ralf Becker
|
c1e0b16d88
|
if there is no primary key lock table on backup to be able to query rows in chunks to limit memory usage
|
2016-03-09 20:25:22 +00:00 |
|
Ralf Becker
|
20da4e41bc
|
an other namespace fix
|
2016-03-09 19:45:21 +00:00 |
|
Ralf Becker
|
49f75bc8dd
|
move non-mail specific methods of translation class to Api\Translation
|
2016-03-05 10:47:20 +00:00 |
|
Ralf Becker
|
7aa3296cc5
|
move config to Api\Config
|
2016-03-05 10:22:40 +00:00 |
|
Ralf Becker
|
1ab66dd811
|
move exceptions to new api structure, thought to catch an exception by its deprecated name, new exceptions have to extend deprecated ones
|
2016-02-28 13:43:06 +00:00 |
|
Ralf Becker
|
9bf4dd288e
|
moved egw_cache to Api\Cache
|
2016-02-28 09:38:36 +00:00 |
|
Ralf Becker
|
86955dfc95
|
work in progress: using ADOdb 5.20 and move db classes to new api directory
|
2016-02-20 20:27:17 +00:00 |
|