Skip to content

Commit

Permalink
Cleanup of ChangeLog in preparation for releasing.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2225 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Aug 18, 2003
1 parent f353618 commit b5da32e
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions doc/ChangeLog
Expand Up @@ -2,26 +2,32 @@ Mantis ChangeLog

2003.??.?? - 0.18.0rc1

* Enhancement: Show file attachment indicator on bug list page (#3088).
* New config option(user_login_valid_regex): regular expression used to validate new login names
* Added error_proceed_url() to allow pages to give a url to proceed to after displaying the next error
* Enhancement: implemented parameterized error messages. Error strings are passed through sprintf() and are parameterized with the values given to error_parameters()
* Fix: Improved adherance to the XHTML standard.
* Fix: Allow spaces and hyphens in login names.
* Fix: A bug in the handling of the case where a user who does not have access to a private project, but has access level >= private_project_threshold.
* Fix: All bugs were displayed if "All Projects" is selected and user has access to no projects.
* Fix: Problem in filtering on reporter = 'any' in the print pages.
* Enhancement #2377: Index user names in manage user page by letters (added config option default_manage_user_prefix).
* Fix #2517: Security Warnings [on login page if admin folder is accessible, administrator/root account enabled, or PLAIN passwords used].
* Fix #2981: Resolution in overview (show resolution in View Bugs page).
* Enh #0000: New config option(user_login_valid_regex): regular expression used to validate new login names
* Enh #0000: Added error_proceed_url() to allow pages to give a url to proceed to after displaying the next error
* Enh #0000: Implemented parameterized error messages. Error strings are passed through sprintf() and are parameterized with the values given to error_parameters()
* Enh #0000: Allow spaces and hyphens in login names.
* Enh #0000: Optimized the database query in file_list_attachments() to improve performance of viewing bugs with large attachments.
* Enh #2377: Index user names in manage user page by letters (added config option default_manage_user_prefix).
* Enh #2517: Security Warnings [on login page if admin folder is accessible, administrator/root account enabled, or PLAIN passwords used].
* Enh #2981: Resolution in overview (show resolution in View Bugs page).
* Enh #3088: Show file attachment indicator on bug list page.
* Enh #3240: Show last login date in the main page.
* Enh #3242: Show bugnote add form before bugnotes to minimize the scroll needed to add a note.
* Enh #3244: Add bug status to the autogenerated bug view link tooltips.
* Enh #3272: Bugnote links in view_all_inc now are painted in a 'not visited' color when there are new notes.
* Security Fix #0000: All bugs were displayed if "All Projects" is selected and user has access to no projects.
* Fix #0000: Part of filenames with '-'s were being cut off.
* Fix #0000: Improved adherance to the XHTML standard.
* Fix #0000: A bug in the handling of the case where a user who does not have access to a private project, but has access level >= private_project_threshold.
* Fix #0000: Problem in filtering on reporter = 'any' in the print pages.
* Fix #2992: Unable to attach files to bugs on Windows servers with magic quotes ON.
* Fix #2999: Only administrators to can (to private) projects.
* Fix #3027: History summary a little bit too wide in emails.
* Fix #3064: view bug buttons in vertical column
* Fix #3064: View bug buttons in vertical column
* Fix #3072: Attached file should be opened up in a new browser window.
* Fix #3076: Bug reports are added to the "wrong" project.
* Fix #3079: Error when using phpMailer.
* Fix #3080: project menu bar shows extra links
* Fix #3080: Project menu bar shows extra links.
* Fix #3089: Hide link to Profiles management on account page based on access level.
* Fix #3092: Problem changing printing prefs.
* Fix #3097: App Error 700 in project_api.php when viewing certain bugs.
Expand All @@ -37,7 +43,7 @@ Mantis ChangeLog
* Fix #3140: attachment.png is corrupt in CVS.
* Fix #3143: Show a padlock instead of "p".
* Fix #3155: Field 'date_added' (for attachments) not correctly printed in print_bug_page.php.
* Fix #3175: login fails when saved password is PLAIN and login_method is not PLAIN.
* Fix #3175: Login fails when saved password is PLAIN and login_method is not PLAIN.
* Fix #3186: $t_protocol not set right (PHP 4.3.0/Netscape Enterprise 6.1/Linux installation with Mozilla client).
* Fix #3218: Version vs. Product version confusing (renamed Version to OS Version in advanced pages - English language).
* Fix #3219: Unnecesary DISTINCT SQL function call made the view_all_bugs query fail with older MySQL releases.
Expand All @@ -46,17 +52,12 @@ Mantis ChangeLog
* Fix #3231: Redirect problem when user clicks on a bug link while not logged in.
* Fix #3230: German translation [corrections].
* Fix #3232: Signup or password reset emails were not being sent if email notifications were turned off
* Languages: Updated Italian, German, Spanish, Slovak, Swedish, French and Dutch localisations.
* Languages: Synchronised localisation files with English localisation.
* Fix: Part of filenames with '-'s were being cut off.
* Enh #3240: Show last login date in the main page.
* Enh #3242: Show bugnote add form before bugnotes to minimize the scroll needed to add a note.
* Enh #3244: Add bug status to the autogenerated bug view link tooltips.
* Fix #3252: Category not selected on update if "&" is used in category name.
* Enh #3272: Bugnote links in view_all_inc now are painted in a 'not visited' color when there are new notes.
* Fix #3295: $g_limit_reporters doesn't work.
* Optimized the database query in file_list_attachments() to improve performance of viewing bugs with large attachments.
* Languages: Updated Italian, German, Spanish, Slovak, Swedish, French and Dutch localisations.
* Languages: Synchronised localisation files with English localisation.
* Added Mantis FAQ to documentation folder.
* Mantis Manual is now available online at http://mantisbt.sourceforge.net/manual/

2003.03.22 - 0.18.0a4

Expand Down

0 comments on commit b5da32e

Please sign in to comment.