r110081 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110080‎ | r110081 | r110082 >
Date:20:59, 26 January 2012
Author:reedy
Status:reverted (Comments)
Tags:
Comment:
Bundle math aswell. We should have probably done this for 1.18..
Modified paths:
  • /trunk/tools/make-release/make-release (modified) (history)

Diff [purge]

Index: trunk/tools/make-release/make-release
@@ -210,7 +210,7 @@
211211 # Export extensions for inclusion
212212 extensions = []
213213 if dir > '1.17':
214 - extensions = ['ConfirmEdit', 'Gadgets', 'Nuke', 'ParserFunctions', 'Renameuser', 'Vector', 'WikiEditor']
 214+ extensions = ['ConfirmEdit', 'Gadgets', 'Math', 'Nuke', 'ParserFunctions', 'Renameuser', 'Vector', 'WikiEditor']
215215
216216 for ext in extensions:
217217 exportExtension(branch, ext, package)

Follow-up revisions

RevisionCommit summaryAuthorDate
r110093Revert r110081reedy23:04, 26 January 2012

Comments

#Comment by Siebrand (talk | contribs)   23:01, 26 January 2012

Why? Just because it was taken out of core? Not sure I think that's reason enough. What makes Math invaluable enough to include in every download?

#Comment by Aaron Schulz (talk | contribs)   23:02, 26 January 2012

It shouldn't be on the list. It's a pain to install with lots of dependencies.

#Comment by Reedy (talk | contribs)   23:02, 26 January 2012

I was digging through revisions from 1.18 stuff and saw suggestions for it

Can be reverted if people don't agree

Status & tagging log