r1497: In editreport.php, there's really no point in error checking and validation...
[bugdar.git] / docs / changes.txt
1 1.2.0 Beta 2
2 ===============================
3 - Fixed: Emails wouldn't be sent out for new comments due to a bug with updating the notices array
4 - Fixed: Searches wouldn't be rerun after 15 minutes because of a typo in the time calculation
5 - Fixed: The installer would show an error if gettext wasn't installed because the emulator wasn't loaded early enough
6 - Fixed: Close a large bug that would cause a PHP error to be thrown regarding string offsets during notification processing
7 - Fixed: Email notifications would be essentially empty in all circumstances
8 - Change: Removed the stylevars system in place of additional CSS classes for formatting of tables and alternate row colors
9 - Fixed: Defining the NO_VERSION_CHECK constant wouldn't work due to a typo in admin/index.php
10 - Fixed: Automations wouldn't properly save custom field changes in the admin section
11 - Fixed: Automations would have no effect on custom fields when running them from the edit screen
12 - Fixed: A SQL error would occur when saving creating a new usergroup
13 - Fixed: In the product-level permissions screens, not all the products would always show up
14 - Fixed: A minor display issue would occur in a rare instance when showing an error message when trying to add a version without a product
15 - Fixed: If any fields had invalid data in editreport.php no errors would be thrown
16
17 1.2.0 Beta 1
18 ===============================
19 - Change: When a user does not have any favorites in his list, show a message instead of an empty screen
20 - Enhancement: Added the ability to show all the users in a paginated list in the admin section (bug://report/55)
21 - Enhancement: Can export search results to an XML file (bug://report/41)
22 - Enhancmenet: Links in comments can be parsed if the option is checked (bug://report/2)
23 - Enhancement: Components can now be displayed on the bug grid (bug://report/43)
24 - Enhancement: Votes can now be displayed and sorted on the bug grid (bug://report/13)
25 - Enhancement: Users can save a search so they can rerun it at any time
26 - Fixed: Component and product changes wouldn't appear correcly on showhistory.php
27 - Enhancement: Versions can be marked "Obsolete" so new bugs cannot be filed against them
28 - Change: When there are no bugs to display on index.php, don't show an empty grid, but rather an error message
29 - Optimize: Reduce a query on bug updates by not querying the automation system if it is not being used
30 - Optimize: Move custom field data into the bug table to reduce the use of JOINs
31 - Optimize: Remove a query on userctrl.php's save options called by build_assignedto() because the API already does this for us
32 - Optimize: Setting system cleanup that improves speed by reducing queries and not using eval()
33 - Enhancement: Search results can be mass-updated to change bug fields
34 - Change: Search system no longer stores the actual query of the search, but rather the paramters
35 - Enhancement: Added a lost password reset system
36 - Fixed: Cached usernames would be cleared by the UserAPI if the display name wasn't set in the values array
37 - Enhancement: Extracted email text to the template system to make it easier to modify them
38 - Enhancement: Improved the admin security system by creating a session system that is much harder to bypass
39 - Change: Cleaned and refactored up the MessageReporter class
40 - Optimize: Template are now cached in the database to greatly improve speed; this does not effect editing templates at all
41 - Enhancement: An Authentication API was created in order to allow custom applications or databases to be used when authenticating at either login or with cookies
42
43 1.1.5
44 ===============================
45 - Fixed a potential SQL error on search.php because no results were found (bug://report/62)
46 - Fixed a SQL error on admin/user.php when adding a new user from the admin section (bug://report/63)
47 - When adding a new user from the admin section, email options were not saved properly
48 - Added an option to only perform header redirects instead of intermediate-stage redirects (bug://report/65)
49 - Fixed a foreach() error after adding a new user in the admin section without email options [admin/user.php#102]
50 - Fixed a minor typo on the guest welcome banner (bug://report/66)
51
52 1.1.4
53 ===============================
54 - Time zones with half-hours are not saved because the field only allows INTs (but://report/38)
55 - Fixed a SQL error received upon deleting a resolution (but://report/40)
56 - When searching and selecting multiple items for a field, only the first one is used in the search (but://report/39)
57 - Need to cast the unserialized data to an array to remove an implode() warning [admin/field.php#235]
58 - When $bugsys->options['pagelinks'] is set to 0, it now actually does its advertised behavior (but://report/45)
59 - Foreign langauge users cannot use the product/component editing system beacause localized strings are used to create the do actions instead of english variable ones (but://report/42)
60 - Fixed a SQL error that would occur when editing a report with no emails linked to it (but://report/46)
61 - Added the ability to delete attachments from the database (but://report/47)
62 - Fixed a scrollpane bug related to new reply <textarea>s in IE (but://report/48)
63 - In the "My Controls" tab, change the name of the email and password fields to prevent autocomplete from working on them
64 - Include the Gettext mimic functions into the installer so people without the PHP extension can install Bugdar (but://report/51)
65 - Fixed a SQL error that would occur when editing or deleting comments (but://report/52)
66 - Allow administrators to set the default time zone which guests view all times and dates in (but://report/53)
67 - The "[Edit]" and "[Delete]" options for attachments were off by one line (but://report/56)
68 - Fixed a spelling error in search.php when there is no search criteria
69 - Adding a quick search feature to the header bar (but://report/57)
70 - Fixed an occurence in header.tpl where the $stylevar align wasn't used, but a hard-coded one was
71 - Only allow JPG, JPEG, PNG, and GIF attachments to be displayed inline because all other types could lead to an XSS attack
72 - Added maxlength attributes to all <input type="text"/> fields so the database doesn't truncate (but://report/58)
73 - Fixed display issues in Firefox for RTL languages in the bug report screen and attachment display (but://report/59)
74 - Localized the version checking information strings in admin/index.php
75 - Localized the word "Home" in the admin/index.php <title>
76 - Fixed a bug in admin/user.php where email options would be changed for the admin making the changes to another user's account instead of that user
77 - Emails weren't being sent under certain conditions for new comments
78
79 1.1.3
80 ===============================
81 - If a user leaves a comment and does not have bug change access, data loss occurs
82 - Fixed IE's redirection issue when using Message_Reporter->redirect() (but://report/32)
83 - On the admin login page, prevent the number "15" from appearing as text and marked another string for translation that was missed
84 - Error messages are no longer hidden in IE6 (but://report/30)
85
86 1.1.2
87 ===============================
88 - Fixed a SQL injection on login.php (but://report/36)
89 - Fixed potential SQL injections on search.php
90 - Fixed potential SQL injections on install/install.php
91
92 1.1.1
93 ===============================
94 - Registration email functions do not work because they are not ISSO2/Mail compatible [register.php]
95 - Removed TABLE_PREFIX-related SQL errors in syndicate.php
96 - Use the correct language variable key for exporting the XML encoding in syndicate.php
97 - API-level errors are not caught in the registration process before insertion because of user_cumulative [register.php]
98 - Remove warnings on explain.php?do=products (but://report/29)
99 - Removed SQL errors when deleting a product or version due to bad column names (but://report/28) [admin/product.php]
100 - Added a way to view and approve "Pending" and "Awaiting" users
101 - Prevent a weird bug with notifications where multiple emails would be sent out to the wrong people
102 - Numerous improvements for RTL languages (but://report/34)
103
104 1.1.0
105 ===============================
106 - When gettext is not installed, a "method call on unobject" error is thrown
107 - Renamed "automatic action" to "automation"
108 - If no user comment is entered but there's an automation comment, then the automation comment is no longer disregarded
109 - Get rid of a foreach() warning if there are no products [admin/product.php#317]
110 - If no custom fields were setup, an empty query error would be thrown [newreport.php#130]
111 - If no custom fields were present, adding an automation would fail [admin/automation.php#74]
112 - Remove a warning when saving a usergroup and there are no custom fields present [admin/usergroup.php#221]
113 - Update cached usernames when the display name changes
114
115 1.1.0 Release Candidate 1
116 ===============================
117 - Fixed many problems with install/install.php
118 - Changed array casting instances to is_array() checks, which are better
119 - Made some of the email notifications better-worded
120 - Fix the correct stylevar for language codes
121 - Fixed another can_perform() product-based permissions check [search.php]
122 - More changes to syndicate.php to increase performance
123 - 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
124 - Process custom field data on newreport.php
125 - Add regex matching check to process_custom_fields()
126 - Missed some string conversions to gettext
127 - If cookies do not authenticate right, unset them [includes/init.php]
128
129 1.1.0 Beta 2
130 ===============================
131 - Array casting to remove foreach() warnings [editreport.php#132]
132 - Update last post information after deleting a comment (but://report/25)
133 - Improved Atom feed by using a <table> and properly specifying type information
134 - Changed the access key for "Save Report and Add Another" button to E
135 - Removed potential warnings when there are no products [includes/functions.php#417] (but://report/26)
136 - Removed potential warnings if there is no page navigator [class_pagination.php#243] (but://report/26)
137 - Created a Language API
138 - Fix a call to a non-object error [editcomment.php#116]
139 - Switch to gettext language system instead of the XML-strings format
140 - Fixing warnings related to Printer->page_confirm() throughout the entire admin section
141 - After you delete a resolution, severity, priority, or status, set all bugs with the deleted field item back to the value set as default
142 - Fixed a bug where there could be two <select> menus in userctrl.php because we double-wrapped a <select> [userctrl.tpl]
143 - Cast to array to remove foreach() warnings [userctrl.php#160]
144 - Fixed a bug that would cause searching to result in a SQL error
145 - Added better checking of hidden bugs for the favorites list
146 - Better permissions checking in vote.php, viewattachment.php, attachment.php, showhistory.php, and favorite.php
147 - Fixed numerous permission checks in showreport.php
148 - Added a permission to allow viewing of one's hidden reported bugs ("canviewownhidden")
149 - Added an is_array() check to prevent foreach() warnings [admin/user.php#135]
150
151 1.1.0 Beta 1
152 ===============================
153 - User help cache was not rebuilt for descriptions in custom fields (but://report/7)
154 - Custom fields did not appear on newreport.php (but://report/8)
155 - If the first SQL query fails (datastore fetch), show a link to the installer (but://report/20)
156 - Removed potential divide by 0 warnings in showreport.php under PHP5
157 - No longer highlight the <title> and <input> tags when viewing a bug report (but://report/21)
158 - Removed potential implode() warnings in showreport.php under PHP5
159 - When logging out, you will be redirected to the page you were previously viewing
160 - Rewrote the logging mechanism
161 - Usernames are now cached in the database for bug reports to remove the need to do complex joins at runtime
162 - Added notification system (but://report/11)
163 - When searching, you can now select multiple values for <select> menus (but://report/3)
164 - Add a notice for guests explaining that registration is a good thing (but://report/19)
165 - Create a separate screen that lists a user's favourites (but://report/12)
166 - Atom syndication of the bugs list (but://report/18)
167 - Removed the useless "dependency" table
168 - Added the following APIs:
169 - Attachment
170 - Automatic action
171 - Bug
172 - Comment
173 - Custom field
174 - Priority
175 - Resolution
176 - Severity
177 - User
178 - Usergroup
179 - User help
180 - Added support for DST observation (but://report/22)
181 - Data (bugs and comments) can now be removed (but://report/16)
182 - Specific statuses can be hidden by the administrator and users individually (but://report/9)
183 - Column sorting of bug lists (but://report/14)
184 - Added a version checker in the admin section
185 - Removed the plus sign in "class1 + class2" for HTML CSS class attributes
186
187 1.0.1
188 ===============================
189 - Fixed a SQL error in voting for those with a table prefix (but://report/6)
190 - Users with register_globals ON can now install software
191 - Users with register_globals ON can now log in
192