From 07eead234939ea433a8c05cdb6f9523970469059 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Thu, 23 Aug 2012 10:11:31 -0400 Subject: [PATCH] Updated django-wiki to better handle relative wiki links. --- lms/envs/common.py | 2 ++ repo-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index d2397c166d..49921a8626 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -322,6 +322,8 @@ WIKI_CAN_CHANGE_PERMISSIONS = lambda article, user: user.is_staff or user.is_sup WIKI_CAN_ASSIGN = lambda article, user: user.is_staff or user.is_superuser WIKI_USE_BOOTSTRAP_SELECT_WIDGET = False +WIKI_LINK_LIVE_LOOKUPS = False +WIKI_LINK_DEFAULT_LEVEL = 2 ################################# Jasmine ################################### JASMINE_TEST_DIRECTORY = PROJECT_ROOT + '/static/coffee' diff --git a/repo-requirements.txt b/repo-requirements.txt index b93dc2837f..fc6ae1b301 100644 --- a/repo-requirements.txt +++ b/repo-requirements.txt @@ -1,6 +1,6 @@ -e git://github.com/MITx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles -e git://github.com/MITx/django-pipeline.git#egg=django-pipeline --e git://github.com/benjaoming/django-wiki.git@533c7fc#egg=django-wiki +-e git://github.com/benjaoming/django-wiki.git@7e42bce#egg=django-wiki -e git://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev -e common/lib/capa -e common/lib/xmodule