#118 Forbid '#' in meeting location
Closed: Fixed Opened by pingou.

When adding a new meeting we should have a filter that forbids the user from using a #irc-chan format, in fact we want to forbid all location containing # in it.

We should advice to use irc-chan@irc.freenode.net upon error


Hmm not sure if i got this right; people are using #irc=chan format but should use irc-chan@servername - is that correct?

Exactly :)

Proposed resolution in https://github.com/fedora-infra/fedocal/pull/111

I also tweaked api_locations_search which is used in meeting_location/autocomplete function so now it doesn't suggest any locations containing '#'

Fixed in https://github.com/fedora-infra/fedocal/commit/9c802c151e1197e2801e8fb6dbae5bbabdc34b33

Metadata