-
Usernode Guestbook: February 25, 2011 2:08
Commit 9bf685b on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Usernode Guestbook: February 25, 2011 2:08
Commit ac0cf82 on master, committed by Drupal Git User (LDAP)Removing translation directories
-
Issue 'usernode guestbook interferes with userpoints' http://drupal.org/node/191255 fixed. We use usernode_save_node() instead of node_save().
-
Documenation (README) adjusted corresponding to last changes.
-
2 issues fixed: A user's guestbook could be deactivated if user updates other profile tabs (http://drupal.org/node/190717); there was no hyperlink on submit text if comment preview was set to required (http://drupal.org/node/190606, thanks to chiefguest for reporting)
-
Bug fixed that set usernode comments back to 0 each time user object has been saved. hook_user 'update' has been replaced by hook_user 'submit'. See issue http://drupal.org/node/188729
-
Comments for _usernode_guestbook_admin_settings_validate() function corrected.
-
Removing de.po for there is only the informal translation supported.
-
Users can disable own guestbook by changing comment option for usernode without usernode access. Admins can set default even to existing usernodes. POT file contains all new strings. German translation updated and set to de-informal.po due to naming convention for informal addressing. Feature list in README.txt updated.
-
API Change: Former function usernode_guestbook_usernode didn't handle a complete usernode but only the comment box. It's now renamed to usernode_guestbook_box.