- Added compatibility with Django 1.11
- Fixed compatibiltiy with Django 1.10 (thangs to Martí Bosch)
- Fixed #125
- Upgraded demo's setting to recent format
- Added missing migration
- Fix compatibility with Django 1.9.x and Markup 2.x (thanks to Oleg Girko for the contribution)
- Slides view use the cache. Fix #81
- Implemented an RSS feed listing lastest changes. It's part of #32
- Added a configurable "sanitize" function.
- Links to attachments doesn't relay on IDs by default (but it's backaward compatible). #96
- Added an optional "breadcrumb " hierarchical links for pages. #110
- Run git with output to pipe instead of virtual terminal. #111
- Per page markup is now fully functional. It allows to have a mixed rst & markdown wiki. Fixed #2
- Allow save a page without changes in a body. Fixed #85
- Fixed #84, that marked deleted but no commited after a move
- Allow to choice markup from new page dialog. #82
- Fix wrong encoding for raw of an old revision. #75
- Fixed conflict with a broken dependecy
- Marked the release as beta (instead of alpha)
- Improves on setup.py and the README
- Implemented views to add a new, move and delete pages
- Implemented real-time collaborative editing via together.js (#33)
- Added pagination in what changed page
- Added a way to extend waliki's docutils with directives and transformation for
- A deep docs proofreading by chuna
- Edit view redirect to detail if the page doesn't exist (#37)
- waliki_box fails with missing slug #40
- can't view diffs on LMDE #60
- fix typos in tutorial #76 (martenson)
- Fix build with Markups 0.6. #63 (loganchien)
- fixed roundoff error for whatchanged pagination #61 (aszepieniec)
- Enhance slides #59 (loganchien)
- Fix UnicodeDecodeError in waliki.git.view. #58 (loganchien)
- Tracking page redirections
- fix bugs related to attachments in sync_waliki
- The edition form uses crispy forms if it's installed
- many small improvements to help the integration/customization
- Url pattern is configurable now. By default allow uppercase and underscores
- Added
moin_migration_cleanup
, a tool to cleanup the result of a moin2git import - Improve git parsers for page history and what changed
- Plugin attachments
- Implemented per namespace ACL rules
- Added the
waliki_box
templatetag: use waliki content in any app - Added
entry_point
to extend templates from plugins - Added a webhook to pull and sync change from a remote repository (Git)
- Fixed a bug in git that left the repo unclean
- Support concurrent edition
- Added a simple ACL system
i18n
support (and locales fores
)- Editor based in Codemirror
- Migrated templates to Bootstrap 3
- Added the management command
waliki_sync
- Added a basic test suite and setup Travis CI.
- Added "What changed" page (from Git)
- Plugins can register links in the nabvar (
{% navbar_links %}
)
- "Get as PDF" plugin
- rst2html5 fixes
- Many Python 2/3 compatibility fixes
- First release on PyPI.