Renzo Lucioni
84f4361d52
Avoid changing format of data sent to our logs, and prevent problem_check event from firing twice
2013-06-25 15:33:16 -04:00
Renzo Lucioni
bcbce3eff0
Add handful of events to the Segment.io whitelist
2013-06-25 15:33:16 -04:00
Jonah Stanley
b14553d867
Merge pull request #220 from edx/jonahstanley/make-units-parallel
...
Jonahstanley/make units parallel
2013-06-25 11:44:01 -07:00
Ned Batchelder
ed62c5a6f9
Fix LMS-500: Random class in random module was None
...
Deleting the module object isn't needed to replace it, and deleting
a module object causes all of its attributes to be set to None.
2013-06-25 14:23:16 -04:00
Carlos Andrés Rocha
e4ee1c6c9b
Rename arguments of modx_dispatch and handle_ajax related functions
...
Refactor a bit modx_dispatch
2013-06-25 13:38:57 -04:00
Carlos Andrés Rocha
2f02496c8f
Reorder imports on module_render
2013-06-25 13:31:53 -04:00
marco
a24c3a9700
updated pinning icons and removed images
2013-06-25 13:28:55 -04:00
marco
05a7d664f7
updated flag icons to be font-awesome based
2013-06-25 13:28:55 -04:00
marco
770bfdc180
removed new post icon and added font-awesome replacement
2013-06-25 13:28:55 -04:00
marco
0f84a52023
new post button using font-awesome
2013-06-25 13:28:55 -04:00
marco
98cd032ade
cleaned up topic header to allow for multiple line titles still being visible
2013-06-25 13:28:55 -04:00
marco
b83d5aa42d
removed icon stack from email area of helpgrid
2013-06-25 13:28:55 -04:00
marco
07e87a54bc
icon color changes and profile link style to match profile page
2013-06-25 13:28:55 -04:00
marco
9fe626469e
sass build cleanup for baseline fixes
2013-06-25 13:28:54 -04:00
marco
74ea364a5a
cleaned up margin and padding to use baseline variable
2013-06-25 13:28:54 -04:00
marco
d648b18d72
removed border to the right of discussion list
2013-06-25 13:28:54 -04:00
marco
b870679673
basic shell for home page exists, along with start of color cleanup for the rest of _discussion.scss
2013-06-25 13:28:54 -04:00
marco
52403420fd
cleaned up variables styling to sync up closer to studio, incorporated fontawesome icons into discusison home with basic positioning
2013-06-25 13:28:54 -04:00
marco
23f19423be
cleaned up font-awesome integration to work with new mako file .scss compiling, added in initial icon references
2013-06-25 13:28:54 -04:00
brianhw
397583e1ab
Merge pull request #262 from edx/fix/brian/changelog
...
Update CHANGELOG for per-student problem rescoring.
2013-06-25 10:24:42 -07:00
Will Daly
c0805c334d
Updated diff-cover to version 0.1.3 to fix a bug
2013-06-25 13:23:13 -04:00
marco
38d8863ca1
added in vendor font references to lms for font-awesome
2013-06-25 13:19:54 -04:00
marco
8ef258d465
addition of font-awesome to LMS sass vendor assets, in additio nto light organization for applicaiton.scss to match studio sass breakdown.
2013-06-25 13:19:54 -04:00
marco
46998bd702
basic shell for discussion home page with both profile information and email notification settings
2013-06-25 13:19:53 -04:00
marco
3df08dc1c4
blankslate edited, header bar now with home button
2013-06-25 13:19:53 -04:00
JonahStanley
8a9125f121
Test Mongo database is now unique and destroyed in teardown
2013-06-25 11:33:46 -04:00
Brian Wilson
a9a7f97d9b
Update CHANGELOG for per-student problem rescoring.
2013-06-25 11:32:45 -04:00
David Baumgold
dddfdc735d
Merge pull request #261 from edx/db/notification-event-prevent-default
...
Call event.preventDefault() on notification action buttons
2013-06-25 08:32:21 -07:00
David Baumgold
ddc986f775
Call event.preventDefault() on notification action buttons
...
But allow you to specify that the event should not be prevented
2013-06-25 11:29:42 -04:00
Peter Baratta
4c269c1079
Merge pull request #203 from edx/pbaratta/fix/capa-unicode
...
Fix unicode for errors on capa problems
2013-06-25 06:46:30 -07:00
Valera Rozuvan
08b994b87e
Merge pull request #247 from edx/alex/fix_choiceresponse
...
removes choiceresponse wiping after clicking Show Answer
2013-06-25 05:55:27 -07:00
Jason Bau
3e38327f7f
External_auth.views.login_or_signup fix codepath that didn't set uname
...
which caused UnboundLocalError. Added tests for this case
2013-06-24 17:55:33 -07:00
brianhw
3f2d33c580
Merge pull request #254 from edx/fix/brian/rescore-cleanup
...
Enable per-student background tasks.
2013-06-24 15:49:37 -07:00
Brian Wilson
332a440539
Enable per-student background tasks.
2013-06-24 18:47:50 -04:00
Jean Manuel Nater
c4c68f516b
Removed some unnecessary imports.
2013-06-24 17:31:49 -04:00
Jean Manuel Nater
799b938d5b
Merge branch 'master' into jnater/courseware_tests
2013-06-24 17:24:42 -04:00
Jean Manuel Nater
1b344e4d4d
Removed some unused functions.
2013-06-24 17:20:59 -04:00
Peter Fogg
a28451ab53
Merge pull request #255 from edx/peter-fogg/fix-advanced-settings-lettuce-test
...
Fix acceptance tests expecting outdated CSS.
2013-06-24 14:17:37 -07:00
Jean Manuel Nater
7fd1190505
Updated a doc string.
2013-06-24 17:13:33 -04:00
Jean Manuel Nater
986b63d85d
Removed run_wrapped() and replaced its functionality with patch.dict():
2013-06-24 17:07:43 -04:00
Peter Fogg
d5d495c24d
Fix acceptance tests expecting outdated CSS.
2013-06-24 16:57:14 -04:00
Julian Arni
74bb976ef5
Abort submission and alter user if gradefn throws an exception
2013-06-24 16:54:30 -04:00
Peter Baratta
3a8f591fe5
Add tests for the diff coverage; fix one hidden unicode bug
2013-06-24 16:49:33 -04:00
Jean Manuel Nater
e44ef1a54e
Removed the use of random.choice()
2013-06-24 16:24:09 -04:00
Peter Fogg
ad09236c82
Merge pull request #242 from edx/peter-fogg/advanced-backbone-notifications
...
Refactor Advanced Settings page to use Backbone notifications.
2013-06-24 12:37:26 -07:00
Jason Bau
83062c0b7d
Tests + Now subclass PasswordResetForm instead of copy
...
Changed to subclassing django's PasswordResetForm and
overriding clean_password() instead of copy/paste.
Less lines to worry about for diff-cover this way =)
2013-06-24 11:54:31 -07:00
David Baumgold
4d2183d764
Merge pull request #253 from edx/db/notifications-secondary-single
...
Backbone notifications secondary actions
2013-06-24 11:48:55 -07:00
Jason Bau
f1825eff81
Update CHANGELOG.rst
2013-06-24 12:19:34 -06:00
Peter Fogg
fb573a1db6
Hide "success" alert as soon as we start editing another field.
2013-06-24 13:59:14 -04:00
Jason Bau
ab7b991e78
Update CHANGELOG.rst
2013-06-24 11:53:59 -06:00