- 13 Jun, 2014 10 commits
-
-
Select DOM elements with wildcard syntax - DOM lookups were being done with non-existent literal selectors, so it was returning empty lists. As assertions were to be made while iterating over the list of elements, nothing was actually being verified. - Common code has been centralized in the setup function. By declaring CSS selectors once, we minimize the odds of inadvertently using the wrong selector, as happened here. - Had these tests actually been iterating over a non-empty list, this would have thrown undefined exceptions. jQuery.each calls its handler with an index and an item/object as the arguments. However, the object is a DOM-object, not a jQuery-object. These tests break, as they had assumed the latter.
stv committed -
This test currently fails, meaning that the existing tests weren't testing what they claimed. Assertions are made for each element returned by the CSS selectors. However, the selectors are assumed to be wildcard matches, but are actually literal selectors. As there are no matched elements, this causes the assertions to be (silently) checked zero times, without failure.
stv committed -
Transition to Oqaque Keys
Han Su Kim committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Han Su Kim committed
-
Sarina Canelake committed
-
ORA2 release-2014-06-13T11.52
Will Daly committed -
Will Daly committed
-
Fix incorrect video bok choy test.
Alexander Kryklia committed -
Alexander Kryklia committed
-
- 12 Jun, 2014 22 commits
-
-
Squashing commits Transition to Oqaque Keys Bug fixes Fixing regenerate_user
Han Su Kim committed -
Ignore *.css.map files
Sarina Canelake committed -
Sarina Canelake committed
-
Fix failing test and update documentation of video player
Alexander Kryklia committed -
Sarina/fix underscore resource
Sarina Canelake committed -
Fixes BLD-1115
Alexander Kryklia committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Fix wiki search query
Don Mitchell committed -
Update SASS ( 3.3.5), Bourbon ( 4.0.2), Neat (1.6.0)
Brian Talbot committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
see http://blog.sass-lang.com/posts/184094-sass-33-is-released for more information on 3.3+ variable scoping
Brian Talbot committed -
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Brian Talbot committed
-
Ben Patterson committed
-
Note: this requires SASS 3.3+ so do ```bundle install```
Andy Armstrong committed
-
- 11 Jun, 2014 8 commits
-
-
3 entries for June -> 1 entry
Alison Hodges committed -
and formatting error in a doc file.
Don Mitchell committed -
Hotfix 2014-06-11
Sarina Canelake committed -
Do not merge zh-hk into zh-tw in darklang
Sarina Canelake committed -
Remove unused .reviewboardrc
David Baumgold committed -
louyihua committed
-
clarify and internationalize the search spell correction message.
Jim Abramson committed -
Allow users that have unregistered from a verified course to re-register.
Calen Pennington committed
-