Exemplo n.º 1
0
 function __construct()
 {
     $this->Name = "schedule_agent";
     $this->Title = TITLE_ajax_schedule_agent;
     $this->DBaccess = PLUGIN_DB_READ;
     parent::__construct();
 }
Exemplo n.º 2
0
 function __construct()
 {
     $this->Name = "admin_scheduler";
     $this->Title = TITLE_admin_scheduler;
     $this->MenuList = "Admin::Scheduler";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 3
0
 function __construct()
 {
     $this->Name = "debug-menus";
     $this->Title = TITLE_core_debug_menus;
     $this->MenuList = "Help::Debug::Debug Menus";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 4
0
 function __construct()
 {
     $this->Name = "ajax_filebucket";
     $this->Title = TITLE_ajax_filebucket;
     $this->DBaccess = PLUGIN_DB_READ;
     $this->LoginFlag = 0;
     parent::__construct();
 }
Exemplo n.º 5
0
 function __construct()
 {
     $this->Name = "debug_user";
     $this->Title = TITLE_debug_user;
     $this->MenuList = "Help::Debug::Debug User";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 6
0
 function __construct()
 {
     $this->Name = "admin_upload_delete";
     $this->Title = TITLE_admin_upload_delete;
     $this->MenuList = "Organize::Uploads::Delete Uploaded File";
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
 }
Exemplo n.º 7
0
 function __construct()
 {
     $this->Name = "admin_bucket_pool";
     $this->Title = TITLE_admin_bucket_pool;
     $this->MenuList = "Admin::Buckets::Duplicate Bucketpool";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
 function __construct()
 {
     $this->Name = "debug_flush_cache";
     $this->Title = TITLE_debug_flush_cache;
     $this->MenuList = "Help::Debug::Flush Cache";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 9
0
 function __construct()
 {
     $this->Name = "user_del";
     $this->Title = TITLE_user_del;
     $this->MenuList = "Admin::Users::Delete";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 10
0
 function __construct()
 {
     $this->Name = "dashboard";
     $this->Title = TITLE_dashboard;
     $this->MenuList = "Admin::Dashboard";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 11
0
 public function __construct()
 {
     $this->Name = "maintagent";
     $this->Title = TITLE_maintagent;
     $this->MenuList = "Admin::Maintenance";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 12
0
 function __construct()
 {
     $this->Name = "download";
     $this->Title = _("Download File");
     $this->Dependency = array();
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
 }
Exemplo n.º 13
0
 function __construct()
 {
     $this->Name = "tag";
     $this->Title = _("Tag");
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
     $this->uploadDao = $GLOBALS['container']->get('dao.upload');
 }
Exemplo n.º 14
0
 function __construct()
 {
     $this->Name = "debug-fileloc";
     $this->Title = TITLE_core_debug_fileloc;
     $this->MenuList = "Help::Debug::Global Variables";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 15
0
 function __construct()
 {
     $this->Name = "folder_create";
     $this->Title = _("Create a new Fossology folder");
     $this->MenuList = "Organize::Folders::Create";
     $this->Dependency = array();
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
 }
Exemplo n.º 16
0
 function __construct()
 {
     $this->Name = "upload_options";
     $this->Title = TITLE_core_uploads;
     $this->DBaccess = PLUGIN_DB_READ;
     $this->OutputType = 'Text';
     /* This plugin needs no HTML content help */
     parent::__construct();
 }
Exemplo n.º 17
0
 function __construct()
 {
     $this->Name = "list_bucket_files";
     $this->Title = _("List Files for Bucket");
     $this->Dependency = array("nomoslicense");
     $this->DBaccess = PLUGIN_DB_READ;
     $this->LoginFlag = 0;
     parent::__construct();
 }
Exemplo n.º 18
0
 function __construct()
 {
     $this->Name = "dashboard";
     $this->Title = TITLE_dashboard;
     $this->MenuList = "Admin::Dashboard";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
     $this->dbManager = $GLOBALS['container']->get('db.manager');
 }
Exemplo n.º 19
0
 function __construct()
 {
     $this->Name = "admin_tag_manage";
     $this->Title = TITLE_admin_tag_manage;
     $this->MenuList = "Admin::Tag::Enable/Disable Tag";
     $this->Version = "1.3";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 20
0
 function __construct()
 {
     $this->Name = "folder_properties";
     $this->Title = TITLE_folder_properties;
     $this->MenuList = "Organize::Folders::Edit Properties";
     $this->Dependency = array();
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
 }
Exemplo n.º 21
0
 function __construct()
 {
     $this->Name = "admin_folder_delete";
     $this->Title = TITLE_admin_folder_delete;
     $this->MenuList = "Organize::Folders::Delete Folder";
     $this->Dependency = array();
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
 }
Exemplo n.º 22
0
 function __construct()
 {
     $this->Name = "admin_license";
     $this->Title = TITLE_admin_license_file;
     $this->MenuList = "Admin::License Admin";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
     $this->dbManager = $GLOBALS['container']->get('db.manager');
 }
Exemplo n.º 23
0
 function __construct()
 {
     $this->Name = "admin_tag";
     $this->Title = TITLE_admin_tag;
     $this->MenuList = "Admin::Tag::Create Tag";
     $this->Version = "1.3";
     $this->DBaccess = PLUGIN_DB_ADMIN;
     parent::__construct();
 }
Exemplo n.º 24
0
 function __construct()
 {
     $this->Name = "bucketbrowser";
     $this->Title = _("Bucket Browser");
     $this->Dependency = array("browse", "view");
     $this->DBaccess = PLUGIN_DB_READ;
     $this->LoginFlag = 0;
     parent::__construct();
 }
Exemplo n.º 25
0
 public function __construct()
 {
     $this->Name = "user_edit";
     $this->Title = _("Edit User Account");
     $this->MenuList = "Admin::Users::Edit User Account";
     $this->DBaccess = PLUGIN_DB_WRITE;
     $this->LoginFlag = 1;
     parent::__construct();
 }
Exemplo n.º 26
0
 function __construct()
 {
     $this->Name = "tag_get";
     $this->Title = TITLE_ajax_tags;
     $this->DBaccess = PLUGIN_DB_READ;
     $this->OutputType = 'Text';
     /* This plugin needs no HTML content help */
     parent::__construct();
 }
Exemplo n.º 27
0
 function __construct()
 {
     $this->Name = "group_add";
     $this->Title = TITLE_add_group;
     $this->MenuList = "Admin::Groups::Add Group";
     $this->DBaccess = PLUGIN_DB_WRITE;
     $this->LoginFlag = 1;
     /* Don't allow Default User to add a group */
     parent::__construct();
 }
Exemplo n.º 28
0
 function __construct()
 {
     $this->Name = "folder_properties";
     $this->Title = TITLE_folder_properties;
     $this->MenuList = "Organize::Folders::Edit Properties";
     $this->Dependency = array();
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
     $this->dbManager = $GLOBALS['container']->get('db.manager');
 }
Exemplo n.º 29
0
 function __construct()
 {
     $this->Name = "view_info";
     $this->Title = _("View File Information");
     $this->Dependency = array("browse");
     $this->DBaccess = PLUGIN_DB_READ;
     $this->LoginFlag = 0;
     parent::__construct();
     $this->uploadDao = $GLOBALS['container']->get('dao.upload');
 }
Exemplo n.º 30
0
 function __construct()
 {
     $this->Name = "admin_folder_delete";
     $this->Title = TITLE_admin_folder_delete;
     $this->MenuList = "Organize::Folders::Delete Folder";
     $this->Dependency = array();
     $this->DBaccess = PLUGIN_DB_WRITE;
     parent::__construct();
     $this->dbManager = $GLOBALS['container']->get('db.manager');
 }