/[drupal]/contributions/modules/paypal_framework/paypal_framework.module
ViewVC logotype

Log of /contributions/modules/paypal_framework/paypal_framework.module

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.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 9 21:25:34 2006 UTC (3 years, 6 months ago) by eaton
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-4-7, DRUPAL-5
Changes since 1.25: +84 -22 lines
Diff to previous 1.25
A quick stab at a 4.7 conversion for the paypal framework. Committed with the OK of nji@njivy.org, the previous committer. Further testing needed.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 14 22:22:04 2005 UTC (4 years, 9 months ago) by njivy
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.24: +6 -3 lines
Diff to previous 1.24
Updating module in preparation for 4.6.0 per the directions at http://drupal.org/node/12347.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 17 21:11:41 2005 UTC (4 years, 10 months ago) by njivy
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Recommitting files

Revision 1.23
Mon Jan 17 11:02:20 2005 UTC (4 years, 10 months ago) by crackerjm
Branch: MAIN
Changes since 1.22: +1 -1 lines
FILE REMOVED
*** empty log message ***

Revision 1.18.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 16 07:35:51 2005 UTC (4 years, 10 months ago) by crackerjm
Branch: DRUPAL-4-5
Changes since 1.18.2.1: +1 -1 lines
Diff to previous 1.18.2.1 , to branch point 1.18 , to next main 1.26
Merged some changes from HEAD to DRUPAL-4-5

Revision 1.18.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 26 00:52:02 2004 UTC (4 years, 11 months ago) by njivy
Branch: DRUPAL-4-5
Changes since 1.18: +711 -416 lines
Diff to previous 1.18
Issue #14430: committed to DRUPAL-4-5

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 26 00:39:32 2004 UTC (4 years, 11 months ago) by njivy
Branch: MAIN
Changes since 1.21: +812 -499 lines
Diff to previous 1.21
Issue #14430: code clean up; new transaction hook; viewable transactions

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 16 01:25:40 2004 UTC (5 years ago) by crackerjm
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20
trying a fix for the title in hook_settings()

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 16 01:01:36 2004 UTC (5 years ago) by crackerjm
Branch: MAIN
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
Fixed a broken tag in _settings hook.
Tried to re-write some of the of the help text.  I may need suggestions as I don't see if from the same perspective

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 15 10:10:19 2004 UTC (5 years ago) by crackerjm
Branch: MAIN
Changes since 1.18: +52 -71 lines
Diff to previous 1.18
Sort of cleaning up the code (as noted by code-clean.pl), this module should conform to most of the drupal standards

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 1 00:08:34 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 8 21:06:46 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
blasted case admin/modules\#name in help doesn't work, removed it

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 8 20:57:03 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
fixes silly users access problem

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 6 08:17:38 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
forgot the Id tag

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 6 03:31:07 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
 Thanks to njivy for finding this:  case 'admin/system/modules/paypal_framework': and case 'admin/settings/paypal_framework': were added so that both HEAD and drupal 4.4.x could work

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 4 02:28:14 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.12: +12 -8 lines
Diff to previous 1.12
fixed the _help section for HEAD

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 4 00:19:00 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.11: +29 -0 lines
Diff to previous 1.11
Using 4.5.0 _menu hook now.  Appears to work so far

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 3 20:49:46 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.10: +94 -10 lines
Diff to previous 1.10
Added logging HEAD is now going to get ready for drupal HEAD

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 22:55:57 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: DRUPAL-4-4
Changes since 1.2.2.1: +8 -9 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.26
fixed the verification bug for 4.4.0 release

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 22:38:59 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.9: +0 -1 lines
Diff to previous 1.9
removed mis debuging code

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 22:27:51 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 22:25:19 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.7: +6 -4 lines
Diff to previous 1.7
Fixed queuing, wasn't making it into the queue for some reason

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 31 21:54:05 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.6: +4 -6 lines
Diff to previous 1.6
added the mysql upgrade, fixed timestamp bug in paypal_framework.module

Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 30 00:46:45 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: DRUPAL-4-4
Changes since 1.2: +7 -7 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 30 00:20:01 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.5: +7 -7 lines
Diff to previous 1.5
I am begging to hate cvs...trying to commit paypal_framework.module

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 29 23:53:08 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.4: +7 -7 lines
Diff to previous 1.4
back merging changes to drupal-4-4

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 29 18:09:51 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.3: +6 -6 lines
Diff to previous 1.3
added a TODO file, Logged changes, fixed some bugs in relationships

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 29 01:58:35 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
fixed a stupid bug cuz I forgot to rename the table there

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 28 23:07:56 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
Branch point for: DRUPAL-4-4
Changes since 1.1: +8 -8 lines
Diff to previous 1.1
added the README file as well as some minor changes to module

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 28 20:53:28 2004 UTC (5 years, 3 months ago) by crackerjm
Branch: MAIN
forgot to rename the 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