-
Notifications
You must be signed in to change notification settings - Fork 6
/
change_log.html
executable file
·161 lines (157 loc) · 4.29 KB
/
change_log.html
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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>AutoIndex PHP Script: Change Log</title>
<style type="text/css" title="AutoIndex Default">
html, body
{
font-family: verdana, lucidia, sans-serif;
font-size: 13px;
background-color: #F0F0F0;
color: #000000;
}
h4, h5
{
text-align: center;
color: #000000;
}
a
{
color: #000000;
text-decoration: none;
}
#main
{
padding-left: 6px;
border: 1px solid #7F8FA9;
background: #F2F6FC;
color: #000020;
font-family: lucida console, sans-serif;
font-size: 12px;
}
</style>
</head>
<body>
<h4>
<a href="http://autoindex.sourceforge.net">AutoIndex PHP Script</a>,
by <a href="mailto:JustinHagstrom [at] yahoo [dot] com">Justin Hagstrom</a>
</h4>
<h5>
Change Log
</h5>
<p>
</p>
<div id="main">
<p>
<strong>Legend</strong>:
<br />(+) Added feature
<br />(!) Security bug fixed
<br />(-) Bug fixed
<br />(*) Improved/changed feature
<br />( ) Non-code change
</p>
<p>
</p>
<p>
<strong>Version 2.2.4</strong> (2007-Nov-09)
<br />(!) Fixed DOS bug
<br />( ) Added Vista icon set
</p>
<p>
<strong>Version 2.2.3</strong> (2007-Nov-05)
<br />(!) Fixed XSS bug
</p>
<p>
<strong>Version 2.2.2</strong> (2007-Jul-24)
<br />(!) Fixed XSS bug in search feature
</p>
<p>
<strong>Version 2.2.1</strong> (2007-Jan-06)
<br />(*) Improved handling of passwords with .htaccess
<br />(*) Improved default stylesheet
<br />( ) Added Danish translation
<br />( ) Updated Dutch translation
</p>
<p>
<strong>Version 2.2.0</strong> (2006-Jan-02)
<br />(+) Added a pagination feature
<br />(+) Language is selected based on the user's browser's default
<br />(+) Added support for PHP 5.1.x and higher
<br />( ) Added Greek and Japanese translations
</p>
<p>
<strong>Version 2.1.2</strong> (2005-Aug-11)
<br />(-) Fixed bug when editing descriptions of filenames that have special characters
<br />( ) Added Czech and Slovak translations
</p>
<p>
<strong>Version 2.1.1</strong> (2005-Jul-06)
<br />(!) Fixed bug with search box
<br />( ) Added Swedish translation
</p>
<p>
<strong>Version 2.1.0</strong> (2005-Feb-14)
<br />(+) Added a .htaccess parser
<br />(+) Added an FTP browser
<br />(+) Added <em>moderator</em> and <em>banned</em> account levels
<br />(+) Added a feature to let moderators/admins change their own password
</p>
<p>
<strong>Version 2.0.7</strong> (2005-Jan-14)
<br />(-) Fixed <em>file_description</em> feature
</p>
<p>
<strong>Version 2.0.6</strong> (2005-Jan-04)
<br />(+) Admins are able to copy files from other servers (similar to "wget")
<br />( ) Added Thai and Arabic translations
</p>
<p>
<strong>Version 2.0.5</strong> (2004-Sep-02)
<br />(+) When <em>force_download</em> is on, the MIME-type sent depends on the file extension
<br />(*) Using <em>hidden_files</em> to only show certain files no longer restricts directories
</p>
<p>
<strong>Version 2.0.4</strong> (2004-Aug-17)
<br />(*) When reconfiguring the script, the current settings are selected instead of the defaults
<br />( ) Added Polish translation
</p>
<p>
<strong>Version 2.0.3</strong> (2004-Jul-26)
<br />(*) Nested if-statements can be used in the template files
<br />(*) Folders do not have to be empty to be deleted
</p>
<p>
<strong>Version 2.0.2</strong> (2004-Jul-13)
<br />(*) All output is XHTML 1.1 compliant
<br />(*) The <em>do_every</em> template command now does not include the last file listed
</p>
<p>
<strong>Version 2.0.1</strong> (2004-Jul-05)
<br />(+) Added directory cache feature
<br />(*) Added <em>include</em> command to the template system
<br />(-) Fixed search page bug when <em>download_count</em> was on
</p>
<p>
<strong>Version 2.0.0</strong> (2004-Jun-24)
</p>
<p>
Complete rewrite from version 1.0:
</p>
<ul>
<li>
Now uses PHP 5. PHP version 5.0 or higher is required.
</li>
<li>
All the features of version 1, plus:
<br />(+) Has a template system for all HTML output
<br />(+) Tar archives of directories can be downloaded
<br />(+) Each user account can have its own home directory
<br />(*) Passwords are stored as a sha-1 hash rather than md5 (this is slightly more secure)
</li>
</ul>
</div>
</body>
</html>