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