From 4700a67ff693e28d1e8ce8a66d8f63db84877c01 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 21 Feb 2007 21:40:38 +0000 Subject: [PATCH] r1417: Make the changelog use the new format of categorizing changes --- docs/changes.txt | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 849fe52..69ccd1b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,26 +1,26 @@ 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 -- Component and product changes wouldn't appear correcly on showhistory.php -- Versions can be marked "Obsolete" so new bugs cannot be filed against them -- When there are no bugs to display on index.php, don't show an empty grid, but rather an error message +- Change: When a user does not have any favorites in his list, show a message instead of an empty screen +- Enhancement: Added the ability to show all the users in a paginated list in the admin section (bug://report/55) +- Enhancement: Can export search results to an XML file (bug://report/41) +- Enhancmenet: Links in comments can be parsed if the option is checked (bug://report/2) +- Enhancement: Components can now be displayed on the bug grid (bug://report/43) +- Enhancement: Votes can now be displayed and sorted on the bug grid (bug://report/13) +- Enhancement: Users can save a search so they can rerun it at any time +- Fixed: Component and product changes wouldn't appear correcly on showhistory.php +- Enhancement: Versions can be marked "Obsolete" so new bugs cannot be filed against them +- Change: When there are no bugs to display on index.php, don't show an empty grid, but rather an error message - Reduce a query on bug updates by not querying the automation system if it is not being used -- Move custom field data into the bug table to reduce the use of JOINs -- Remove a query on userctrl.php's save options called by build_assignedto() because the API already does this for us -- Setting system cleanup that improves speed by reducing queries and not using eval() -- Can now mass update of bug fields from the search screen -- Search system no longer stores the actual query of the search, but rather the paramters -- Added a lost password reset system -- Fixed a bug in the User API that would clear the cached usernames in bug records on a save if the display name wasn't set -- Extracted email text to the template system to make it easier to modify them -- Improved the admin security system by creating a session system that is much harder to bypass -- Cleaned and refactored up the MessageReporter class +- Optimize: Move custom field data into the bug table to reduce the use of JOINs +- Optimize: Remove a query on userctrl.php's save options called by build_assignedto() because the API already does this for us +- Optimize: Setting system cleanup that improves speed by reducing queries and not using eval() +- Enhancement: Search results can be mass-updated to change bug fields +- Change: Search system no longer stores the actual query of the search, but rather the paramters +- Enhancement: Added a lost password reset system +- Fixed: Cached usernames would be cleared by the UserAPI if the display name wasn't set in the values array +- Enhancement: Extracted email text to the template system to make it easier to modify them +- Enhancement: Improved the admin security system by creating a session system that is much harder to bypass +- Change: Cleaned and refactored up the MessageReporter class 1.1.5 =============================== -- 2.22.5