Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Route views by name, not by function referenceRadomir Dopieralski2013-05-181-3/+2
* Don't use wiki.edit in testsRadomir Dopieralski2013-05-181-3/+6
* Fix #43: Moved to in-memory commits. Updated the tests.Radomir Dopieralski2013-05-121-80/+19
* Use in-memory commits. WARNING: Subdirectory repo is now broken!Radomir Dopieralski2013-05-111-1/+8
* Fix #91: Convert the unit tests to a recent version of py.testRadomir Dopieralski2013-05-112-4/+4
* Fix tests that failed due to url %-encodingRadomir Dopieralski2012-02-041-3/+12
* add test for #52Radomir Dopieralski2011-03-191-3/+5
* fix bug #66 and add tests for itRadomir Dopieralski2011-03-161-0/+28
* #62 fixed merge state problems in 1.7Radomir Dopieralski2010-12-181-1/+0
* mergeRadomir Dopieralski2010-12-043-0/+18
|\
| * mark failing tests as xfail, add a test for special case with numbered listsRadomir Dopieralski2010-12-013-0/+18
* | pep8 and pyflakes fixesRadomir Dopieralski2010-12-041-0/+0
|/
* added enumerated lists to the parserRadomir Dopieralski2010-11-101-0/+44
* Correct implementation of subdirectories with index pages and some testsRadomir Dopieralski2010-08-161-8/+27
* Move the WikiStorage to separate module.Radomir Dopieralski2010-08-091-2/+2
* Split off errors, WikiPage and WikiParser.Radomir Dopieralski2010-08-093-18/+18
* move the parser tests from docstrings to py.testRadomir Dopieralski2010-06-062-227/+7
* move the parser tests from docstrings to py.testRadomir Dopieralski2010-06-061-0/+325
* refactor atom feed, remove rss feed entirelyRadomir Dopieralski2010-05-231-2/+0
* Use some decorator magic for building the url map.Radomir Dopieralski2010-05-191-2/+2
* change the exception name in testssheep@ghostwheel2010-02-281-13/+13
* better tests for filename escapingsheep@ghostwheel2010-02-101-6/+17
* make sure to escape Windows special filenames and unix dotfilessheep@ghostwheel2010-02-101-1/+1
* catch another corner case of subdriectory reposheep@wintermute2010-01-251-0/+22
* docstringssheep@wintermute2010-01-241-0/+8
* remove empty subdirectories after page deletesheep@wintermute2010-01-241-0/+12
* implemet the subdirectory storage, more testssheep@wintermute2010-01-241-9/+35
* add example test for the subdirectory storage, mark testssheep@wintermute2010-01-241-2/+22
* Add option and placeholder for the subdirectory storagesheep@wintermute2010-01-241-0/+19
* add more tests for directories and symlinks, fix some related errors in Hattasheep@wintermute2010-01-241-0/+41
* tests for dirs and symlinks in the reposheep@wintermute2010-01-241-0/+18
* add tests for forbidding access to symlinkssheep@wintermute2010-01-241-3/+44
* add metadata test to test_reposheep@wintermute2010-01-241-1/+16
* further clean up repo testssheep@wintermute2010-01-241-36/+26
* comment the test_repo testssheep@wintermute2010-01-211-4/+63
* fix the <div> -> <span> in pygments testssheep@wintermute2010-01-211-1/+1
* fix the <div> -> <span> in pygments testssheep@wintermute2010-01-211-1/+1
* move the pygments css to a separate stylesheetsheep@wintermute2010-01-051-0/+2
* split WikiPageText into WikiPageColorTextsheep@ghostwheel2009-12-231-1/+1
* fix the html testsheep@ghostwheel2009-12-211-6/+1
* simplify the html header, use pages that have default contentsheep@ghostwheel2009-12-191-94/+4
* simplify the html header, use pages that have default contentsheep@ghostwheel2009-12-191-1/+1
* fix the obnoxious exact html testsheep@ghostwheel2009-12-191-1/+7
* add priorities to markup rules, back to dict, allow disabling WikiWordssheep@ghostwheel2009-12-151-2/+5
* fix the tests broken by default style changesheep@cerber.labs.wmi.amu.edu.pl2009-12-111-2/+2
* fix double merges on conflictssheep@ghostwheel2009-12-091-5/+4
* Add markup for monospaced text, thanks to Bensheep@ghostwheel2009-12-041-0/+3
* don't use sorted dicts in in markup patterns, use list of tuples insteadsheep@ghostwheel2009-12-041-0/+3
* add WikiWord linkssheep@ghostwheel2009-11-291-0/+6
* completely overhaul the table parsing to allow links with | in themsheep@ghostwheel2009-10-211-0/+20