Hatta Devel

log

age author description
3 months ago Radomir Dopieralski Explicitly use string (not unicode) keywords in parser paramsdefault tip
3 months ago Radomir Dopieralski re-merge the fix for #79
3 months ago Radomir Dopieralski merge
3 months ago Radomir Dopieralski Add helpful comments
3 months ago Radomir Dopieralski Clean up unused code
3 months ago Radomir Dopieralski Replaced markup rule dict with a RuleSet object
3 months ago Radomir Dopieralski Replace block rule dict in parser with RuleSet decorators
3 months ago Radomir Dopieralski Fix tests that failed due to url %-encoding
3 months ago Radomir Dopieralski Mercurial >= 1.9 uses .forget instead of .remove
3 months ago Radomir Dopieralski Remove hatta-icon docs
3 months ago Radomir Dopieralski Make the hashbang in dev.py more virtualenv-friendly
3 months ago Radomir Dopieralski Move the hatta-icon code and resources to a separate project.
7 months ago Vlad Glagolev merge 2 branches
7 months ago Vlad Glagolev corrected bold markup inside links (fixes #79)
10 months ago Amit Aronovitch fix all_pages to handle extensions (-E)
10 months ago Amit Aronovitch bugfix: history and index broken when using -E
10 months ago Amit Aronovitch bug fix for ticket 77 (env-var config)
13 months ago Radomir Dopieralski fix #71 -- even more url escaping fixes
13 months ago Radomir Dopieralski fix #71 -- more url escaping fixes
13 months ago Radomir Dopieralski fix #71 -- don't escape urls in links twice
14 months ago Radomir Dopieralski #67 fix MANIFEST.in, add include_package_data to setup.py
14 months ago Radomir Dopieralski fix #69 allow aliases in menu
14 months ago Radomir Dopieralski fix #52 -- properly commit the Index file after moving it
14 months ago Radomir Dopieralski add test for #52
14 months ago Radomir Dopieralski merge
14 months ago Radomir Dopieralski fix #67, use MANIFEST.in instead of MANIFEST
14 months ago Radomir Dopieralski fix #67, use MANIFEST.in instead of MANIFEST
14 months ago Radomir Dopieralski fix bug #66 and add tests for it
15 months ago Radomir Dopieralski Added print styles, thanks to Ben
18 months ago Ben Dynamically generate page addresses
16 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
16 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
16 months ago Radomir Dopieralski merge
16 months ago Radomir Dopieralski fix setup.py to match the new code structure
17 months ago Radomir Dopieralski #62 fixed merge state problems in 1.7
17 months ago Radomir Dopieralski get rid of page.template_name
17 months ago Radomir Dopieralski syntax error in sql query
17 months ago Radomir Dopieralski merge
17 months ago Radomir Dopieralski pep8 and pyflakes fixes
18 months ago Radomir Dopieralski fix recent changes template
17 months ago Radomir Dopieralski fix special case with numbered lists, thanks to Ben
17 months ago Radomir Dopieralski mark failing tests as xfail, add a test for special case with numbered lists
18 months ago Amit Aronovitch Fixed broken example extend_parser.py
18 months ago Radomir Dopieralski templates for the editor
18 months ago Radomir Dopieralski template for recent changes
18 months ago Radomir Dopieralski templates for the list pages
18 months ago Radomir Dopieralski use i18n jinja2 extension
18 months ago Radomir Dopieralski templates for special pages, history page
18 months ago Radomir Dopieralski split header blocks
18 months ago Radomir Dopieralski use a buffered stream with templates
18 months ago Radomir Dopieralski enable autoescape
18 months ago Radomir Dopieralski moving the html footer generation into templates
18 months ago Radomir Dopieralski moving the html header generation into templates
18 months ago Radomir Dopieralski full page rendering with a template
18 months ago Radomir Dopieralski first version with templates
18 months ago Radomir Dopieralski added enumerated lists to the parser
18 months ago Radomir Dopieralski Use default isolation level with sqlite3
18 months ago Radomir Dopieralski Don't error if the 'hatta' section in config file is missing
19 months ago Radomir Dopieralski #19 url aliases -- require : prefix, aliases for images
19 months ago Radomir Dopieralski #19 url aliases -- first implementation