-
PayPal tip jar: February 25, 2011 2:06
Commit c95f2ba on master, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Issue #12969: Updated comments to reflect IPN interaction; fixed hexidecimal conversion
-
* Bug #12969: Did not work with 4.5. Menu caching introduced, among other things. * Fixed time-limiting SQL for optional tip jar graphic
-
README -> README.txt (occurences within files corrected), as announced on the devel mailinglist.
-
- Removed the individual LICENSE files from the contributions repository: see mailing list discussion.
-
Renamed all README files to README.txt, as discussed in http://drupal.org/node/11517. I have done this using some command line magic: find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \; I will update all occurences of 'README' to 'README.txt' in the conrtib CVS, soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around to it. -
* Fixed image: total was always zero
-
* Introducting a README for your reading pleasure.
-
* Updated to work with CrackerJackMack's paypal_framework.module * Added ability to manually update status of tip jar * Removed hard-coded references to images in the block
-
* Bug #9565: Documentation did not indicate the URL for PayPal IPN