* @subpackage Administration.Site
*/
-admin_gatekeeper();
-
$plugin = get_input('plugin');
if (!is_array($plugin)) {
$plugin = array($plugin);
* @subpackage Administration.Site
*/
-admin_gatekeeper();
-
$plugins = get_installed_plugins();
foreach ($plugins as $p => $data) {
* @subpackage Administration.Site
*/
-admin_gatekeeper();
-
$plugin = get_input('plugin');
if (!is_array($plugin)) {
* @subpackage Administration.Site
*/
-admin_gatekeeper();
-
$plugins = get_installed_plugins();
foreach ($plugins as $p => $data) {
* @subpackage Administration.Site
*/
-admin_gatekeeper();
-
$mod = get_input('plugin');
$mod = str_replace('.', '', $mod);
$mod = str_replace('/', '', $mod);
* @subpackage Administration.Site
*/
-admin_gatekeeper();
-
if (datalist_get('default_site')) {
$site = get_entity(datalist_get('default_site'));
if (!($site instanceof ElggSite)) {
* @subpackage Administration.Site
*/
-admin_gatekeeper();
-
if (datalist_get('default_site')) {
$site = get_entity(datalist_get('default_site'));
if (!($site instanceof ElggSite)) {
* @subpackage Administration.User
*/
-admin_gatekeeper();
-
$guid = get_input('guid');
$user = get_entity($guid);
* @subpackage Administration.User
*/
-// block non-admin users - require since this action is not registered
-// @todo why isn't this action registered?
-admin_gatekeeper();
-
// Get the user
$guid = get_input('guid');
$user = get_entity($guid);
* @subpackage Administration.User
*/
-admin_gatekeeper();
-
$guid = get_input('guid');
$user = get_entity($guid);
* @subpackage Administration.User
*/
-admin_gatekeeper();
-
$guid = get_input('guid');
$user = get_entity($guid);
* @subpackage Administration.User
*/
-admin_gatekeeper();
-
$guid = get_input('guid');
$user = get_entity($guid);
* @subpackage Administration.User
*/
-admin_gatekeeper();
-
$access_status = access_get_show_hidden_status();
access_show_hidden_entities(true);
* @subpackage Comments
*/
-// Make sure we're logged in; forward to the front page if not
-gatekeeper();
-
-// Get input
$entity_guid = (int) get_input('entity_guid');
$comment_text = get_input('generic_comment');
-// make sure comment is not empty
if (empty($comment_text)) {
register_error(elgg_echo("generic_comment:blank"));
forward(REFERER);
* @subpackage Administration.Users
*/
-gatekeeper();
-
$email = get_input('email');
$user_id = get_input('guid');
* @subpackage Core
*/
-gatekeeper();
-
$guid = get_input('guid');
$entity = get_entity($guid);
* @subpackage Friends.Management
*/
-// Ensure we are logged in
-gatekeeper();
-
// Get the GUID of the user to friend
$friend_guid = get_input('friend');
$friend = get_entity($friend_guid);
* @subpackage Friends.Collections
*/
-//must be logged in
-gatekeeper();
-
$collection_name = get_input('collection_name');
$friends = get_input('friends_collection');
* @subpackage Friends.Collections
*/
-// Make sure we're logged in (send us to the front page if not)
-gatekeeper();
-
-// Get input data
$collection_id = (int) get_input('collection');
// Check to see that the access collection exist and grab its owner
* @subpackage Friends.Management
*/
-// Ensure we are logged in
-gatekeeper();
-
// Get the GUID of the user to friend
$friend_guid = get_input('friend');
$friend = get_entity($friend_guid);
* @subpackage Core
*/
-// Safety
-admin_gatekeeper();
-
-// Get input
$data = get_input('data', '', false);
-// Import
$return = import($data);
if ($return) {
* @subpackage Likes
*/
-gatekeeper();
$entity_guid = (int) get_input('guid');
//check to see if the user has already liked the item
* @subpackage Core
*/
-// Method
$method = get_input('method');
-gatekeeper();
$current_settings = get_user_notification_settings();
$plugin_name = $plugin_info['name'];
-admin_gatekeeper();
-
$result = false;
$options = array(
$params = get_input('params');
$plugin = get_input('plugin');
-gatekeeper();
-
$result = false;
foreach ($params as $k => $v) {
global $CONFIG;
if ($CONFIG->allow_user_default_access) {
- gatekeeper();
-
$default_access = get_input('default_access');
$user_id = get_input('guid');
* @subpackage Core
*/
-gatekeeper();
-
$language = get_input('language');
$user_id = get_input('guid');
* @subpackage Core
*/
-gatekeeper();
-
$name = strip_tags(get_input('name'));
$user_id = get_input('guid');
* @subpackage Core
*/
-gatekeeper();
-
$current_password = get_input('current_password');
$password = get_input('password');
$password2 = get_input('password2');
* @todo This is deprecated in 1.8
*/
-gatekeeper();
-
$closed = get_input('closed', 'true');
if ($closed != 'true') {
$closed = false;
* @subpackage Core
*/
-admin_gatekeeper(); // Only admins can add a user
-
// Get variables
global $CONFIG;
$username = get_input('username');
global $CONFIG;
-gatekeeper();
-
elgg_trigger_plugin_hook('usersettings:save', 'user');
forward(REFERER);
*/
function notification_user_settings_save() {
global $CONFIG;
+ //@todo Wha??
include($CONFIG->path . "actions/notifications/settings/usersettings/save.php");
}
*/
function users_settings_save() {
global $CONFIG;
+ //@todo Wha??
include($CONFIG->path . "actions/user/name.php");
include($CONFIG->path . "actions/user/password.php");
include($CONFIG->path . "actions/email/save.php");