- 05 Jun, 2013 10 commits
-
-
Adjust the now-defunct landing page so that it doesn't render much of the edX-specific marketing info (social links, press releases, university partners, etc.) if a theme is enabled. Additionally, if the Stanford theme is enabled, add in some school- specific language and adjust the video modal to play a Stanford one.
Nate Hardison committed -
Allow themes to inherit from the default navigation bar and override pieces of it, including the main logo, the links that display to the right of the logo, and the links inside the dropdown menu (with the exception of the `Log Out` link. In addition, this adds an empty block at the very top so that themes can place a branding bar at the top of the page. (Stanford identity guidelines require this: see https://identity.stanford.edu.)
Nate Hardison committed -
The `FAVICON_PATH` setting determines the location of the favicon for the site. It's automatically adjusted when a theme is enabled, establishing the convention that themes will place their favicon in `static/images/favicon.ico`.
Nate Hardison committed -
Provide the appropriate switches to adjust based on whether or not a theme (in particular, the Stanford theme) is enabled in the settings. For now, these changes are very specific to Stanford. This is because the template architecture needs some reworking to generalize nicely.
Nate Hardison committed -
Feature/cdodge/allow setting of session cookie name
chrisndodge committed -
Chris Dodge committed
-
Ensure that the original error gets preserved by the ErrorModule
Diana Huang committed -
allow configuration settings to specify a session cookie name. This is to avoid problems we are experiencing between simultaneous login sessions between edx.org and edge.edx.org on certain browsers (i.e. Firefox)
Chris Dodge committed -
allow configuration settings to specify a session cookie name. This is to avoid problems we are experiencing between simultaneous login sessions between edx.org and edge.edx.org on certain browsers (i.e. Firefox)
Chris Dodge committed -
Jonahstanley/fix codemirror tests
Jonah Stanley committed
-
- 04 Jun, 2013 30 commits
-
-
Expose site-wide anonymized ids to HTML module
Joe Blaylock committed -
Use coffee watch command to watch whole directories, so that it will pic...
Calen Pennington committed -
JonahStanley committed
-
It turns out that code mirror things can be edited. Once the div is clicked, a new text area appears that can be obtained and sent keys
JonahStanley committed -
Unbreak acceptance tests in the cms.
Peter Fogg committed -
Specify UTF-8 encoding when loading Mako template
Nate Hardison committed -
Peter Fogg committed
-
LMS Slim Header Visual Clean-Up
Brian Talbot committed -
Turn off automatic snapshot to tmp dir on lettuce failure
Jay Zoldak committed -
Jay Zoldak committed
-
Brian Talbot committed
-
lms - revises the physical height of the edX logo within the slim-sized header and vertically aligns all elements
Brian Talbot committed -
Add comment to dynamically-generated asset files
Nate Hardison committed -
To avoid confusion about where these files come from, add a header comment upon preprocessing that warns people to not modify the generated files directly, and points them to the appropriate template file.
Nate Hardison committed -
Peter fogg/single click video creation
Peter Fogg committed -
adding sympy and networkx
e0d committed -
e0d committed
-
Peter Fogg committed
-
Peter Fogg committed
-
Fix bug STUD-103. The url base for about page links needs to be www.edx....
Christina Roberts committed -
Use coffee watch command to watch whole directories, so that it will pick up new coffee files as they are created
Calen Pennington committed -
Studio - Advanced Component Icon
Brian Talbot committed -
Brian Talbot committed
-
Fix/btalbot/edx.org accessibility
Brian Talbot committed -
Brian Talbot committed
-
edx.org - revises login and register graphical banner images to include higher contrast between type and imagery
Brian Talbot committed -
Diana Huang committed
-
Brian Talbot committed
-
Brian Talbot committed
-
When loading a Mako template from a Django template, the file encoding of the Mako template was left unspecified. In some cases, this would cause the Mako template to be interpreted as an ASCII template, resulting in blowups if the template was encoded in UTF-8 (e.g., lms/templates/footer.html). Now, both the input and output encodings are specified as UTF-8.
Nate Hardison committed
-