Merge pull request #6 from edx/release
Release 2013-05-29, with Hotfix 2013-05-30 back into master
This commit is contained in:
38067
common/static/js/vendor/pdfjs/pdf.js
vendored
Normal file
38067
common/static/js/vendor/pdfjs/pdf.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
34d1996e44f78168a73297217b3a0973c2ae90e1
|
||||
BIN
lms/static/images/press-kit/anant-agarwal_high-res.jpg
Executable file
BIN
lms/static/images/press-kit/anant-agarwal_high-res.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 MiB |
@@ -1 +0,0 @@
|
||||
b154ce99fb5c8d413ba769e8cc0df94ed674c3f4
|
||||
BIN
lms/static/images/press-kit/anant-tablet_high-res.jpg
Executable file
BIN
lms/static/images/press-kit/anant-tablet_high-res.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 5.2 MiB |
@@ -1 +0,0 @@
|
||||
2b8c58b098bdb17f9ddcbb2098f94c50fdcedf60
|
||||
BIN
lms/static/images/press-kit/edx-video-editing_high-res.jpg
Executable file
BIN
lms/static/images/press-kit/edx-video-editing_high-res.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 MiB |
@@ -1 +0,0 @@
|
||||
7d8b9879f7e5b859910edba7249661eedd3fcf37
|
||||
BIN
lms/static/images/press-kit/piotr-mitros_high-res.jpg
Executable file
BIN
lms/static/images/press-kit/piotr-mitros_high-res.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 MiB |
@@ -1 +0,0 @@
|
||||
caf8b43337faa75cef5da5cd090010215a67b1bd
|
||||
BIN
lms/static/images/press/releases/dr-lewin-276_2400x1600.jpg
Normal file
BIN
lms/static/images/press/releases/dr-lewin-276_2400x1600.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.7 MiB |
@@ -1 +0,0 @@
|
||||
b4d043bb1ca4a8815d4a388a2c9d96038211417b
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.0 MiB |
@@ -1 +0,0 @@
|
||||
6718f0c6e851376b5478baff94e1f1f4449bd938
|
||||
@@ -10,6 +10,9 @@ end
|
||||
# the ENV_TOKENS to the templating context.
|
||||
def preprocess_with_mako(filename)
|
||||
# simple command-line invocation of Mako engine
|
||||
# cdodge: the .gsub() are used to translate true->True and false->False to make the generated
|
||||
# python actually valid python. This is just a short term hack to unblock the release train
|
||||
# until a real fix can be made by people who know this better
|
||||
mako = "from mako.template import Template;" +
|
||||
"print Template(filename=\"#{filename}\")" +
|
||||
# Total hack. It works because a Python dict literal has
|
||||
|
||||
Reference in New Issue
Block a user