-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.txt
63 lines (51 loc) · 2.03 KB
/
info.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
syncData
(c) 2011 by phpManufaktur
Ralf Hertsch, Stockholmer Str. 31, 13359 Berlin (Germany)
http://phpManufaktur.de - [email protected]
Release 0.51
changed method to include pclzip (cover WB and LEPTON)
uses now cUrl as preferred method to connect and download data from remote server
added: if toolConfirmationLog is installed, the client will try to update the
log files at the sync server.
increased fault tolerance if downloaded archives does not pass the tests - syncData
now delete the archive, prompt a message and invite to retry the synchronisation
Release 0.50
2011-09-26
published: first syncData beta release for LEPTON CMS
Release 0.17
2011-09-26
changed: no longer use the param "server" in the droplet [[sync_client]] to
avoid problems while replacing URL's in the content. Tell the client
the server address (URL) now in the backend configuration.
Release 0.16
2011-09-07
fixed: missing set_time_limit() let running class.synchronize.php into a timeout.
Release 0.15
- not published -
Release 0.14
2011-09-06
fixed: some typos in DE language file
added: droplet sync_client for synchronize local installations with an server
Release 0.13
2011-09-02
fixed: restore process expects always tables and files for restore and causes
an error if there is nothing to do
changed: some typos in DE language file
Release 0.12
2011-09-01
fixed: at the backup finish message the download link does not work (missing
*.zip extension)
changed: method of embedding helper classes dbConnect_LE, kitTools and Dwoo if
they are not installed
changed: general code fixing and cleanup
fixed: problem comparing files and tables stored from a linux system with files
and tables on a windows system
Release 0.11
2011-08-26
fixed: fallback for dbConnect_LE does not work
fixed: using referencing in function calls
added: AutoExec function enables syncData to continue processes automatically
fixed: Restore does not initialize proper if no backup archive exists
Release 0.10
2011-08-25
First Beta Release