https://codereview.appspot.com/10439044/diff/18001/MoinMoin/util/interwiki.py File MoinMoin/util/interwiki.py (right): https://codereview.appspot.com/10439044/diff/18001/MoinMoin/util/interwiki.py#newcode121 MoinMoin/util/interwiki.py:121: namespace_set = {namespace.rstrip('/') for namespace in namespaces} we need ...
11 years, 9 months ago
(2013-06-23 12:21:32 UTC)
#3
some comments https://codereview.appspot.com/10439044/diff/31001/MoinMoin/constants/keys.py File MoinMoin/constants/keys.py (right): https://codereview.appspot.com/10439044/diff/31001/MoinMoin/constants/keys.py#newcode117 MoinMoin/constants/keys.py:117: #Values that FIELD can take in the ...
11 years, 9 months ago
(2013-06-26 20:07:52 UTC)
#4
https://codereview.appspot.com/10439044/diff/31001/MoinMoin/constants/keys.py File MoinMoin/constants/keys.py (right): https://codereview.appspot.com/10439044/diff/31001/MoinMoin/constants/keys.py#newcode117 MoinMoin/constants/keys.py:117: #Values that FIELD can take in the composite name: ...
11 years, 9 months ago
(2013-06-26 20:53:58 UTC)
#5
https://codereview.appspot.com/10439044/diff/31001/MoinMoin/util/interwiki.py File MoinMoin/util/interwiki.py (right): https://codereview.appspot.com/10439044/diff/31001/MoinMoin/util/interwiki.py#newcode124 MoinMoin/util/interwiki.py:124: namespace_set = {namespace.rstrip('/') for namespace in namespaces} from where ...
11 years, 9 months ago
(2013-06-27 12:19:08 UTC)
#6
https://codereview.appspot.com/10439044/diff/47001/MoinMoin/util/interwiki.py File MoinMoin/util/interwiki.py (right): https://codereview.appspot.com/10439044/diff/47001/MoinMoin/util/interwiki.py#newcode159 MoinMoin/util/interwiki.py:159: Split a Fully qualified url into namespace, field and ...
11 years, 9 months ago
(2013-06-27 20:11:24 UTC)
#7
https://codereview.appspot.com/10439044/diff/59001/MoinMoin/converter/moinwiki19_in.py File MoinMoin/converter/moinwiki19_in.py (right): https://codereview.appspot.com/10439044/diff/59001/MoinMoin/converter/moinwiki19_in.py#newcode28 MoinMoin/converter/moinwiki19_in.py:28: # TODO Now using slash('/') as delimiter in interwiki ...
11 years, 9 months ago
(2013-06-28 09:48:37 UTC)
#9
https://codereview.appspot.com/10439044/diff/59001/MoinMoin/converter/moinwik...
File MoinMoin/converter/moinwiki19_in.py (right):
https://codereview.appspot.com/10439044/diff/59001/MoinMoin/converter/moinwik...
MoinMoin/converter/moinwiki19_in.py:28: # TODO Now using slash('/') as delimiter
in interwiki markup instead of ':', change the moin importer accordingly.
ehrm, this is the 1.9 converter (a converter that somehow behaves similar to
moin 1.9, e.g. support camelcase links etc.)
i doubt that we can easily support colons here instead of slashes (as you
changed all utility functions used for that), so that TODO should be moved to
the 1.9 importer code, which is MoinMoin/script/migration/moin19/... (or
alternatively: add a new ticket to the issue tracker).
https://codereview.appspot.com/10439044/diff/59001/MoinMoin/util/interwiki.py
File MoinMoin/util/interwiki.py (right):
https://codereview.appspot.com/10439044/diff/59001/MoinMoin/util/interwiki.py...
MoinMoin/util/interwiki.py:200: # TODO Now using slash('/') as delimiter in
interwiki markup instead of ':', change the moin 1.9 importer accordingly.
you already put this comment into the importer source code.
do you expect that someone will find and remove it here also after fixing the
importer code?
Issue 10439044: Interwiki Module Fixed
Created 11 years, 9 months ago by ashu1461
Modified 11 years, 9 months ago
Reviewers: ReimarBauer, thomas.j.waldmann_gmail.com, waldi
Base URL:
Comments: 50