Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1359 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Julian Fitzell committed Aug 26, 2002
1 parent 34541a4 commit cca7b97
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions doc/ChangeLog
Expand Up @@ -99,26 +99,28 @@ Mantis ChangeLog
* Replaced '/' with DIRECTORY_SEPARATOR throughout to make things cross-platform
* Prevent an unauthorized user from deleting a bug by modifying the URL
* Fixed bug where upload paths with \'s in them kept getting escaped over and over
* Pulled PHP compatibility code out into core_php_API.php
* Pulled PHP compatibility code out into php_api.php
* Removed $g_register_globals variable and just check the actual value of the PHP config variable
* Added core_error_API.php with a new pretty error handler and error_string() to obtain internationalized error strings
* Added error_api.php with a new pretty error handler and error_string() to obtain internationalized error strings
* Added $g_delete_bugnote_threshold.
* Added $g_update_bug_threshold.
* Added partial support to "Publish Bugs". A user can publish a bug by generating a URL for it which includes CRC checksum, this link can then be used to open this bug even if the user is not logged into Mantis or does not even have an account.
* Added $g_show_detailed_errors
* Added $g_show_notices
* Added $g_show_warnings
* Fixed bug that let you change your username to that of an already existing user
* Added core_config_API.php to handle obtaining config information
* Added core_gpc_API.php with functions to safely get POST and GET data and set cookies
* Added core_security_API.php
* Added config_api.php to handle obtaining config information
* Added gpc_api.php with functions to safely get POST and GET data and set cookies
* Added access_api.php
* Got rid of summary_graph_functions.php, in favor of core_graph_API.php.
* Moved core_* into a seperate directory, which can be moved out of the webroot.
* Added lang_api.php
* Added string_api.php
* Removed str_pad() we can use str_pad() from PHP4 now
* Implemented project row caching
* Make db_result() and db_fetch_array() return data with slashes stripped
* Added authentication_api.php
* Removed proj_user_api.php

2002.08.23 - 0.17.5
* Corrected bug_delete.php and bug_delete_page.php, which ignored the $g_allow_bug_delete_access_level setting.
Expand Down

0 comments on commit cca7b97

Please sign in to comment.