20,741
edits
(fixed conversion of resized wiki images) |
m (→Known Limitations: broken regexes: http://sourceforge.net/p/flightgear/mailman/message/31936560/) |
||
Line 40: | Line 40: | ||
* <s>newline2br</s> addNewline() should also insert CR/LF for separating paragraphs in the cquote (also, the trailing slash is not added) {{done}} | * <s>newline2br</s> addNewline() should also insert CR/LF for separating paragraphs in the cquote (also, the trailing slash is not added) {{done}} | ||
* quoting code doesn't yet work properly {{Not done}} | * quoting code doesn't yet work properly {{Not done}} | ||
* our regexes may fail once the HTML DOM of the source changes (e.g. phpBB/theme update), so we should better show a warning when that's the case {{Not done}} | * our regexes may fail once the HTML DOM of the source changes (e.g. phpBB/theme update), so we should better show a warning when that's the case [http://sourceforge.net/p/flightgear/mailman/message/31936560/]{{Not done}} | ||
* it may make sense to provide multiple regexes that are tried in order {{Not done}} | * it may make sense to provide multiple regexes that are tried in order {{Not done}} | ||
* The script uses a conventional JavaScript alert() box for providing the output, these dialogs are typically restricted to a max size of ~10kb-we may need to explore other/extended options {{Not done}} | * The script uses a conventional JavaScript alert() box for providing the output, these dialogs are typically restricted to a max size of ~10kb-we may need to explore other/extended options {{Not done}} |