forked from NamelessMC/Nameless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
273 lines (254 loc) · 11.4 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
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
0.1.0
- Initial release
0.2.0
- Add Minecraft Market integration
- No longer need to define web store packages manually, they will be automatically synchronised with your web store
0.2.1
- Fix missing table and column if installed from new after the 0.2 release
- Fix post authors name showing Blue not White on homepage (credit: dwilson390)
0.2.2
- Fix reputation system redirecting to forum index
- Fix "headers already sent" errors in the installer
- Fix missing rules links in footer
- Fix 404 upon clicking friend's face on profile pages (credit: dwilson390)
- Fix users being inactive by default after being created by an admin
- Fix issue with deleting a post
0.3.0
- Add support for SRV records
- Add support for Ban Management and MaxBans
- Fix issue with sticky thread not showing in forum table view
- Add notice about replacing files manually whilst upgrading
0.3.1
- Fix missing link to Infractions from admin sidebar
- Add option to disable infractions from Pages page
- Fix 404 on Help page
- Fix plain white page on Donate page if web server is running PHP < 5.5 and user is not logged in
- Fix issue where donation currency always shows as GBP in latest donors list
- Fix issue where post editor occasionally doesn't show up in Edit Post
- Add ability to edit the post title in Edit Post if the post is OP
- Fix plain white page whilst moving threads if web server is running PHP < 5.5
- Make images responsive
- Add ability to delete a user from the admin panel
- Prevent users signing up with an already used email address
- Update CKEditor to include Bootstrap theme and Youtube button
- Update post editor to include Youtube button and changing text's colour, plus a slight button reshuffle
- Fix issues relating to having custom display names disabled
- Fix updating UUID and Minecraft usernames of users from the Admin panel
- Add user's avatar to navbar
- Change the UUID integration class to use cURL instead of file_get_contents
- Add time to when user registered on profile pages
- Add upgrade instructions to admin upgrade page instead of linking to Spigot
0.3.2
- Fix issue where a date would not display correctly in the punishments ModCP page
- Fix error whilst clicking on a user who has given reputation in modal in view topic page
- Improvements to the private messaging system, including fixing notifications and also a private message button on user profiles
- Staff application system
0.3.3
- Add a method of querying a Minecraft server externally in case the internal library doesn't work
- Fix buttons displaying incorrectly if there aren't a multiple of 4 vote sites defined
- Add LiteBans infractions integration
- Fix issue where changing users group whilst having custom displaynames disabled would remove their avatar
- Attempt to fix errors relating to timezones not being set - temporary fix until timezone support is included
- Add field to change outgoing email address in the AdminCP
- Add option to allow moderators to accept or reject applications
- Fix videos embedded in posts not showing up
- Add missing sorting function for latest posts
- Fix issue where group forum permission checkboxes will be ticked even if the group doesn't have access to that forum.
- Fix issue with favicon not displaying on all pages (credit: dwilson390)
- Fix issue which would occur when editing a reply would remove a topic's title
- Fix issue that would arise upon quoting a post containing an inverted comma
- Fix issue when deleting posts
- Fix issue which would occur when inserting data into the database, or updating existing data
0.4.0
- Remove unnecessary form validation from the AdminCP general settings tab
- Fix issues where custom avatars would not display properly
- Fix issues with MinecraftMarket synchronisation
- Allow manual activation of accounts
- Fix issue whereby a validation variable was not defined
- Fix issue upon registration if UUID was not obtainable
- Fix message status not being changed to "read" if the user is the author
- Add user tagging functionality to the forums, thanks to @fetch404
- Add button to delete a staff application question
- Fix forum table column widths
0.4.1
- Add support for pre Minecraft 1.7 servers
- Don't lock accounts after submitting a password reset
- Add XenForo converter
- Allow use of hyperlinks in signatures
- Sanitise usernames and fix blue hyperlinks in reports
- Fix friends heads moving after hovering on profile pages
- Add link to new repository for 1.0.0 in readme
- Remove port number from index page if it is 25565
- Increase length of password field and hash fields
- Replace spaces in Minecraft usernames when checking if it is a valid Minecraft account
- Decrease minimum username length to 3 characters
- Add more padding to Vote page
- Add ability to alter an existing database column
1.0.0
- Add new core modules
- Add new addons
- Add upgrader from 0.4.1
- Add new languages, currently includes Czech, EnglishUK, German, Spanish
- Add templates
- Add themes
- Add new optional email library
- Add forum labels
- Add basic subforums
- Add contributor list to readme
- Add page timer
- Add ability to enable error reporting from within the AdminCP
- Add ability to view errors from the server query from within the AdminCP
- Start support for the upcoming Nameless server plugin
- Remove 'ago' from language file as the format may not be correct in certain languages
- Add MCStock integration
- Fix issue which would occur when multiple package rows are needed on the Donate page
- Fix issue where custom avatars wouldn't upload, and also where the ability to disable a user's avatar was not available within the AdminCP
- Create placeholder for Avatars folder, as previously it would not be included in the download due to it being empty
- Allow for non-premium users to register on the website (optional)
- New permissions which allow for any group to view the ModCP/AdminCP if desired
- Add "target" as an allowed HTML attribute
- Improved install proccess, added dependencies and tidied errors
- Added example Nginx configuration
- Only sanitize input, not output for private messages
- Add GitHub link to footer
- Allow editing HTML source of custom pages
- Allow hiding link to a custom page
- Removed unnecessary line breaks from the AdminCP's Custom Pages tab
- Fix issue where people could add each other as friends multiple times
- Allow users to change their own passwords
- Allow iFrame frameBorder attribute on custom pages
- Add a new IP field which the Minecraft server query uses, to prevent looking up SRV records. Also allows support for virtual hosts
- Gravatar support
- Display recently online users
- Display when a user was last online on their profile
- Add forum breadcrumbs
- Add forum search ability
- Allow border-style, border-width, height and width CSS attributes in custom pages
- Fix images contributing to signature character limit
- New updater
1.0.1
- Remove mysqlnd requirement
- Fix issue where, instead of the topic author, the last user to post in the topic was shown in the latest discussions view.
- Fix invalid token on creating a new private message
- Fix "remember me" on signin not actually remembering the user
- Prevent users navigating to /pages directory manually
- Remove unnecessary tr tag from the play page template
- Add Minecraft status module to forum
- Add better registration error messages
- Add reCAPTCHA secret key field to AdminCP
- Change method of checking to see if a Minecraft username is valid
1.0.2
- Update German translation (thanks to @manuelgu)
- Fix issue with resetting passwords on servers running PHP < 5.5
- Fix issue where UUID would return empty during registration
- Fix Buycraft API query
1.0.3
- Add option to disable email verification
- Alert user on application completion
- View messages and alerts in navbar dropdown
- Update Chart.js and registrations chart in AdminCP
- Fix mailer "message body empty" error
- Add TeamSpeak IP to voice server viewer
1.0.4
- Fix potential fatal error during installation
- Start to fix JavaScript for CloudFlare (thanks to @computerwizjared)
- Set last online date upon registration
- Delete user's topics and posts on user deletion
- Fix duplicate user in PM listing and PM view
- Fix Donate page redirecting with a custom language
- Fix error on post deletion
- Fix Spanish translation (thanks to @lockerecca)
- Fix incorrect PM author
- Allow changing font colour in custom pages
- Fix punishments
1.0.5
- Allow disabling Play and Forums
- Add Slovak language
- Add Norsk language
- Add update notice to installer
- Don't escape navbar item text
- Prevent requiring pages outside the Nameless directory
- Change input type submit to buttons
- Display staff applications in wells
1.0.6
- Fix Vote page redirecting with a custom language
- Add French language
- Add Maintenance page
- Add Dutch language
- Add missing language support to 404 page and forum maintenance page
- Change "Online" status on profiles from server status to forum status
- Display Parent forums in table view
- Allow cancelling new replies
- Allow changing font colours in signatures
- Update Spanish translation
- Fix quoting posts containing apostrophes
- Add missing translations
- Allow custom icons in navbar
- Add code insertion to editor
1.0.7
- Fix null Group HTML error
- Don't check if admin account is valid MC account
- Allow cancelling reporting posts
- Remove Minecraft username check in Admin Users tab
- Fix editing posts not having any labels selected
- Fix undefined Smarty variable
- Fix ampersand not displaying correctly
- Change config double quotes to single quotes
- Fix undefined language variable in password reset
- Fix extra pagination page being displayed
- Fix 0th page displaying in pagination
- Fix display issues with floating content
- Set email charset as UTF-8
- Add Finnish language
- Allow users to update their Minecraft usernames
- Update Norsk language
- Fix Admin core page redirect
- Fix tagging alert issue
- Fix footer navigation array for addons
- Enable "More" dropdown in navbar
- Fix avatars not uploading
- Change profile image size to 300x300
- Display custom avatars in navbar
- Update base directory setting
- Display group HTML in memberlist
- Display message if installer couldn't delete itself
- Modify friend system
- Display custom avatars in Members list
- Allow functionality if cache is not present
- Fix Paper theme Jumbotron font colour
- Update profile system
1.0.8
- Add missing icons to navbar
- Update friend/follower avatars on profile page
- Add thumbs up icon to likes on profile page
- Add permission check to latest profile posts
- Fix profile issue for unregistered users
- Add custom DB class
- Add Infractions addon
- Allow deleting all server query errors
- Remove requirement for location and birthday
- Separate user likes on profile pages
- Prevent modifying root user
- Add support for Discord widget
- Fix infinite loop on profile pages
1.0.9
- Fix $p undefined error when pointing to a specific post
- Display Infractions config permissions error
- Fix Infractions usernames not displaying
- Move page title to header
- Check if Members addon is enabled before displaying the member list
- Add XenForo converter
- Remove PHP short tags from pagination rendering
- Fix oversized friend avatars
- Add continuous private message system
- Fix Infractions pagination issue
- Automatically mark alerts as read
- Fix Donate sync issue
- Update Norsk language
- Add Portuguese translation
- Fix Infractions undefined offset error
- Fix potential directory separator issues
- Add two factor authentication
- Add custom infraction database prefixes
- Fix private messaging date issues
- Fix QR cURL error