Commit Graph

551 Commits

Author SHA1 Message Date
Stuart Taylor
52053de593 Remove FontAwesome from 'client/less/lib/' 2016-10-30 20:09:37 +00:00
Stuart Taylor
9e727ee0c1 Fix for CSRF Token issue 2016-10-27 23:22:51 +01:00
Berkeley Martinez
19b7fe18f2 Merge pull request #11366 from Bouncey/fix/NoLoopProtectErrorInOutput
Add loopProtect error object
2016-10-27 09:54:16 -07:00
Stuart Taylor
fb8a5d7af7 Add looProtect error to 'output' 2016-10-27 17:29:29 +01:00
Yasser Hussain
a33e34f942 Code with hyperdev.com url should not run 2016-10-27 14:11:20 +01:00
Mahatthana Nomsawadi
3a17fc16c8 Use action from actionCreator 2016-10-17 08:00:44 +07:00
Logan Tegman
96f5b3a2af Merge pull request #10929 from Bouncey/fix/functionInComments
Incorrect error thrown when function is in comments
2016-10-16 14:10:55 -07:00
Jonathan
1c951a2fe5 Merge pull request #9907 from craigstroman/fix/text-editor-overflow-ipad
Text-editor overflow hidden on iPad
2016-10-15 14:11:04 +01:00
Logan Tegman
2762238c8d Fix sitemap, remove jobs remnants 2016-10-06 22:10:26 -07:00
Dylan
982ffd5228 fix map header and scrolling (#11054)
Checked across browsers and platforms. Crossing fingers now :D haha
2016-10-06 16:06:18 -04:00
Berkeley Martinez
b8301230aa Fix: test suite disappearing 2016-10-03 22:33:54 -07:00
Hallaathrad
f08ac78d99 Better visibility for <code> in night mode 2016-10-02 16:49:07 -04:00
Justin Richardsson
7ae36e3dd4 Merge pull request #10935 from dhcodes/fix/map-drawer-issues
Fix map drawer issues
2016-09-30 17:53:26 -04:00
Quincy Larson
ae0f0e0f90 Merge pull request #10982 from BerkeleyTrue/fix/code-storage-fresh-head-tail
Fix(code-storage): Make sure head/tail is always fresh
2016-09-30 12:45:26 -07:00
Berkeley Martinez
a315648c76 Fix(frames): Make sure main process has access to Rx 2016-09-29 12:48:19 -07:00
Berkeley Martinez
88c2763dc1 Fix(code-storage): Make sure head/tail is always fresh 2016-09-29 12:44:19 -07:00
Quincy Larson
dc803b1b46 Merge pull request #10949 from BerkeleyTrue/fix/remove-slide-animation
Fix(step): remove slide animation
2016-09-28 23:06:32 -07:00
Quincy Larson
9bb3087776 Merge pull request #10711 from BerkeleyTrue/feature/async-tests
Feat(challenges): Adds the ability to test with async methods
2016-09-28 13:54:26 -07:00
dhcodes
42c9103e41 fix map drawer issues 2016-09-28 11:55:41 -05:00
Berkeley Martinez
a6f9e95ed8 Feat: Add react-hot-loader
Combine webpack and browser-sync on one port
2016-09-27 19:49:58 -07:00
Stuart Taylor
d5c3731536 Incorrect error thrown when function is in comments 2016-09-26 22:19:33 +01:00
Adegbuyi Ademola
f1a1166173 fix(Nav): Avatar should light up brownie #10581 2016-09-24 18:07:13 +01:00
Berkeley Martinez
97e0bc8e87 Feat(challenges): Adds the ability to test with async methods 2016-09-23 07:25:12 -07:00
Berkeley Martinez
9d1e8c5a33 chore(toasts): refactor and test flash to toast logic 2016-09-01 18:46:09 -07:00
Berkeley Martinez
1a7c289324 Fix(flash): Turn flash messages into toasts. 2016-09-01 17:37:30 -07:00
Quincy Larson
d48a618075 Merge pull request #10200 from BerkeleyTrue/fix/code-uri
Fix(challenges): code storage/uri
2016-08-31 16:18:50 -07:00
Berkeley Martinez
be91ce3c42 Fix(code-uri): should use store.remove instead of clear 2016-08-31 15:16:00 -07:00
Berkeley Martinez
8f0ce00dc4 Feature(challenge): Load previously solved solution. 2016-08-19 12:13:24 -07:00
Berkeley Martinez
0e8c0b8470 Feature(code-storage): clear code storage on challenge completion 2016-08-18 19:33:24 -07:00
Berkeley Martinez
7d6250e8af Feature(challenges): Run user js code through babel
This is a naive implementation.
Ideally we would detect the users environment
and dynamically load only the appropriate plugins
2016-08-18 18:23:44 -07:00
Berkeley Martinez
f9cf212fe7 Feature(code-uri): Lock untrusted code from playing on first load 2016-08-18 09:44:40 -07:00
Berkeley Martinez
fb9c1001b0 Fix(code-uri): use href instead of search to remove code uri 2016-08-18 09:44:40 -07:00
Berkeley Martinez
c919ce5dc8 Feature(code-uri): Load and remove code uri on loadCode 2016-08-18 09:44:40 -07:00
Berkeley Martinez
3f3aab3ff7 Feature(challenges): add code-uri utils
Fix(nav): points nav item propTypes
2016-08-18 09:44:40 -07:00
Berkeley Martinez
5fb2802e32 Chore(challenges): separate code storage sagas 2016-08-18 09:44:40 -07:00
Berkeley Martinez
c3d9d48b01 Fix(challenges): Let code load update the main frame
Also display a message to the user that we loaded
in-progress code.
2016-08-18 09:44:40 -07:00
Berkeley Martinez
b1d04077d9 Fix(challenges): load legacy code from localStorage 2016-08-18 09:44:40 -07:00
Berkeley Martinez
73b5fd5797 Fix(challenge): Add challenge head/tail to contents on execute 2016-08-11 20:54:30 -07:00
Berkeley Martinez
be782f083c Fix(challenges): Add font-awesome 2016-08-06 15:24:00 -07:00
Mrugesh Mohapatra
2403492cee fix(night-mode): Add CSS to the map aside 2016-08-07 00:15:45 +05:30
Berkeley Martinez
94c4c846e9 Feature(theme): add nightmode react logic
We wait to load the user before applying the theme
as we will begin aggressively caching most of the react
app routes. This means we can not depend on user data to
determine.
2016-08-06 07:24:10 -07:00
Mrugesh Mohapatra
553b2e6ee0 Merge pull request #10010 from atjonathan/fix/wiki-to-forum
Replaced wiki links with new forum links
2016-08-02 16:22:08 +05:30
Mrugesh Mohapatra
3d8ec49520 Fix(css): react-layout and editor area 2016-08-02 10:38:01 +05:30
theflametrooper
a45b0a5685 Replaced wiki links with new forum links 2016-08-01 10:20:08 +01:00
That Guy
421622dfc4 Merge pull request #10008 from raisedadead/fix/update-wiki-hotkey
Update wiki HotKey to forum
2016-07-31 01:31:34 +01:00
Mrugesh Mohapatra
7193b9c725 Update wiki HotKey 2016-07-31 04:36:17 +05:30
Mrugesh Mohapatra
56ff814f24 Fix update the console.log statement copy 2016-07-31 03:28:45 +05:30
Berkeley Martinez
1314f23ca7 Fix(map): (super)block should have a pointer
closes #9948
2016-07-29 16:21:12 -07:00
Berkeley Martinez
ff13fc4835 Fix(layout): use specific body css tag for react 2016-07-28 23:41:23 -07:00
Berkeley Martinez
1c9b419c2f Feature(challenges): challenges define their own requires 2016-07-28 23:41:23 -07:00