Commit Graph

86 Commits

Author SHA1 Message Date
Joah Gerstenberg
d74faf496c Changes all references of 'blog' to 'website' instead. 2013-12-05 13:47:49 -06:00
Lawrence MacGuire
c7b7c2e2cf Fixing 1st vs 3rd person texts 2013-11-28 23:19:56 +08:00
Lawrence MacGuire
90bf1cf601 Slight semantic fix for "I do not have any public repos"
In the "GitHub Profile" section, it will display "$user is a developer with X public repositories. ..."

However, if the user in question only has other people's forks, it will display "I have no public repositories". Two conflicting statements.

The section now states "All my repositories are forks" if that's the case.
2013-11-28 20:26:01 +08:00
chocolateboy
5cb4936946 stop iterating starred repos if a match is found 2013-11-20 19:58:46 +00:00
7rans
d9dca6e8f6 Opt-in by starring resume.github.com project. 2013-11-19 17:31:01 -05:00
Jonathan Cremin
214df53395 Fix typo in opt_out_users.js 2013-11-19 18:17:45 +00:00
David Coallier
e64b5be9b4 Removed brianvh 2013-11-19 17:59:57 +00:00
David Coallier
87bc798ca5 Removed bitprophet 2013-11-19 17:59:14 +00:00
remarkablerocket
c258704c14 Update opt_out_users.js 2013-11-19 17:44:26 +00:00
David Coallier
84c3ad5358 Merge branch 'master' of https://github.com/resume/resume.github.com 2013-11-19 17:26:05 +00:00
David Coallier
a20a7d0b23 Pushing the addition of more opt-out 2013-11-19 17:25:54 +00:00
David Coallier
df45ff0e0e Merge pull request #101 from igalic/remove-igalic
remove igalic
2013-11-19 08:44:20 -08:00
David Coallier
9bb7a7a2e1 Merged all users who wanted to opt-out at once instead of asking them to rebase. 2013-11-19 16:39:05 +00:00
Igor Galić
26dc235e21 remove igalic 2013-11-19 17:39:02 +01:00
David Coallier
75a4366aa5 Merged all users who wanted to opt-out at once instead of asking them to rebase. 2013-11-19 16:36:49 +00:00
Jacob Kaplan-Moss
a2bc8c70d1 Opting myself out.
Thanks!
2013-11-19 10:15:24 -06:00
Chris Strom
02822ebbe3 Update opt_out_users.js 2013-11-19 10:23:06 -05:00
Greg Karékinian
81a3c06cd2 Opt-out gregkare 2013-11-19 16:09:21 +01:00
David Coallier
c50a02a484 Added more optouts. 2013-11-19 14:54:23 +00:00
David Coallier
253daf95ae Added more optouts. 2013-11-19 14:53:45 +00:00
David Coallier
72a463e102 Added listrophy 2013-11-19 14:42:22 +00:00
David Coallier
1b42a17c93 Just pulled the info directly from the pull-requests. 2013-11-19 14:29:48 +00:00
David Coallier
8bc5306058 More users I caught in my twitter stream. 2013-11-19 14:28:20 +00:00
Dan W
72f0584701 Update opt_out_users.js 2013-11-19 14:22:45 +00:00
David Coallier
bf73372d8c Opted raganwald out as per his polite request. 2013-11-19 14:15:38 +00:00
ntlk
5cadf56ed7 Opt out 2013-11-19 14:05:20 +00:00
Keegan McAllister
55a8b5cd54 Opting out 2013-11-19 22:57:22 +09:00
David Coallier
6fdd2157f7 Merge pull request #75 from Chris911/master
Github founders are also early adopters (before 2008)
2013-11-19 05:41:34 -08:00
Christophe Naud-Dulude
a00f17e88c Github founders are also early adopters (before 2008) 2013-11-18 16:10:08 -05:00
August Lilleaas
5f23ac2c0d Adding a way to opt out, and opting myself out. 2013-11-18 17:45:56 +01:00
NumEricR
bedb9b679b Restore gists number on statusScore - Fix #57 2013-03-10 01:04:42 +01:00
Andrew Radev
f33e3ac023 Fix wording for 0 items
Should say "0 forks" instead of "0 fork".
2012-11-14 12:48:10 +01:00
Ado Matejov
3012f7aa1a organizations 2012-09-27 19:19:15 +02:00
NumEricR
c19167bccd Fix format of GitHub wordings 2012-09-04 23:41:41 +02:00
NumEricR
9c5dd8f6ce Merge branch 'refs/heads/master' into Profile
Conflicts:
	js/githubresume.js
2012-09-04 23:38:31 +02:00
NumEricR
a04f2bfdca Merge branch 'refs/heads/master' into Profile
Conflicts:
	js/githubresume.js
	views/resume.html
2012-09-04 23:26:22 +02:00
NumEricR
195a0fda57 Merge branch 'refs/heads/master' into userStatus
Conflicts:
	js/githubresume.js
	views/resume.html
2012-09-04 22:05:47 +02:00
okor
9def42b332 added subtle background, added email and print links 2012-08-29 13:09:10 -04:00
Conor McDermottroe
b5671ce803 JSON -> JSONP
- Add missing `?callback=?` to calls to `$.getJSON` to turn them into
  JSONP calls to avoid same-origin lockdown.
- Move from `.forEach` to `$.each` to work around intermittent breakage
  with `.forEach`.
2012-06-26 01:23:30 +01:00
Conor McDermottroe
63d834b570 Switch to GitHub API V3
API V2 has been shut off since 1st June 2012. I also took the time to
remove github.js since we weren't using much of it.

Fixes #35
2012-06-23 14:14:55 +01:00
Andrew Tulloch
dea120728a FIX: We add proper labels for watchers and forks
That is, we replace lines such as
  "This repository has 1 watcher(s) and 5 fork(s)"
with
  "This repository has 1 watcher and 5 forks".
2011-12-14 02:08:47 +08:00
NumEricR
319b1347ba JS clean up 2011-07-30 21:02:01 +02:00
NumEricR
45f0a4b6ec Display organizations login if name isn't available 2011-07-30 20:26:03 +02:00
NumEricR
6a70e0afd6 Fixed code style 2011-07-29 21:32:23 +02:00
Eric R
a905a0c99b Merge pull request #26 from njay/daterange
Change display of project date ranges to be more sensible
2011-07-29 12:24:49 -07:00
Eric R
fdfddfb228 Merge pull request #25 from njay/patch-1
pluralize no public repo message
2011-07-26 14:42:26 -07:00
NumEricR
9200fd39f1 Code style 2011-07-26 23:01:49 +02:00
Eric R
8bdce49c78 Merge pull request #27 from NumEricR/master
Fix issues #9 and #11
2011-07-26 13:51:08 -07:00
NumEricR
5298fe46ca Added some extra points on user status algorithm 2011-06-08 21:02:49 +02:00
NumEricR
15b5255a10 User status is now defined using several parameters 2011-06-02 20:53:34 +02:00