-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.15.x to central-develop #4683
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix #4382 -- we are MIT licensed
Conflicts: kalite/main/api_resources.py
Actually translate assessment item data.
Add warning to langauge pack download completion to restart server.
Raspbian uses an old distribution of wget resulting in a certificate error upon attempting the download as documented in the installation guidelines. Including the "--no-check-certificate" parameter fixes this issue.
Update install_all.rst
Generate a secret key file, and load SECRET_KEY from said file.
The central server sends a short version (e.g. 0.14), which the distributed server then compares to its long version (e.g. 0.14.1). The problem is that 0.14 compares as less than 0.14.1, so language packs are shown as unavailable. Instead, when comparing two mismatched-length versions, only consider the shortest version available -- thus 0.14 and 0.14.1 would compare equal. Then the languagepack versions will be compared, which is the actual intent.
Fix language pack availability issue in 0.14.1
Add a note in system_requirements.rst and release_notes.rst.
Avoid unnecessary dependencies for old dbbackup version
Reinstate Khan i18n helpers, overwrite $._ to ensure translation.
Include docs in sdist and add Makefile for common build, dev, test
Fix require stmt
Fix js errors
automatically generate a manpage and put it in docs/
Conflicts: data/version.yml kalite/main/api_resources.py kalite/settings/base.py kalite/version.py
Master into 0.15.x
Update link -- it slipped past us that it's for 0.14.
Upgrade to latest dbbackup #4634
Handles three errors. 1. In get_exercise_prereqs, if an unknown exercise id is passed in, it now contributes nothing to the prereqs instead of raising an error. 2. Avoid a divide-by-zero error in coachreports.models. 3. Finally, in get_explore_recommendations, use of `next` built-in could result in an unhandled StopIteration exception. Refactor to use for..in block.
The tests select and try to click a zero-area element -- it doesn't do what's intended, notably load another page. Instead, the intent is to click one of that element's children with a non-zero area.
Content recommendation bugs
propagate the request language in user progress.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Required in order to update the po files.