sirkitree
November 21, 2008
-
fixing persistent message. have to use internal function for this.
-
Flag Friend: /modules/flag_friend/flag_friend.info 1.6
Flag Friend: /modules/flag_friend/flag_friend.install 1.6
Flag Friend: /modules/flag_friend/flag_friend.module 1.7- creating a persistent set message for friend notification
-
Flag Friend: /modules/flag_friend/flag_friend.info 1.5
Flag Friend: /modules/flag_friend/flag_friend.install 1.5
Flag Friend: /modules/flag_friend/flag_friend.module 1.6- fixing up the questions for 'unfreinding' according to status
-
Flag Friend: /modules/flag_friend/flag_friend.info 1.4
Flag Friend: /modules/flag_friend/flag_friend.install 1.4
Flag Friend: /modules/flag_friend/flag_friend.module 1.5- forcing unflag_confirmation label for pending/cancel. - replacing \n's for enters. - general cleanup of the default email theme function. - better default message for unflag_confirmation.
-
Flag Friend: /modules/flag_friend/flag_friend.info 1.3
Flag Friend: /modules/flag_friend/flag_friend.install 1.3
Flag Friend: /modules/flag_friend/flag_friend.module 1.4- install does not run it's own quiery to install it's flag, there is now an implementation of hook_flag_default_flags(). - using an IF NOT EXISTS in table creation for the case of shared tables. - fcid is now primary key. - using integer defines for statuses instead of passing around strings. - more specific string replacements in hook_preprocess_flag(). - new role perm to set if a user can receive friend email notifications. - changed user/N/flag-friend to user/N/friends. - optimized the query for pulling messages. - implemented my own confirm callback in order to have it for friend denial/unfriending. - more accurate string replacement in hook_user_link(). - static caching of status determination keyed by the users being compared.
November 19, 2008
-
Flag Friend: /modules/flag_friend/flag_friend.info 1.2
Flag Friend: /modules/flag_friend/flag_friend.install 1.2
Flag Friend: /modules/flag_friend/flag_friend.module 1.3- removed flag_form dependency now that flag has link types, we form alter instead. - optimized hook_flag implementation a bit. - specificity on the flag we operate on in flag_friend_preprocess_flag(). - do not negate an ajax now that we have link types. - optimized hook_user(); we do not need any variable set, therefor removed case load and update.
November 10, 2008
-
adding a hook user implementation in order to provide a way for users to set whether they want email notifications of friend requests
November 7, 2008
-
Flag Friend: /modules/flag_friend/flag_friend.info 1.1
Flag Friend: /modules/flag_friend/flag_friend.install 1.1
Flag Friend: /modules/flag_friend/flag_friend.module 1.1Initial commit of the flag_friend module. Provides a buddy system utilizing flags.
-
Directory /cvs/drupal-contrib/contributions/modules/flag_friend added to the repository
-
: /modules/flag_form/DEVELOPER.txt 1.1
: /modules/flag_form/flag_form.info 1.1
: /modules/flag_form/flag_form.module 1.1Initial commit of flag_form. Provides a method to replace flag.module link ajax to go to a form.
