-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
67 lines (59 loc) · 2.47 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
57
58
59
60
61
62
63
64
65
66
67
23-01-2011 Clemens Tietze <[email protected]>
---
added: threading
added: MAX_THREADS
added: sitename-sample config
10-05-2010 Clemens Tietze <[email protected]>
---
changed: completeRelativePath method now extracts the parent path
07-05-2010 Clemens Tietze <[email protected]>
---
changed: Unittest method "test_path_regex" to "test_completeRelativePath"
Improved: new method completeRelativePath to make a server absolute path within the parent and the actual path
06-05-2010 Clemens Tietze <[email protected]>
---
* Added Unittest method "test_extractLinks"
* Added Unittest method "test_path_regex"
* Improved ignoreLink method
* Improved extractLinks method to find relative links too
* Improved readDataRecursivly method to add the former path if the link is relative
* Improved loadConfigurationSite load INCLUDE_PATTERN / EXCLUDE_PATTERN checks now for empty string
25-03-2010 Clemens Tietze <[email protected]>
---
* Added destructor
* Improved info and debug messages
* Added LINK_DEPTH option to loadConfiguration method
24-03-2010 Clemens Tietze <[email protected]>
---
* Improved "smtpsend" to send mails without authentification
* Added Unittest method "test_write2file"
* Improved "ignoreLink" method and debug message
* Renamed option EXCLUDE_TYPES to EXCLUDE_PATTERN
* Renamed option INCLUDE_TYPES to INCLUDE_FILETYPES
* Renamed "checkLink" method to "ignoreLink"
* Renamed all config options
* Refactored "loadConfiguration" and splitted to "loadConfiguration" and "loadConfigurationSite"
* Added single config file for specific site
* Restructured the project file system
23-03-2010 Clemens Tietze <[email protected]>
---
* Added close and connect httpconnection method to "start"
* Removed close and connect httpconnection from getResponse
* Added configuration option: useragent
* Added cookie to getResponse httpconnection
* Improved getResponse connection is now keep-alive
* Added configuration option: SMTP_TTLS
* Added smtpsend method
* Removed mailHelper class
* Added unittests
* Added configuration option: mail server settings
* Improved debug, exception and error messages
22-03-2010 Clemens Tietze <[email protected]>
---
* Added configuration option: reportlevel
* Added showStatusCode
* Improvement: generateReport compares now the statuscode with the reportlevel setting
25-01-2010 Clemens Tietze <[email protected]>
---
* Added sections to config file
* Added config file