Hatta Numbered Lists Branch

log

age author description
15 months ago Ben Add a print stylesheetdefault tip
15 months ago Ben Add a print stylesheet
15 months ago 10.0.8.106 created
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
15 months ago Ben Dynamically generate page addresses
15 months ago Ben Dynamically generate page addresses
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
15 months ago 10.0.8.106 created
15 months ago 10.0.8.106 created
15 months ago 10.0.8.106 created
15 months ago 10.0.8.106 created
15 months ago 10.0.8.106 created
14 months ago Ben Correct the numbered list closing sequence
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
2010-01-05 Ben merged
15 months ago Ben Numbered list was a bit broken ...
15 months ago Ben merged
15 months ago Ben Also explicitely COMMIT and ROLLBACK
15 months ago Ben Add support for numbered list
15 months ago Ben Don't explode when no config file
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