chrisndodge
319eb0bad7
Merge pull request #170 from edx/feature/cdodge/soft-delete-assets
...
Feature/cdodge/soft delete assets
2013-06-17 09:56:17 -07:00
Jean Manuel Nater
07486a4dbc
Refactoring the code in tests.py to remove unnecessary dependencies on the XML Modulestore.
2013-06-17 11:54:16 -04:00
Will Daly
b2bc39fa09
Updated diff-cover to version 0.1.2, which fixes a bug
...
in which missing lines were over-reported
2013-06-17 11:17:58 -04:00
Chris Dodge
0d6f213997
I think we need to add the new assets.js into the PIPELIE
2013-06-17 11:10:36 -04:00
Chris Dodge
16e476e8e4
refactored asset page related JS into it's own page
2013-06-17 11:10:36 -04:00
Chris Dodge
7cebb873df
allow for an optional throw_on_not_found on contentstore().find() so we can clean up caller logic in the tests
2013-06-17 11:10:36 -04:00
Chris Dodge
dc94ea1041
add unit test for emptying the trashcan
2013-06-17 11:10:36 -04:00
Chris Dodge
7e46447cd5
there is no default for empty_asset_trashcan, caller must provide a list
2013-06-17 11:10:36 -04:00
Chris Dodge
7f1768f8f8
put back the verbose switch in xml_importer.py
2013-06-17 11:10:36 -04:00
Chris Dodge
ab94b8618c
forgot to internationalize one string
2013-06-17 11:10:36 -04:00
Chris Dodge
b443629ee8
remove invalid comments
2013-06-17 11:10:36 -04:00
Chris Dodge
cd0087ca53
use the new notification tools for the confirmation dialog
2013-06-17 11:10:35 -04:00
Chris Dodge
70ee4b8060
add unit tests for asset delete/restore
2013-06-17 11:10:35 -04:00
Chris Dodge
274d8997a2
update warning message
2013-06-17 11:10:35 -04:00
Chris Dodge
443d6a382f
add CHANGELOG entry for work
2013-06-17 11:10:35 -04:00
Chris Dodge
85b904f176
fix sizing of the delete column
2013-06-17 11:09:52 -04:00
Chris Dodge
9b749c4201
add ajax callback entry point to remove the asset
2013-06-17 11:09:52 -04:00
Chris Dodge
3fa6e77dff
add new collection configuration to support a 'trashcan' for assets. Update class factory to allow callers to specify if they want the default set of assets or the trashcan
2013-06-17 11:09:52 -04:00
Don Mitchell
48ee275799
Fix a few remaining tz naive dates
...
And remove redundant but != date parsing methods. In process make
the general parsing function less lenient (don't default date nor
month)
2013-06-17 11:09:26 -04:00
Renzo Lucioni
1e3efadc28
switch to using environment variables to get key for Segment.io
2013-06-17 10:58:37 -04:00
Renzo Lucioni
7518f32f5e
Instrument sequentials with segment-io so we know when people switch tabs manually or using the arrows to navigate
2013-06-17 10:30:17 -04:00
Valera Rozuvan
67bcbe228b
Merge pull request #178 from edx/valera/adding_changeleog_info
...
Added info to changelog for recent pull requests.
2013-06-17 06:44:45 -07:00
Valera Rozuvan
3ea9f79132
Merge pull request #179 from edx/valera/additional_comments_on_youtube_api_bug
...
Addtional comments for YouTube API bug.
2013-06-17 06:44:23 -07:00
John Jarvis
d1ebfbc9b5
Merge pull request #180 from edx/jarv/fix-segment-io
...
fixing segment io settings bug
2013-06-17 06:09:01 -07:00
John Jarvis
ffeabae069
moving settings into the auth tokens section
2013-06-17 09:07:02 -04:00
John Jarvis
770b9f1f87
fixing segment io settings bug
...
* Moving to the auth tokens section
* Removing the feature flag logic since all features are loaded earlier
```
for feature, value in ENV_TOKENS.get('MITX_FEATURES', {}).items():
MITX_FEATURES[feature] = value
```
2013-06-17 09:01:20 -04:00
Valera Rozuvan
184c0a5c40
Added comment regarding the fact that the temporary bug fix should be eventually removed.
2013-06-17 09:17:48 +03:00
Valera Rozuvan
bb70907e20
Added info to changelog for recent pull requests.
2013-06-17 08:48:55 +03:00
Jason Bau
da2fda1045
Fix for broken forums due to forum entry with no start_date
...
modification of @jrbl's version to handle a dict with value None
2013-06-15 01:30:42 -07:00
Peter Fogg
d8f307a50b
Merge branch 'master' into peter-fogg/remove-video-xml
2013-06-14 15:33:51 -04:00
Feanil Patel
1ef29053ba
Merge pull request #167 from edx/feanil/segment_io_lms
...
Update to look for segment io key in auth data.
2013-06-14 12:12:57 -07:00
cahrens
2cf71b7ff3
Add helper method for typing in CodeMirror, make it robust to Mac and Unix.
2013-06-14 15:12:25 -04:00
marco
163610d557
updated pinning icons and removed images
2013-06-14 15:10:17 -04:00
marco
d5105b7a4b
updated flag icons to be font-awesome based
2013-06-14 15:04:39 -04:00
marco
b9d97e468c
removed new post icon and added font-awesome replacement
2013-06-14 14:42:16 -04:00
Peter Fogg
e0045499f3
Update acceptance test.
2013-06-14 14:41:33 -04:00
Feanil Patel
e5c20e051c
Update to look for segment io key in auth data.
2013-06-14 14:28:38 -04:00
cahrens
21dc4d863e
Put back in some older code to save source_code property.
2013-06-14 14:10:40 -04:00
Peter Fogg
6035d0a23a
Addresses latest comments on pull request #132 . In particular:
...
- Make 1.0x speed default Youtube ID Lyla's introduction video.
- Add acceptance tests for toggling captions on/off.
- Move captions settings acceptance tests into video-editor.feature.
- Rename acceptance test methods to reflect their function.
- Remove undefined variable from video Jasmine tests.
- Test VideoDescriptor.from_xml when no attributes are set.
- Convert Stringy* to non-Stringy equivalents.
- Test parsing of Youtube ID strings and times in more cases.
- Remove some commented-out code.
2013-06-14 14:08:28 -04:00
Peter Baratta
5b388f52c1
Merge pull request #125 from edx/pbaratta/calc-add-trig
...
Simplify calc.py; add trig/other functions
2013-06-14 10:08:09 -07:00
Feanil Patel
5b793bb6ad
Merge pull request #141 from edx/feanil/sass_unicode
...
Default to unicode for sass compilation.
2013-06-14 10:06:23 -07:00
marco
b6c4cc4a63
new post button using font-awesome
2013-06-14 11:44:48 -04:00
Nate Hardison
224d0074fd
Merge pull request #96 from edx/nate/fix-missing-faq-route
...
Replace /faq route in LMS urls
2013-06-14 08:09:42 -07:00
Peter Fogg
206f582503
Fix merge conflict in common/test/data/full/sequential/Administrivia_and_Circuit_Elements.xml.
2013-06-14 10:44:05 -04:00
David Baumgold
ce70b00f98
Merge pull request #145 from edx/feature/db/rake-coffee-clobber
...
remove compiled coffeescript files before recompiling with rake
2013-06-14 06:50:36 -07:00
Valera Rozuvan
0f6e259439
Merge pull request #127 from edx/anton/fix_event_tracking
...
Add additional events for tracking
2013-06-14 01:38:40 -07:00
Anton Stupak
74426bdcc6
Add tracking of additional events
2013-06-14 11:30:21 +03:00
Valera Rozuvan
89da47a134
Merge pull request #138 from edx/valera/bugfix_firefox_videoalpha_speed_1
...
force-refresh youtube iframe when changing speeds back to 1.0 in firefox
2013-06-14 01:28:59 -07:00
Valera Rozuvan
2568a9b881
Merge pull request #123 from edx/valera/no_autoplay_videoalpha_studio
...
Valera/no autoplay videoalpha studio
2013-06-14 01:14:08 -07:00
Valera Rozuvan
72d7c9ca97
Moved the definition of autoplay attribute to videoalpha_module.py file. Changed double negative if statement for autoplay check to simple if.
2013-06-14 11:12:32 +03:00