1.2.0 Beta 1 =============================== - When a user does not have any favorites in his list, show a message instead of an empty screen - Added the ability to show all the users in a paginated list in the admin section (bug://report/55) - Can export search results to an XML file (bug://report/41) - Links in comments are now parsed if the user so desires (bug://report/2) - Components can now be displayed on the bug grid (bug://report/43) - Votes can now be displayed and sorted on the bug grid (bug://report/13) - Users can save a search so they can rerun it at any time 1.1.4 =============================== - Time zones with half-hours are not saved because the field only allows INTs (http://www.bluestatic.org/bugs/showreport.php?bugid=38) - Fixed a SQL error received upon deleting a resolution (http://www.bluestatic.org/bugs/showreport.php?bugid=40) - When searching and selecting multiple items for a field, only the first one is used in the search (http://www.bluestatic.org/bugs/showreport.php?bugid=39) - Need to cast the unserialized data to an array to remove an implode() warning [admin/field.php#235] - When $bugsys->options['pagelinks'] is set to 0, it now actually does its advertised behavior (http://www.bluestatic.org/bugs/showreport.php?bugid=45) - 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 (http://www.bluestatic.org/bugs/showreport.php?bugid=42) - Fixed a SQL error that would occur when editing a report with no emails linked to it (http://www.bluestatic.org/bugs/showreport.php?bugid=46) - Added the ability to delete attachments from the database (http://www.bluestatic.org/bugs/showreport.php?bugid=47) - Fixed a scrollpane bug related to new reply