Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | UI support for editing - WIPMartin Langhoff2010-10-251-22/+101
| |
* | Move header and inappropriate / error links to server.pyMartin Langhoff2010-10-222-23/+23
|/
* Work as standalone server or as thread.Chris Ball2008-09-061-5/+7
| | | | Previous thread work broke the standalone server, this fixes it.
* GetPageCounts.pl update.Chris Ball2008-06-111-15/+13
|
* *.pl update from Mad.Chris Ball2008-06-114-34/+188
|
* Release version 10.Chris Ball2008-06-032-1/+5
|
* Revisit the attempt to shut down the server on activity close.Chris Ball2008-06-031-0/+1
| | | | Use setDaemon(True).
* Release version 9.Chris Ball2008-06-022-1/+6
|
* Applied patch from mwlib #151, which fixes math rendering/templates.Chris Ball2008-06-021-7/+40
|
* Remove some images.Chris Ball2008-06-021-2/+0
|
* Release version 8.Chris Ball2008-05-302-1/+7
|
* Remove org.laptop.WikipediaActivity.mo from MANIFEST.Chris Ball2008-05-301-1/+0
| | | | | Apparently setup.py dist puts it there by default, and if you put it inside MANIFEST then you get it inside the archive twice. Weird.
* Remove itex2mml from MANIFEST.Chris Ball2008-05-301-1/+0
|
* Remove old code. (itex2MML, object embedding.)Chris Ball2008-05-304-43/+2
|
* Add a copy of Web's .mo translations.Chris Ball2008-05-301-0/+2
| | | | In the future, this should be done by reference instead of by copy.
* Add bcl to langlinks.Chris Ball2008-05-301-0/+1
|
* Don't return templates in search results.Chris Ball2008-05-301-2/+3
|
* Spanish translation for "Search results for" from Scott Ananian.Chris Ball2008-05-301-2/+2
|
* New icon from Scott Ananian.Chris Ball2008-05-301-120/+11
|
* Release version 7.Chris Ball2008-05-292-1/+7
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/wikiserverChris Ball2008-05-282-12/+13
|\
| * Allow override to be displayed expanded, unexpanded.Wade Brainerd2008-05-281-12/+11
| |
| * Merge branch 'master' of git+ssh://wadeb@dev.laptop.org/git/projects/wikiserverWade Brainerd2008-05-2857-0/+18815
| |\
| * | Fix parsing of <source>, <code> tags.Wade Brainerd2008-05-281-0/+2
| | |
* | | Use xpcom to turn off "offline mode" detection, which disables accessChris Ball2008-05-281-2/+9
| |/ |/| | | | | to localhost for no good reason. (Trac #6250.)
* | Update blahtex binary.Chris Ball2008-05-281-0/+0
| |
* | Trac #7097: switch to a supported codepoint for langle/rangle.Chris Ball2008-05-288-16/+16
| |
* | Import blahtex-0.5 (GPLv2) sources.Chris Ball2008-05-2857-0/+18815
|/
* More image removal.Chris Ball2008-05-271-2/+0
|
* Remove inappropriate image.Chris Ball2008-05-271-1/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/wikiserverChris Ball2008-05-271-8/+12
|\
| * Encode input to blahtex, better blahtex error reporting.Wade Brainerd2008-05-271-2/+2
| |
| * Add try/except to Blahtex XML parsing.Wade Brainerd2008-05-271-7/+11
| |
* | Add bin/ files to MANIFEST.Chris Ball2008-05-271-0/+4
|/
* Fix hardcoded path.Wade Brainerd2008-05-271-1/+1
|
* Better MathML rendering (using Blahtex instead of itex2MML).Wade Brainerd2008-05-273-11/+17
|
* Fix up character entitity tags.Wade Brainerd2008-05-271-1/+1
|
*