291 Commits (master)

Author SHA1 Message Date
  Chase Sterling f34eabd7df Viewing historical versions of pages now works, and show historical version of partials as well 7 years ago
  Chase Sterling d2bd13da46 Add back heading anchors via markdown-it-anchors plugin 7 years ago
  Chase Sterling 33aa2b851e Make modules contain their own static files and templates 7 years ago
  alxjsn b4d16740c9 Added check for PRIVATE_WIKI in search fuction. Without this there would be information disclosure. 7 years ago
  Chase Sterling b13f766176 Prevent overzealous requesting of partials while editing pages 7 years ago
  Chase Sterling 9a730a947e Fix scope order when importing partials with metadata. 7 years ago
  Chase Sterling 55e2ceccaa Fix live preview of imports in editor 7 years ago
  Chase Sterling 55e1ed3a2b WIP partial improvements 7 years ago
  Matthew Scragg 241d763937 version: 0.8.1 7 years ago
  Chase Sterling d6800f9c4e Update flask-sqlalchemy connection format link. fix #165 7 years ago
  Chase Sterling 021de4da78 Enable markdown-it typographer option 7 years ago
  Chase Sterling b6ecaa9197 Switch from marked to markdown-it markdown renderer 7 years ago
  Chase Sterling 36d3fb7215 Fix some deprecation warnings with newer flask version 7 years ago
  Chase Sterling a22e99bf9b Re-enable custom flask error handler registration. 7 years ago
  Chase Sterling f7bb21dd2b Start updating flask and flask modules 7 years ago
  Chase Sterling 2d3de77bf6 Use github's anonymous email standin when github auth user has email as private 7 years ago
  Chase Sterling 533e52945d Disallow _private methods to be hooked 7 years ago
  Chase Sterling 192177ba2d Fix search rebuild_index command 7 years ago
  Chase Sterling 57e98cdd9d Fix CLI registration for module command groups 7 years ago
  Chase Sterling b754b9ac5a History cache not cleared on edit, and can follow renames 7 years ago
  Chase Sterling 687b0f5ced Add view button back to history revisions 7 years ago
  Chase Sterling 15924df4e2 Do date formatting for history view server side for consistency. 7 years ago
  Chase Sterling bc0876cf33 Add gravatars back to history view 7 years ago
  Chase Sterling 8a81bb121c Fix history cache clearing when page modified 7 years ago
  Chase Sterling fb54710709 Show a loading message before first page of history is loaded. 7 years ago
  Chase Sterling 9602dd993d Oops, fix first vs last sha in comparison view 7 years ago
  Chase Sterling 631dc03f38 Add a + to indicate all revisions are not loaded in history view 7 years ago
  Chase Sterling 184a47185c Re-implement revision comparison 7 years ago
  Chase Sterling 497f743976 Initialize js date directly 7 years ago
  Chase Sterling b3f6c311b3 Switch page history view to use jquery datatable 7 years ago
  Chase Sterling 1c097a146a Remove gittle dependency and use dulwich directly 7 years ago
  Chase Sterling cb8c6fdaba Redirect back to current page when login button is clicked 7 years ago
  Chase Sterling aa0a8a2aa8 Store next url redirect for in session to work with oauth login callbacks 7 years ago
  Chase Sterling eafff2ae43 Cause an error when trying to hook invalid HookMixin method 7 years ago
  Chase Sterling 3d14412604 Ensure git repo remains valid with unicode committer names. fix #152 7 years ago
  Chase Sterling 1bc15594f6 Allow WikiPage methods to be hooked 7 years ago
  Chase Sterling ed0ac58e6f Update search module hooks to use new WikiPage methods 7 years ago
  Chase Sterling c0a4e6b480 Pass self to HookMixin hooks 7 years ago
  Chase Sterling 3c3d39c771 Fix clearing cache on page edits with new WikiPage refactor 7 years ago
  Chase Sterling 6e10d56479 Only add 'auth.local' to MODULES when AUTH_LOCAL_ENABLED is True 7 years ago
  Chase Sterling 0bcfaba807 Remove WikiPage.info refs #148 7 years ago
  Chase Sterling 242e317e65 Make the history view pagination prettier. 7 years ago
  Chase Sterling 35471d3c3f Don't add a separate class to iterate history 7 years ago
  Chase Sterling 74452fe58f Add ability for 404 page to show error description. 7 years ago
  Chase Sterling e3ae3a1ccb Lazy load history view with pagination. refs #149 7 years ago
  Chase Sterling fefbfcd503 Make temp dir handling in tests a bit more pythonic 7 years ago
  Chase Sterling 2e6db650f2 Fix the __nonzero__ method for WikiPage 7 years ago
  Chase Sterling 7a20135d55 Fix a mistake added to one of the wiki tests 7 years ago
  Chase Sterling d50cf54072 Create WikiPage class to encapsulate wiki page functions 7 years ago
  Matthew Scragg ac79d186ec version: 0.8.0 7 years ago