/**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'CUSTOM_PROFILE_FIELDS', 'stats' => 'CUSTOM_PROFILE_FIELD_STATS'), parent::get_entry_points());
 }
Пример #2
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MANAGE_DISEASES'), parent::get_entry_points());
 }
Пример #3
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MANAGE_NEWSLETTER', 'new' => 'NEWSLETTER_SEND', 'subscribers' => 'VIEW_NEWSLETTER_SUBSCRIBERS', 'archive' => 'NEWSLETTER_ARCHIVE', 'whatsnew' => 'NEW', 'bounce_filter_a' => 'BOUNCE_FILTER'), parent::get_entry_points());
 }
Пример #4
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'EMOTICONS'), parent::get_entry_points());
 }
Пример #5
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'CUSTOM_COMCODE'), parent::get_entry_points());
 }
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'POST_TEMPLATES'), parent::get_entry_points());
 }
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'WELCOME_EMAILS'), parent::get_entry_points());
 }
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MULTI_MODERATIONS'), parent::get_entry_points());
 }
Пример #9
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     require_lang('workflows');
     return array_merge(array('misc' => 'MANAGE_WORKFLOWS'), parent::get_entry_points());
 }
Пример #10
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MANAGE_GALLERIES') + (has_specific_permission(get_member(), 'mass_import', 'cms_galleries') ? array('gimp' => 'GALLERY_IMPORT') : array()), parent::get_entry_points());
 }
Пример #11
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MANAGE_CATALOGUES', 'import' => 'IMPORT_CATALOGUE_ENTRIES', 'export' => 'CATALOGUE_EXPORT'), parent::get_entry_points());
 }
Пример #12
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(parent::get_entry_points(), array('misc' => 'CUSTOM_PRODUCT_USERGROUP', 'logs' => 'TRANSACTIONS', 'trigger' => 'MANUAL_TRANSACTION', 'profit_loss' => 'PROFIT_LOSS', 'cash_flow' => 'CASH_FLOW'));
 }
Пример #13
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return is_guest() ? array() : parent::get_entry_points();
 }
Пример #14
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'BOOKINGS', 'ab' => 'ADD_BOOKING', 'eb' => 'EDIT_BOOKING'), parent::get_entry_points());
 }
Пример #15
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return parent::get_entry_points();
 }
Пример #16
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MANAGE_BLOGS', 'import_wordpress' => 'IMPORT_WORDPRESS'), parent::get_entry_points());
 }
Пример #17
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MANAGE_CHATROOMS', 'delete_all' => 'DELETE_ALL_ROOMS'), parent::get_entry_points());
 }
Пример #18
0
 /**
  * Standard modular entry-point finder function.
  *
  * @return ?array	A map of entry points (type-code=>language-code) (NULL: disabled).
  */
 function get_entry_points()
 {
     return array_merge(array('misc' => 'MANAGE_USERGROUPS'), parent::get_entry_points());
 }