- Add
?history
option to view page history- Add
Page.datetime_updated_utc
column - Make it possible to view a page at a given point in time
- Add
- Add
init_app
config callback function - Fix data export, add missing
Page.to_dict
method
- Add
?uncached
option to view page with caching disabled - Add
--export
CLI command - Fix not using the user title when provided on internal links
- Add page redirects (
[redirect:/Another]
) - Actually implement named page link (
[[Page Title|/Another/Page]]
) - Implement cache support and pymemcache backend
- Improve/normalise paths (always starting uppercase)
- Add
--host
and--port
CLI arguments
First working version; fix missing templates in package.
- Add proper error pages
- Encode hashed passwords if
str
objects
Initial version! Features:
- Markdown content
- Inter-page linking (
[[/Another/Page]]
) - Index generation based on a path prefix (
[index:/Another]
) - Page histories / restore
- Pluggable authentication backend
- Custom template support