-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
executable file
·170 lines (130 loc) · 4.23 KB
/
Changes
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
Revision history for mojo-checkbot
0.40 2014/07/21
- Removed deprecated match option in favor of match-for-check and
match-for-crawl.
- Improved report design.
- Added discard 2xx button.
- Added limit option.
- Upgraded mojo-legacy to v5.12.
- Fixed a bug on resolving base tag without scheme
0.39 2013/11/19
- Fixed a bug that html validation hasn't worked propery.
- Fixed a bug on sending post requests.
- Fixed CSS
0.38 2013/11/12
- Updated bundled Mojolicious to v4.57.
- Set timeout default back to 15.
0.37 2013/11/12
- Updated bundled Mojolicious to v4.41.
- Marquee is adopted for application layer framework.
- Improved design.
0.36 2011/12/16
- Fixed a bug that this hasn't been working without Clone.pm
- Added commandline option validator-nu which activate online validation.
- Added commandline option validator-nu-url for case you need your own one.
0.35 2011/12/08
- Mojolicious v2.36 is bundled.
- Improved HTML validation
0.34 2011/12/05
- Added experimental dtd for html5 in xhtml
- Fixed a bug that html validate hasn't work when depth limited to 1
0.33 2011/11/25
- Added mime type and size on report.
- Fixed small bug on authentication dialog
0.32 2011/11/24
- Mojolicious v2.31 is bundled.
- Improved report view not to show user info.
- Improved match* options to be set multiple time
- Added not-match-for-check and not-match-for-crawl option
0.31 2011/11/19
- Improved html validator report.
0.30 2011/11/18
- Added html-validate option
0.29 2011/11/18
- Mojolicious v2.27 bundled
- Improved notifier that 401 auth also appears.
0.28 2011/11/16
- Fixed a bug on lightbox initialization
0.27 2011/11/15
- Added notifier feature for activate form dialog
- Added depth option for command api
0.26 2011/11/15
- Reduced form dialog for deeply same forms not to appear twice
0.25 2011/11/14
- Improved dom analizer to detect embed, frame, iframe and input for src url.
- Fixed a bug on forms that caused dialogs to appear only once per action url.
- Changed default ua name
- Userinfo for authentication are limited to be used on same port.
0.24 2011/11/12
- Fixed a bug on performance caused by sleep option
0.23 2011/11/11
- Added form dialog allowing to crawl beyond forms.
0.22 2011/11/10
- Mojolicious v2.25 bundled
- Fixed a small bug that ioloop hasn't droped when queue is empty.
- Added match-for-check and match-for-crawl option.
- Added Authentication dialog
0.21 2011/10/27
- Added evacuate option to set interval for temporary file output
0.20 2011/10/27
- Fixed a bug on sleep option that hasn't block next queue propery
0.19 2011/10/27
- Added noevacuate option
- Improved command API
0.18 2011/10/26
- Fixed oops on test
0.17 2011/10/26
- Improved status filter on report
- Reduced undef warnings on detecting lang on windows
- URLs in stylesheets are also checked
- Fixed a bug on resolving scheme-less url
0.16 2011/10/26
- Improved internals
- Improved documentation
0.15 2011/10/25
- Reduced cache size
- Fixed a small bug on resume
- Reduced memory dissipation
0.14 2011/10/25
- Fixed a bug on fetching very large report
- Script file is moved to mojo root
- Mojolicious2.10 is bundled
0.13 2011/10/25
- Redirection with meta tag also detected
- Redirection is reported as separated requests
0.12 2011/10/24
- Added resume option
- Fixed a bug on timeout option
0.11 2011/10/23
- Fixed a bug on installation
0.10 2011/10/23
- Fixed some test bugs.
- Improved documentation.
0.09 2011/10/22
- Context defaults to dom itself
- help localized for japanese
- Improved Report design
- Improved Internals
0.08 2011/10/22
- crawling errors are also reported
- help is written.
0.07 2011/10/21
- timeout option added
0.06 2011/10/21
- Checkbox for hide 2xx status added on report view
- Behaves better on illigal rel path
= fixed a bug on ua handling
- Also checks ftp scheme
- Also checks area tags
0.05 2011/10/21
- Got better charset guessing
- Right base url on redirect
- Mojolicious 2.03 bundled
0.04 2011/10/21
- img, link, script tags are also checked
0.03 2011/10/20
- charset defaults to 'utf-8'
0.02 2011/10/20
- charset is respected
0.01 2011/10/18
- initial release