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