/[drupal]/contributions/modules/flag_friend/flag_friend.install
ViewVC logotype

Log of /contributions/modules/flag_friend/flag_friend.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.2.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 29 03:26:52 2009 UTC (4 months ago) by sirkitree
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-RC1, DRUPAL-6--1-0-RC2
Changes since 1.2.4.9: +14 -2 lines
Diff to previous 1.2.4.9 , to branch point 1.2 , to next main 1.6
#506412 by markus_petrux - Add index to flag_friend table and fix DELETE query.

Revision 1.2.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 17:06:12 2009 UTC (7 months, 1 week ago) by sirkitree
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA4, DRUPAL-6--1-0-BETA5
Changes since 1.2.4.8: +3 -13 lines
Diff to previous 1.2.4.8 , to branch point 1.2
fixing up the serialize update hook

Revision 1.2.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 17:34:07 2009 UTC (7 months, 1 week ago) by sirkitree
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA2
Changes since 1.2.4.7: +8 -10 lines
Diff to previous 1.2.4.7 , to branch point 1.2
Fixing up the serial column in flag_friend_message table.

Revision 1.2.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 16:44:26 2009 UTC (7 months, 1 week ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.2.4.6: +19 -1 lines
Diff to previous 1.2.4.6 , to branch point 1.2
adding update hook to change flag_friend_message:fcid type from int to serial

Revision 1.2.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 16:22:35 2009 UTC (7 months, 1 week ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.2.4.5: +2 -2 lines
Diff to previous 1.2.4.5 , to branch point 1.2
#435448: autoincremental field for fcid - must be serial, not int

Revision 1.2.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 05:50:27 2009 UTC (9 months, 1 week ago) by sirkitree
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1
Changes since 1.2.4.4: +5 -1 lines
Diff to previous 1.2.4.4 , to branch point 1.2
#353808 - removing default flag if it's been enabled upon uninstall by jaydub, D6

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 05:49:42 2009 UTC (9 months, 1 week ago) by sirkitree
Branch: DRUPAL-5
Changes since 1.2.2.1: +4 -1 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.6
#353808 - removing default flag if it's been enabled upon uninstall by jaydub, D5

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 17 05:30:31 2009 UTC (9 months, 1 week ago) by sirkitree
Branch: DRUPAL-5
Changes since 1.2: +24 -25 lines
Diff to previous 1.2
applying patches #353811, #353809, and #353808 by jaydub

Revision 1.2.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 00:53:14 2009 UTC (9 months, 3 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.2.4.3: +2 -2 lines
Diff to previous 1.2.4.3 , to branch point 1.2
fixing typo in install message

Revision 1.2.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 03:06:57 2009 UTC (10 months, 2 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.2.4.2: +2 -2 lines
Diff to previous 1.2.4.2 , to branch point 1.2
adding correct translation within our drupal_set_message(). thanks jaydub and andypost

Revision 1.2.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 00:24:28 2008 UTC (11 months, 2 weeks ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.2.4.1: +2 -2 lines
Diff to previous 1.2.4.1 , to branch point 1.2
adding user check in _init() before calling any flag for flag_friend functions.
also added in a helpful note on install.

Revision 1.2.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 01:23:30 2008 UTC (12 months ago) by sirkitree
Branch: DRUPAL-6--1
Changes since 1.2: +57 -48 lines
Diff to previous 1.2
D6 port

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 23:25:08 2008 UTC (12 months, 1 week ago) by sirkitree
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, HEAD
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
- creating a persistent set message for friend notification

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 23:11:00 2008 UTC (12 months, 1 week ago) by sirkitree
Branch: MAIN
Changes since 1.4: +0 -0 lines
Diff to previous 1.4
- fixing up the questions for 'unfreinding' according to status

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 18:50:29 2008 UTC (12 months, 1 week ago) by sirkitree
Branch: MAIN
Changes since 1.3: +0 -0 lines
Diff to previous 1.3
- 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.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 21 17:44:30 2008 UTC (12 months, 1 week ago) by sirkitree
Branch: MAIN
Changes since 1.2: +5 -21 lines
Diff to previous 1.2
- 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.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 19 22:09:53 2008 UTC (12 months, 1 week ago) by sirkitree
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
- 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.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 23:51:26 2008 UTC (12 months, 3 weeks ago) by sirkitree
Branch: MAIN
Initial commit of the flag_friend module. Provides a buddy system utilizing flags.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2