Commit Graph

828 Commits

Author SHA1 Message Date
Stuart Taylor
3131c55782 feat(Profile): Reactify profile page (#16743)
* feat(Profile): Reactify profile page

* chore(tidyup): Remove console.log

* fix(timeline): Remove legacy challenges from Timeline render

* fix(style): Remove underline on a:hover
2018-02-19 14:32:14 -06:00
Stuart Taylor
24ef69cf7a feat(settings): Expand Settings page functionality (#16664)
* fix(layout): Fix Settings layout in firefox

* chore(availableForHire): Remove available for hire setting

* feat(helpers): Use helper components for Settings layout

* fix(map): Fix undefined lang requested

* feat(settings): Expand Settings page functionality

* chore(pledge): Remove pledge from Settings

* fix(about): Adjust AboutSettings layout

* fix(portfolio): Improve PortfolioSettings layout

* fix(email): Improve EmailSettings layout

* fix(settings): Align save buttons with form fields

* fix(AHP): Format AHP

* fix(DangerZone): Adjust DangerZone layout

* fix(projectSettings): Change Button Copy

* fix(CertSettings): Fix certificate claim logic

* chore(lint): Lint
2018-02-16 17:18:53 -06:00
Tarun Singh
90ba46f6f0 fix(URLs): Changed protocol relative URLs to Https URLs
BREAKING CHANGE: None

Closes #16522
2018-01-25 20:11:01 +05:30
algwaltn
c3621723c3 Updated grammar (#16056) 2017-10-30 16:33:40 -05:00
Timo
dcfe18d5d5 refactor: Replace .com with .org 2017-08-26 00:07:44 +02:00
Anish Hota
ae5cebeb61 Add missing semicolons to Calculator.js for consistency (#15257) 2017-06-08 20:59:24 +05:30
Petr Gazarov
f159027025 Remove bower and port dependencies over to npm 2017-02-09 00:09:39 -05:00
Giacomo Lawrance
f486ee8287 improved sentence structure 2016-12-18 15:01:54 +00:00
Anthony
c82981e5a9 Fixed minor typo in second cat object 2016-11-04 16:03:20 -05:00
Logan Tegman
4cc3d0e4a4 Fix loopProtect comment detection 2016-10-24 13:26:33 +01:00
Hector Garcia
f84bb9a94e Fix loop-protect for empty lines in do-while loops 2016-07-30 19:17:28 -04:00
Stuart
ff5a28a0d9 Fix/Improve Accessibilty Practices 2016-07-21 15:03:17 +01:00
Quincy Larson
332ea5f76c remove the word simply from a couple challenges 2016-06-15 13:15:31 -07:00
William Dimaculangan
3bba227620 Stop inject from mangling label when offset from loop 2016-04-23 11:44:18 +08:00
Bagus Aji Santoso
5bc2602bfd Remove jailed and all references to it 2016-04-04 13:13:06 +07:00
Nick
b049d252ef FIX - Remove trailing spaces 2016-04-02 23:52:52 -04:00
Rex Schrader
b28c7089a2 Merge pull request #5974 from ltegman/fix/loop-protect-default-case
Fix loop protect thinking default cases are loop labels
2016-01-08 11:56:35 -08:00
Logan Tegman
5d6808e7af Fix loop protect thinking default cases are loop labels 2016-01-08 09:40:53 -08:00
patsul12
568259d897 add a check for single line, multi-line formatted comments, to prevent loop protect from triggering in these instances 2016-01-01 14:42:05 -08:00
Rex Schrader
bfdcd1ce25 Increase Loop Protect Timeout to 1000 2015-12-11 13:29:18 -08:00
Berkeley Martinez
d6508ac080 Increase loop protect timeout 2015-12-03 17:13:04 -08:00
Berkeley Martinez
3a299daa37 Add loop-protect
Remove webworkers
2015-12-02 11:50:52 -08:00
Berkeley Martinez
29f90505b7 More refactoring 2015-11-29 16:27:14 -08:00
Berkeley Martinez
748f7ab93f Progress towards refactoring 2015-11-29 16:21:04 -08:00
Berkeley Martinez
87fa38182e bundle vendor files 2015-11-29 16:20:17 -08:00
Berkeley Martinez
9637c8739a Fix bold font issues 2015-10-30 15:43:50 -07:00
Berkeley Martinez
8c48626f03 Add certification page 2015-10-05 15:55:50 -07:00
Berkeley Martinez
38d76ec3bb split fonts into two separate files 2015-09-17 00:06:01 -07:00
Leon Feng
6e53b8701d Replace Google Fonts with locally served fonts 2015-09-17 04:53:33 +08:00
Berkeley Martinez
6c48395868 separate main manifest generation from sub manifests
in dev mode always pull manifest on each request
add manifest build to gulp build task
add react bundle to manifest generation
2015-08-28 15:56:58 -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
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
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
a63d6bd00b Fixed my stupid mistake that almost killed the server again 2015-08-26 20:22:29 +01:00
benmcmahon100
695ad48778 Fixed version number 2015-08-26 12:26:01 +01:00
benmcmahon100
9f9f151a6f Re add init run 2015-08-26 12:24:44 +01:00
Berkeley Martinez
8f55dc33a9 fix should not submit on initial execute
fix should call $.prototype.html function
2015-08-25 19:49:10 -07:00
Berkeley Martinez
d640522e31 fix do not submit challenge on initial run
closes #2559
2015-08-25 19:01:48 -07:00
benmcmahon100
8cdd49e7f1 Fix caching issue with frameworks 2015-08-26 01:13:17 +01:00
benmcmahon100
d23f1e4d28 Fixed bonfire auto-execute on html challenges 2015-08-26 00:13:07 +01:00
Berkeley Martinez
300e79273a increase height fix timeout 2015-08-25 14:55:45 -07:00
Berkeley Martinez
14d1d1db02 fix left panel jitter jump 2015-08-25 14:49:19 -07:00
benmcmahon100
b1b07a5b9e Fixed major Fudge up with challenges without functions 2015-08-25 22:25:00 +01:00