summaryrefslogtreecommitdiff
blob: 5cbfac441990c8397eae22bb3344894dd93a5efc (plain)
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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
phpBB-2-0-23-gentoo-p9 (2013-04-21)
- increase size of some mediumint database IDs (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p8 (2013-02-26)
- ensure code is compatible with php 5.4 (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p7 (2013-01-20)
- trigger watched user e-mail when profile is edited (tomk)
- trigger watched user e-mail when posts are edited (tomk)
- prevent piwik mixed content warnings when using https with javascript disabled (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p5 (2011-12-01)
- Added configurable piwik code (tomk)
- Added link to wiki.gentoo.org to overall footer (tomk)
- Typo in italian mod language pack, fixes bug #383657 (tomk)
- explicitly set default timezone, used for log message timestamps (desultory)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p5 (2011-02-20)
- Show hostname on ACP 'Make Includes' page (tomk)
- Bugfix CIDR IP ban session dropping (desultory)
- Add signature to user field search options (desultory)
- Show registration IP on profile page for mods/admins (tomk)
- Unban by username using text field instead of list to avoid memory footprint problems (desultory)
- Added stopforumspam.com functionality (tomk)
- Send daily profile spammer summary email (tomk)
- Allow searching profile spammers by e-mail in ACP and show spam reason (tomk)
- Added 'mark as spammer' to ban page to add spammer to stopforumspam.com (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p4 (2010-11-17)
- Simplified ACP ban page when banning from profile (desultory)
- Prevent ACP ban page hitting memory limit (tomk)
- Show bbcode snippet to add to ban report topic after banning user (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p3 (2010-09-09)
- Use insert ignore into phpbb_spammers table to prevent potential duplicate key error (desultory)
- Log requests to syslog (tomk)
- Fix bug that prevents being able to unsubscribe someone from a user group (tomk)
- Show if user is banned in memberlist for mods (tomk)
- Prevent non-replication safe id generation (robbat2/tomk)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p2 (2010-05-18)
- Allow profile spammer identification based solely on timezone and language selection (tomk)
- Fix copyright notice (tomk)
- Show IP address in subject of duplicate/watched/spammer e-mails (tomk)
- Only allow spaces in usernames and not all whitespace characters (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-23-gentoo-p1 (2009-07-30)
- Upgraded to 2.0.23 (desultory)
- Various minor tweaks to allow the board to be placed behind a proxy (desultory)
- Template changes for sitemap addition and for move to Gossamer Threads Inc.� hosting. (desultory)
- Changed the user_id column of phpbb_users to auto_increment, to work properly with database replication, made necessary adjustments to the php (2009-08-19) (robbat2)

-------------------------------------------------------------------------------

phpBB-2-0-22.gentoo-p6 (2008-07-01)
- Prevent searches hitting the php memory limit (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-22.gentoo-p5 (2007-09-07)
- Prevent SQL errors due to MySQL 5's stricter JOIN optimiser (tomk)
- Convert forums to UTF-8, fixes bug #102537 (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-22.gentoo-p4 (2007-08-19)
- Prevent unanswered posts hitting memory limit (tomk)

-------------------------------------------------------------------------------

phpBB-2-0-22.gentoo-p3 (2007-04-12)
- Fixed broken links in profile spammer dupe IP emails (tomk)
- Removed extra 'Forums' from welcome email subjects, thanks to tomaw for reporting (tomk)
- Prevent search.php hitting the memory limit when trying to delete inactive sessions (tomk)
- Various translations, thanks to all the translators (tomk)

-------------------------------------------------------------------------------

phpBB-2.0.22-gentoo-p2 (2007-03-07)
- Added Earthwings' pretty post report buttons. (Maedhros)
- Removed search matching options from the search page (only AND has been supported since 2003). (tomk)
- Added date command to run when reporting a tor error. (tomk)
- Added note that it can take up to an hour for the tor blacklist to update (tomk).
- Added functionality/UI to prevent profile spammers. (tomk)
-- Added ability to use wildcards in the user search in the ACP. (tomk)
-- Improved error message when no spammers found. (tomk)

-------------------------------------------------------------------------------

phpBB-2.0.22-gentoo-p1 (2006-12-29)
- Upgraded to phpBB 2.0.22 http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=489624 (tomk)
- Limit number of characters shown for each post in the split topic screen, https://forums.gentoo.org/viewtopic-p-3797188.html#3797188 (tomk)
- Show an error when sending a PM to the GLSA bot (tomk)
- Added Russian translations, thanks to achumakov (tomk)
- HTML encode usernames when searching by author, fixes bug #144905 (tomk)
- Added opensearch functionality, fixes bug #158998 (tomk)

-------------------------------------------------------------------------------

phpBB-2.0.21-gentoo-p5 (2006-11-13)
- Make it possible to specify a comma-seperated list of forums that don't count towards a user's postcount. (Maedhros)
- Improved block_tor.sh script, fixes bug #150894 (tomk)

-------------------------------------------------------------------------------

phpBB-2.0.21-gentoo-p4 (2006-09-09)
- Check that a post/topic/user hasn't been reported already when submitting the report, as well as when first clicking the "report this x" link. (Maedhros)
- Don't show the "report this x" link in the report thread. (Maedhros)
- Added French FAQ translation, thanks to anigel, fixes bug #144602 (tomk)
- Fixed unlocalised string in glance.php, thanks to achumakov, fixes bug #133059 (tomk)
- Added Portuguese translations, thanks to jmbsvicetto, fixes bug #144815 (tomk)
- Added redesign template (tomk)
- Added implode wrapper which respects memory_limit, prevents errors with unanaswered search, fixes bug #146325 (tomk)

-------------------------------------------------------------------------------

phpBB-2.0.21-gentoo-p3 (2006-08-13)
- Added more detailed installation instructions, and added an sql file containing the basic data needed to install a copy of the forums code. (Maedhros)
- Added a confirmation to the dustbin button for moderators who can't move posts back out again. (Maedhros)
- Don't allow moderators to move topics to forums they are not a moderator of, except the dustbin (tomk)
- Improved delete inactive accounts script. (tomk)
- Add a "report this to a moderator" feature. (Maedhros)
-- Posts "reports" to the "Report" thread, which is configurable in the ACP
-- Can be disabled by setting the report thread to 0 in the ACP
-- Altered to use a JOIN rather than a new column for posts/users/topics (thanks Earthwings for the advice)
- Fixed problems where some users received emails with subjects in the wrong language, https://forums.gentoo.org/viewtopic-t-486123.html (tomk)
- Fixed problem where admin activation emails were sometimes sent in the wrong language. (tomk)
- Don't send out emails about being added to a group when email notifications are switched off in the ACP (tomk)
- Fix a call to the non-existant Cookie class, which should have been SessionCookie. (Maedhros)
- Added mark_alec's rank_rect_5_userrep.gif rank image. (Maedhros)
- Don't show profile data if user is inactive, unless you're a mod/admin (tomk)
- Fixed php header in lang_extra.php files (tomk)
- Added links to the FAQ forum and Documentation FAQs on the FAQ page (tomk)
- Added rackathon link (tomk)

-------------------------------------------------------------------------------

phpBB-2.0.21-gentoo-p2 (2006-07-17)
- Sync topics that posts have been deleted from when using deleteall so they don't mysteriously disappear when viewing the forum.
- Show if account has been banned in viewprofile.php - mods/admins only
- Use user_session_time instead of user_lastvisit in ACP search, fixes last visit inaccuracies
- Send http and https links to devs in privmsg notifications (fixes the new part of bug #115811)
- Added "View posts since last visit" to forum/topic/search results pages.
- When viewing/searching for a users posts show the newest ones first
- Don't apply maximum number of poll options for mods/admins

-------------------------------------------------------------------------------

phpBB-2.0.21-gentoo-p1 (2006-06-10)
- Upgraded to phpBB 2.0.21: http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=397315
- Added Italian translations, thanks to randomaze, fixes bug #132603
- Added French translations, thanks to anigel, fixes bugs #132725 and #132733
- Fix marking forums as read on the index page
- Ensure the bugzilla link at the bottom of the page is https if using https
- Allow ranks to have colours associated with them, to be shown in the "Who's Online", and "Users browsing this forum" lists.
- Fix some broken escaping in the Swedish lang pack
- General code cleanup
- Make visual confimation code use entire alphabet instead of 0-F
- Added updated language packs

-------------------------------------------------------------------------------

phpBB-2.0.20-gentoo-p4 (2006-05-07)
- Added code to check for updated GLSAs and edit the appropriate post, fixes bug #126339
- Show links in the dustbin for mods/admins
- Don't add mailto: links to email addresses in bbcode if you're not logged in, prevents harvesting
- Added option for hiding poll results until poll closes
-- Allow mods as well as admins to see the results
- Added colour coding to the delete all posts confirm page
- Don't send out PM notifications if notifications disabled in the ACP
- Don't allow sending PMs to banned users, fixes bug #131585
- Added auto language detection mod - http://www.phpbb.com/phpBB/viewtopic.php?t=148965
- Changed cookie handling mechanism, prevents https->http logouts, thanks to Maedhros
- Added some French translations, thanks to Alexandre Veyrenc, fixes bug #131800
-- More French translations, thanks to Hubert MERCIER, fixes bug #131956
- Fixed a bug which prevented yahoo messenger searches in the ACP
-- Increase maximum size for that search box
- Allow apostrophes in bbcode URIs
- Allow adding comment number to [bug] bbcode tag
- redirect to the user's profile if activating from watched/dupe ip
- Fix typo in bbcode.php, thanks to Maedhros for spotting it
- Lowercase search stopwords and synonyms, fixes bug #132384

-------------------------------------------------------------------------------

phpBB-2.0.20-gentoo-p3 (2006-04-23)
- Make link from profile/dustbin ban return to framed ACP index after re-authentication
- Show "ban this user" button in the users profile only if the user is not banned
- Made "Latest site news" urls google friendly; cleaned up the glance code (a bit)
-- Made view=newest google friendly
- fixed typo in lang_extra (en)
- Hide memberlist from users that are not logged in (spambots)
- make use of static data from includes for subforums too (viewforum)
- added username search to memberlist, fixes bug #104861
- do not redirect to posting.php when automove-post is checked but the thread has not been moved
- groupcp.php urls protocol fix in emails - fixes bug #129976
- use lang_extra for statistic modules instead of seperate language files in htdocs/stat_modules/$modulename/lang_$langauge/lang.php (remember to check in/copy the translated files before deploying the changes!)
- removed stat-module language files; using lang_extra now
- fixed bug 128097 - Merging threads while others reply breaks
- show if account has been activated: viewprofile, memberlist (mods/admins only)
- added link to acp/usermanagement in viewprofile (admins only)
-- Made link work after re-authenticating
- Don't do flood control for mods/admins when sending PMs
- Added 'Links' and posting warning (check guidelines, FAQ, etc.) to language packs
- Fixed typo in lang_bbcode.php, fixes bug #129856
- Don't throw an error if $lang_user_earch.php doesn't exist
- Prevent SQL error when using mysql4 dbms
- Fixed bug which shows blank page when inactive user tries to login: http://www.phpbb.com/bugs/viewreport.php?b=1492
- fixed problems with broken links to topics that were merged
- Added index and unique constraint on username column, renamed 8 duplicate usernames to username_

-------------------------------------------------------------------------------

phpBB-2.0.20-gentoo-p2 (2006-04-11)
- Don't do the search flood control for users with more than x posts or users who registered more than x days ago
- When searching for 'post since last visit' limit it to the last 8 weeks if their last visit was more than that to prevent SQL errors
- Some corrections to French, Portuguese and Spanish translations
- Added username to viewprofile <title>
- Removed extra parent id drop down when editing a forum

-------------------------------------------------------------------------------

phpBB-2.0.20-gentoo-p1 (2006-04-09)
- Updated to phpBB 2.0.20: http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=380687
- Added translation dir for files to be translated, see bug #117460
- Moved admin-specific extra words to $lang_admin_extra.php as they don't need translating
- Give search input focus on search page, fixes bug #126315
- Added translations for Dutch, Finnish, French, German, Greek, Portuguese, Spanish, Swedish
- Fix bug which would prevent you registering if there was an O in the confirmation code: http://www.phpbb.com/phpBB/viewtopic.php?p=2080790#2080790

-------------------------------------------------------------------------------

phpBB-2.0.19-gentoo-p7 (2006-03-14)
- Allow multiple users to be banned at once
- Added 'ban this user' and 'remove website' links to profile for admins
-- Link back to ACP index points to framed page

-------------------------------------------------------------------------------

phpBB-2.0.19-gentoo-p6 (2006-03-11)
- Improved make includes ACP page UI
- Changed include file arrays to be index by the relevant ID, prevents unnecessary DB lookups/data manipulation
- Add custom X-FGO-type header to forum emails for easier filtering, fixes bug #124458
- Allow [code="/etc/make.conf"] style bbcode tags, fixes bug #106124
- Added search this topic/forum dropdown to the quick search
- Fixed a phpBB bug which breaks the visual confirmation http://www.phpbb.com/bugs/viewreport.php?b=1050
- Allow links within brackets, e.g. (www.gentoo.org)
- Don't show profile data for banned users in the member list, unless you're a mod/admin
- Made 'moved from ...' default option when moving posts
- Made notify/attach sig checkboxes work correctly when moving a topic

-------------------------------------------------------------------------------

phpBB-2.0.19-gentoo-p5 (2006-02-21)
- Allow PM data to be emailed as an attachment
- Hide profile data if not logged in, fixes bug #116298
- Hide profile data for banned users unless you're a mod/admin

-------------------------------------------------------------------------------

phpBB-2.0.19-gentoo-p4 (2006-02-07)
- Fixed typo: https://forums.gentoo.org/viewtopic-p-3053857.html#3053857
- Added both profiles to the dupe IP admin emails
- Show which admin activated an account in the email sent to f-mods
- Show links to the ACP search for IPs in the duplicate/watched IP emails
- Fixed bug #121052
-- Add re-send activation link
--- it won't let you activate if your account has been disabled or your IP is being watched/duplicate
-- Added note about checking bulk mail folder for activation e-mail
-- Added note about us not activating bluebottle emails
-- Added configurable time limit before being able to resend a new activation/password
-- Made COPPA stuff always override other activation methods
-- Don't change the activation key for dupe/watched IPs if they request a new activation email
-- If you account is deactivated due to an email change allow activation keys to be resent
- Prevent brute forcing of activations/new passwords
-- invalidate the activation key if an invalid one is entered
-- use quicker and more random mt_rand for generating keys and passwords
-- generate variable length activation keys and passwords
- ACP code review
-- Fixed problem of DB size not showing in the ACP index
-- Disabled forum pruning, it can break the DB
-- Disabled possibly problematic DB backup/restore functions
-- Disabled spam all users functionality
-- Order group members by username in group permissions page
-- Don't show whether the forums are up to date on admin errors, prevents it been shown if you fail to log into the ACP
-- Use CIDR format for IP bans

-------------------------------------------------------------------------------

phpBB-2.0.19-gentoo-p3 (2006-01-22)
- Dupe/watched IP bugfixes
-- Use https for links to activate account
-- Added profile links to the emails
-- Send an email to the admins when the account has been activated
- Added profile option to show author/creation date in a separate column
-- Move author information above topic/post creation date

-------------------------------------------------------------------------------

phpBB-2.0.19-gentoo-p2 (2006-01-20)
- Fixed formatting problem with shadow topics
- Added delete all PMs by a user functionality to the ACP, fixes bug #110356
-- Fixed problems with new/unread PM counters
- Don't display links in the dustbin forum
-- Allow mods/admins to show links in the dustbin forum
-- Remove user profile data and sigs from posts in the dustbin
- Removed annoying bbcode_uid from disabled [img] tags
- Show topic creation time and rearrange author information when viewing forums indices, fixes bug #117418
-- "Greyified" topic creation date
- Added watch IP and duplicate IP functionality, fixes bug #118824
- Use include files for the index page, fixes bug #118796

-------------------------------------------------------------------------------

phpBB-2.0.19-gentoo-p1 (2006-01-02)
- Fixed sort by registration IP in the member list
- Don't use debug mode on fgo, but allow it on ftest, fixes bug #116888
- Instead of throwing an error for all caps titles, just lowercase them (with first character uppercased)
- Send both http and https links in notifications to devs, fixes bug #115811
- Added watch this user functionality for mods/admins
- Fixed bug where secret subforums would be listed even if you didn't have access to them
- Added 'view post from past 7 days' link for forums which have subforums, fixes bug #114974
- Added link to ACP in the top menu for admins
- Upgraded to phpBB 2.0.19, http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=352966
- Fixed security bug where all admins could get locked out of the ACP
- Added unlock this user functionality in the ACP
- Changed copyright to 2006

-------------------------------------------------------------------------------

phpBB-2.0.18-gentoo-p3 (2005-12-13)
- Remember search options when using https
- Fixed logic in handling topic watches when deleting posts, should fix https://forums.gentoo.org/viewtopic-t-405866.html
- Use GLSA rdf feed to post GLSAs to N&A forum, fixes bug #114861
- Show registration IP in various places: ACP, modcp view ip, memberlist
- Fixed SQL error when delete all other posts by a user
- Show phpbb upgrade info string on all admin pages
- Added optional Google Analytics javascript
- Fixed some tear-jerkingly bad code in admin_groups.php
- Changed ACP search and groupcp pages that that hitting enter in a text-box submits the correct button

-------------------------------------------------------------------------------

phpBB-2.0.18-gentoo-p2 (2005-11-18)
- Fixed bug where mods couldn't report a spammer
- Add ip used to register to users table
- Added note about not being able to detect if someone has Google Web Accelerator switched on, bug #111782.
- Go back to index after marking all topics in a forum as read, fixes bug #112683.

-------------------------------------------------------------------------------

phpBB-2.0.18-gentoo-p1 (2005-11-01)
- Upgraded to phpBB 2.0.18
-- http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=336756
- Fixed bug where mods/admins couldn't create polls
- Added a check for all upper case titles
- Added an allow email notifications config option
- Sort banned IPs and e-mail addresses in the ACP
- Added a delete all other posts link from the dustbin button
- Added dustbin forum config value to board config in ACP
- Added OTW forum config value to board config in ACP
- Fixed bug where you couldn't move categories

-------------------------------------------------------------------------------

phpBB-2.0.17-gentoo-p7 (2005-10-28)
- Scale signature input. Requested here: https://forums.gentoo.org/viewtopic-t-385323.html
- Removed encoding from templates; broke user profiles when editing
- Added subforums
-- Added include subforums in the search

-------------------------------------------------------------------------------

phpBB-2.0.17-gentoo-p6 (2005-09-26)
- Added Item button for inserting a list item as requested
--https://forums.gentoo.org/viewtopic-t-384282.html
- Fixed typo in [glep] help text
-- https://forums.gentoo.org/viewtopic-t-384288.html
- Fixed bug where some links weren't created correctly
-- https://forums.gentoo.org/viewtopic-p-2752412.html#2752412
- Fixed bug where the [profile] tags didn't work from the dustbin button
-- https://forums.gentoo.org/viewtopic-p-2754320.html#2754320

-------------------------------------------------------------------------------

phpBB-2.0.17-gentoo-p5 (2005-09-07)
- Attach signatures when moving a thread using the auto-moved post, checks mods profile for setting.
- Don't show forums... as a link.
- added [glsa], [gwn], [glep], [profile] bbcode tags.
- Removed some stale files.
- Removed the section on [img] tags from the bbcode FAQ and added new sections for the new bbcode tags.

-------------------------------------------------------------------------------

phpBB-2.0.17-gentoo-p4 (2005-08-25)
- Added index to poster_ip column of the posts table, makes ip checks ~100 times faster
- Allow + character in email addresses and * character in URIs
- Show hidden forums (if you can see them) in the jumpbox
- Fixed jumpbox for search.php
- Allow exclamation marks in usernames
- Removed Search_keywords_explain. Description no longer valid
- Fixed bug https://bugs.gentoo.org/show_bug.cgi?id=102848 (Add post and topic bbcode buttons)
- Fixed bug https://bugs.gentoo.org/show_bug.cgi?id=101180 (Non-allowed characters in usernames block profile editing)
- Fixed bug https://bugs.gentoo.org/show_bug.cgi?id=102535 (Smilies don't insert a space)
- Allow topic titles of up to 100 characters in N&A
- Changed the Russian email templates to declare the charset as KOI8-R instead of windows-1251, fixes forums.gentoo.org/viewtopic-t-376335.html
- added bug-tag to posting.php
- Added option to the users profile wheter to show avatars in threads or not. Closes bug https://bugs.gentoo.org/show_bug.cgi?id=104620

-------------------------------------------------------------------------------

phpBB-2.0.17-gentoo-p3 (2005-08-18)
- switched encoding of russian lang pack to KOI8-R according to: complains from russian users
-- https://forums.gentoo.org/viewtopic-p-2658044.html#2658044

-------------------------------------------------------------------------------

phpBB-2.0.17-gentoo-p2 (2005-08-10)
- Removed backslashes in the topic title when reporting from the dustbin button
- Fixed paths to use gentoo template dir instead of subSilver; removed stale file
- Show 'View your posts' on forums and topic views. Fixes https://forums.gentoo.org/viewtopic-p-2643097.html#2643097
- Usability: Autofocus on 'User Admin' -> 'Management' and 'Permissions' user search
- Fixed paths to use gentoo template dir instead of subSilver (ACP)
- Usability: Autofocus on username if username is undef; otherwise focus on password input 

-------------------------------------------------------------------------------

phpBB-2.0.17-gentoo-p1 (2005-07-20)
- Upgraded to phpBB 2.0.17
-- http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=308490
- Don't do flood control if you're editing a post
- Disable Tor users from using the forums, they get redirected to this page
- links to the forums
-- Allow sites beggining with forums{,test} or bugs to be linked to directly, i.e. no need to use https:// just forumstest.gentoo.org will work
--- Fixed a bug which only allows these types of links to be added if there are two dots in the url
-- links starting with '/' within url tags wil be relative to the document root
- If you're logged in over ssl make bugs.gentoo.org links always show as https
- Fixed stupid smilies replace bug
- Added the 'accounts used for spam' topic id (used from the dustbin button) to the board config and made it so that it can be changed from the ACP
- Increased the size of the 'Code' and 'List=' buttons, so the * fits in

[url]/viewtopic-t-312291.html[/url]
[url=/viewtopic-t-312291.html]this topic[/url]
Produces:
- /viewtopic-t-312291.html
- this topic

Added the [post] and [topic] bbcode tags:
[post]12345[/post]
[post=12345]some post[/post]
[topic]12345[/topic]
[topic=12345]some topic[/topic]
Produces:
- post 12345
- some post
- topic 12345
- some topic

-------------------------------------------------------------------------------

phpBB-2.0.16-gentoo-p1 (2005-06-28)
- Upgraded to phpBB 2.0.16
-- http://www.phpbb.com/phpBB/viewtopic.php?f=14&t=302011
- Fixed e-mail notifications so they work properly with SSL
-- If you're a mod/admin you'll get https links in notifications
-- If you're a user you'll get http links

-------------------------------------------------------------------------------

phpBB-2.0.15-gentoo-p4 (2005-06-24)
- Fixed bug that didn't allow people to change their profile if it contained a dot
-- Bug: https://forums.gentoo.org/viewtopic-t-349541.html
- Fixed bug which logged you out if you clicked on an http link if logged in over ssl
- Added 30 second time limit non-moderators have to wait between posts
- Added links to the bugs mentioned in the GLSA posts
- Fixed a bug which stripped usernames with spaces when banning using the ban link from the dustbin button
- Changed the report user output to a nicer format
- Disallowed Ask Jeeves spider as it was taking up too much bandwidth

-------------------------------------------------------------------------------

phpBB-2.0.15-gentoo-p3 (2005-05-29)
- Don't allow weird characters in usernames when people register
- Check filesize of avatars from the gallery
- Fixed a bug when search terms < 3 characters could block the search
- Prevent https -> http redirection after login

-------------------------------------------------------------------------------

phpBB-2.0.15-gentoo-p2 (2005-05-08)
- Make forums read-only functionality:
-- Disable registration/profile changes
-- Lock/unlock all forums buttons
- Added auto 'moved from' post
- List of banned users in the ACP ban control sorted alphabetically
- Removed N&A and FAQ forums from the unanswered posts search
- Fixed a couple of bugs when redirecting after logging in
- Disable people viewing the forums with Google Web Accelerator
- The ban link after pressing the dustbin button will now take you straight to the ban page after re-authenticating

To make forums read-only apart from session data you have to take the
following steps in the ACP:
General Admin -> Configuration -> Allow Registration -> click No
General Admin -> Configuration -> Private Messaging -> click Disabled
Forum Admin -> Management -> Lock All Forums - > press Lock button

-------------------------------------------------------------------------------

phpBB-2.0.15-gentoo-p1 (2005-05-05)
- Upgraded to phpBB 2.0.15
- Added 'make includes' option in admin control panel
- Added search terms which aren't in the stopwords list to the quick search field

-------------------------------------------------------------------------------

phpBB-2.0.14-gentoo-p3 (2005-04-28)
- Link to guidelines, FAQ forum, search and bugzilla on new topics
- Splitting a topic give you links for both topics
- Can't use 'Tip styles can be applied to selected text' in your language as the subject
- Dustbin button:
-- Moves topic to dustbin
-- Gives you a 'find all posts by' link
-- Gives you a link to report the spammer in the 'Accounts used for SPAM' topic
-- If you're an admin it gives you a link to ban the user