Opened 15 years ago
Closed 14 years ago
#6524 closed defect (fixed)
Merge changesets for defects from trunk into 0.11 branch
Reported by: | Ryan J Ollos | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Michael Ching | Trac Release: | 0.11 |
Description
I searched through the log of changesets following the branch of the trunk
from 0.11
in [7142], log:announcerplugin/trunk.
It seems appropriate to merge the Defect changesets into 0.11 so that the interface isn't changed for existing users and untested features are not introduced.
If you were to merge just one of these, I'd really like to have [7146].
Defects
- [7145] - Fallback to text formatting
- [7146] - Process wiki markup to html in body of message
- [7173] - SMTP prefix was ignored
- [7176] - Notification formatting
- [7187] - Git ignore
- [7188] - Update setup info
- [7190] - Improvement to text on preferences panel
- [7280] - Support mime_setting = none
Enhancements
- [7143] - Custom field labels in notification
- [7147], [7168], [7169], [7172] - Use defaults for notification settings
- [7171] - Subscribe to ticket components
- [7174] - Use
Re
in subject of subsequent notifications - [7175] - Send notification to a user listed in a custom field
- [7189] - Change module loading
- [7191] - Enhancement - Watch User Feature
Attachments (0)
Change History (6)
comment:1 Changed 15 years ago by
Cc: | Michael Ching added; anonymous removed |
---|
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
Summary: | Merge changesets for defects into trunk → Merge changesets for defects from trunk into 0.11 branch |
---|
Fixing summary.
comment:4 Changed 15 years ago by
comment:5 Changed 15 years ago by
Thanks for doing this. The biggest issue for me continues to be #5362. If we can get that worked out, I will thoroughly test the remaining features next weekend. Maybe rather than doing this manually I can generate some scripts that can be used to automate functional testing. I've never written test cases for any Trac components, but its been in the back of my mind as something to do.
comment:6 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Alternatively, if you want to give me commit access, I can the merge the changesets into
0.11
and test, or create abranches/0.11dev
directory, copy from the0.11
directory, and merge the changes into that directory (or even rename the existing directory asbranches/0.11-stable
).