Skip to content

Commit

Permalink
removed after improving viewing filters
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@64 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed Dec 11, 2000
1 parent abcbf1d commit 694bc5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 140 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Expand Up @@ -33,16 +33,20 @@ To Do:
* Added changed in last X hours option
* Added show source debug capability - requires PHP4
* Added 'feedback' status - indicates that it requires more information
* Added show Mantis version capability
* Fixed bug with Bugnote Add button showing up in the wrong places
* Modified version to be an enum.
* Modified ordering methods in manage account
* Modified viewing preferences
* Made enum displays (category, status, etc) easier to maintain via print_lists();
* Renamed access_level_check_greater() to access_level_check_greater_or_equal()
* Renamed $g_bug_view_all_page $g_bug_view_all_page $g_bug_view_all_page
to $g_view_bug_all_page $g_view_bug_page $g_view_bug_advanced_page
* Renamed corresponding .php3 files
* Split manage user actions into separate files
* Removed the destructive DROP table in db_generate.sql
* Removed view_prefs_page.php3 and view_prefs_update.php3 and corresponding
cookie variables

12.06.2000 - 0.10.2

Expand Down
10 changes: 1 addition & 9 deletions config_inc.php
Expand Up @@ -57,7 +57,7 @@
$g_show_advanced_report = 1;
$g_show_advanced_update = 1;

$g_show_version = 1;
$g_show_version = 0;

# requires PHP4
# 0 = disabled; 1 = admin only; 2 = anyone
Expand Down Expand Up @@ -177,10 +177,6 @@
$g_login_success_page = "index".$g_php;
$g_logout_page = "logout_page".$g_php;

# view prefs
$g_view_prefs_page = "view_prefs_page".$g_php;
$g_view_prefs_update = "view_prefs_update".$g_php;

# debug only
$g_show_source_page = "show_source_page".$g_php;

Expand All @@ -193,14 +189,10 @@
# cookie names
$g_string_cookie = $g_cookie_prefix."_STRING_COOKIE";
$g_last_access_cookie = $g_cookie_prefix."_LAST_ACCESS_COOKIE";
$g_hide_resolved_cookie = $g_cookie_prefix."_HIDE_RESOLVED";
$g_view_limit_cookie = $g_cookie_prefix."_VIEW_LIMIT";

# cookie values
$g_string_cookie_val = $HTTP_COOKIE_VARS[$g_string_cookie];
$g_last_access_cookie_val = $HTTP_COOKIE_VARS[$g_last_access_cookie];
$g_hide_resolved_val = $HTTP_COOKIE_VARS[$g_hide_resolved_cookie];
$g_view_limit_val = $HTTP_COOKIE_VARS[$g_view_limit_cookie];
#--------------------

#--------------------
Expand Down
86 changes: 0 additions & 86 deletions view_prefs_page.php3

This file was deleted.

45 changes: 0 additions & 45 deletions view_prefs_update.php3

This file was deleted.

0 comments on commit 694bc5f

Please sign in to comment.