Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/hatta.py
Commit message (Expand)AuthorAgeFilesLines
* update version for 1.4.01.4.0Radomir Dopieralski2010-07-171-1/+1
* Tweak the revision finding code, add changectx.rev()==0 check thanks to PrologicRadomir Dopieralski2010-07-171-6/+7
* Fix AttributeError issue with Mercurial 1.6Radomir Dopieralski2010-07-131-2/+14
* fix reindexing of non-existing pages, thanks to PrologicRadomir Dopieralski2010-07-091-6/+14
* #42 werkzeug throws KeyError, not AttributeError when trying to delete nonexi...Radomir Dopieralski2010-06-141-4/+4
* move the parser tests from docstrings to py.testRadomir Dopieralski2010-06-061-1/+1
* seprefix username urls with ~Radomir Dopieralski2010-05-231-2/+3
* serve atom undef feed/rss for compatibilityRadomir Dopieralski2010-05-231-0/+1
* refactor atom feed, remove rss feed entirelyRadomir Dopieralski2010-05-231-127/+26
* Add add_url method fo pluginsRadomir Dopieralski2010-05-231-1/+11
* Use some decorator magic for building the url map.Radomir Dopieralski2010-05-191-89/+106
* small fixes found with pycheckerRadomir Dopieralski2010-05-021-26/+23
* ignore links in the pages directorysheep@ghostwheel2010-03-071-1/+3
* by default put the cache directory inside .hg directorysheep@ghostwheel2010-02-281-4/+4
* fix #35, make WikiSubdirectoryStorage itterate over subdirectories when retri...sheep@ghostwheel2010-02-261-0/+11
* fix error class namessheep@ghostwheel2010-02-261-2/+2
* use custom classes for errorssheep@ghostwheel2010-02-201-31/+53
* make punctuation work before quotes and dashessheep@ghostwheel2010-02-191-1/+1
* make sure to escape Windows special filenames and unix dotfilessheep@ghostwheel2010-02-101-10/+22
* make sure the +download and +render wrap the file being served properly, fixe...sheep@ghostwheel2010-02-101-2/+2
* make sure the +download and +render wrap the file being served properly, fixe...sheep@ghostwheel2010-02-101-3/+13
* really fix the lambdas in reindexingsheep@wintermute2010-01-291-1/+1
* fix the lambdas in reindexingsheep@wintermute2010-01-281-2/+2
* raise the correct exceptionsheep@wintermute2010-01-251-1/+3
* catch another corner case of subdriectory reposheep@wintermute2010-01-251-2/+4
* add plain_text method to text pages, for extracting text for indexingsheep@wintermute2010-01-241-9/+14
* move page_mime out of storagesheep@wintermute2010-01-241-30/+31
* docstringssheep@wintermute2010-01-241-2/+12
* remove empty subdirectories after page deletesheep@wintermute2010-01-241-0/+6
* don't escpae periods and slashes in the prefixsheep@wintermute2010-01-241-2/+2
* implemet the subdirectory storage, more testssheep@wintermute2010-01-241-3/+27
* do escaping in one place onlysheep@wintermute2010-01-241-3/+2
* put the checks in one placesheep@wintermute2010-01-241-7/+16
* Add option and placeholder for the subdirectory storagesheep@wintermute2010-01-241-2/+19
* add more tests for directories and symlinks, fix some related errors in Hattasheep@wintermute2010-01-241-7/+7
* fix the csv error messagesheep@wintermute2010-01-221-2/+3
* localize forbidden pagessheep@wintermute2010-01-221-10/+14
* make the html generated by the code highlighter validate -- use spans instead...Radomir Dopieralski2010-01-101-13/+9
* make WikiStorage thread-safeRadomir Dopieralski2010-01-101-3/+16
* use highlighting by default for all text formats and codesheep@wintermute2010-01-051-2/+2
* use highlighting by default for all text formatssheep@wintermute2010-01-051-1/+1
* remove defaults from boolean options in optparse, so that they won't overrid...sheep@wintermute2010-01-051-4/+4
* add an option to change the pygments stylesheep@wintermute2010-01-051-1/+5
* move the pygments css to a separate stylesheetsheep@wintermute2010-01-051-12/+18
* make the diff a little more error-proofsheep@ghostwheel2009-12-261-10/+10
* make pages refresh when menu or icons are editedsheep@ghostwheel2009-12-261-3/+14
* explicitly refuse dealing with symbolic linkssheep@ghostwheel2009-12-261-2/+13
* csv lacks previewsheep@wintermute2009-12-251-0/+1
* start with a simple RST supportsheep@wintermute2009-12-251-0/+19
* force unicode in all sqlite queriessheep@wintermute2009-12-241-8/+8