Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib
Commit message (Collapse)AuthorAgeFilesLines
* Versioned binary libs and mwlib rebuild scriptMartin Langhoff2011-01-292-0/+0
|
* Shared objects: rebuilt for python 2.7 / F14Martin Langhoff2011-01-282-0/+0
|
* mwlib: Fixup buildMartin Langhoff2011-01-281-2/+2
|
* Cleanup language handling -Martin Langhoff2010-12-061-12/+6
| | | | | so neither es_PE nor en_US are hardcoded anywhere. Some things do need to be gettext'ed but this is a start.
* Stripped SO filesMartin Langhoff2010-12-012-0/+0
| | | | these are built on F11 --
* expander: Now resilient against empty blocks {{}}Martin Langhoff2010-11-291-0/+8
|
* mwlib/magics: be more resilient to bogus IFEXISTSMartin Langhoff2010-11-261-1/+4
|
* Use lrudecorator to memoize wp_load_article lookupsMartin Langhoff2010-11-251-5/+2
| | | | | | | | | | | | Reading profiling data on wp_load_article points to wp.wp_load_article() being called many times, and being slow. This patch gives us radical speedups on cached stuff, and modest cache results. Andorra goes from 15.5s to 14.5s cold-cache. Once the cache is seeded it returns in 0.7s.
* Merge commit 'origin/0.84'Martin Langhoff2010-11-042-0/+0
|\
| * Shared libraries rebuilt for python2.6Chris Ball2009-12-032-0/+0
| |
* | Move header and inappropriate / error links to server.pyMartin Langhoff2010-10-221-22/+0
|/
* Applied patch from mwlib #151, which fixes math rendering/templates.Chris Ball2008-06-021-7/+40
|
* Add bcl to langlinks.Chris Ball2008-05-301-0/+1
|
* Fix parsing of <source>, <code> tags.Wade Brainerd2008-05-281-0/+2
|
*