https://codereview.appspot.com/10693045/diff/3001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/10693045/diff/3001/MoinMoin/apps/frontend/views.py#newcode840 MoinMoin/apps/frontend/views.py:840: abort(403) these kind of changes look like a bugfix ...
11 years, 9 months ago
(2013-07-14 08:10:21 UTC)
#1
https://codereview.appspot.com/10693045/diff/3001/MoinMoin/script/migration/moin19/import19.py File MoinMoin/script/migration/moin19/import19.py (right): https://codereview.appspot.com/10693045/diff/3001/MoinMoin/script/migration/moin19/import19.py#newcode650 MoinMoin/script/migration/moin19/import19.py:650: wikiname, namespace, pagename = split_interwiki(subscribed_item) 1.9 did not have ...
11 years, 9 months ago
(2013-07-20 12:09:04 UTC)
#4
https://codereview.appspot.com/10693045/diff/3001/MoinMoin/script/migration/m...
File MoinMoin/script/migration/moin19/import19.py (right):
https://codereview.appspot.com/10693045/diff/3001/MoinMoin/script/migration/m...
MoinMoin/script/migration/moin19/import19.py:650: wikiname, namespace, pagename
= split_interwiki(subscribed_item)
1.9 did not have namespace, so yes, it is all the default namespace.
BUT, we will need that interwiki component (which is somehow similar to a
namespace, but on a higher level).
I suggest for now you add a "# TODO support interwiki wikiname" and fix it in a
separate changeset.
https://codereview.appspot.com/10693045/diff/3001/MoinMoin/script/migration/m...
MoinMoin/script/migration/moin19/import19.py:651:
subscriptions.append("{0}:{1}:{2}".format(NAMERE, namespace, pagename))
> Hmm.. of what use can be the wikiname for subscriptions meta?
e.g. multiple wiki installations (with different interwikinames) could share the
same user backend (this was a quite usual scenario in 1.9).
will also need some thinking for the item matching.
Issue 10693045: Subscriptions cleanup and update
(Closed)
Created 11 years, 9 months ago by ana.balica
Modified 11 years, 9 months ago
Reviewers: waldi, thomas.j.waldmann_gmail.com
Base URL:
Comments: 13