This website requires JavaScript.
Explore
Help
Register
Sign In
Andal.LND
/
edx-platform
Watch
4
Star
0
Fork
0
You've already forked edx-platform
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
18ee1018e63db73a8d19c3e9b86bd2515bbbd3d6
edx-platform
/
lms
History
Chris Dodge
18ee1018e6
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
2013-03-10 11:11:17 -04:00
..
djangoapps
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
2013-03-10 11:11:17 -04:00
envs
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
2013-03-10 11:11:17 -04:00
lib
Use 'is None' and 'is not None'
2013-03-04 10:57:25 -05:00
static
Merge pull request
#1516
from MITx/hack/dave/submission_history
2013-03-04 11:39:54 -08:00
templates
Merge pull request
#1569
from MITx/feature/abarrett/annotatable_xmodule
2013-03-06 12:05:27 -08:00
__init__.py
…
.coveragerc
Change coverage report config to reflect refactoring of terrain files
2013-02-20 09:31:50 -05:00
CHANGELOG.md
Add comment about the target of change log entries
2012-10-30 16:48:47 -04:00
one_time_startup.py
Add datadog metrics capture around heartbeat timing
2013-03-08 10:36:59 -05:00
urls.py
Add datadog metrics capture around heartbeat timing
2013-03-08 10:36:59 -05:00
wsgi.py
Add a wsgi file for the lms that loads the modulestores immediately after the application starts
2012-08-28 12:01:05 -04:00