- 10 Apr, 2014 1 commit
-
-
abuddenberg authored
Refactored config file handling to module-level. hitlist files now created in current directory (better than crash; will fix later)
-
- 08 Apr, 2014 5 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Fixed unresolved variable in problem solver caused by previous refactoring. Added print_ready_list()
-
abuddenberg authored
-
abuddenberg authored
-
- 07 Apr, 2014 2 commits
-
-
abuddenberg authored
Added global duplicate image id finder to problems. After last refactor sync_figures doesn't need to be importable
-
abuddenberg authored
-
- 04 Apr, 2014 1 commit
-
-
abuddenberg authored
-
- 03 Apr, 2014 2 commits
-
-
abuddenberg authored
-
abuddenberg authored
Added create_or_update methods to client. Disabled SSL verification on all webservice calls due to possible python SSL library limitation
-
- 27 Mar, 2014 2 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
- 26 Mar, 2014 2 commits
-
-
abuddenberg authored
Conflicts: .gitignore
-
abuddenberg authored
Attempting to apply packaging best practices for *several* definitions of best practices. Sometimes I miss Java. Sometimes.
-
- 25 Mar, 2014 3 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
- 24 Mar, 2014 1 commit
-
-
abuddenberg authored
-
- 21 Mar, 2014 3 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
- 18 Mar, 2014 8 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Explicitly setting chapter_identifier field on Figure object during update. has_all_assoc_imgs now also returns the subset of images that are missing
-
abuddenberg authored
Explicitly setting chapter_identifier field on Figure object during update. has_all_assoc_imgs now also returns the subset of images that are missing
-
abuddenberg authored
-
abuddenberg authored
-
- 07 Mar, 2014 10 commits
-
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Added optional argument to get_webform() to download images to reduce the number of steps required to sync images. Removed "return a list of responses" behavior; now raises exceptions
-
abuddenberg authored
Added optional argument to get_webform() to download images to reduce the number of steps required to sync images. Removed "return a list of responses" behavior; now raises exceptions
-
abuddenberg authored
create_figure() now explicitly sets the chapter_identifier on the outgoing Figure object since the API is apparently not inferring it from the url. Added function to check for presence of associated images in a figure to support problem-solving. Disabling SSL verification to work around a python bug
-
abuddenberg authored
create_figure() now explicitly sets the chapter_identifier on the outgoing Figure object since the API is apparently not inferring it from the url. Added function to check for presence of associated images in a figure to support problem-solving. Disabling SSL verification to work around a python bug
-
abuddenberg authored
-
abuddenberg authored
-
abuddenberg authored
Found yet another bug in chapter processing (during merges). Changed merge behavior to favor incoming object structure. Refactored base class merge to not rely on __dict__
-
abuddenberg authored
Found yet another bug in chapter processing (during merges). Changed merge behavior to favor incoming object structure. Refactored base class merge to not rely on __dict__
-