Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix-variable-name-in-loaf_homepage.patch from godiardHEADmasterRafael Ortiz2011-02-071-1/+1
|
* Search icon: use stroke and fill colorsGonzalo Odiard2011-02-031-0/+14
|
* Enable work with old and new toolbarsGonzalo Odiard2011-02-031-1/+16
|
* Add support for tabbed Browse (>108)Martin Langhoff2011-02-032-5/+12
| | | | | | Untested as other aspects of integration are broken. Includes fixups by Gonzalo Odiard <gonzalo@laptop.org>
* server.py: read sys.version_info in backwards compat wayMartin Langhoff2011-01-291-2/+2
| | | | major and minor keys are 2.7 onwards.
* Brought back the 32b python 2.6 shared objectsMartin Langhoff2011-01-293-0/+0
|
* Versioned binary libs and mwlib rebuild scriptMartin Langhoff2011-01-295-6/+36
|
* Shared objects: rebuilt for python 2.7 / F14Martin Langhoff2011-01-283-0/+0
|
* woip: Update build notesMartin Langhoff2011-01-281-0/+10
|
* mwlib: Fixup buildMartin Langhoff2011-01-282-3/+3
|
* server.py: Search results title - string localizationMartin Langhoff2010-12-211-3/+12
|
* Use the setting in activity.py to the port in the search toolbarGonzalo Odiard2010-12-202-12/+13
|
* Overwrite method _load_homepage in the activity to load the wikipedia home pageGonzalo Odiard2010-12-201-0/+4
|
* cleanup tmpfileMartin Langhoff2010-12-081-192/+0
|
* Fix image serving regexMartin Langhoff2010-12-081-1/+2
|
* Language portability fixes to expandtemplates.pyMartin Langhoff2010-12-081-9/+31
|
* Updated icon SVGMartin Langhoff2010-12-061-3/+3
| | | | - thanks Gonzalo Odiard <gonzalo@laptop.org>
* Cleanup language handling -Martin Langhoff2010-12-062-34/+68
| | | | | so neither es_PE nor en_US are hardcoded anywhere. Some things do need to be gettext'ed but this is a start.
* Fix activity.py to follow the new run_server() calling conventionMartin Langhoff2010-12-011-1/+2
|
* Minor tweaks to expandtemplates and mergeupdatesMartin Langhoff2010-12-012-4/+8
|
* F11 binaries for locate and woip toolsMartin Langhoff2010-12-018-0/+1884
| | | | Should make things easier for customizers
* Stripped SO filesMartin Langhoff2010-12-013-0/+0
| | | | these are built on F11 --
* mergeupdates.py can process an optional blacklistMartin Langhoff2010-11-301-1/+17
|
* server.py: fix bug when running readonlyMartin Langhoff2010-11-301-3/+4
|
* Synchronized WPWikiDB class - server.py gets some fixesMartin Langhoff2010-11-292-5/+13
|
* expandtemplates: a bit slower, but safer by forking wp lookupsMartin Langhoff2010-11-291-12/+43
|
* expandtemplates.py: expands templates in the compressed file formatMartin Langhoff2010-11-292-0/+225
| | | | | | | | Run expandtemplates.py over the data files and it will output a new 'processed' file that is sorted and has the templates expanded. This yields a file that is smaller, and requires only one lookup per Wikipage. The performance impact is huge.
* 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-252-6/+10
| | | | | | | | | | | | 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.
* Import pylru-1.0.0Martin Langhoff2010-11-251-0/+368
| | | | | License GPLv2 http://pypi.python.org/pypi/pylru/1.0.0
* Make bzipreader more tolerantMartin Langhoff2010-11-041-1/+2
| | | | It sometimes goes fatal() on valid files. Warn only.
* Integrate mklocatedbMartin Langhoff2010-11-042-9/+24
|
* FreeBSD locate code from FreeBSD 8Martin Langhoff2010-11-0414-0/+2107
| | | | | | | | | | Taken from SVN. svn log says r196045 | kensmith | 2009-08-03 04:13:06 -0400 (Mon, 03 Aug 2009) | 4 lines Copy head to stable/8 as part of 8.0 Release cycle. with some massaging of the Makefiles to get bigram and code binaries
* Merge commit 'origin/0.84'Martin Langhoff2010-11-0410-8/+105
|\
| * server.py: fixes for python2.6 threading raising -EINTRs.Chris Ball2009-12-041-1/+26
| |
| * Release version 20 for 0.84Chris Ball2009-12-041-1/+1
| |
| * turn off woip/c debuggingChris Ball2009-12-031-1/+1
| |
| * turn off tidy.conf warnings, which slow down renderingChris Ball2009-12-031-1/+1
| |
| * turn off debugging in woip/cChris Ball2009-12-031-0/+0
| |
| * Sugar activity registry seems to have gone awayChris Ball2009-12-031-3/+4
| | | | | | | | Hard-coding OLPC path to Browse for now
| * add the mwlib setup.py, which is needed for rebuilding mwlibChris Ball2009-12-031-0/+71
| |
| * Shared libraries rebuilt for python2.6Chris Ball2009-12-033-0/+0
| |
| * Get indexer.c building againChris Ball2009-12-031-1/+1
| | | | | | | | | | Newer gcc doesn't like this line. I, uh, wonder if it was important. Doesn't seem to be.
* | Tidy up of the merge and process updates scripts.Martin Langhoff2010-11-032-1/+38
| |
* | Tidy up edit form and its feedback.Martin Langhoff2010-11-031-5/+9
| |
* | mergeupdates.py can 'splice in' updates from a directory.Martin Langhoff2010-10-261-0/+46
| |
* | Edits are saved, and servedMartin Langhoff2010-10-261-9/+33
| |
* | Fix index and article retrievalMartin Langhoff2010-10-261-4/+4
| |
* | Editing and saving works.Martin Langhoff2010-10-261-2/+40
| |