Skip to content

Latest commit

 

History

History
98 lines (74 loc) · 7.83 KB

CHANGELOG.md

File metadata and controls

98 lines (74 loc) · 7.83 KB
  • 04727dc Added more test transaction types to validation
  • f002636 Added TEST_REBILL to available transaction types
  • 2a9a521 Fixed: Province field can have more than 2 characters
  • 47d454d Added configuration setting for admin signal resend action
  • afb1fb3 Fixed MultipleReturns on duplicate notification
  • 08fa085 Fixed keyerror on form error handling
  • 60ed80a Changed CANCELLED -> CANCELED. Thanks America.
  • 3a23c08 Version bump
  • 1aa055c Updated CHANGELOG.md
  • 7239324 Add tox to normal requirements to appease changes
  • 9900b22 Added admin action "resend_signals"
  • e25b2f9 Re-added notification duplication detection
  • 6d0867f Added refund_parent method to get a refunds parent notification
  • 4fc2024 Added new rebill_parent_receipt field and methods to retrieve parent notifications
  • ba3982a Removed uniqueness from receipt, added unique_together
  • 5fdc954 Cleaned up admin interface
  • a4a7077 Add a Bitdeli badge to README
  • 484df5d Fixed spelling on insufficient_funds signal
  • adc29c9 Upped number of test posts generated
  • 879dd7c Added resending signals when CLICKBANK_DEBUG is on, also adding logging
  • bfe0851 Fixed url in setup.py
  • 8f7d34b Fixed indentation on README.md
  • 658f2d1 Updated README.md with logging setup
  • 9f04273 Added migrations and admin.py to coverage exclusion
  • 810066f Added coveralls button
  • ad32a9d Added travis button to README.md
  • d551915 Added coveralls to travis config
  • 5ae5524 Updated travis config
  • 1a9efea Added travis config file
  • 42d3019 Added logging for duplicate receipt
  • eba882e Added duplicate test_post to test duplicate_receipt logic
  • 6404f84 Added exclusion to form validation so that ipn returns status 200 on duplicate receipt
  • 0b78732 Added index to receipt for faster lookups
  • 161324f Updated long_description for packaging
  • e671358 Added new test_post for testing rebill notification
  • 52852eb Updated the future_date_generator and added date_to_datetime to support future_payments format
  • 3010f69 Added sublime project files to .gitignore
  • 755f9a3 Added build directory to makefile clean
  • 482c02d Updated README with links
  • ba660d1 Added long_description to setup.py
  • 15035c0 Added documentation to README.md
  • b72c759 Added dist directory to make clean
  • 0b8a7bd Moved README.md to README.rst so it can be used to make pypi page as well.
  • 94a89c0 Lowered the number of test posts generated
  • 81f260c Updated package name
  • 59870dc Added Makefile with clean command to remove extra files added by testing and packaging
  • 490f061 Added files needed for packaging, installation, and automated testing.
  • 2b7188c Added .gitignore
  • 900bea5 Added README and CHANGELOG
  • 618ed71 Removed test for debug_ipn since it no longer exists
  • 1dd8062 Added license
  • a70dc20 Moved to subfolder for packaging
  • b6da793 Fixed date conversion Documentation added where missing PEP8 and flake8 run-through
  • 5c26e29 More json fallback for missing simplejson
  • c80e3cd Fixed invalid settings
  • bbc19d8 simplejson should not be required.
  • cd95914 django_clickbank is feature complete
  • ef8467d Initial commit of django_clickbank