https://bugzilla.wikimedia.org/show_bug.cgi?id=37203

--- Comment #3 from Krinkle <krinklem...@gmail.com> 2012-05-29 21:47:21 UTC ---
You may want to consider still including them locally. That way:
* Keep control over version. e.g. if you update MediaWiki of if they update
something, you can make sure that your extension always uses the version that
is compatible with the version of MediaWiki it is developed for.
* Loads more efficient through the ResourceLoader framework

Depending on how this external party makes their content available and how you
develop the extension, you could use something like "git submodule" or "svn
externals" to embed it from their repository into your extension. That way you
don't duplicate it but don't have to use an external http request either.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to