/[drupal]/contributions/modules/lm_paypal/lm_paypal_donations.module
ViewVC logotype

Log of /contributions/modules/lm_paypal/lm_paypal_donations.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.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 10:57:13 2009 UTC (3 weeks, 4 days ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.9: +2 -2 lines
Diff to previous 1.26.2.9 , to branch point 1.26 , to next main 1.27
#608162: change forms to use HTTPS to $_lm_paypal_host

Revision 1.27.4.10.2.13
Fri Apr 17 00:33:43 2009 UTC (7 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.12: +1 -1 lines
FILE REMOVED
405104: move modules into separate subdirectories

Revision 1.27.4.10.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 4 14:28:06 2009 UTC (7 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.11: +5 -9 lines
Diff to previous 1.27.4.10.2.11 , to branch point 1.27.4.10
#423626: fix some bugs with currency display on donations/subscriptions forms

Revision 1.27.4.10.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 22 22:56:53 2009 UTC (8 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.10: +2 -2 lines
Diff to previous 1.27.4.10.2.10 , to branch point 1.27.4.10
#410294: fix typo in comment

Revision 1.27.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 22 22:50:15 2009 UTC (8 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.27.4.11: +2 -2 lines
Diff to previous 1.27.4.11 , to branch point 1.27
#410294: fix typo in comment

Revision 1.27.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 18 08:35:37 2009 UTC (8 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.10: +2 -2 lines
Diff to previous 1.27.4.10 , to branch point 1.27
#405666: Fix links to users on /lm_paypal/donations page

Revision 1.27.4.10.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 23:47:30 2009 UTC (9 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.9: +2 -2 lines
Diff to previous 1.27.4.10.2.9 , to branch point 1.27.4.10
Fix a couple of links to admin pages.

Revision 1.27.4.10.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 6 23:37:40 2009 UTC (9 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.8: +4 -5 lines
Diff to previous 1.27.4.10.2.8 , to branch point 1.27.4.10
Tidy up admin settings menu.

Revision 1.27.4.10.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 19 22:12:03 2009 UTC (10 months, 1 week ago) by pounard
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0-ALPHA1
Changes since 1.27.4.10.2.7: +22 -104 lines
Diff to previous 1.27.4.10.2.7 , to branch point 1.27.4.10
Bugfix: fixed a bug in lm_paypal_api_get_currency()
Feature: completed lm_paypal_api_payment_form() with some options, now we can set a select form element for amount instead of a fixed hidden field
Feature: ported lm_paypal_donation to use lm_paypal_api_payment_form()

Revision 1.27.4.10.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 22:56:40 2009 UTC (10 months, 1 week ago) by pounard
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.6: +9 -3 lines
Diff to previous 1.27.4.10.2.6 , to branch point 1.27.4.10
Cleaned up tabs in admin settings, modified tests to pass it.

Revision 1.27.4.10.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 21:46:26 2009 UTC (10 months, 1 week ago) by pounard
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.5: +3 -3 lines
Diff to previous 1.27.4.10.2.5 , to branch point 1.27.4.10
Added some theme_* functions, added a default paypal form (needs active testing).

Revision 1.27.4.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 18 19:43:18 2009 UTC (10 months, 1 week ago) by pounard
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.4: +7 -44 lines
Diff to previous 1.27.4.10.2.4 , to branch point 1.27.4.10
Refactored lm_paypal and all submodules to get rid of ugly, really ugly _ini() stuff.

Revision 1.27.4.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 17 14:56:36 2009 UTC (10 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.3: +22 -3 lines
Diff to previous 1.27.4.10.2.3 , to branch point 1.27.4.10
Start refactoring module registration/handlers. Still some kludges in place.

Revision 1.27.4.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 16 04:30:42 2009 UTC (10 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.2: +3 -2 lines
Diff to previous 1.27.4.10.2.2 , to branch point 1.27.4.10
More simpletests. Start to cleanup module code.

Revision 1.27.4.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 12 13:33:52 2009 UTC (10 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10.2.1: +65 -20 lines
Diff to previous 1.27.4.10.2.1 , to branch point 1.27.4.10
Much more progress with developing tests for LM Paypal. Fix a couple of real bugs.

Revision 1.27.4.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 5 11:53:16 2009 UTC (10 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-6--2
Changes since 1.27.4.10: +3 -8 lines
Diff to previous 1.27.4.10
Initial commit of "big reimplementation".  Rather broken at the moment!

Revision 1.27.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 3 13:09:35 2009 UTC (10 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Branch point for: DRUPAL-6--2
Changes since 1.27.4.9: +2 -2 lines
Diff to previous 1.27.4.9 , to branch point 1.27
Minor comment changes.

Revision 1.26.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 11:37:03 2008 UTC (12 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.26.2.8: +2 -7 lines
Diff to previous 1.26.2.8 , to branch point 1.26
#328751: Remove double-checking of access control

Revision 1.27.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 11:25:41 2008 UTC (12 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.8: +2 -7 lines
Diff to previous 1.27.4.8 , to branch point 1.27
#328751: Remove double-checking of access control

Revision 1.26.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 11:12:33 2008 UTC (12 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.7: +2 -16 lines
Diff to previous 1.26.2.7 , to branch point 1.26
#124113: Remove javascript email-hiding kludge.

Revision 1.27.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 3 11:05:55 2008 UTC (12 months, 3 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.7: +2 -16 lines
Diff to previous 1.27.4.7 , to branch point 1.27
#124113: Remove javascript email-hiding kludge.

Revision 1.27.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 30 09:06:09 2008 UTC (12 months, 4 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.6: +4 -13 lines
Diff to previous 1.27.4.6 , to branch point 1.27
Some basic cleanups for D6 LM Paypal.
Fix bug? with subscriptions for, when no roles are available, and "node" action is selected.

Revision 1.27.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 11:39:57 2008 UTC (13 months ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.5: +12 -10 lines
Diff to previous 1.27.4.5 , to branch point 1.27
Fix LM Paypal Donations for user page.

Revision 1.27.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 03:43:07 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-1
Changes since 1.27: +9 -12 lines
Diff to previous 1.27
#321101 by eMPee584: unquoted constants, misnamed & undefined variables usage etc.

Revision 1.27.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 03:35:25 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.4: +10 -13 lines
Diff to previous 1.27.4.4 , to branch point 1.27
#321101 by eMPee584: unquoted constants, misnamed & undefined variables usage etc.

Revision 1.26.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 15 03:34:15 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.6: +10 -13 lines
Diff to previous 1.26.2.6 , to branch point 1.26
#321101 by eMPee584: unquoted constants, misnamed & undefined variables usage etc.

Revision 1.27.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 08:10:09 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.3: +7 -7 lines
Diff to previous 1.27.4.3 , to branch point 1.27
Reorder menu entries

Revision 1.27.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 05:41:54 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.2: +2 -2 lines
Diff to previous 1.27.4.2 , to branch point 1.27
#170041 by anarcat: fix typo in donations access denied message

Revision 1.27.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 05:28:43 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27.4.1: +13 -28 lines
Diff to previous 1.27.4.1 , to branch point 1.27
Many Coder module updates.

Revision 1.27.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 13 04:24:39 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.27: +50 -85 lines
Diff to previous 1.27
#209287 by nekobul, fonant, AlexisWilke and lyricnz: Initial Port to Drupal 6

Revision 1.26.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 15:10:02 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.5: +23 -23 lines
Diff to previous 1.26.2.5 , to branch point 1.26
#320236: Many Coder updates

Revision 1.26.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 14:06:21 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.4: +1 -6 lines
Diff to previous 1.26.2.4 , to branch point 1.26
#320215: (Partially) Review and update help text

Revision 1.26.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 12:43:18 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.3: +1 -13 lines
Diff to previous 1.26.2.3 , to branch point 1.26
#320217: Remove legacy dependency checking

Revision 1.26.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 12:25:44 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.2: +7 -7 lines
Diff to previous 1.26.2.2 , to branch point 1.26
#320211: Move menus to /admin/settings/lm_paypal, and order by sub-module

Revision 1.26.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 12:02:36 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.26.2.1: +20 -54 lines
Diff to previous 1.26.2.1 , to branch point 1.26
Start removing Drupal 4.7 support from Drupal 5 branch.

Revision 1.26.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 09:14:59 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#170041 by anarcat: fix typo in donations access denied message

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 09:00:17 2008 UTC (13 months, 2 weeks ago) by lyricnz
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0, HEAD
Branch point for: DRUPAL-4-7, DRUPAL-6--1
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#170041 by anarcat: fix typo in donations access denied message

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 14 00:34:55 2007 UTC (2 years, 5 months ago) by leemcl
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
In my account show donations to user who made them or admin

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 15:42:08 2007 UTC (2 years, 9 months ago) by leemcl
Branch: MAIN
Changes since 1.24: +9 -2 lines
Diff to previous 1.24
corrected return pages with and without clean urls

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 24 16:51:54 2007 UTC (2 years, 9 months ago) by leemcl
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
make default return pages from paypal work without clean urls

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 8 20:51:08 2006 UTC (3 years, 1 month ago) by leemcl
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Update version numbers to match originals

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 8 19:44:25 2006 UTC (3 years, 1 month ago) by leemcl
Branch: MAIN
Initial check-in of lm_paypal files

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