Last 30 days
Earlier this year
-
-
issue 33
(Patch to add support for Notification History API) commented on by jjc1138
-
-
issue 37
(Patch to allow Unicode hyphen character as well as the regul...) reported by jjc1138
-
-
-
-
-
116 new revisions
pushed by etarassov
- 765220a3fb:Initial directory structure.
fd1f965650:Initial commit.
bdb05243f6:Initial commit.
f3030bc344:Provide a dummy example using library XML abstraction.
5348d2aea4:Initial commit of version 0.1
682ca1255d:Refactor project file structure for version 0.1.
6e44a20309:Add base for documentation.
0ed53366a1:Add comments.
21f894c76b:[No log message]
da5a7bc247:[No log message]
b3409329e9:Add comments, brush the code up abit.
c42466d89d:Add Django basic sample app.
78d6ce0458:Add GButton sample.
ad4413977a:Move docs README.txt to root.
ad49919f69:Move docs README.txt to root.
577a219dfd:[No log message]
0854008fe9:Install library using Distutils.
778b219915:Install library using Distutils.
7c0d7b581f:Install library using Distutils.
368805dfe4:[No log message]
e51d8055a7:Rename to gcheckout.
ee93c2121d:Major improvements. Improve django application sample. Update/complete GCheckout API. Add unittests.
More.
7472813e79:Major improvements. Improve django application sample. Update/complete GCheckout API. Add unittests.
More.
ed7e39fdd5:Fix some typos.
35c4444167:Remove private data.
77a51f578e:Implement gchecky.gxml.Any field type that stored arbitrary XML data. Add simple tests for the code.
c49d57469b:Fix google checkout API urls for production server and update API urls for sandbox server.
be294e79ba:Query django.VERSION to determine if max_digits and decimal_places are to be specified to FloatField
(which is a backward-incopatible change in django API between 0.96 and 0.97.
322841b863:Fix zip-pattern issue (make it accept full US zip codes containing '-' such as '10014-103'). Add
unittest for gxml.Zip.
abab874059:Include sample packages in setup.py.
e5f43f8da2: Issue 15 : use proper xml attribute when reading 'serial-number'.
85dc41aad0:Experiment: add inline doctests.
2e673d18b1:Add svn:eol-style=native property on *.py and *.txt files.
03b25ecf60:Add svn:eol-style=native property on *.py and *.txt files.
33c18a2c7d:Add patch files to sv:ignore.
7c66a1f793:Add svn:eol-style=native property on *.py and *.txt files.
bd2ea41d97:Add *.pyc to svn:ignore on package directories.
546f0ea9fc:Remove duplicate import.
d9a1ea2867:Fix issue 17 'Mixed allowed-areas and excluded-areas not well formated'.
44636ebdfa:Fix issue 16 'URL validation is broken'. Simplify the regular expression and make it more
readable/understandable. Add doctests.
bc1ba04b0e:Fix issue 14 'Shipping shouldn't be required for order-adjustment'. Google checkout docs incorrectly
state that the field is required while actually it is not.
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Tag_Reference.html#tag_order-
adjustment
Set the field to be optional.
8bf8757b76:Fix issue 13 'IP address validation is broken'. Correct the regular expression.
9490732865:Improve docs.
cc3b1028bf:Add/improve doctests.
e19f029916:Improve documentation.
d505500b94:Improve documentation.
c5eac2f50f:Add required script for distutils bdist_rpm target.
70b707ed34:[No log message]
ccfaa2bbb6:Add VERSION/version() to gchecky module.
15e2f0c96a:Remove unused import.
da0f4cbe03:[No log message]
e091144c32:Purge the temporary directory used by distutils from svn.
a5e121adc7:Fix: initialize 'rev' to None.
4c10a8b421:Improve distribution/installation script/helpers.
0003c55097:Remove temporary distutils files from svn.
fa5141baeb:Remove capitalisation from project name.
dd7dd06848:Add 'build-wininst' target to building script to create win installer.
a378d61931:Add diagnose feature.
ebf6353241:- Add bye_t, demo_failure_t classes to gchecky.model.
- Add more doctests to the existing classes.
- Fix 'reason' and 'comment' fields maxlength to be 140.
ef2a6f0804:Force remove temporary build files.
e77f61c186:Improve error reporting concerning data validation.
Backwards-incompatible: Field.validate method now returns True/error_string instead of True/False.
18f81c3ea3:Add display-disposition to digital-content.
Use max_length instead of deprecate maxlength.
Add more doctests.
94df84f532:Add support to bool values.
1f97efcc4b:Use max_length instead of deprecated maxlength.
Slightly improve docs.
Allow IP in url fields.
Use pyiso8601 to parse time/date values (this introduces first dependency).
b51d835665:Use exceptions to handle all kind of errors. Many other small fixes related to previous commits.
e8d364c667:Declare dependency on pyiso8601 (use 'iso8601' with easy_install).
ce9840116e:Expunge 'do_in_production' argument.
9a2bfb2322:Remove unused import.
abab0a712b:Fix issue 20 : Dependancy on iso8601 miss spelled.
s/pyiso8601/iso8601/
917db0fc6e:Use just plain simple concatenation to produce version number. Use human_version to retreive human-
friendly version. Fix couple of issues. Allow to pass different version to version() and
human_version().
c2bbe1f157:Fix issue 10 : use xml.dom.minidom instead of PyXML.
Also use iso8601 in doctests.
5d522cc8f7:Fix tests to catch up with the latest changes in gchecky.
10aed28be2:Correct setting initial value to node fields - if the field is not required its value is set to None
(independently of its 'default' value).
248decf636: Issue 21 : 'checkout_flow_support_t missing analytics_data'.
Add new fields to 'checkout_flow_support_t': 'platform-id', 'analytics-data', 'parameterized-urls'.
357980b35e:Add setuptools install script as documented in
http://peak.telecommunity.com/DevCenter/setuptools#distributing-a-setuptools-based-project. class="ot-revlogs-br-2">
c3601eb0f6:Fix the None value issue for gxml.Any fields.
c3884bdf0a:Add support for donations.
422569da81:Add (yet) unused code for simple python to/from xml serialisation.
5ed87a7c7a:Enhance docs about setuptools installation.
882ba7c15f:Use custom XML serializer for python-ic PODs in gxml.Any field.
1c8349d408:Add one more doctest to item_t.
2b03d5d782:[No log message]
3e58588f9d:[No log message]
05abff47dc:Use settings for currency, vendor_id, merchant_key, etc in samples.
d26452e28a:Remove unused import.
ad6188fe65:Samples: replace the outdated dummy Django app with a full Django demo project.
2ce2828026:Add more files to svn:ignore:
- gchecky.egg-info* (egg related conf files)
- .* (eclipse related conf files)
- tmp (temporary files)
740d9ecf5f:Improve indentation in sample/gbutton/simple.py output.
2af5ef33ce:Workaround an issue (use constant for site url and add a TODO marker).
9da09ac23f:Remove outdated django sample app.
f3279fd4a5:Use python2.4 style of getting exception message.
267d31ac0a:Fix Zip code regex to include United Kingdom postal codes (a GB postal code could contain a space
character).
A field gxml.List with empty_to_none=True if required will not reduce empty list [] value to None.
94d75fc5a5:Add automatically_charge to Django sample controller to indicate whether or not the controller
should automatically charge the order (Google Checkout account settings allow to do that).
Also fix a small issue in state_order_change_notification handling code.
528696643b:Use 'get_or_404' shortcut. Move imports to the top.
4f1a8e42cc:Add 'to be done' note.
3a6ec99852:Improve formatting.
c1aec450e8:Add digital item page. Fix the digital-goods url.
7a3cc91852:Clean up the repository from helper scripts.
ee72d8f354:Add media files (css and js) to the django sample.
b98a43ebb3:Refine list of available donations.
4df6b905f1:(Log message clipped, see revision page for details.)
ad25c5f376:(Log message clipped, see revision page for details.)
19a80d7c9d:(Log message clipped, see revision page for details.)
23880a9b1e:(Log message clipped, see revision page for details.)
e8e1b0a3ab:(Log message clipped, see revision page for details.)
52227fe765:(Log message clipped, see revision page for details.)
387a63e36a:(Log message clipped, see revision page for details.)
40a0f08478:(Log message clipped, see revision page for details.)
7bed809249:(Log message clipped, see revision page for details.)
dcd1b65f99:(Log message clipped, see revision page for details.)
3d94a2436e:(Log message clipped, see revision page for details.)
a6008b1b7f:(Log message clipped, see revision page for details.)
eff806cb0e:(Log message clipped, see revision page for details.)
349f5e2592:(Log message clipped, see revision page for details.)
be4be06845:(Log message clipped, see revision page for details.)
9ca9e5cb82:(Log message clipped, see revision page for details.)
765220a3fb:Initial directory structure.
fd1f965650:Initial commit.
bdb05243f6:Initial commit.
f3030bc344:Provide a dummy example using library XML abstraction.
5348d2aea4:Initial commit of version 0.1
682ca1255d:Refactor project file structure for version 0.1.
6e44a20309:Add base for documentation.
0ed53366a1:Add comments.
21f894c76b:[No log message]
da5a7bc247:[No log message]
b3409329e9:Add comments, brush the code up abit.
c42466d89d:Add Django basic sample app.
78d6ce0458:Add GButton sample.
ad4413977a:Move docs README.txt to root.
ad49919f69:Move docs README.txt to root.
577a219dfd:[No log message]
0854008fe9:Install library using Distutils.
778b219915:Install library using Distutils.
7c0d7b581f:Install library using Distutils.
368805dfe4:[No log message]
e51d8055a7:Rename to gcheckout.
ee93c2121d:Major improvements. Improve django application sample. Update/complete GCheckout API. Add unittests.
More.
7472813e79:Major improvements. Improve django application sample. Update/complete GCheckout API. Add unittests.
More.
ed7e39fdd5:Fix some typos.
35c4444167:Remove private data.
77a51f578e:Implement gchecky.gxml.Any field type that stored arbitrary XML data. Add simple tests for the code.
c49d57469b:Fix google checkout API urls for production server and update API urls for sandbox server.
be294e79ba:Query django.VERSION to determine if max_digits and decimal_places are to be specified to FloatField
(which is a backward-incopatible change in django API between 0.96 and 0.97.
322841b863:Fix zip-pattern issue (make it accept full US zip codes containing '-' such as '10014-103'). Add
unittest for gxml.Zip.
abab874059:Include sample packages in setup.py.
e5f43f8da2: Issue 15 : use proper xml attribute when reading 'serial-number'.
85dc41aad0:Experiment: add inline doctests.
2e673d18b1:Add svn:eol-style=native property on *.py and *.txt files.
03b25ecf60:Add svn:eol-style=native property on *.py and *.txt files.
33c18a2c7d:Add patch files to sv:ignore.
7c66a1f793:Add svn:eol-style=native property on *.py and *.txt files.
bd2ea41d97:Add *.pyc to svn:ignore on package directories.
546f0ea9fc:Remove duplicate import.
d9a1ea2867:Fix issue 17 'Mixed allowed-areas and excluded-areas not well formated'.
44636ebdfa:Fix issue 16 'URL validation is broken'. Simplify the regular expression and make it more
readable/understandable. Add doctests.
bc1ba04b0e:Fix issue 14 'Shipping shouldn't be required for order-adjustment'. Google checkout docs incorrectly
state that the field is required while actually it is not.
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API_Tag_Reference.html#tag_order-
adjustment
Set the field to be optional.
8bf8757b76:Fix issue 13 'IP address validation is broken'. Correct the regular expression.
9490732865:Improve docs.
cc3b1028bf:Add/improve doctests.
e19f029916:Improve documentation.
d505500b94:Improve documentation.
c5eac2f50f:Add required script for distutils bdist_rpm target.
70b707ed34:[No log message]
ccfaa2bbb6:Add VERSION/version() to gchecky module.
15e2f0c96a:Remove unused import.
da0f4cbe03:[No log message]
e091144c32:Purge the temporary directory used by distutils from svn.
a5e121adc7:Fix: initialize 'rev' to None.
4c10a8b421:Improve distribution/installation script/helpers.
0003c55097:Remove temporary distutils files from svn.
fa5141baeb:Remove capitalisation from project name.
dd7dd06848:Add 'build-wininst' target to building script to create win installer.
a378d61931:Add diagnose feature.
ebf6353241:- Add bye_t, demo_failure_t classes to gchecky.model.
- Add more doctests to the existing classes.
- Fix 'reason' and 'comment' fields maxlength to be 140.
ef2a6f0804:Force remove temporary build files.
e77f61c186:Improve error reporting concerning data validation.
Backwards-incompatible: Field.validate method now returns True/error_string instead of True/False.
18f81c3ea3:Add display-disposition to digital-content.
Use max_length instead of deprecate maxlength.
Add more doctests.
94df84f532:Add support to bool values.
1f97efcc4b:Use max_length instead of deprecated maxlength.
Slightly improve docs.
Allow IP in url fields.
Use pyiso8601 to parse time/date values (this introduces first dependency).
b51d835665:Use exceptions to handle all kind of errors. Many other small fixes related to previous commits.
e8d364c667:Declare dependency on pyiso8601 (use 'iso8601' with easy_install).
ce9840116e:Expunge 'do_in_production' argument.
9a2bfb2322:Remove unused import.
abab0a712b:Fix issue 20 : Dependancy on iso8601 miss spelled.
s/pyiso8601/iso8601/
917db0fc6e:Use just plain simple concatenation to produce version number. Use human_version to retreive human-
friendly version. Fix couple of issues. Allow to pass different version to version() and
human_version().
c2bbe1f157:Fix issue 10 : use xml.dom.minidom instead of PyXML.
Also use iso8601 in doctests.
5d522cc8f7:Fix tests to catch up with the latest changes in gchecky.
10aed28be2:Correct setting initial value to node fields - if the field is not required its value is set to None
(independently of its 'default' value).
248decf636: Issue 21 : 'checkout_flow_support_t missing analytics_data'.
Add new fields to 'checkout_flow_support_t': 'platform-id', 'analytics-data', 'parameterized-urls'.
357980b35e:Add setuptools install script as documented in
http://peak.telecommunity.com/DevCenter/setuptools#distributing-a-setuptools-based-project. class="ot-revlogs-br-2">
c3601eb0f6:Fix the None value issue for gxml.Any fields.
c3884bdf0a:Add support for donations.
422569da81:Add (yet) unused code for simple python to/from xml serialisation.
5ed87a7c7a:Enhance docs about setuptools installation.
882ba7c15f:Use custom XML serializer for python-ic PODs in gxml.Any field.
1c8349d408:Add one more doctest to item_t.
2b03d5d782:[No log message]
3e58588f9d:[No log message]
05abff47dc:Use settings for currency, vendor_id, merchant_key, etc in samples.
d26452e28a:Remove unused import.
ad6188fe65:Samples: replace the outdated dummy Django app with a full Django demo project.
2ce2828026:Add more files to svn:ignore:
- gchecky.egg-info* (egg related conf files)
- .* (eclipse related conf files)
- tmp (temporary files)
740d9ecf5f:Improve indentation in sample/gbutton/simple.py output.
2af5ef33ce:Workaround an issue (use constant for site url and add a TODO marker).
9da09ac23f:Remove outdated django sample app.
f3279fd4a5:Use python2.4 style of getting exception message.
267d31ac0a:Fix Zip code regex to include United Kingdom postal codes (a GB postal code could contain a space
character).
A field gxml.List with empty_to_none=True if required will not reduce empty list [] value to None.
94d75fc5a5:Add automatically_charge to Django sample controller to indicate whether or not the controller
should automatically charge the order (Google Checkout account settings allow to do that).
Also fix a small issue in state_order_change_notification handling code.
528696643b:Use 'get_or_404' shortcut. Move imports to the top.
4f1a8e42cc:Add 'to be done' note.
3a6ec99852:Improve formatting.
c1aec450e8:Add digital item page. Fix the digital-goods url.
7a3cc91852:Clean up the repository from helper scripts.
ee72d8f354:Add media files (css and js) to the django sample.
b98a43ebb3:Refine list of available donations.
4df6b905f1:(Log message clipped, see revision page for details.)
ad25c5f376:(Log message clipped, see revision page for details.)
19a80d7c9d:(Log message clipped, see revision page for details.)
23880a9b1e:(Log message clipped, see revision page for details.)
e8e1b0a3ab:(Log message clipped, see revision page for details.)
52227fe765:(Log message clipped, see revision page for details.)
387a63e36a:(Log message clipped, see revision page for details.)
40a0f08478:(Log message clipped, see revision page for details.)
7bed809249:(Log message clipped, see revision page for details.)
dcd1b65f99:(Log message clipped, see revision page for details.)
3d94a2436e:(Log message clipped, see revision page for details.)
a6008b1b7f:(Log message clipped, see revision page for details.)
eff806cb0e:(Log message clipped, see revision page for details.)
349f5e2592:(Log message clipped, see revision page for details.)
be4be06845:(Log message clipped, see revision page for details.)
9ca9e5cb82:(Log message clipped, see revision page for details.)
-
-
issue 36
(DeprecationWarning: the sha module is deprecated; use the ha...) commented on by davisd.davisd
-
-
-
issue 34
(gxml.String length validation fails when string contains non...) commented on by chingjuhu
-
-
issue 34
(gxml.String length validation fails when string contains non...) commented on by jjc1138
-
-
issue 34
(gxml.String length validation fails when string contains non...) commented on by chingjuhu
-
-
issue 34
(gxml.String length validation fails when string contains non...) commented on by jjc1138
-
-
issue 34
(gxml.String length validation fails when string contains non...) commented on by chingjuhu
-
-
-
issue 34
(gxml.String length validation fails when string contains non...) commented on by jason.davies
-
-
issue 34
(gxml.String length validation fails when string contains non...) reported by jjc1138
-
-
issue 33
(Patch to add support for Notification History API) commented on by etarassov
-
-
issue 33
(Patch to add support for Notification History API) commented on by jjc1138
-
-
issue 33
(Patch to add support for Notification History API) commented on by etarassov
-
-
issue 33
(Patch to add support for Notification History API) reported by jjc1138
-
-
-
issue 30
(Attribute 'id' must appear on element 'ship-from'.) Owner changed by etarassov
-
-
Older
-
-
-
-
-
-
-
-
-
-
issue 27
(Create a bug fix release 0.2.1 and upload to cheeseshop) Status changed by etarassov
-
-
-
r130
(Add XML samples test. Increase version number to 0.2.1) committed by etarassov
- Add XML samples test. Increase version number to 0.2.1
Add XML samples test. Increase version number to 0.2.1
-
r129
(Add model information about missing API commands. Controller...) committed by etarassov
- Add model information about missing API commands. Controller support is yet to be done.
Add model information about missing API commands. Controller support is yet to be done.
-
-
-
issue 27
(Create a bug fix release 0.2.1 and upload to cheeseshop) changed by etarassov
-
Status:
Accepted
Owner:
etarassov
Status:
Accepted
Owner:
etarassov
-
-
issue 26
(support for carrier calculated shipping?) commented on by lstask
-
|