Actions
Feature #228
closedWe should create a USEIMAGIC flag in config_processing.php to hide all IMAGIC functions
Status:
Closed
Priority:
Normal
Assignee:
Amber Herold
Category:
Web interface
Target version:
Start date:
03/18/2010
Due date:
% Done:
100%
Estimated time:
Description
Many labs cannot afford IMAGIC with a price tag of $15,000, so I want a flag in config_processing.php, e.g.,
$USE_IMAGIC = false;
that will hide all IMAGIC functions in menuprocessing.inc.
Updated by Neil Voss over 14 years ago
- Category set to Web interface
- Status changed from New to Assigned
- Assignee set to Neil Voss
Updated by Neil Voss over 14 years ago
I created this flag and set the global myamiweb config_processing.php to
$USE_IMAGIC = true;
The reason I added this, is because I am not going to buy IMAGIC in my lab and do not want users to get confused.
Updated by Neil Voss over 14 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Neil Voss to Amber Herold
Updated by Amber Herold over 14 years ago
- Assignee changed from Amber Herold to Neil Voss
Looks like the logic is backwards on this....some menus may not show up when expected...
Updated by Neil Voss over 14 years ago
I cannot get access to the $HIDE_IMAGIC variable in inc/menuprocessing.inc and need help from Eric to sort this out.
Updated by Neil Voss over 14 years ago
- Status changed from In Code Review to Assigned
Updated by Neil Voss over 14 years ago
- Target version set to Appion/Leginon 2.0.0
Updated by Neil Voss over 14 years ago
- Assignee changed from Neil Voss to Eric Hou
I cannot get access to the $HIDE_IMAGIC variable in inc/menuprocessing.inc and need help from Eric to sort this out.
Updated by Eric Hou over 14 years ago
- Status changed from Assigned to In Code Review
- % Done changed from 90 to 100
This is done.
Updated by Eric Hou over 14 years ago
- Assignee changed from Eric Hou to Amber Herold
Updated by Amber Herold over 14 years ago
- Status changed from In Code Review to In Test
Actions