-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversion.php
231 lines (205 loc) · 9.57 KB
/
version.php
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<?php
require('conf/variables.php');
require('top.php');
?>
<h1>Site development & Changes</h1>
<h2>Version 0.4.0</h2>
<ul>
<li>Redesign database to store all the information against games and not players.</li>
<li>Allow upload of and download of replays.</li>
<li>Game reporting give you a better summary of the results when entered.</li>
<li>Contested games are visible in the games history and struck out.</li>
<li>Complete overhaul of administration interface to ensure all function operate.</li>
<li>Update rss to record the correct posting time of a game or new player.</li>
<li>Removed all unused files</li>
<li>Move all ranking work into the elo.class.php</li>
<li>The relevant part of the ladder is automatically reranked when a game is removed.</li>
<li>Reworked the login functionality to use sessions.</li>
<li>Administrators are now ladder members with an is_admin flag.</li>
<li>JQuery tablesorter was applied to games and players pages.</li>
<li>General GUI cleanup, it's not perfect, but it's better.</li>
<li>Rolled a number of similiar functions into one place, eg Ladder and My Ladder</li>
</ul>
<h2>Version 0.3.0</h2>
<ul>
<li>Import code into SVN</li>
<li>Update installation procedures to be part of the admin section of the application.</li>
<li>Restructure files to hopefully make the layout easier to follow.</li>
<li>Begin the work of using stylesheets and div's for layout design and not nested tables.</li>
<li>Update the look to be more like wesnoth, using the css that is now available.</li>
</ul>
<h2>16 April 08</h2>
<ul>
<li>Fix: Removed duplicate column when viewing Newcomers in statistics.</li>
<li>Added: Flags for China, Romania and Thailand were added.</li>
</ul>
<h2>27 March 08</h2>
<ul>
<li>Added: Title field. Players who do something for the wesnoth community can request to get a title, viewable in
their profile.
</li>
<li>Fix: United Arab Emirates typo fixed in the country listing, along with the addiiton of the flag.</li>
</ul>
<h2>20 March 08</h2>
<ul>
<li>Added: Lithuanian flag.</li>
<li>Added: In the profile you can now see ho wmany points a player wins in average when she wins, how many she loses
in average when she loses, and how many points she gains/loses per game no matter if she lost or won it. Very
interesting numbers if you get the picture.
</li>
<li>Added: In the profile, after the rating, you can now see how you rank within your Elo class.</li>
</ul>
<h2>05 March 08</h2>
<ul>
<li>Added: Ladder colours - visually shows who has played the most games, has the highest win streak and who hasn't
lost a game.
</li>
<li>Added: In others profile you can now see, if you are logged in, the points you would win or lose by playing
against that person.
</li>
<li>Update: Registration e-mail. Now includes info about the nature of the rating system.</li>
</ul>
<h2>01 March 08</h2>
<ul>
<li>Added: Passive mode - only players who play at least one game every 30th day will show in the ladder table.</li>
<li>Added: The player can now, while being logged in and viewing their profile, see how many days they have until
being made a passive player. Whenever a game is played and reported the amount of days is reset to 30.
</li>
</ul>
<h2>29 February 08</h2>
<ul>
<li>Update: Re-vamped the play-now list functions. It now shows on what server the player thats looking for a game
can be found and also the players rating.
</li>
</ul>
<h2>23 February 08</h2>
<ul>
<li>Fixed: A bug that allowed players to change their passwords without verifying them and also saving them the
wrong way if it happened, effectlivley locking the player out from his/her account.
</li>
<li>Added: Wesnoth ingame friends list, at Docs demand. There's now an easy way to add all ladder players as
friends.
</li>
<li>Update: New players that signup must now use Wesnoth multiplayer legite nicknames, no spaces or frakking wicked
characters allowed any more.
</li>
<li>Update: A player needs to play at least 3 games to get ranked, and to have a rating of at least 1500 to be
listed in the ladder table.
</li>
</ul>
<h2>17 December 07</h2>
<ul>
<li>Added: "I'm looking for a game"-list, which now allows you to find ladder opponents with even more ease. No
hunting in chat channels or open browsers required. Just the push of a button ; )
</li>
</ul>
<h2>10 December 07</h2>
<ul>
<li>Update: Error message when you enter an invalid activation code, as it could actually mean that you've already
verified and that it's already working.
</li>
<li>Update: Rank in profile now shows nothing if you're unranked, opposed to whatever the rank was for 1500.</li>
<li>Update: Recent games in profile doesn't show if you have <1 played games.</li>
</ul>
<h2>04 December 07</h2>
<ul>
<li>Added: Nauro flag</li>
<li>Added: Rebel shaman as avatar.</li>
</ul>
<h2>15 November 07</h2>
<ul>
<li>Added: Rank is now seen in the profile.</li>
<li>Added: Czechoslovacias flag.</li>
<li>Update: Names of winners & losers are linkified to their profile in profile game history.</li>
<li>Update: Names of winners & losers are linkified to their profile in global game history.</li>
</ul>
<h2>05 November 07</h2>
<ul>
<li>Added: Slovenia and Ukraine flags.</li>
<li>Added: Jabber field in profile.</li>
<li>Added: New password function in profile.</li>
<li>Added: + & - in point history in profile.</li>
</ul>
<h2>03 November 07</h2>
<ul>
<li>Update: Way profile is displayed.</li>
<li>Added: Challenge function and link to it in profile.</li>
<li>Update: E-mail, IM:s and times when a user can play wont be seen if he doesnt want to be contacted. Neither will
challenge.
</li>
</ul>
<h2>31 October 07</h2>
<ul>
<li>Update: E-mail routine was changed.</li>
<li>Update: Username & password is now inlcuded in the activation mail, as a reminder.</li>
<li>Added: Profile shows 20 latest games.</li>
<li>Update: All game entries will from now on also show how many points the players got/lost. Before this could only
be seen for the latst played game.
</li>
<li>Added: Vatican & Slovakian flags.</li>
</ul>
<h2>29 October 07</h2>
<ul>
<li>Update: The ladder now marks you in green if you're logged in, making it easier to find yourself amongst the
other heroes.
</li>
<li>Added: Player who try to login won't be able to do so unless they have actiavted their account.</li>
<li>Update: Password encryption via hashing & salting and what not.</li>
<li>Added: Login system.</li>
<li>Added: Profile item in menu when logged in.</li>
<li>Update: Removed the winner drop down box when reporting a game. Winner is always you and your name is there
since you must be logged in to report a game.
</li>
<li>Update: Join icon in menu is only seen when logged out.</li>
<li>Added: When logged in your nick is displayed in the top right, along with the option to log out at the bottom
right.
</li>
</ul>
<h2>27 October 07</h2>
<ul>
<li>Added: Show the 3 newest players in the news.</li>
<li>Added: Show a list of all players in inverted join order in the statistics page, placing the newest first &
descending, making it easy to see all newcomers.
</li>
<li>Changed layout on index.php into 2-column and with smaller font size.</li>
<li>Added: More stats on index.php.</li>
</ul>
<h2>13 October 07</h2>
<ul>
<li>Changed the password label so it now shows more clearly that it is the winner who must report a game.</li>
<li>Added new countries to the countries list when registering/updating profile. There are now a zillion nations in
it.
</li>
<li>Added profile info so it now includes a hint about when a player is most likley to be able to play a game.</li>
</ul>
<h2>12 October 07</h2>
<ul>
<li>Added this (version.php) page.</li>
<li>Changed the way e-mail/msn info is displayed in profile & player sections: They're now obfuscated, @ is
converted to (at) and . becomes (dot).
</li>
<li>Added message me/don't message me to play a game info in Profiles & the abolity to change it in profile
setup.
</li>
<li>Added version of wesnoth info in Profiles & in profile setup.</li>
</ul>
<h2>Prior to 12 October 07</h2>
<ul>
<li>Extra password verfication field was added in Join.</li>
<li>Mandatory option to set your version of Wesnoth when Joining.</li>
<li>Mandatory to type e-mail when joining</li>
<li>New members get a verfication mail with a link that they need to click to activate their account.</li>
<li>Only activated accounts can report a game.</li>
<li>Its now clearer which fields are mandatory or not.</li>
<li>The date of the latest game played, the result of it, who your opponent was and how many points you lost/won can
now be seen in your profile (just click your name).<p>If you've played games and it shows 0 it's because you
played them before this was implemented - check it after the next game you play</p></li>
<li>Added plenty of new avatars</li>
<li>Added timestamp to reported games so it now shows when a game was reported/played.</li>
<li>Fix: There was a bug in the original code concerning the Elo counting that has been taken care of. It gave/took
too many points. All ratings have been updated so they're correct now.
</li>
</ul>
<?php
require('bottom.php');
?>