Commit Graph

101 Commits (acf4d99f67fb6fbc5a037ab9cce8c59bea38d519)

Author SHA1 Message Date
Berkeley Martinez c1700a9793 Merge pull request #9890 from alanbares/fix/normalize-ga-event-data
Normalize ga event data in shop.jade
2016-07-27 13:55:06 -07:00
alanbares e7a0379490 Normalize ga event data in shop.jade
Normalize ga event data in main.js

Normalize ga event data in bindings.js

Remove unecessary info in labels
2016-07-27 12:52:40 -07:00
Omar 95887774b7 Updated output box copy 2016-07-26 15:17:31 +03:00
gangachris c184609340 Add ability to toggle comments with ctrl/cmd + / keymap
Add ability to comment on editor with ctrl + /

load codemirror commenting plugin
2016-07-22 19:13:07 +03:00
dhcodes 70769d56a5 remove Wiki sidebar HTML, LESS, JS
remove Wiki sidebar
2016-07-21 09:59:32 -05:00
Berkeley Martinez 3c1e08f894 Revert "Feature/Popover Definitions" 2016-07-16 21:35:28 -07:00
That Guy ece31687fa Merge pull request #8917 from Bouncey/Feature/Popover-Def-HTML-CSS
Feature/Popover Definitions
2016-07-17 01:29:42 +01:00
Berkeley Martinez de6bef6b69 Merge pull request #9129 from Bouncey/Fix/Loop-Protect-noprotect
Fix/Loop Protect - Remove noprotect from saved code
2016-07-12 12:38:16 -07:00
Mrugesh Mohapatra 53cc4af3ae Merge pull request #9490 from Bouncey/fix/temp-no-testsuite-fix
Temp fix for missing test suite
2016-07-11 14:17:05 +05:30
Arun Kumar 1af3d0adc6
Update tests when reset button is clicked 2016-07-05 08:22:36 +05:30
Stuart 7292c25c5a
Temp fix for missing test suite 2016-07-01 15:47:06 +01:00
HelderSepu e6542fa00e Prevent scrolling on initial challenge run
- Add additional parameter to function displayTestResults

Correction to errors: Line exceeds the maximum line length of 80   max-len

Do not scroll on JS challenges
2016-06-21 20:22:30 -04:00
Helder ce46d1906b Animate #testSuite to focus user on errors
- As soon as the user clicks the button we hide('slow') the div #testSuite
- Then on displayTestResults we show it.

Use fadeOut/fadeIn instead of hide/show

Scroll the div #scroll-locker to the bottom
- Fix for some challenges with long contents on div #scroll-locker

Fix Err: Strings must use singlequote quotes
2016-06-18 16:04:36 -04:00
Berkeley Martinez e6f29ecc9c Feature/Popover Definitions 2016-06-17 23:53:44 +01:00
Berkeley Martinez effd86e79f Revert "FIX Unfinished Function Declaration in Comments" 2016-06-15 18:54:10 -07:00
Stuart b2e2eaa594 Fix/Loop Protect - Remove noprotect from saved code 2016-06-14 01:46:21 +01:00
Stuart 3ef7d18fc0 FIX Unfinished Function Declaration in Comments 2016-06-10 12:40:41 +01:00
hangaebal 856874a727 Fix Bug when CodeMirror return function object 2016-05-31 11:21:17 +09:00
Mrugesh Mohapatra a98cf03173 Merge pull request #8374 from vcooley/fix/close-aside-on-modal-in
Modals now close map, wiki, and chat asides when they are displayed
2016-05-30 15:27:44 +00:00
Rafael J. Rodriguez 2fb6221b52 Updates link to report bugs
* Updates the link to report a bug to the current one
2016-05-17 11:06:52 +05:30
hangaebal 535e68f9e3 Fix Claim Certificates - Challenges - Text Rendering Issues 2016-05-09 23:31:29 +09:00
Vince Cooley 65600cb370 Modals now close map, wiki, and chat asides when they are displayed
Changed aside tags to select by class or id
2016-05-01 13:30:40 -05:00
Mrugesh Mohapatra 91d1cb528b Merge pull request #8241 from ttymed/feature/codemirror-focus-hotkey
added keybindings for focus on codemirror through Mousetrap
2016-04-24 03:07:25 +05:30
bteng22 11dcd74f64 adding newline before appending tail to combinedCode to prevent tail from being cut off by trailing comments in code editor
setting initialValue of reduce to newline for arrayToNewLineString to prevent cutting off code if trailing comments in json
2016-04-23 14:05:49 -07:00
ttymed 55ef14b9a6 added keybindings for focus on codemirror through Mousetrap 2016-04-23 07:16:59 +08:00
Hallaathrad ab6e3feb78 Input resets 2016-03-20 20:30:51 -04:00
Berkeley Martinez 74592e72b4 Update eslint, fix lint issues 2016-03-03 17:53:33 -08:00
Eric Leung 49110b610b Lowercase console.log in output box 2016-02-25 22:11:38 -08:00
SaintPeter a97b3fce8a Fix issue with duplicate submits 2016-02-12 19:20:35 -08:00
Berkeley Martinez 6642dd497f Add validation to challenge completion
Change ajax requests to send and accept JSON
to preserve data types.
Fix typos
2016-02-10 22:10:06 -08:00
Berkeley Martinez 425d0d1e2e Fix catch timezone bug
see https://github.com/moment/moment-timezone/issues/294
2016-02-03 11:33:30 -08:00
Berkeley Martinez 9dbfa3c8da Merge pull request #6320 from bugron/fix/tooltip-shiftkey
Temporarily remove the 'popup' feature
2016-02-01 00:03:58 -08:00
Berkeley Martinez c7fc9dc99f Merge pull request #6601 from SaintPeter/feature/challenge-checksum
Add Checksum to Challenges for Google Analytics
2016-01-31 17:36:16 -08:00
SaintPeter f2e61ea0ac Add Checksum to Challenges for Google Analytics 2016-01-30 09:02:22 -08:00
Arsen Melikyan 18e8df53b9 Temporarily remove the 'popup' feature 2016-01-30 11:55:07 +04:00
JelenaBarinova 29f93df1bb Getting users timezone on client side and passing it to server side within POST (on challenge complete), showing users stats with users timezone
After CR
2016-01-26 15:09:47 -08:00
Berkeley Martinez 8a0341a7ac Fix zipline/basejump completed endpoint
This PR refactors and normalizes the endpoint and the ajax request.
Some weird bug keeps popping up on the server, but keymetrics has
decided to take a crap and not actually report back with the error
I don't know what exactly is causing it.

Normally I don't like fixing something I can't see, but I'm getting
a constant flood of emails because of some obscure bug here.

We removed the `completedWith` functionality a while back so that
was removed from this endpoint and the ajax call.

To test, verify that you can complete both a zipline/basejump.

Also show last updated date since it is possible a user might want
to update links
2016-01-23 20:34:49 -08:00
Arsen Melikyan d380640480 Fix double-click and mousemove issues and do some linting 2016-01-18 11:20:57 +04:00
Abhisek Pattnaik e1aec710aa Fix url encoding 2016-01-18 11:20:55 +04:00
Arsen Melikyan db57fd405f Add 'copy to clipboard' buttons for easy challenge link and code copying 2016-01-18 11:20:21 +04:00
Arsen Melikyan 2ce05bc77c Fix code edior isn't loading old-prefixed solutions 2016-01-17 09:56:21 +04:00
Arsen Melikyan d502b35bac Prettify the code execution output 2016-01-13 13:17:30 +04:00
Arsen Melikyan 7f3240ce5e Fixed error messages incorrect displaying 2016-01-13 07:29:27 +04:00
Arsen Melikyan f910463e0f Fix tests result output 2016-01-13 01:57:48 +04:00
Berkeley Martinez 019a28a5cc Fix remove semi-colon guard
Users should be instructed to always use semi-colons
2016-01-09 18:16:10 -08:00
Berkeley Martinez a762bd474b Merge pull request #5783 from SaintPeter/fix/head-tail-joins
Fix issues where bad user code hits the tail
2016-01-03 16:35:45 -08:00
Dieter Daems dba9654a09 Fix linting errors 2016-01-03 05:48:23 +01:00
SaintPeter 6d8fe315e6 Fix issues where bad user code hits the tail 2016-01-02 14:13:43 -08:00
Rex Schrader a4c75a90f6 Merge pull request #5378 from geoff616/fix/loop-disable-error-message
More descriptive error message for disabling loop protection
2016-01-02 09:47:46 -08:00
Geoff Wright 18901149d9 changing loop error message to close issue 5345 2016-01-02 10:53:26 -05:00