r974: Bugdar 1.0.2 isn't happening, so move the changes to be under 1.1
[bugdar.git] / docs / changes.txt
1 1.1.0
2 ==================
3 - User help cache was not rebuilt for descriptions in custom fields (http://bugs.iris-studios.com/showreport.php?bugid=7)
4 - Custom fields did not appear on newreport.php (http://bugs.iris-studios.com/showreport.php?bugid=8)
5 - If the first SQL query fails (datastore fetch), show a link to the installer (http://bugs.iris-studios.com/showreport.php?bugid=20)
6 - Removed potential divide by 0 warnings in showreport.php under PHP5
7 - No longer highlight the <title> and <input> tags when viewing a bug report (http://bugs.iris-studios.com/showreport.php?bugid=21)
8 - Removed potential implode() warnings in showreport.php under PHP5
9 - When logging out, you will be redirected to the page you were previously viewing
10 - Rewrote the logging mechanism
11 - Usernames are now cached in the database for bug reports to remove the need to do complex joins at runtime
12 - Added notification system (http://bugs.iris-studios.com/showreport.php?bugid=11)
13 - When searching, you can now select multiple values for <select> menus (http://bugs.iris-studios.com/showreport.php?bugid=3)
14 - Add a notice for guests explaining that registration is a good thing (http://bugs.iris-studios.com/showreport.php?bugid=19)
15 - Create a separate screen that lists a user's favourites (http://bugs.iris-studios.com/showreport.php?bugid=12)
16 - Atom syndication of the bugs list (http://bugs.iris-studios.com/showreport.php?bugid=18)
17 - Removed the useless "dependency" table
18 - Added the following APIs:
19 - Attachment
20 - Automatic action
21 - Bug
22 - Comment
23 - Custom field
24 - Priority
25 - Resolution
26 - Severity
27 - User
28 - Usergroup
29 - User help
30 - Added support for DST observation (http://bugs.iris-studios.com/showreport.php?bugid=22)
31 - Data (bugs and comments) can now be removed (http://bugs.iris-studios.com/showreport.php?bugid=16)
32 - Specific statuses can be hidden by the administrator and users individually (http://bugs.iris-studios.com/showreport.php?bugid=9)
33 - Column sorting of bug lists (http://bugs.iris-studios.com/showreport.php?bugid=14)
34 - Added a version checker in the admin section
35
36 1.0.1
37 ==================
38 - Fixed a SQL error in voting for those with a table prefix (http://bugs.iris-studios.com/showreport.php?bugid=6)
39 - Users with register_globals ON can now install software
40 - Users with register_globals ON can now log in
41