Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Per bug 25503 comment #11, use varbinary instead of varchar for ↵ | Roan Kattouw | 2010-11-05 | 1 | -2/+2 |
| | | | | | | | ResourceLoader-related tables to avoid errors about indexes being too long. Only really needed for msg_resource_links, changed the rest for consistency. No updater needed: anyone who's already gotten this set up without these errors doesn't need this change. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/76150 | ||||
* | Merging resourceloader branch into trunk. Full documentation is at ↵ | Roan Kattouw | 2010-09-04 | 1 | -0/+12 |
http://www.mediawiki.org/wiki/ResourceLoader and a general overview has been posted on wikitech-li <http://lists.wikimedia.org/pipermail/wikitech-l/2010-September/049253.html>. One important change is that all JS is now loaded at the bottom, so any scripts assuming things from wikibits or whatever are present will fail. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/72349 |