Commit Graph

26388 Commits

Author SHA1 Message Date
Berkeley Martinez
96742c4f30 mid stage save 2015-08-28 15:56:58 -07:00
Berkeley Martinez
83724bef1d make thumbnails 100 x 100 2015-08-28 15:56:58 -07:00
Berkeley Martinez
bfd4980e5d rename show to list
fall inline with rest conventions
2015-08-28 15:56:58 -07:00
bugron
beab6a4472 fixes 'editor.getValue(...).match(...) is null' 2015-08-29 02:35:06 +04:00
bugron
1ffaea093e fixes 'editor.getValue(...).match(...) is null' 2015-08-29 02:35:06 +04:00
waseem
eec0d073f1 Fixed typo for issue 1979 2015-08-29 04:08:48 +08:00
waseem
959645ab75 Fixed typo for issue 1979 2015-08-29 04:08:48 +08:00
Berkeley Martinez
e0dc710e85 Merge pull request #2801 from QuincyLarson/email-script
update email script to reflect loopback changes
2015-08-28 10:15:35 -07:00
Berkeley Martinez
fb2cce826e Merge pull request #2801 from QuincyLarson/email-script
update email script to reflect loopback changes
2015-08-28 10:15:35 -07:00
Quincy Larson
5b85903ce6 start modifying intermediate bonfires 2015-08-28 04:38:56 -07:00
Quincy Larson
f88cce8939 start modifying intermediate bonfires 2015-08-28 04:38:56 -07:00
Berkeley Martinez
5400dc8c3b Merge pull request #2790 from ahstro/ahstro-2784
return(foo) => return foo
2015-08-28 00:49:00 -07:00
Quincy Larson
f3b4274634 update get-emails script 2015-08-27 16:37:01 -07:00
Quincy Larson
6d6274a465 update get-emails script 2015-08-27 16:37:01 -07:00
ahstro
e23fbf2013 return(foo) => return foo 2015-08-27 22:19:03 +02:00
ahstro
33ed3ae8b0 return(foo) => return foo 2015-08-27 22:19:03 +02:00
Berkeley Martinez
376b58cc15 combine sandbox into commonFramework
a @benmcmahon suggestion
2015-08-27 12:37:41 -07:00
Berkeley Martinez
551cb987dd call chai after load in plugin 2015-08-27 12:36:29 -07:00
bugron
8d369615f6 combines two tests in one 2015-08-27 23:19:09 +04:00
bugron
7a2d630866 combines two tests in one 2015-08-27 23:19:09 +04:00
Berkeley Martinez
45c0c710e0 lint sandbox 2015-08-27 11:40:06 -07:00
Berkeley Martinez
ce364b472f lint plugin 2015-08-27 11:35:41 -07:00
Berkeley Martinez
ed9e89b51f super lint commonFramework 2015-08-27 11:23:17 -07:00
Berkeley Martinez
956808ecd7 make manifest modifying tasks linear
Fix for malformed manifest file
2015-08-27 10:22:27 -07:00
Ben McMahon
eec6f2b24e Merge pull request #2774 from regonn/lack-of-semicolon
Fix lack of semicolon at seed/challenges/html5-and-css.json
2015-08-27 15:41:53 +01:00
Ben McMahon
30b61dc06c Merge pull request #2774 from regonn/lack-of-semicolon
Fix lack of semicolon at seed/challenges/html5-and-css.json
2015-08-27 15:41:53 +01:00
Ben McMahon
16a09bc52a allow literally any whitespace fix #2769 2015-08-27 15:31:56 +01:00
Ben McMahon
a048049ca3 allow literally any whitespace fix #2769 2015-08-27 15:31:56 +01:00
regonn
d9206eb508 fix lack of semicolon 2015-08-27 23:29:21 +09:00
regonn
ebd92743f1 fix lack of semicolon 2015-08-27 23:29:21 +09:00
Berkeley Martinez
384dec42ac mid finished linting commonFramework 2015-08-27 00:15:13 -07:00
Berkeley Martinez
8f54932cab fix refactor codemirror 2015-08-27 00:02:07 -07:00
Berkeley Martinez
a975c0d1f1 fix add watch for js/dependents 2015-08-27 00:01:50 -07:00
Berkeley Martinez
306c441ae7 add revisioning to js/css files to break caching
This moves the location of javascript files, commonFramework,
iFrameScript, sandbox, plugin, and all the less files.
On gulp or gulp build these files are moved and revisioned.
Places where they are references in jade/html are now removed and
replaced with the use of a helper function `rev`. This function will
take the required file and return a string referencing the revisioned
file. This should alleviate the need for hard refreshing and will break
caches when files change, so fixes for firefox caching issue as well.

NOTE: @benmcmahon @quincylarson, This means files will need to be build
on the server in production before doing a server restart/reload
In production: 'npm run build' To build and revision js/css files

`gulp` and `gulp build` will used in development

npm install also needs to be run in production on initial deploy
2015-08-26 23:30:33 -07:00
Quincy Larson
820753df3f continue refactoring bonfire tests 2015-08-26 23:23:46 -07:00
Quincy Larson
28073a61d7 continue refactoring bonfire tests 2015-08-26 23:23:46 -07:00
Ben McMahon
9a7ee3a549 Merge pull request #2726 from FreeCodeCamp/fix/email-login 2015-08-26 23:43:12 +01:00
Berkeley Martinez
39f636ae91 add loader to challenge submit 2015-08-26 15:17:38 -07:00
benmcmahon100
e7a539704b Bump up cFW version number to ensure eveyone is on te latest version emergency fix 2015-08-26 22:40:03 +01:00
benmcmahon100
7c3f650521 Bump up cFW version number to ensure eveyone is on te latest version 2015-08-26 22:37:54 +01:00
Berkeley Martinez
ee45a147ec change button color on submit 2015-08-26 13:52:05 -07:00
Berkeley Martinez
51f99b0c30 fix should not run test on key up 2015-08-26 13:47:38 -07:00
Berkeley Martinez
51096dc7c7 add disabled class to button on press 2015-08-26 13:20:50 -07:00
Berkeley Martinez
cbc8ac0758 fix disable button after click 2015-08-26 13:17:05 -07:00
Berkeley Martinez
2c9ed16b7a fix only submit on user click 2015-08-26 13:09:38 -07:00
benmcmahon100
306551848c Update cFW version no 2015-08-26 20:45:50 +01:00
benmcmahon100
c481dcabfc Touched up frame work 2015-08-26 20:31:31 +01:00
benmcmahon100
7a8c37b6c5 Merge remote-tracking branch 'origin/staging' into staging 2015-08-26 20:22:46 +01:00
benmcmahon100
a63d6bd00b Fixed my stupid mistake that almost killed the server again 2015-08-26 20:22:29 +01:00
Arsen Melikyan
b24f367749 Changes nonexistent variable name to proper one 2015-08-26 18:59:59 +04:00