https://bugzilla.wikimedia.org/show_bug.cgi?id=38822
--- Comment #6 from Daniel Kinzler <[email protected]> 2012-09-27 15:06:19 UTC --- Thanks for the feedback, Tim. You are mentioning 5 issues: 1) 57KB of site and language data: yes, this has been on our todo list forever. I hope we get this moved to a separate resource next week. 2) "Wikipedia" should not be hardcoded anywhere - where did you find this? Maybe as a default setting, or some such? 3) global variables: will do. The convention changed a couple of times it seems, causing confusion. Is our main settings array acceptable as $egWBSettings, or would it become $wgWBSettings? The last two points are really only relevant to the client, even though the code is in Wikibase/lib. These issues shouldn't block the deployment of the repo, some of the code, like the pollForChanges script, should probably be moved. Anyway: 4) That we have to (potentially) update all Wikipedias after a single edit on Wikidata lies in the nature of the project, I would think. We are thinking about how to make this more efficient by batching updates. I'll try to prepare a writeup explaining how we currently envision the percolation of the changes. 5) I have worked on remote DB support for ORMTable (and by extension ChangesTable) yesterday, see I261a2a31. I have not yet figured out though how to correctly set up a LBFactory_multi to test this. Can you help me with that? What would a simple setup for two masters (and no slaves) look like? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
