new disable by default policy should help performance

This commit is contained in:
seek3r 2000-11-16 07:40:37 +00:00
parent 7a5e8c4b72
commit 066cc921b3
12 changed files with 18 additions and 13 deletions

View File

@ -17,6 +17,7 @@
}
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"]["enable_addressbook_class"] = True;
include("../header.inc.php");

View File

@ -17,6 +17,7 @@
}
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"]["enable_addressbook_class"] = True;
include("../header.inc.php");
if (! $ab_id) {

View File

@ -17,6 +17,7 @@
}
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"]["enable_addressbook_class"] = True;
include("../header.inc.php");
if (! $ab_id) {

View File

@ -12,7 +12,8 @@
/* $Id$ */
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"] = array("currentapp" => "addressbook", "enable_addressbook_class" => True, "enable_nextmatchs_class" => True,
"noheader" => True, "nonavbar" => True);
include("../header.inc.php");

View File

@ -13,8 +13,7 @@
/* $Id$ */
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"] = array("currentapp" => "addressbook", "enable_addressbook_class" => True, "noheader" => True, "nonavbar" => True);
include("../header.inc.php");

View File

@ -11,7 +11,7 @@
/* $Id$ */
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "addressbook");
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "addressbook", "enable_addressbook_class" => True);
include("../header.inc.php");
if ($submit) {

View File

@ -14,10 +14,10 @@
if ($action == "Load Vcard"){
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "addressbook");
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "addressbook", "enable_addressbook_class" => True);
include("../header.inc.php");
}else{
$phpgw_info["flags"]["currentapp"]="addressbook";
$phpgw_info["flags"] = array("currentapp" => "addressbook", "enable_addressbook_class" => True);
include("../header.inc.php");
echo '<body bgcolor="' . $phpgw_info["theme"]["bg_color"] . '">';
}

View File

@ -18,6 +18,7 @@
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
}
$phpgw_info["flags"]["enable_addressbook_class"] = True;
$phpgw_info["flags"]["currentapp"] = "addressbook";
include("../header.inc.php");

View File

@ -17,6 +17,7 @@
}
$phpgw_info["flags"]["currentapp"] = "addressbook";
$phpgw_info["flags"]["enable_addressbook_class"] = True;
include("../header.inc.php");
function checkfor_specialformat($field,$data)

View File

@ -11,7 +11,8 @@
/* $Id$ */
$phpgw_info["flags"]["currentapp"] = "admin";
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
include("../header.inc.php");
if ($order)

View File

@ -17,7 +17,10 @@
exit;
}
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home");
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home",
"enable_message_class" => True, "enable_calendar_class" => True,
"enable_todo_class" => True, "enable_addressbook_class" => True
);
include("header.inc.php");
// Note: I need to add checks to make sure these apps are installed.

View File

@ -12,11 +12,7 @@
/* $Id$ */
$phpgw_info["flags"] = array("disable_message_class" => True, "disable_send_class" => True,
"disable_nextmatchs_class" => True, "disable_template_class" => True,
"login" => True, "currentapp" => "login",
"noheader" => True
);
$phpgw_info["flags"] = array("disable_template_class" => True, "login" => True, "currentapp" => "login", "noheader" => True);
include("./header.inc.php");
// include($phpgw_info["server"]["include_root"] . "/lang/" . "en" . "_login.inc.php");