0.8.1a
[gfh.git] / Changelog
blobf669d13bba90639b62207730b5a86851a81a56df
1 Current Stable Version: 0.8.1a
2 Current Development Version: 1.0
4 0.8.1a:
5 - Some things still depend on register_globals, turn it on in the config file if you aren't going to fix this yourself
6 - Removed some excess HTML bloat (background colours in <td>s)
7 - Stripped auth function from files and put it in config file instead (save a few KB)
8 - top.inc no longer needed (colors.inc does all that now, and better)
9 - restored old GFH logo out of boredom (it's in FHlogo.xcfgz if you want to mess with it)
10 - renamed config.php to con.php just to piss off windows users, you'll have to rename it back to use it
12 0.8.0:
13 - Added a table into newboard.php.
14 - Added some stripslashes on various scripts to deal with addition of apostrophies toboard names.
15 - Added so you can see the board caption on favorites.php
16 - Added favorite deletion when you delete a board.
17 - Made levels controled by a new table in the database.
18 - Created newlevel.php to control the new table.
19 - Updated whois.php and user.php to use the new database table.
20 - Included default set (The same set GFH uses) of levels in the new level table.
21 - Updated README slightly.
23 0.7.0:
24 - Did alot to the newboard.php script.  You can now edit boards from that page.
25 - Added in board categorys, for better management of boards.
26 - With the addition of categorys, there are now new tables in the database.
27 - With the addition of categorys, I had to change around the index.php (Board list) script.
28 - Added captions (descriptions) for boards.
29 - Added extra boxed for adding in captions on newboard.php.
30 - Added lists of boards and categorys for newboard.php.
32 0.6.4:
33 - Fixed large bug in regkey.php (No one exploited it as far as I know.)
34 - Added moderator tracking methods.
35 - New MySQL table.
36 - Updated mb.sql accordingly.
38 0.6.3:
39 - Fixed small bug in dosum.php script.
40 - Fixed wrong link in delmessage.php.
41 - Changed the way in which topics are deleted (Moderation).
42 - Implemented deletion of topics (Purge).  Default is 14 day old topics and all related messages are deleted.
44 0.6.2:
45 - Changed con.php to config.php (Stupid Windows and their reserved words..).
47 0.6.1:
48 - Fixed space bug in registration
49 - Added in message previewing (Optional).
50 - Updated README, slightly.
51 - Fixed (some) blank posts.
53 0.6.0:
54 - Added README file.
55 - Added LICENSE file.
56 - Added Personal Email feature.
57 - Updated user and whois pages.
58 - Updated preferance page.