Hatta Devel

log

age author description
8 days ago Radomir Dopieralski Added the slides.py exampledefault tip
9 days ago Radomir Dopieralski replace COMMIT and ROLLBACK sqlite3 commands with method calls
9 days ago Radomir Dopieralski Update version string
2 weeks ago Radomir Dopieralski Added tag 1.4.0 for changeset 3fe1bab3b193
2 weeks ago Radomir Dopieralski update version for 1.4.01.4.0
2 weeks ago Radomir Dopieralski Tweak the revision finding code, add changectx.rev()==0 check thanks to Prologic
2 weeks ago Cezary Krzy?anowski Correct exe build automation.
2 weeks ago Cezary Krzyżanowski Moved ui and png to resources. Get the png packed. Make dialog find it's icon while debugging and when frozen.
2 weeks ago Cezary Krzyżanowski Added exception catching and reporting via e-mail. New ErrorDialog to display details and send updates. hatta.py errors go to Radomir, GUI related go to me.
2 weeks ago Radomir Dopieralski Fix AttributeError issue with Mercurial 1.6
2 weeks ago Cezary Krzyżanowski Merged HG 1.6 update patch
2 weeks ago Cezary Krzyżanowski Make global exception catching and showing work. Preferences shortcut made portable.
3 weeks ago Radomir Dopieralski fix reindexing of non-existing pages, thanks to Prologic
3 weeks ago Cezary Krzyżanowski Update of project metadata imports
6 weeks ago Radomir Dopieralski #42 werkzeug throws KeyError, not AttributeError when trying to delete nonexisting attribute from response. Thanks to Andrew Nelis for catching this.
7 weeks ago Radomir Dopieralski move the parser tests from docstrings to py.test
7 weeks ago Radomir Dopieralski move the parser tests from docstrings to py.test
2 months ago Radomir Dopieralski seprefix username urls with ~
2 months ago Radomir Dopieralski serve atom undef feed/rss for compatibility
2 months ago Radomir Dopieralski refactor atom feed, remove rss feed entirely
2 months ago Radomir Dopieralski Add add_url method fo plugins
2 months ago Radomir Dopieralski Use some decorator magic for building the url map.
3 months ago Radomir Dopieralski small fixes found with pychecker
4 months ago sheep ignore links in the pages directory
5 months ago sheep change the exception name in tests
5 months ago sheep by default put the cache directory inside .hg directory
5 months ago sheep fix #35, make WikiSubdirectoryStorage itterate over subdirectories when retrieving all_pages
5 months ago sheep fix error class names
5 months ago sheep use custom classes for errors
5 months ago sheep make punctuation work before quotes and dashes
5 months ago sheep better tests for filename escaping
5 months ago sheep make sure to escape Windows special filenames and unix dotfiles
5 months ago sheep make sure the +download and +render wrap the file being served properly, fixes #29
5 months ago sheep make sure the +download and +render wrap the file being served properly, fixes #29
6 months ago sheep really fix the lambdas in reindexing
6 months ago sheep fix the lambdas in reindexing
6 months ago sheep raise the correct exception
6 months ago sheep catch another corner case of subdriectory repo
6 months ago sheep add plain_text method to text pages, for extracting text for indexing
6 months ago sheep move page_mime out of storage
6 months ago sheep docstrings
6 months ago sheep remove empty subdirectories after page delete
6 months ago sheep don't escpae periods and slashes in the prefix
6 months ago sheep implemet the subdirectory storage, more tests
6 months ago sheep do escaping in one place only
6 months ago sheep put the checks in one place
6 months ago sheep add example test for the subdirectory storage, mark tests
6 months ago sheep Add option and placeholder for the subdirectory storage
6 months ago sheep add more tests for directories and symlinks, fix some related errors in Hatta
6 months ago sheep tests for dirs and symlinks in the repo
6 months ago sheep add tests for forbidding access to symlinks
6 months ago sheep add metadata test to test_repo
6 months ago sheep further clean up repo tests
6 months ago sheep correct hatta_qticon messages to use something similar to proper English
6 months ago sheep update translation template
6 months ago sheep fix the csv error message
6 months ago sheep localize forbidden pages
6 months ago sheep fix Spanish translation encoding
6 months ago sheep comment the test_repo tests
6 months ago sheep add a test.py file for those who don't have py.test installed