Downloads
Download tar.gz
14.76 KB
MD5: 4695272136e54795132c4dd09870336a
SHA-1: 9425ef24a6acd8a513a5a063f8ef04cac4da3433
SHA-256: e2ff58556274f31a7d1ed0fb91ea6f01c602929cbbe448c56de7dbc83a8b467d
Download zip
17.29 KB
MD5: 799874d5f408e2ef028543f3468b3129
SHA-1: aa19c9d8b25341a61d600543ae11ccf911fc297c
SHA-256: f3410444f20ed98317625daa337042fcd4cca6ef934098bdc3fcd086f448c370
Release notes
Changes since DRUPAL-6--1:
- D6 port
- fixing the persistent set message
- - removing persistent set message on inappropriate pages.
- do not save the message during accept, just email it. - -fixing bug in the approval process.
- fixing typo.
- reordered some commands.
- alter flag link so we cannot flag ourself as a friend.
- removed not about patching. default flags are now in flag core, dev. - adding views integration. removed hook_menu implementation and subsequent page callbacks
- Adding specific category to hook_user op:form for display of our setting.
- adding popups support and updating default view to include the message as a default field.
- adding user check in _init() before calling any flag for flag_friend functions.
also added in a helpful note on install. - cleaner way of removing the link on your own account view so that you cannot flag yourself.
- After using on a production site, I've made some changes to the module that benefitted the site and should benefit others as well.
- flag_friend_determine_friend_status() now has the ability to reset the caching. was having some problems related to not being able to do so.
- changed default pending text, will make this customizable in the future.
- added a css class to the 'unfriend' flag and gave it the unflag title.
- removed the persistent drupal_set_message as this is kind of annoying. will reimplement with a setting if requested by anyone.
- friend notification setting title and description look better and fit with other account setting formats.
- better checking for unfriend, hopefully fixes a few of the reported bugs.
- status check global has been changed due to the caching mechanism.
- updated the default text for the default flag to include the [user] token.
- using reloadWhenDone in hook_popup as the content target that popups does is not always reliable. I'd rather refresh the page then the incorrect content area. - correct table prefix support by jaydub
- adding correct translation within our drupal_set_message(). thanks jaydub and andypost
- adding case for user delete to remove relationships
- Updating default views. Most notable changes: using the user arg instead of current_user, table views instead of lists, three tabs instead of two, more descriptive.
- fixing typo in install message
- realized that user profile pictures are not turned on by default and nothing might show up. put username field into the default views.
- realized i lost the default menu item 'friends' when you go to user/N
- making friend view a table and giving it operations by default
- fixing #349264 where the removal in views was not correct
- adding package in accordance with Flag module
- #353808 - removing default flag if it's been enabled upon uninstall by jaydub, D6
- #406082: fixing the confusion between remove/deny link functionality
- #366844: Adding Author Pane integration - by Michelle