Hatta Devel

log

age author description
4 months ago Vlad Glagolev merge 2 branchesdefault tip
4 months ago Vlad Glagolev corrected bold markup inside links (fixes #79)
7 months ago Amit Aronovitch fix all_pages to handle extensions (-E)
7 months ago Amit Aronovitch bugfix: history and index broken when using -E
7 months ago Amit Aronovitch bug fix for ticket 77 (env-var config)
10 months ago Radomir Dopieralski fix #71 -- even more url escaping fixes
10 months ago Radomir Dopieralski fix #71 -- more url escaping fixes
10 months ago Radomir Dopieralski fix #71 -- don't escape urls in links twice
10 months ago Radomir Dopieralski #67 fix MANIFEST.in, add include_package_data to setup.py
10 months ago Radomir Dopieralski fix #69 allow aliases in menu
10 months ago Radomir Dopieralski fix #52 -- properly commit the Index file after moving it
10 months ago Radomir Dopieralski add test for #52
10 months ago Radomir Dopieralski merge
10 months ago Radomir Dopieralski fix #67, use MANIFEST.in instead of MANIFEST
10 months ago Radomir Dopieralski fix #67, use MANIFEST.in instead of MANIFEST
10 months ago Radomir Dopieralski fix bug #66 and add tests for it
12 months ago Radomir Dopieralski Added print styles, thanks to Ben
15 months ago Ben Dynamically generate page addresses
12 months ago James Taylor Only add extension if page_mime is 'text/x-wiki', which should be equivalent to not having an extension in the title already
12 months ago James Taylor Allow an extension to be added to page filenames, with the extension '.wiki' hatta can then serve a wiki checked out from bitbucket
12 months ago Radomir Dopieralski merge
12 months ago Radomir Dopieralski fix setup.py to match the new code structure
13 months ago Radomir Dopieralski #62 fixed merge state problems in 1.7
13 months ago Radomir Dopieralski get rid of page.template_name
14 months ago Radomir Dopieralski syntax error in sql query
14 months ago Radomir Dopieralski merge
14 months ago Radomir Dopieralski pep8 and pyflakes fixes
14 months ago Radomir Dopieralski fix recent changes template
14 months ago Radomir Dopieralski fix special case with numbered lists, thanks to Ben
14 months ago Radomir Dopieralski mark failing tests as xfail, add a test for special case with numbered lists
14 months ago Amit Aronovitch Fixed broken example extend_parser.py
15 months ago Radomir Dopieralski templates for the editor
15 months ago Radomir Dopieralski template for recent changes
15 months ago Radomir Dopieralski templates for the list pages
15 months ago Radomir Dopieralski use i18n jinja2 extension
15 months ago Radomir Dopieralski templates for special pages, history page
15 months ago Radomir Dopieralski split header blocks
15 months ago Radomir Dopieralski use a buffered stream with templates
15 months ago Radomir Dopieralski enable autoescape
15 months ago Radomir Dopieralski moving the html footer generation into templates
15 months ago Radomir Dopieralski moving the html header generation into templates
15 months ago Radomir Dopieralski full page rendering with a template
15 months ago Radomir Dopieralski first version with templates
15 months ago Radomir Dopieralski added enumerated lists to the parser
15 months ago Radomir Dopieralski Use default isolation level with sqlite3
15 months ago Radomir Dopieralski Don't error if the 'hatta' section in config file is missing
16 months ago Radomir Dopieralski #19 url aliases -- require : prefix, aliases for images
16 months ago Radomir Dopieralski #19 url aliases -- first implementation
16 months ago Radomir Dopieralski merge
16 months ago Radomir Dopieralski fix #59 -- option for converting newlines to unix. Also bump the version string
16 months ago Francois Ziegler Use cross platform errno
17 months ago Radomir Dopieralski Use WikiResponse by default everywhere
17 months ago Radomir Dopieralski Fix some problems and missing imports found using pylint
17 months ago Radomir Dopieralski fixed missing import, thanks to Zarf
17 months ago Radomir Dopieralski Cleanup storage.py a little, turn some methods into functions
17 months ago Vlad Glagolev added Russian translation (1st draft)
17 months ago Radomir Dopieralski Fix some of th error classes, thanks to Zarf
17 months ago Radomir Dopieralski Correct implementation of subdirectories with index pages and some tests
17 months ago Radomir Dopieralski Missing self
17 months ago Radomir Dopieralski Turn parent pages into subdirectories recursively in WikiSubdirectoryStorage