r1258: - We forgot to change the extensive call to page_start() in admin/global.php...
[bugdar.git] / docs / changes.txt
1 1.1.3
2 ===============================
3 - If a user leaves a comment and does not have bug change access, data loss occurs
4 - Fixed IE's redirection issue when using Message_Reporter->redirect() (http://www.bluestatic.org/bugs/showreport.php?bugid=32)
5 - On the admin login page, prevent the number "15" from appearing as text and marked another string for translation that was missed
6
7 1.1.2
8 ===============================
9 - Fixed a SQL injection on login.php (http://www.bluestatic.org/bugs/showreport.php?bugid=36)
10 - Fixed potential SQL injections on search.php
11 - Fixed potential SQL injections on install/install.php
12
13 1.1.1
14 ===============================
15 - Registration email functions do not work because they are not ISSO2/Mail compatible [register.php]
16 - Removed TABLE_PREFIX-related SQL errors in syndicate.php
17 - Use the correct language variable key for exporting the XML encoding in syndicate.php
18 - API-level errors are not caught in the registration process before insertion because of user_cumulative [register.php]
19 - Remove warnings on explain.php?do=products (http://www.bluestatic.org/bugs/showreport.php?bugid=29)
20 - Removed SQL errors when deleting a product or version due to bad column names (http://www.bluestatic.org/bugs/showreport.php?bugid=28) [admin/product.php]
21 - Added a way to view and approve "Pending" and "Awaiting" users
22 - Prevent a weird bug with notifications where multiple emails would be sent out to the wrong people
23 - Numerous improvements for RTL languages (http://www.bluestatic.org/bugs/showreport.php?bugid=34)
24
25 1.1.0
26 ===============================
27 - When gettext is not installed, a "method call on unobject" error is thrown
28 - Renamed "automatic action" to "automation"
29 - If no user comment is entered but there's an automation comment, then the automation comment is no longer disregarded
30 - Get rid of a foreach() warning if there are no products [admin/product.php#317]
31 - If no custom fields were setup, an empty query error would be thrown [newreport.php#130]
32 - If no custom fields were present, adding an automation would fail [admin/automation.php#74]
33 - Remove a warning when saving a usergroup and there are no custom fields present [admin/usergroup.php#221]
34 - Update cached usernames when the display name changes
35
36 1.1.0 Release Candidate 1
37 ===============================
38 - Fixed many problems with install/install.php
39 - Changed array casting instances to is_array() checks, which are better
40 - Made some of the email notifications better-worded
41 - Fix the correct stylevar for language codes
42 - Fixed another can_perform() product-based permissions check [search.php]
43 - More changes to syndicate.php to increase performance
44 - Add checks to newreport.php and search.php to see if there are products or versions, if there aren't, then throw a message about needing them to be setup
45 - Process custom field data on newreport.php
46 - Add regex matching check to process_custom_fields()
47 - Missed some string conversions to gettext
48 - If cookies do not authenticate right, unset them [includes/init.php]
49
50 1.1.0 Beta 2
51 ===============================
52 - Array casting to remove foreach() warnings [editreport.php#132]
53 - Update last post information after deleting a comment (http://bugs.bluestatic.org/showreport.php?bugid=25)
54 - Improved Atom feed by using a <table> and properly specifying type information
55 - Changed the access key for "Save Report and Add Another" button to E
56 - Removed potential warnings when there are no products [includes/functions.php#417] (http://bugs.bluestatic.org/showreport.php?bugid=26)
57 - Removed potential warnings if there is no page navigator [class_pagination.php#243] (http://bugs.bluestatic.org/showreport.php?bugid=26)
58 - Created a Language API
59 - Fix a call to a non-object error [editcomment.php#116]
60 - Switch to gettext language system instead of the XML-strings format
61 - Fixing warnings related to Printer->page_confirm() throughout the entire admin section
62 - After you delete a resolution, severity, priority, or status, set all bugs with the deleted field item back to the value set as default
63 - Fixed a bug where there could be two <select> menus in userctrl.php because we double-wrapped a <select> [userctrl.tpl]
64 - Cast to array to remove foreach() warnings [userctrl.php#160]
65 - Fixed a bug that would cause searching to result in a SQL error
66 - Added better checking of hidden bugs for the favorites list
67 - Better permissions checking in vote.php, viewattachment.php, attachment.php, showhistory.php, and favorite.php
68 - Fixed numerous permission checks in showreport.php
69 - Added a permission to allow viewing of one's hidden reported bugs ("canviewownhidden")
70 - Added an is_array() check to prevent foreach() warnings [admin/user.php#135]
71
72 1.1.0 Beta 1
73 ===============================
74 - User help cache was not rebuilt for descriptions in custom fields (http://bugs.iris-studios.com/showreport.php?bugid=7)
75 - Custom fields did not appear on newreport.php (http://bugs.iris-studios.com/showreport.php?bugid=8)
76 - If the first SQL query fails (datastore fetch), show a link to the installer (http://bugs.iris-studios.com/showreport.php?bugid=20)
77 - Removed potential divide by 0 warnings in showreport.php under PHP5
78 - No longer highlight the <title> and <input> tags when viewing a bug report (http://bugs.iris-studios.com/showreport.php?bugid=21)
79 - Removed potential implode() warnings in showreport.php under PHP5
80 - When logging out, you will be redirected to the page you were previously viewing
81 - Rewrote the logging mechanism
82 - Usernames are now cached in the database for bug reports to remove the need to do complex joins at runtime
83 - Added notification system (http://bugs.iris-studios.com/showreport.php?bugid=11)
84 - When searching, you can now select multiple values for <select> menus (http://bugs.iris-studios.com/showreport.php?bugid=3)
85 - Add a notice for guests explaining that registration is a good thing (http://bugs.iris-studios.com/showreport.php?bugid=19)
86 - Create a separate screen that lists a user's favourites (http://bugs.iris-studios.com/showreport.php?bugid=12)
87 - Atom syndication of the bugs list (http://bugs.iris-studios.com/showreport.php?bugid=18)
88 - Removed the useless "dependency" table
89 - Added the following APIs:
90 - Attachment
91 - Automatic action
92 - Bug
93 - Comment
94 - Custom field
95 - Priority
96 - Resolution
97 - Severity
98 - User
99 - Usergroup
100 - User help
101 - Added support for DST observation (http://bugs.iris-studios.com/showreport.php?bugid=22)
102 - Data (bugs and comments) can now be removed (http://bugs.iris-studios.com/showreport.php?bugid=16)
103 - Specific statuses can be hidden by the administrator and users individually (http://bugs.iris-studios.com/showreport.php?bugid=9)
104 - Column sorting of bug lists (http://bugs.iris-studios.com/showreport.php?bugid=14)
105 - Added a version checker in the admin section
106 - Removed the plus sign in "class1 + class2" for HTML CSS class attributes
107
108 1.0.1
109 ===============================
110 - Fixed a SQL error in voting for those with a table prefix (http://bugs.iris-studios.com/showreport.php?bugid=6)
111 - Users with register_globals ON can now install software
112 - Users with register_globals ON can now log in
113