Skip to content

Tags: yusurko/salvi

Tags

v1.0.0

Toggle v1.0.0's commit message
1.0.0

v0.8

Toggle v0.8's commit message
Version 0.8.0

v0.7.1

Toggle v0.7.1's commit message
+ Improved calendar view. Now `/calendar` shows a list of years and m…

…onths.

v0.7

Toggle v0.7's commit message
+ Schema changes:

  + Removed `PagePolicy` and `PagePolicyKey` tables altogether. They were never useful.
  + Added `calendar` field to `Page`.
  + Added `User` table.
+ Added `Flask-Login` and `Flask-WTF` dependencies in order to implement user logins.
+ Added `python-i18n` as a dependency.  Therefore, i18n changed format, using JSON files now.
+ Login is now required for creating and editing.
+ Now you can leave a comment while changing a page’s text. Moreover, a new revision is created now
  only in case of an effective text change.
+ Now a page can be dated in the calendar.
+ Now you can export and import pages in a JSON format. Importing can be done by admin users only.
+ Improved page history view, and added user contributions page.
+ Updated Markdown extensions to work under latest version.
+ Like it or not, now gzip library is required.
+ Added CSS variables in the site style.
+ Templates are now with `.jinja2` extension.

v0.6

Toggle v0.6's commit message
+ Added support for database URLs: you can now specify the URL of the…

… database

  in `site.conf` by setting `[database]url`, be it MySQL, PostgreSQL or SQLite.
+ Added experimental math support, with `markdown_katex` library. The math
  parsing can be opted out in many ways.
+ Backlinks can now be accessed for each page.
+ Spoiler tags at beginning of line now work. Just for now.
+ Removed `Upload` table.
+ Added `PageLink` table.

v0.5

Toggle v0.5's commit message
Add ability to restore drafts

v0.4

Toggle v0.4's commit message
Add firstHeading styles