From: Reini U. <ru...@x-...> - 2008-07-04 16:29:30
|
Marc-Etienne Vargenau schrieb: > In the preferences, you can ask to be notified of page modifications. > > The doc says: > > "Enter pages seperated by space or comma. Wildcards (fileglobbing) allowed." > > How is this supposed to work for pages: > - that contain a comma (not very common), > - that contain a space (quite common for us). > > Would it not be better to enter one page per line? Yes, that would be better. But I wanted to be compatible with the "cmdline", the GET url. Such pagelists on the url are quite common, and it's on the TODO list to escape commas in pagenames for such pagelist arguments. So it would be simplier to do the comma-encoding, apply it to this list and decode it whenever pagelists are accepted. Spaces should already be encoded as %20. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ |