Hatta Numbered Lists Branch

log

age author description
18 months ago Ben Add a print stylesheetdefault tip
18 months ago Ben Add a print stylesheet
18 months ago 10.0.8.106 created
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
18 months ago Ben Dynamically generate page addresses
18 months ago Ben Dynamically generate page addresses
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 10.0.8.106 created
18 months ago 10.0.8.106 created
18 months ago 10.0.8.106 created
18 months ago 10.0.8.106 created
18 months ago 10.0.8.106 created
17 months ago Ben Correct the numbered list closing sequence
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
2010-01-05 Ben merged
18 months ago Ben Numbered list was a bit broken ...
18 months ago Ben merged
18 months ago Ben Also explicitely COMMIT and ROLLBACK
18 months ago Ben Add support for numbered list
18 months ago Ben Don't explode when no config file
19 months ago Radomir Dopieralski #19 url aliases -- require : prefix, aliases for images
19 months ago Radomir Dopieralski #19 url aliases -- first implementation
19 months ago Radomir Dopieralski merge
19 months ago Radomir Dopieralski fix #59 -- option for converting newlines to unix. Also bump the version string
20 months ago Francois Ziegler Use cross platform errno
20 months ago Radomir Dopieralski Use WikiResponse by default everywhere
20 months ago Radomir Dopieralski Fix some problems and missing imports found using pylint
21 months ago Radomir Dopieralski fixed missing import, thanks to Zarf
21 months ago Radomir Dopieralski Cleanup storage.py a little, turn some methods into functions
21 months ago Vlad Glagolev added Russian translation (1st draft)
21 months ago Radomir Dopieralski Fix some of th error classes, thanks to Zarf
21 months ago Radomir Dopieralski Correct implementation of subdirectories with index pages and some tests
21 months ago Radomir Dopieralski Missing self
21 months ago Radomir Dopieralski Turn parent pages into subdirectories recursively in WikiSubdirectoryStorage