Modify ↓
Opened 12 years ago
Last modified 8 years ago
#10789 new enhancement
General Wiki Announcements can misbehave because spaces
Reported by: | Vlad-Mihai Sima | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: |
Description
If in the "Preference" > "Announcements" > "General Wiki Announcements" edit box you type something like "* <enter>" (notice the space), there will be nothing matched.
This can be very frustrating and no obvious for users. I would suggest either use strip function on each line, some kind of warning, or a partial list of matched wiki pages. Anything that would hint about what is the problem when you do not receive emails.
Attachments (0)
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 11 years ago by
GeneralWikiSubscriber
has the following issues.
- The prefs panel says Each page should be on a separate line. If enter
SandBox
andSandBox/*
with newline and editSandBox
page, but it never notify. We should usesplitlines()
instead ofsplit(' ')
. - If using meta characters as
re
in prefs, it would lead error: unexpected end of regular expression onre.match()
. - If enter
Sand
and editSandBox
page, it wrongly notify.
comment:3 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
Note: See
TracTickets for help on using
tickets.
vladmihaisima: Any chance you could provide a patch? :)
We hope to resume development on the AnnouncerPlugin soon!