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

Log of /contributions/modules/flag_content/flag_content.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.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 15 03:22:07 2008 UTC (18 months, 1 week ago) by kbahey
Branch: DRUPAL-6--1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
#221371 Fix typo in uninstall hook.

Revision 1.4.2.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 12 21:39:21 2008 UTC (20 months, 1 week ago) by kbahey
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-10, DRUPAL-5--2-9
Changes since 1.4.2.4.2.2: +4 -1 lines
Diff to previous 1.4.2.4.2.2 , to branch point 1.4.2.4
#233498: by eojthebrave, and modified by myself: Remove variables from variable table on uninstall.

Revision 1.4.2.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 12 03:44:31 2008 UTC (20 months, 2 weeks ago) by kbahey
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-8
Changes since 1.4.2.4.2.1: +3 -3 lines
Diff to previous 1.4.2.4.2.1 , to branch point 1.4.2.4
#233098 Fixed error in SQL causing table creation to fail.

Revision 1.4.2.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 11 23:50:51 2008 UTC (20 months, 2 weeks ago) by kbahey
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-7
Changes since 1.4.2.4: +19 -5 lines
Diff to previous 1.4.2.4
#174834 by eojthebrave, with changes by kbahey: Add name, email and reason for flagging.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 2 19:39:01 2008 UTC (21 months, 3 weeks ago) by kbahey
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.5: +26 -48 lines
Diff to previous 1.5
#217128 by cfuller12, some tweaking by kbahey. Ported to Drupal 6,

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 19 17:00:17 2007 UTC (2 years, 7 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-2, DRUPAL-5--2-3, DRUPAL-5--2-4, DRUPAL-5--2-5, DRUPAL-5--2-6
Branch point for: DRUPAL-5--2
Changes since 1.4.2.3: +6 -6 lines
Diff to previous 1.4.2.3 , to branch point 1.4 , to next main 1.6
#137580 Comment links were not encoded properly.

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 14 04:48:15 2007 UTC (2 years, 7 months ago) by kbahey
Branch: DRUPAL-5
Changes since 1.4.2.2: +2 -2 lines
Diff to previous 1.4.2.2 , to branch point 1.4
Adding translation templates

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 13:41:27 2007 UTC (2 years, 7 months ago) by kbahey
Branch: MAIN
Changes since 1.4: +38 -14 lines
Diff to previous 1.4
#135367 Add postgres support, by a_m_c

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 11 13:40:48 2007 UTC (2 years, 7 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1
Changes since 1.4.2.1: +19 -1 lines
Diff to previous 1.4.2.1 , to branch point 1.4
#135367 Add postgres support, by a_m_c

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 9 02:53:38 2007 UTC (2 years, 7 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0
Changes since 1.4: +23 -17 lines
Diff to previous 1.4
- Better description of what the module does now.
- User and node were mistakenly transposed in the admin page. Fixed.
- Removed the option to add nofollow. It is not needed since we now have a confirmation form.
- Fixed admin page for managing flagged items, since it would not return items with the same eid. Now uses fid, which is unique.
#83610  Allow anything to be flagged. Based on Steve McKenzie's patch, with a lot of additions by kbahey.
#99881  Allow anonymous to flag content.
#121811 Add support for storing the flagging user's uid in the table.

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 9 02:48:52 2007 UTC (2 years, 7 months ago) by kbahey
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--2-1
Changes since 1.1.2.3: +3 -4 lines
Diff to previous 1.1.2.3 , to branch point 1.1 , to next main 1.6
- Better description of what the module does now.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 8 19:34:03 2007 UTC (2 years, 7 months ago) by kbahey
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--2-0
Changes since 1.1.2.2: +28 -18 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#83610  Allow anything to be flagged. Based on Steve McKenzie's patch, with a lot of additions by kbahey.
#99881  Allow anonymous to flag content.
#121811 Add support for storing the flagging user's uid in the table.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 18 04:10:17 2007 UTC (2 years, 9 months ago) by kbahey
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.3: +10 -8 lines
Diff to previous 1.3
#106908 Port for Drupal 5.x, by reikiman, BTMash, and myself.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 19:48:12 2007 UTC (2 years, 10 months ago) by kbahey
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
#109291 add class for the link, so themers can style it, by budda
Added db prefix for install file.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 19:03:00 2007 UTC (2 years, 10 months ago) by kbahey
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.1.2.1: +2 -2 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Proper db_prefix support.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 11 10:51:46 2006 UTC (3 years, 1 month ago) by kbahey
Branch: MAIN
Changes since 1.1: +8 -2 lines
Diff to previous 1.1
#88621 Adding postgreSQL support, by jaydub

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 11 10:51:09 2006 UTC (3 years, 1 month ago) by kbahey
Branch: DRUPAL-4-7
Changes since 1.1: +8 -2 lines
Diff to previous 1.1
#88621 Adding postgreSQL support, by jaydub

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 10 01:02:03 2006 UTC (3 years, 2 months ago) by kbahey
Branch: MAIN
Branch point for: DRUPAL-4-7
Initial commit of flag_content module.

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