Modify ↓
Opened 13 years ago
Last modified 9 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 13 years ago by
comment:2 Changed 12 years ago by
GeneralWikiSubscriber has the following issues.
- The prefs panel says Each page should be on a separate line. If enter
SandBoxandSandBox/*with newline and editSandBoxpage, but it never notify. We should usesplitlines()instead ofsplit(' '). - If using meta characters as
rein prefs, it would lead error: unexpected end of regular expression onre.match(). - If enter
Sandand editSandBoxpage, it wrongly notify.
comment:3 Changed 9 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!