Frances Botsford
b1653f0561
layout cleanup on LMS PDF Textbook viewer
2013-07-11 11:19:39 -04:00
David Baumgold
cb62797306
Merge pull request #347 from edx/update-sass
...
Update SASS and Bourbon, add Neat
2013-07-10 11:09:11 -07:00
chrisndodge
9824ba43cf
Merge pull request #364 from edx/fix/cdodge/change-log-level-on-course-delete
...
change log levels on the delete course utility. Otherwise they get filte...
2013-07-10 10:52:06 -07:00
David Ormsbee
7993d5c1fc
Merge pull request #348 from edx/bugfix/ichuang/idasbhoard-track-json
...
tracking in idashboard should only log json-serializable objects
2013-07-10 10:17:30 -07:00
David Baumgold
18474986f3
Removed deprecated mixins from _textbooks.scss
2013-07-10 13:00:07 -04:00
Adam
2af1132894
Merge pull request #350 from edx/fix/adam/less-noise
...
move setting changes in tests to override_settings
2013-07-10 09:48:55 -07:00
dcadams
a5f8607c7e
Merge pull request #357 from edx/bugfix/dcadams/enroll_emails
...
Fix course url link in enrollment emails.
2013-07-10 09:47:53 -07:00
Chris Dodge
1b377260cc
change log levels on the delete course utility. Otherwise they get filtered out in production environments (min set to WARN level)
2013-07-10 12:34:39 -04:00
Ned Batchelder
3bd590c1f6
Merge pull request #363 from edx/ned/fix-noisy-docs
...
Ned/fix noisy docs
2013-07-10 09:20:43 -07:00
Ned Batchelder
8997ed0322
Suggestions from James: mitx is old-school, as is autogeneration.
2013-07-10 12:19:53 -04:00
Ned Batchelder
55d4d98031
static_template_view.models is gone, remove it from docs.
2013-07-10 11:39:54 -04:00
Ned Batchelder
7f193bcaad
We don't need to run sphinx on our tests.
2013-07-10 11:39:22 -04:00
jkarni
d0e5786250
Update CHANGELOG.rst
2013-07-10 11:38:18 -04:00
Ned Batchelder
a3d496a882
Set sys.path properly for docs to build.
...
We used to do it this way, I'm not sure why it was changed.
Our settings files add directories to the path, so we need to
do it here so that names will be importable.
2013-07-10 11:38:00 -04:00
ihoover
bec731207a
Merge pull request #362 from edx/ihoover/login_enrollment_refactor
...
refactor login and enrollment test cases to use the mongo modulestore
2013-07-10 08:06:32 -07:00
ihoover
5a03d93000
refactor login and enrollment test cases to use the mongo modulestore
...
added namee to authors file
2013-07-10 10:34:14 -04:00
Adam Palay
d056c8a8f2
replace test setting changes with test-specific mock.patch.dicts
2013-07-10 10:18:58 -04:00
Adam
3b662ee063
Merge pull request #358 from edx/fix/adam/file-upload
...
fix to problems with uploading files
2013-07-10 07:07:28 -07:00
David Baumgold
3a11ab2663
Changelog: Sass, Bourbon, Neat
2013-07-10 09:18:19 -04:00
Frances Botsford
a0962cc3b9
updated sass transitions to use newer bourbon syntax
2013-07-10 09:18:00 -04:00
Frances Botsford
3748cae7b8
updated broken transition sass rule
2013-07-10 09:18:00 -04:00
Brian Talbot
a09866a48f
Studio: refining timing variable comment in Sass
2013-07-10 09:18:00 -04:00
Brian Talbot
c10fc54509
Studio: abstracts and formalizes set animation/transition Sass variables
2013-07-10 09:17:59 -04:00
Brian Talbot
d046fdf743
resolves local Sass warnings/errors around missing mixins referenced in xmodule styling
2013-07-10 09:17:59 -04:00
Brian Talbot
b97c1bf5e3
Studio: corrects Sass @extend references
2013-07-10 09:17:59 -04:00
Frances Botsford
4187090dac
removed non-existent sass extends from LMS: .table-wrapper, .dullify, .trans, .problem-set
2013-07-10 09:17:59 -04:00
Brian Talbot
41d9fa3785
Studio: syncs up syntax, ordering, and timing for all Sass transition mixins
2013-07-10 09:17:59 -04:00
Brian Talbot
ed93fcb89a
Studio: adds back in transform-origin prop to dropdown nav icons
2013-07-10 09:17:59 -04:00
Brian Talbot
ee481dfdb5
Studio: resolves notification animation placement error
2013-07-10 09:17:59 -04:00
Brian Talbot
f708c42ec6
Studio: revises anim syntax, adds utility anims, and revises rotate transitions for nav
2013-07-10 09:17:59 -04:00
Brian Talbot
4a0a067327
Studio: revises syntax of calling preset animations for notifications
2013-07-10 09:17:59 -04:00
Brian Talbot
b42074716b
Studio: updates keyframes/animations syntax for all animations
2013-07-10 09:17:58 -04:00
David Baumgold
40585b2bbb
Added neat grid framework
...
http://neat.bourbon.io/
2013-07-10 09:17:58 -04:00
David Baumgold
27796219c7
Changed @include background-size() to background-size
...
Bourbon's background-size mixin has been deprecated, and they recommend to use the
official spec.
2013-07-10 09:17:58 -04:00
David Baumgold
5bd79a8669
Changed @include box-shadow() to box-shadow
...
Bourbon's box-shadow mixin has been deprecated, and they recommend to use the
official spec.
2013-07-10 09:17:58 -04:00
David Baumgold
41374838cb
Changed @include border-radius() to border-radius
...
The official border-radius mixins were deprecated and removed in Bourbon 3.0.
https://github.com/thoughtbot/bourbon/pull/95
2013-07-10 09:17:58 -04:00
David Baumgold
1388684194
Sass 3.2.9, Bourbon 3.1.8
2013-07-10 09:17:58 -04:00
Calen Pennington
dcaed88cb2
Merge pull request #313 from edx/cale/use-super-for-calling-parent-__init__-methods
...
Use super for calling parent __init__ methods
2013-07-10 06:17:41 -07:00
David Baumgold
3b1182b462
Merge pull request #332 from edx/db/rake-pylint
...
Refactor rake tasks for pylint/pep8
2013-07-10 06:12:16 -07:00
David Baumgold
2eb89d0501
Merge pull request #221 from edx/pdf-textbooks
...
PDF textbooks in Studio
2013-07-10 06:11:55 -07:00
James Tauber
bd37230f08
Merge pull request #360 from edx/jtauber/license-change
...
clarify LICENSE
2013-07-09 23:19:24 -07:00
David Baumgold
7bf2b1e316
Re-add pylint task dependencies
2013-07-09 21:47:07 -04:00
Brian Talbot
cef33bf285
Studio: updates shame file with related future maintenance work
2013-07-09 19:16:44 -04:00
Frances Botsford
6814163a45
cleanup and tweaks from feeback to PDF Textbooks FED and Sass
2013-07-09 19:16:44 -04:00
Brian Talbot
b9e7e992b5
Studio: revises subtitle of Textbooks view to be consistent with others
2013-07-09 19:16:44 -04:00
David Baumgold
17bef565f1
Added another test
2013-07-09 19:16:44 -04:00
David Baumgold
4155f9fe8c
Removed unused user_author_string function
2013-07-09 19:16:44 -04:00
David Baumgold
359cbbb4d9
Fixing up ui_helpers based on feedback from Christina
2013-07-09 19:16:44 -04:00
David Baumgold
437e658f98
pylint fixes
2013-07-09 19:16:44 -04:00
David Baumgold
1a0d6d21bb
Forgot to call show() on saving notification
2013-07-09 19:16:43 -04:00