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

Log of /contributions/modules/comment_upload/comment_upload.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.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 20:06:40 2009 UTC (9 months, 3 weeks ago) by netaustin
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA4, DRUPAL-6--1-0-ALPHA5
Changes since 1.4.2.9: +18 -3 lines
Diff to previous 1.4.2.9 , to branch point 1.4
by netaustin: #367043 implement legacy fid for compatibility with PIFT.

Revision 1.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 22:17:23 2009 UTC (9 months, 3 weeks ago) by netaustin
Branch: DRUPAL-6--1
Changes since 1.4.2.8: +3 -3 lines
Diff to previous 1.4.2.8 , to branch point 1.4
by netaustin: install error per goba

Revision 1.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 19:09:00 2009 UTC (9 months, 3 weeks ago) by netaustin
Branch: DRUPAL-6--1
Changes since 1.4.2.7: +20 -8 lines
Diff to previous 1.4.2.7 , to branch point 1.4
by netaustin and dww: remove #submit handler

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 08:37:27 2009 UTC (9 months, 4 weeks ago) by heine
Branch: DRUPAL-6--1
Changes since 1.4.2.6: +1 -6 lines
Diff to previous 1.4.2.6 , to branch point 1.4
Update 6001 is redundant because of 6002

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 30 08:12:37 2009 UTC (9 months, 4 weeks ago) by heine
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA2
Changes since 1.4.2.5: +7 -3 lines
Diff to previous 1.4.2.5 , to branch point 1.4
Set module weight to 0 for project_issue compatibility - Possible with new AHAH code.

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 11:02:11 2008 UTC (11 months, 2 weeks ago) by heine
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA1
Changes since 1.4.2.4: +4 -4 lines
Diff to previous 1.4.2.4 , to branch point 1.4
#326668 by vladimir.dolgopolov and myself - fix upgrade issue 5.x -> 6.x.

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 11 10:57:50 2008 UTC (11 months, 2 weeks ago) by heine
Branch: DRUPAL-6--1
Changes since 1.4.2.3: +2 -2 lines
Diff to previous 1.4.2.3 , to branch point 1.4
#345532 - Reported by dutchslab - fix table name typo on uninstall.

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 16:51:35 2008 UTC (14 months, 1 week ago) by heine
Branch: DRUPAL-6--1
Changes since 1.4.2.2: +8 -1 lines
Diff to previous 1.4.2.2 , to branch point 1.4
Lower the weight of comment_upload so its form_alter runs last

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 12:29:24 2008 UTC (15 months, 2 weeks ago) by heine
Branch: DRUPAL-6--1
Changes since 1.4.2.1: +0 -0 lines
Diff to previous 1.4.2.1 , to branch point 1.4
- Added support for the private filesystem
- Added the permission 'view files uploaded to comments'
- Grouped hooks together

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 11:43:25 2008 UTC (15 months, 2 weeks ago) by heine
Branch: DRUPAL-6--1
Changes since 1.4: +0 -0 lines
Diff to previous 1.4
Additional validation for
- comment form
- user token
- attachment fieldset

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 7 07:41:30 2008 UTC (15 months, 3 weeks ago) by heine
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.3: +188 -23 lines
Diff to previous 1.3
#197015 - Initial rewrite of comment_upload for Drupal 6.x.

Revision 1.3.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 1 09:38:55 2008 UTC (18 months, 4 weeks ago) by heine
Branch: DRUPAL-5
Changes since 1.3.2.5: +12 -1 lines
Diff to previous 1.3.2.5 , to branch point 1.3 , to next main 1.4
#245929 by Narayan Newton - Add composite index on cid, fid to improve performance.

Revision 1.3.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 6 11:38:19 2007 UTC (2 years, 9 months ago) by heine
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--0-1
Changes since 1.3.2.4: +1 -1 lines
Diff to previous 1.3.2.4 , to branch point 1.3
Added and corrected code comments.

Revision 1.3.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 20:59:28 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-5
Changes since 1.3.2.3: +1 -1 lines
Diff to previous 1.3.2.3 , to branch point 1.3
#113585 - fix sql error in create table statement

Revision 1.2.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 20:59:07 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--0-1
Changes since 1.2.2.5: +2 -2 lines
Diff to previous 1.2.2.5 , to branch point 1.2 , to next main 1.4
#113585 - fix sql error in create table statement

Revision 1.2.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 26 17:49:05 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-4-7
Changes since 1.2.2.4: +40 -8 lines
Diff to previous 1.2.2.4 , to branch point 1.2
#110962 - Support PostgreSQL, make sure MySQL definition matches.

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 26 17:46:55 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-5
Changes since 1.3.2.2: +40 -8 lines
Diff to previous 1.3.2.2 , to branch point 1.3
#110962 - Support PostgreSQL, make sure MySQL definition matches.

Revision 1.2.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 22:39:18 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-4-7
Changes since 1.2.2.3: +2 -2 lines
Diff to previous 1.2.2.3 , to branch point 1.2
$ret should be an array in update_1

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 24 22:38:43 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-5
Changes since 1.3.2.1: +2 -2 lines
Diff to previous 1.3.2.1 , to branch point 1.3
$ret should be an array in update_1

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 07:00:25 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-5
Changes since 1.3: +3 -2 lines
Diff to previous 1.3
#111931 - don't save to sequences, when there are no comment uploads to be upgraded

Revision 1.2.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 23 06:58:21 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-4-7
Changes since 1.2.2.2: +4 -1 lines
Diff to previous 1.2.2.2 , to branch point 1.2
#111931 - don't save to sequences, when there are no comment uploads to be upgraded

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 09:08:52 2007 UTC (2 years, 10 months ago) by heine
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.2: +45 -5 lines
Diff to previous 1.2
Merging bugfixes of the 4-7 branch to HEAD

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 08:09:45 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-4-7
Changes since 1.2.2.1: +2 -2 lines
Diff to previous 1.2.2.1 , to branch point 1.2
fix table prefixes in .install

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 08:08:42 2007 UTC (2 years, 10 months ago) by heine
Branch: DRUPAL-4-7
Changes since 1.2: +45 -5 lines
Diff to previous 1.2
#72235 - fixed incompatability with private download method by creating a hook_file_download and designated comment upload tables.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 23 00:06:31 2006 UTC (3 years, 5 months ago) by eaton
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +14 -1 lines
Diff to previous 1.1
#69014 - major changes including fixed previewing and support for multiple attachments per comment. Major thanks to mindless for the patch!

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 10 02:16:07 2006 UTC (3 years, 8 months ago) by eaton
Branch: MAIN
Updated to work with the latest Drupal 4.7 beta. Very simple, but it gets the job done. Still to do: get previews working.

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