Robin Dunlop

Results 51 issues of Robin Dunlop

I suspect that the input PDF that I'm dealing with is invalid...but I wanted to mention that it was working in 1.0.20, but no longer in 1.0.21. The PDF appears...

According to the Stamps API documentation re-authenticating is also a potential fix for 'Conversation Out-Of-Sync' and 'Invalid Conversation Token' faults. Ref: http://developer.stamps.com/assets/documents/developer/downloads/Stamps.com_SWSIM_Reference_v42.pdf Note: This is just bringing back #312, but...

`0 1 */1 * *` is `at 1:00am every 1st day of every month.` this is misleading, because it's actually every day of every month....(I know the original cron syntax...

My model has 2 attachments - original_uid - image_uid ``` dragonfly_accessor :original do copy_to :image end dragonfly_accessor :image do after_assign :process_image end ``` I am also using `retained_original` in my...

Need to test: - override reg fee - pay for item - refund reg fee item (does it replace the item) # Release notes Be sure to run the rake...

This should prevent the volunteer object from not-existing when we try to send the e-mail

Sometimes, organizers change the "required" fields for event registration after registration has opened. e.g. adding "required: team name" to an event. This causes problems for existing registrants, because they are...

bug
High Priority

if someone puts a really long description in their song entry, it can cause a db exception like https://rollbar.com/rdunlop/Unicycling-Registration/items/245/ To fix this properly we should either: - put model-level limits...