0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 16 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Inserting xlsuite.com domain on the bootstrap to prevent nil.name error on account installation page http://github.com/xlsuite/xlsuite/issues#issue/5 More... over 14 years ago
Fix to login problem caused by confirmed_at not set More... over 14 years ago
Merge branch 'svn' More... over 14 years ago
ProductCategory #self_and_all_children method More... over 14 years ago
ImportsController#check_account_authorization was somehow missing More... over 14 years ago
Modification on import edit UI Little fix on the action handler selection drop down option More... over 14 years ago
Contact import feature now can add contacts to an action handler membership More... over 14 years ago
New menu "Auto Responder" under "RESOURCES" More... over 14 years ago
Little modification to ProfileRequestsController#create_claim Attaching current domain id to the profile claim request More... over 14 years ago
Adding domain memberships of action handlers in ProfileClaimRequest#copy_request_to_profile! and ProfileAddRequest#to_party_and_profile! More... over 14 years ago
Changes to Profile model Implemented writer and reader method of action_handler_domain_id and action_handler_labels After save callback to update party aciton handler memberships More... over 14 years ago
Slight modification to load_profiles liquid tag Party ids resulted from groups option needs to be converted to array of integer More... over 14 years ago
Copy ProfileClaimRequest's available on domains to Party when approved More... over 14 years ago
Add available_on_domain methods to profileDrop More... over 14 years ago
Adding action handler lists on the OptOutsController#show view More... over 14 years ago
Change to OptOutsController#unsubscribe action Now it takes care of "aciton_handlers" parameter More... over 14 years ago
Implemented Recipient#unsubscribeable_action_handlers More... over 14 years ago
DomainAvailableItem belongs_to :domain More... over 14 years ago
Modification to ActionHandlersRunner It's now ordered by last_checked_at ASC to guarantee that the oldest one is placed at the top More... over 14 years ago
Bad condition in ProfileAddRequest#to_party_and_profile!; available domains were not copied over More... over 14 years ago
Fix #available_on_domain? Add #available_on_domains More... over 14 years ago
ActionHandler#run! now set last_checked_at attribute before exiting More... over 14 years ago
New future to run ActionHandler More... over 14 years ago
Implemented NewActionSendMassEmail#run_against More... over 14 years ago
Implemented after_destroy callback in ActionHandlerMembership to delete related completed sequences More... over 14 years ago
Slight edit on ActionHandlerSequence Fixing error on #run! More... over 14 years ago
Modification to ActionHandler has_many :memberships before_save :set_last_checked_at_if_blank Implemented #run! More... over 14 years ago
New class ActionHandlerListBuilder for building mass email unsubscribe of the action handler More... over 14 years ago
Remove avatar from params before assigning params to flash More... over 14 years ago
Add belongs_to :item to DomainAvailableItem model More... over 14 years ago