Commit Graph

772 Commits

Author SHA1 Message Date
terakilobyte
17829b4bd3 reduce user saves, provide callbacks. 2015-05-21 00:08:12 -04:00
terakilobyte
ca36f636a8 Migration script written. 2015-05-20 23:35:32 -04:00
terakilobyte
5ed5d5cd63 Factor out more mentions of courseware and bonfire. Remove extraneous methos from resources.js. Refactor sitemap to use new structure. 2015-05-20 22:45:19 -04:00
terakilobyte
5e918bdd7c Remove bonfire and courseware controller, relying on all challenge related logic in challenge.js. Remove bonfire folder. Move necessary JS to coursewares folder and rename. 2015-05-20 22:31:20 -04:00
terakilobyte
8783683e50 Add MDNlinks to Challenge scheme so they can display on bonfire views. 2015-05-20 22:15:28 -04:00
terakilobyte
16ca72f716 Update views for new variable names. Get profile view working. Update challenge map. 2015-05-20 21:50:31 -04:00
terakilobyte
27a14dbf0f Create helper methods in resources. Get map view working. 2015-05-20 13:07:41 -04:00
terakilobyte
81b2661e0e Rename all passedCoursewareHash variables to challengeName in relevant views. 2015-05-20 10:38:31 -04:00
terakilobyte
6ba2a7ee9b Rename passed variable coursewareHash to challengeId. 2015-05-20 10:35:09 -04:00
terakilobyte
56bae0ca98 Users can now jump around and continue a linear progression through challenges. Added getstuff for easy debugging 2015-05-20 00:38:25 -04:00
terakilobyte
a174a1c630 Work on challenge flow from block to block, start refactoring the name courseware to challenges in main.js 2015-05-19 22:31:01 -04:00
Quincy Larson
ae70d0abd9 Merge branch 'courseware' into challenge-restructure 2015-05-18 23:33:03 -07:00
terakilobyte
ba29f0533a Updated to show how json should be modeled, fleshed out resources to load new challengeMap stub 2015-05-18 22:03:27 -04:00
terakilobyte
e6851b22d8 Minor updates 2015-05-18 21:20:32 -04:00
Quincy Larson
2d981d833c additional work on courseware 2015-05-15 23:34:20 -07:00
terakilobyte
94abc6cf5b Begin restructuring all Coursewares and Bonfires to one unified model and flow. 2015-05-16 00:39:43 -04:00
Quincy Larson
8981be2dca add more courseware and a working submit route 2015-05-15 18:43:07 -07:00
Quincy Larson
b574bed0a1 start integrating html css coursewares 2015-05-11 13:43:12 -07:00
Quincy Larson
1033d74ccb hotfixes for field guide 2015-05-09 23:40:28 -07:00
Quincy Larson
f3646b0aae give points for upvoting, add facebook profile attribute, improve social profile icons 2015-05-09 16:23:45 -07:00
Quincy Larson
70503528d2 give user a point for submitting to news, remove broken javascript path, remove unnecessary empty js lib 2015-05-09 15:53:01 -07:00
Quincy Larson
c2f0072801 minor tweeks to improve field guide flow 2015-05-09 11:20:17 -07:00
terakilobyte
adaa3cdece Remove template path, load correct javascript in universal header 2015-05-06 09:10:15 -04:00
terakilobyte
ba78710c82 Go with calculating streaks with fresh data as cached mongo can"t be relied upon 2015-05-05 21:21:13 -04:00
terakilobyte
517c37f633 More fixes to streak calculation 2015-05-05 21:13:46 -04:00
terakilobyte
30c4085d21 Quick fix for longest streak logic 2015-05-05 20:03:27 -04:00
terakilobyte
b73c7eac62 Ensure all bonfires have names in account profile view. Add more aptly names state flag for future user data massaging. 2015-05-05 16:12:53 -04:00
terakilobyte
1b393bb685 Closed #348. 2015-05-05 15:35:55 -04:00
terakilobyte
d3aaa5a11e Ensure twit exists in package.json and remove unecessary console statement 2015-05-05 14:24:07 -04:00
terakilobyte
82a1680943 Resolve merge conflicts 2015-05-05 14:18:28 -04:00
Nathan
770e298b65 Merge pull request #419 from QuincyLarson/point-fix
add campwide meeting and fix user show points
2015-05-05 12:48:32 -04:00
Quincy Larson
200fa53012 add campwide meeting and fix user show points 2015-05-05 09:22:38 -07:00
Quincy Larson
f53b8fafcb Merge pull request #413 from terakilobyte/news-mailer-fix
News mailer fix
2015-05-04 13:53:03 -07:00
terakilobyte
749ff0cc74 Fix mailer to point to new news route instead of stories 2015-05-03 20:41:35 -04:00
Quincy Larson
289a757401 fix moment and update .gitignore 2015-05-03 16:55:25 -07:00
Quincy Larson
d492afb4f5 Merge branch 'mobile-news'
Conflicts:
	views/challengeMap/show.jade
2015-05-01 21:54:10 -07:00
Quincy Larson
ec5c542d07 potentially fix the too many redirects issue 2015-05-01 21:32:24 -07:00
Quincy Larson
18d9f06c14 make / path redirect to landing in case of old account issue 2015-05-01 10:18:24 -07:00
Quincy Larson
1ec3ef7433 remove errant console.log 2015-04-30 23:42:46 -07:00
Quincy Larson
19456f2e23 add unsubscribe path 2015-04-30 23:41:40 -07:00
Quincy Larson
fb3a116fff Merge branch 'master' into mobile-news
Conflicts:
	controllers/story.js
	seed_data/field-guides.json
	views/coursewares/showVideo.jade
2015-04-30 19:10:10 -07:00
Quincy Larson
222f9b9a64 fix some of the news functionality 2015-04-30 17:18:08 -07:00
Quincy Larson
cc13b325d6 fix some issues with @terakilobyte and beautify the camper news index view 2015-04-30 14:55:00 -07:00
A. Drake
e77eae2643 Edited per instructions in codepen to let users specify additional screen names 2015-04-29 20:07:38 -04:00
A. Drake
ffa2404993 Added API endpoint for twitter calls to use in codepen. NOTE added tokens to env file 2015-04-29 08:00:57 -04:00
Quincy Larson
35515c2da5 Merge branch 'videos' into pmi 2015-04-28 12:12:20 -07:00
terakilobyte
a8e215c74e Check everything for undefined in email reply logic for story.js 2015-04-27 20:03:37 -04:00
Quincy Larson
fd456ec9be make new landing pages and forms for project managers and nonprofits 2015-04-27 16:17:29 -07:00
Quincy Larson
5be9dd2587 gracefully handle original story poster having been deleted in mailer 2015-04-26 23:19:03 -07:00
Quincy Larson
20c2b7a0ac Merge branch 'maximization-352' of https://github.com/Maximization/freecodecamp into Maximization-maximization-352 2015-04-25 18:17:46 -07:00