-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
56 lines (48 loc) · 2.64 KB
/
ChangeLog.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
Modified by Arthur Khusnutdinov ([email protected]), August 2011
- Fix for Issue 17: Version number not reset when changing repository URL
- Realized the function getting the file size. It may be useful at the time
of the file - sometimes the resulting file size is
0 bytes - need to check the received file size to its size, obtained from the
repository.
- The logic of check of the size of the received file with the size of that
in a repository is implemented. If the sizes of files differ, 2 more additional
attempts to download a file are undertaken. (Issue 15)
Modified by Arthur Khusnutdinov ([email protected]), July-August 2011
- Implemented new functionality to form a diff between revisions
in the repository
- Code cleanup
- Revision history moved from the phpsvnclient.php to the file ChangeLog.txt
Modified by Arthur Khusnutdinov ([email protected]), July 2011
- Implemented functional run the necessary script at the end of the
functional checkout and svnupdate. It may be useful for automating the
deployment site. For example, after filling sources to the site is often
necessary to fill the sql dump into the database on the hosting.
Modified by Arthur Khusnutdinov ([email protected]), June 2011
- Updated phpdoc
- Added README.md
- Implemented pseudo-svnupdate functional
Modified by Ethan Smith ([email protected]), April 2008
- Added support for non-standard port numbers (rewrote cleanURL)
- getFileLogs will now include an array of files, if multiple
have been modified files are
- added setRepository method, to fix mis-spelling of old
setRespository method
- various bugfixes (out by one error on getFileLogs)
Modified by Ethan Smith ([email protected]), June 23 2008
- Removed references to storeFileLogs as a member variable - it's
now a local variable within getFileLogs() called $fileLogs
- getFile() now checks if you are requesting a directory, and
will return false if you are.
- Added a new parameter to run getDirectoryTree non- recursively
Modified by Per Soderlind ([email protected]), August 13 2008
- Added support for LP2:BASELINE-RELATIVE-PATH in
storeDirectoryFiles()
- In storeDirectoryFiles(), changed if{} elseif {} to switch {}
since it's faster :)
Modified by Dmitrii Shevchenko ([email protected]),
August 17 2008
- minor change to getDirectoryTree() function
- added checkOut() function
Modified by Rasmus Berg Palm ([email protected]),
28 October 2009
- Fixed 404 error in request() when RequestURI had whitespaces