Commit Graph

3533 Commits

Author SHA1 Message Date
b8bffae47b @terakilobyte cleaned up event handlers 2015-04-25 18:59:15 -07:00
20c2b7a0ac Merge branch 'maximization-352' of https://github.com/Maximization/freecodecamp into Maximization-maximization-352 2015-04-25 18:17:46 -07:00
4e9f8b9458 Merge pull request #369 from terakilobyte/staging
Bug fixes to stories and fieldguides
2015-04-25 18:14:43 -07:00
c47c783b10 Merge branch 'terakilobyte-stat push origin staginging' into staging 2015-04-25 18:08:29 -07:00
941d261b7c remove console.log statements, improve coursewares.json 2015-04-25 12:12:26 -07:00
ce84f3eeb1 Fully remove remnant of errant debug statement 2015-04-25 14:36:34 -04:00
7c8e5e60f4 Modification to script. 2015-04-25 12:44:34 -04:00
2fce595e89 Add story cleanup script to ensure all story links are proper. 2015-04-25 12:40:07 -04:00
a9feb269f6 Remove some debug/console.log statements.
Fix allFieldGuideIds method in resources.js to return an array of _ids, not an array of objects.
Field guide controller now correctly completes field guides. Closes #367.
2015-04-25 12:28:14 -04:00
1539708613 Fix Camper News email notification logic 2015-04-25 16:05:36 +02:00
a6f6d7e1cf Merge branch 'master' of github.com:QuincyLarson/freecodecamp
Conflicts:
	README.md
2015-04-24 21:39:36 -07:00
76ca1c6c5f Merge pull request #364 from QuincyLarson/field-guide-fixes
Field guide fixes
2015-04-25 00:33:39 -04:00
e49c9ca87e make some improvements to the field guide articles and move the bonfire styleguide into field guides 2015-04-24 21:30:22 -07:00
252f955285 Merge pull request #360 from benmcmahon100/patch-1
slight tidy and example
2015-04-24 20:58:32 -07:00
e327df95ac Merge branch 'master' into staging 2015-04-24 19:25:42 -04:00
15ea7f3473 Merge pull request #363 from FreeCodeCamp/root
Root
2015-04-24 19:16:43 -04:00
b6d1a097c3 Merge pull request #362 from terakilobyte/staging
Configure for production on DO.
2015-04-24 19:12:12 -04:00
e7371b0a7b Configure for production on DO. 2015-04-24 19:11:17 -04:00
96d119f22d update gitignore to ignore builtAssets/ 2015-04-24 16:10:11 -07:00
8c0d9de962 Merge pull request #359 from terakilobyte/staging
Site speed
2015-04-24 19:02:16 -04:00
f79834bec9 Greatly increase the speed of sitemap by a factor of at least 10 (Nathan, Quincy, and Berkeley pairing). 2015-04-24 18:57:55 -04:00
8c10f4efcc make improvements to coursewares.json 2015-04-24 13:57:50 -07:00
eaf81fd3f7 Closes #333 2015-04-24 16:04:25 -04:00
aa7b4cc2ff Merge branch 'staging' of https://github.com/FreeCodeCamp/freecodecamp into staging 2015-04-24 15:57:19 -04:00
096edd553b Factor out $('title') to a re-usable variable to make the linter happy and remove old database lookup based on old challenge architecture. 2015-04-24 15:53:22 -04:00
a6d5aa05d0 slight tidy and example
Replaced one occurrence of gitter with slack and added an example bit torrent client after someone pointed out in the help section that there was not guide to demonstrate how to do so.
2015-04-24 20:48:29 +01:00
79ff3631df minor eslint cleanup 2015-04-24 13:50:48 -04:00
62df37072d prevent global "fieldGuide" variable 2015-04-24 13:50:13 -04:00
b3929f693b Clean up privacy policy routing. Adopt same pattern from courseware/bonfire mongo lookup to fieldguides. 2015-04-24 13:49:32 -04:00
5f6177378f Clean up more linting errors and split out returns from Mongo. 2015-04-24 13:15:15 -04:00
a8689fec4a Refactor sitemap function to use async for for easier reasoning. Factor out the user fetch as this was causing a huge blocking operation and eating a massive amount of memory. 2015-04-24 13:13:50 -04:00
12fbc41761 clean up User.js a little 2015-04-24 03:04:53 -07:00
32d1a605ff fix www redirect to include full path 2015-04-24 02:55:14 -07:00
bea77c580e redirect user to bonfires if has completed waypoints but not bonfires gulp 2015-04-24 02:02:02 -07:00
e5e47136ea make all navbar layouts wide style, redirect logo to challenge map, improve navbar collapse 2015-04-24 01:31:59 -07:00
6675bec162 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-04-23 23:48:19 -07:00
bf723b522b start making ux changes 2015-04-23 23:46:58 -07:00
7920dd0a6b Merge pull request #354 from FreeCodeCamp/terakilobyte-patch-1
Update README.md
2015-04-23 17:52:20 -07:00
ef60528632 Update README.md 2015-04-23 17:51:45 -07:00
bc2069d80e Update README.md 2015-04-23 20:22:14 -04:00
2ba0e91d49 Merge pull request #355 from terakilobyte/terakilobyte-353
Closes #353.
2015-04-23 17:15:28 -07:00
4b2c04dd59 Improve functionality and allow rebinding if user doesn't hit control-enter 2015-04-23 20:14:20 -04:00
98785184ef Improve functionality and allow rebinding if user doesn't hit control-enter 2015-04-23 19:55:33 -04:00
a4164276de Remove unnecessary unbinds. 2015-04-23 19:39:20 -04:00
2a00a79ffc Fixes issue #353, add control-enter functionality to display modal as well as submit completion. Added bonus is to remove event listener. 2015-04-23 19:30:24 -04:00
f049ff8f27 Merge branch 'master' of https://github.com/FreeCodeCamp/freecodecamp 2015-04-23 16:18:28 -07:00
2caf37fab4 Update README.md 2015-04-23 19:05:27 -04:00
ac611d61fb minor copy fix 2015-04-23 16:04:42 -07:00
b892d10c0d Update README.md 2015-04-23 19:00:55 -04:00
af2335b337 Update README.md 2015-04-23 18:54:20 -04:00