ITwrx created branch release-0.9.0 in ITwrxOrg/Forget-Me-Not 2025-05-18 10:56:00 -05:00
ITwrx closed issue ITwrxOrg/Forget-Me-Not#10 2025-05-18 10:56:00 -05:00
monthly on nth weekday is not setting new sendDate
ITwrx pushed to release-0.9.0 at ITwrxOrg/Forget-Me-Not 2025-05-18 10:56:00 -05:00
451492fa20 make hardcoded values release friendly
b66c40264f add CHANGELOG, README, and COPYING
757c387730 remove unneeded assets and add two files from dev dir
d5e2daf1e6 fix #10 and related unreported issues.
04b3317f42 update copyright and clean up comments
Compare 10 commits »
ITwrx opened issue ITwrxOrg/Forget-Me-Not#11 2025-05-18 08:46:37 -05:00
make Upcoming Reminders page mobile friendly
ITwrx commented on issue ITwrxOrg/Forget-Me-Not#10 2025-05-17 14:06:49 -05:00
monthly on nth weekday is not setting new sendDate

This only occurs if the send_date and the next send_date are the same due to choosing the 3rd saturday of the month, when today is the 3rd saturday of the month, for instance. It checks the…

ITwrx commented on issue ITwrxOrg/Forget-Me-Not#10 2025-05-17 13:52:15 -05:00
monthly on nth weekday is not setting new sendDate

not able to reproduce so far in local dev, even when building with --d:release. Investigating.

ITwrx opened issue ITwrxOrg/Forget-Me-Not#10 2025-05-17 11:32:02 -05:00
monthly on nth weekday/month on week# and weekday is not setting new sendDate
ITwrx opened issue ITwrxOrg/Forget-Me-Not#9 2025-05-16 09:04:37 -05:00
show sendTime as well as sendDate on Upcoming Reminders page
ITwrx closed issue ITwrxOrg/Forget-Me-Not#7 2025-05-15 19:29:36 -05:00
I'm getting XMPP notifications for a reminder every 15 minutes instead of weekly
ITwrx closed issue ITwrxOrg/Forget-Me-Not#6 2025-05-15 19:29:14 -05:00
Only XMPP notifications are received when selecting 'Both' radio option
ITwrx commented on issue ITwrxOrg/Forget-Me-Not#3 2025-05-15 08:34:53 -05:00
send_time_min fOldInput() may not be working

This is actually using the selected form helper and this issue only occurs when the send_time_min is set to "00", so selected is probably working correctly, except we have "00" in the html…

ITwrx commented on issue ITwrxOrg/Forget-Me-Not#7 2025-05-15 07:51:20 -05:00
I'm getting XMPP notifications for a reminder every 15 minutes instead of weekly

I'm guessing #6 was causing this, since updating the send_date happens after the email is sent when set as "both". Also, XMPP is sent first, which would explain why you were still getting those…

ITwrx commented on issue ITwrxOrg/Forget-Me-Not#6 2025-05-15 07:31:34 -05:00
Only XMPP notifications are received when selecting 'Both' radio option

This should be fixed. Please try again and report back.

Normally, one wouldn't hardcode this, but since we are using this as a single person app, FMN expects the user (for email address…

ITwrx commented on issue ITwrxOrg/Forget-Me-Not#7 2025-05-15 07:08:56 -05:00
I'm getting XMPP notifications for a reminder every 15 minutes instead of weekly

I created a weekly Reminder that repeats on the same weekday, but the next week, and i only received the one notification. We will have to recreate the Reminder in your instance, and try to poke…

ITwrx opened issue ITwrxOrg/Forget-Me-Not#8 2025-05-15 06:49:02 -05:00
Upcoming Reminders in correct order except new one
ITwrx opened issue ITwrxOrg/Forget-Me-Not#5 2025-05-14 23:46:16 -05:00
non-repeating Reminders should be auto-deleted after they are sent
ITwrx opened issue ITwrxOrg/Forget-Me-Not#4 2025-05-14 23:39:57 -05:00
form error messages text needs to be improved
ITwrx opened issue ITwrxOrg/Forget-Me-Not#3 2025-05-14 23:07:09 -05:00
send_time_min oldInput() may not be working
ITwrx opened issue ITwrxOrg/Forget-Me-Not#2 2025-05-14 20:37:17 -05:00
Title has wrong help text
ITwrx opened issue ITwrxOrg/Forget-Me-Not#1 2025-05-14 20:31:54 -05:00
Repeats field is required?