buddypress/bp-groups
Boone B Gorges 03a9461a54 In BP_Group_Extension::call_edit_screen_save(), don't save if DOING_AJAX
Previously, the settings save routine was running whenever the POST global was
populated. This meant running when handling an AJAX request sent via POST. But
the latter is incorrect behavior, since it disallows the use of AJAX on the
edit screen for anything other than saving the form. As a result, all AJAX
requests sent via POST on group edit screens were resulting in a failed nonce
check.

Plugins that wish to save group edit settings via AJAX should implement their
own nonce checks.

See #5052

git-svn-id: https://buddypress.svn.wordpress.org/trunk@7251 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2013-07-09 13:20:07 +00:00
..
admin Compress scripts/styles: 1.8-bleeding-7167. 2013-06-05 21:57:17 +00:00
js Compress scripts/styles: 1.7-bleeding-6637. 2012-12-14 22:57:20 +00:00
bp-groups-actions.php Introduces BP_Activity_Feed class, and migrates existing feeds 2013-06-12 22:08:10 +00:00
bp-groups-activity.php Only register legacy forum activity actions if the legacy forums are active. 2013-05-15 18:26:48 +00:00
bp-groups-admin.php Corrects incorrect param name in Groups Admin autocomplete AJAX handler 2013-06-25 01:49:18 +00:00
bp-groups-adminbar.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-buddybar.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-groups-cache.php Better cache busting of user group counts. 2013-06-07 02:08:32 +00:00
bp-groups-classes.php In BP_Group_Extension::call_edit_screen_save(), don't save if DOING_AJAX 2013-07-09 13:20:07 +00:00
bp-groups-filters.php EOF: 2012-09-18 18:03:00 +00:00
bp-groups-forums.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-groups-functions.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-groups-loader.php Add 'Create a Group / Blog' links to the WP Toolbar. See #1838. 2013-05-14 19:22:38 +00:00
bp-groups-notifications.php Only show the 'to disable' notice in emails if Settings is enabled 2013-04-18 00:36:43 +00:00
bp-groups-screens.php Introduces template hierarchy for top-level theme compat templates 2013-06-13 01:27:01 +00:00
bp-groups-template.php Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031 2013-06-19 21:41:08 +00:00
bp-groups-widgets.php Adds 'widget' class to all BP widget wrappers 2013-06-13 01:09:52 +00:00