Skip to content

Commit

Permalink
Merge pull request #4595 from MCGallaspy/0.15.x
Browse files Browse the repository at this point in the history
0.15.x cherry-picks from 0.14.x
  • Loading branch information
rtibbles committed Oct 8, 2015
2 parents 1ad1267 + befa088 commit ad623e4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
26 changes: 25 additions & 1 deletion data/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,36 @@

bugs_fixed:
all: []
students: []

0.14.2:
release_date: "2015/10/02"
git_commit: "dceccca"
new_features:
all: []
students:
coaches: []
admins: []

bugs_fixed:
all:
Properly compare language pack versions (#4587).
students: []
coaches: []
admins: []

0.14.1:
release_date: "2015/10/02"
git_commit: "0818d65"
new_features:
all: []
students:
coaches: []
admins: []
bugs_fixed:
all:
- Fix assessment items not getting translated (#4482)
- Notify users that they need to restart their server after downloading a language pack (#4491)
- Generate a new secret key when the server starts (#4494)
students: []
coaches: []
admins: []
Expand Down
2 changes: 1 addition & 1 deletion docs/installguide/install_all.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ It can be installed by downloading the latest .deb on the Pi and installing it::
# Install dependencies
sudo apt-get install python-m2crypto python-pkg-resources nginx python-psutil
# Fetch the latest .deb
sudo wget https://learningequality.org/r/deb-pi-installer-0-15
sudo wget https://learningequality.org/r/deb-pi-installer-0-14 --no-check-certificate
# Install the .deb
sudo dpkg -i ka-lite-raspberry-pi*.deb

Expand Down
2 changes: 1 addition & 1 deletion kalite/main/api_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from kalite.topic_tools.models import AssessmentItem

from kalite.distributed.api_views import get_messages_for_api_calls
from kalite.topic_tools import get_exercise_data, get_content_data, get_assessment_item_data
from kalite.topic_tools.settings import CHANNEL
from kalite.topic_tools import get_exercise_data, get_content_data, get_assessment_item_data
from kalite.shared.api_auth.auth import UserObjectsOnlyAuthorization
from kalite.facility.api_resources import FacilityUserResource

Expand Down

0 comments on commit ad623e4

Please sign in to comment.