See Ned. - #309
Merged
Merged
Conversation
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Add optional hide_from_toc attribute to XML elements
kawaguchi-ks
added a commit
to nttks/edx-platform
that referenced
this pull request
Oct 2, 2015
kawaguchi-ks
added a commit
to nttks/edx-platform
that referenced
this pull request
Oct 2, 2015
…trans-309 Fix translations in courseware page (openedx#309)
kawaguchi-ks
added a commit
to nttks/edx-platform
that referenced
this pull request
Oct 6, 2015
…trans-309 Fix translations in courseware page (openedx#309) (cherry picked from commit d094f9e)
Agrendalath
pushed a commit
that referenced
this pull request
Aug 18, 2021
Enable ar-sa locale and add translations for it. Co-authored-by: Farhaan Bukhsh <farhaan@opencraft.com> (cherry picked from commit a0dbb0e)
jbcurtin
pushed a commit
to jbcurtin/edx-platform
that referenced
this pull request
Jan 31, 2022
Enable ar-sa locale and add translations for it. Co-authored-by: Farhaan Bukhsh <farhaan@opencraft.com> (cherry picked from commit a0dbb0e)
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
…REV-1512 optimizely test (openedx#309)
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
…-general-api Add course font API
mariajgrimaldi
pushed a commit
that referenced
this pull request
Oct 30, 2025
* chore: update openedx-forum to fix issues Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com> * chore: change release line from 'master' to 'teak' (#37312) * fix: running make compile_requirements to fix conflicts --------- Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com> Co-authored-by: Farhaan Bukhsh <farhaan@opencraft.com> Co-authored-by: Felipe Montoya <felipe.montoya@edunext.co>
kiram15
pushed a commit
that referenced
this pull request
Jul 17, 2026
Optimised the goal_reminder_email management command to reduce memory usage and improve query efficiency. Replaced len(course_goals) with course_goals.count() to avoid materialising the full queryset into memory Added .iterator(chunk_size=500) to the for-loop to stream goals in batches instead of loading all records at once
This file contains hidden or 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
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.
Never mind.