Wed 06 Oct 2010 14:45:06 CEST
groupadmin.module:
* Fixed pager - bear_beavis - [#809088]
To be released as 2.2-BETA
Tue 14 Sep 2010 20:36:44 CEST
groupadmin.menu.inc.php:
* Changed to use %node paths - allows proper OG context (e.g. OG block stays visible.)
* Made link title configurable.
groupadmin.access.inc.php:
* Changed and restructured to check high-access permissions too. Fixes [#909894].
* Added further static caching for roles and permissions.
* Changed to handle group node or gid as parameter in various functions (required to use %node menu paths.)
groupadmin.config.inc.php:
* Added option to disable confirmation for admin updates.
* Added information re. OG Views integration module.
* Made link title configurable.
groupadmin.module
* Fixed _groupadmin_manage bug where "Partial name or email address" was not shown due to reading wrong permission for email access.
* Changed to handle group node or gid as parameter in various functions (required to use %node menu paths.)
* Added option to disable confirmation for admin updates.
* Improved "destination" handling - now seems to work properly.
Mon 05 Apr 2010 19:59:06 CEST
groupadmin_cp.module:
* Added table_exists check and suitable error message in _groupadmin_cp_getquery - relates to #760856
* Added missing {} around table-name in groupadmin_cp_hook_groupadmin_config_fields "SHOW columns FROM..." query.
* Added dependency on "content" (cck) into .info file and changed module description to be more precise.
* Changed description in config section to be more precise.
* Changed content-type selection to only display cck types, and don't display field selection until valid content type is selected.
groupadmin.config.inc.php:
* Removed deprecated test/call of _groupadmin_cp_settings_fields.
* Removed (inactive) debug message which would have been shown when checking text fields in config.
* Changed groupadmin_validate_posint to use %name instead of !name.
Sat 27 Mar 2010 14:11:33 CET
* Changed how destination url is set, now using drupal_get_destination. Hopefully fixes http://drupal.org/node/753374
Tue 16 Mar 2010 01:38:06 CET
* GroupAdmin Profile: Remove deprecated checks from _groupadmin_profile_settings_validate
Tue 16 Mar 2010 01:32:21 CET
* Remove deprecated check for _groupadmin_cp_getquery in _groupadmin_manage_getuserlist