-
CCK Field Privacy: February 25, 2011 2:08
Commit 11f6939 on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
CCK Field Privacy: February 25, 2011 2:08
Commit ae657a7 on 5.x-2.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
CCK Field Privacy: February 25, 2011 2:08
Commit e2ff75e on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
CCK Field Privacy: February 25, 2011 2:08
Commit 6bfa8af on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
#426838 by erbzh - preliminary preparation to various strings in the CCK Field Privacy module to allow outside translations.
-
#377950 by joe9: Integrate User Relationships & CCK Field Privacy. Users can now select privacy settings based on any UR relationships that are defined on the site, if the admin uses the UR API module. Huge thanks goes out to askibinski for creating the patch to make this work.
-
#486238 by toby.batch - CCK Field Privacy's default settings were not working as people would have expected. The default setting in the admin area now applies if a user does not set the privacy flag for a particular field, rather than just being the default radio button selected when the user clicks the privacy padlock. #541740 by abaddonsun - CCK Field Privacy did not properly display a padlock with the email CCK widget.
-
#487350 by mogtofu33: Enables Javascript translation of the strings in CCK Field Privacy. Thank you to mogtofu33 for providing a patch for this issue. #472442 by postcarbonjason: Updates the addressing method in the jquery for CCK Field Privacy to be compatible with the 1.3.2 version of JQuery. Thank you to postcarbonjason for providing a patch for this issue.
-
#487350 by mogtofu33: Enables Javascript translation of the strings in CCK Field Privacy. Thank you to mogtofu33 for providing a patch for this issue. #472442 by postcarbonjason: Updates the addressing method in the jquery for CCK Field Privacy to be compatible with the 1.3.2 version of JQuery. Thank you to postcarbonjason for providing a patch for this issue.
-
#478054 by kaay: CCK Field Privacy will display a PHP warning message if no content types or fields are set for privacy when the module is first installed. This is because the default type from variable_get is not set to a string inside the unserialize() function. The error does not cause any problems other than an unwanted error message.