Commit Graph

98 Commits

Author SHA1 Message Date
NumEricR
195a0fda57 Merge branch 'refs/heads/master' into userStatus
Conflicts:
	js/githubresume.js
	views/resume.html
2012-09-04 22:05:47 +02:00
David Coallier
6b682a847b Merge pull request #38 from okor/master
config.ru for dev, sexy background, print and email links
2012-09-04 08:25:30 -07:00
okor
3b265e1099 hacked around YUI insanity 2012-09-04 11:05:22 -04:00
David Coallier
47e5f3ac27 Sometimes, humans do stupid things. This was one of them. 2012-09-04 12:04:13 +01:00
David Coallier
353dfc44b2 Thanks to @JamesEarlDouglas — PR #43 — This makes sure to use the GitHub word with the proper format. 2012-09-04 09:02:01 +01:00
David Coallier
5ffad1f3d5 Merge pull request #46 from mohamedmansour/master
Upgrade jQuery Library to support modern browsers.
2012-09-04 00:51:00 -07:00
Mohamed Mansour
70986e3db5 Upgrade jQuery Library to support modern browsers
The existing library breaks IE10 since the shim layer for jQuery 1.5 is
pretty cold and has significantly changed to be a lot better. I moved to
the jquery CDN since Google's CDN is really flaky and the 1.8.1 is
retuning error pages on that CDN.
2012-09-03 18:12:50 -07:00
David Coallier
7ec8fe9abf Merge pull request #45 from Adman/master
Organization link
2012-09-03 12:53:23 -07:00
David Coallier
6f7f9afb95 Merge pull request #41 from coverband/master
Updated Error view
2012-09-03 12:49:50 -07:00
Ado Matejov
705d87cceb org link 2012-09-03 12:51:21 +02:00
coverband
caf088a822 Update views/error.html 2012-09-02 12:55:31 -07:00
coverband
12a1aadc56 Update views/error.html 2012-09-02 12:55:02 -07:00
okor
9def42b332 added subtle background, added email and print links 2012-08-29 13:09:10 -04:00
okor
be62711f5c added a config.ru for rack/local dev 2012-08-29 12:45:09 -04:00
David Coallier
a88bab38c4 Merge pull request #37 from conormcd/github-api-v3
JSON -> JSONP
2012-06-26 03:20:16 -07: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
David Coallier
239c738d68 Merge pull request #36 from conormcd/github-api-v3
Switch to GitHub API V3
2012-06-25 03:21:14 -07: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
David Coallier
7e6cced1c4 Merge pull request #33 from ajtulloch/master
Labels for watchers and forks in descriptions.
2012-04-16 02:13:07 -07: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
bf90337694 Removed unnecessary dot at the end of repositories description 2011-08-25 14:02:36 +02: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
7ab9ffa700 Fixed merge issue 2011-07-29 22:28:49 +02:00
NumEricR
6d86f53a0a Merge branch 'NumEricR/hCard' into hCard
Conflicts:
	css/resume.css
	views/resume.html
2011-07-29 22:16:10 +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
90cc3f41bf Fixed layout issue with repositories URL on print stylesheet 2011-07-26 22:40:29 +02:00
Eric R
7acd643796 Merge pull request #28 from NumEricR/Print
Added a print stylesheet on résumé
2011-07-26 13:13:44 -07:00
NumEricR
5298fe46ca Added some extra points on user status algorithm 2011-06-08 21:02:49 +02:00
NumEricR
df9d5c02a7 Added a print stylesheet on résumé 2011-06-04 21:44:00 +02:00
NumEricR
15b5255a10 User status is now defined using several parameters 2011-06-02 20:53:34 +02:00
NumEricR
2e3612efca Dynamic user status based on repos number 2011-06-02 15:08:13 +02:00
Nick Novitski
d2ca7c22f8 date one-year projects by that year alone - #7 2011-06-01 11:12:27 -07:00
Nick Novitski
0952a0b113 date project by last push rather than current year - #7 2011-06-01 11:11:47 -07:00
Nick Novitski
fa3b0a2d4e pluralize no public repo message 2011-06-01 10:11:02 -07:00
David Coallier
44d40757b3 Revert "Make the "My Popular Repositories" be built from your complete list of repositories. Must have at least one contribution to be counted."
This reverts commit 3fcbd8c4b1.
2011-05-16 23:14:47 +01:00
David Coallier
cf89e03a98 Merge pull request #24 from hradtke/forked
Forked repository support
2011-05-16 15:10:47 -07:00
Herman J. Radtke III
3fcbd8c4b1 Make the "My Popular Repositories" be built from your complete list of repositories. Must have at least one contribution to be counted. 2011-05-12 20:11:36 -07:00
David Coallier
ea92f5d6e7 Merge pull request #19 from madhav/master.
Added README file
2011-05-01 16:58:18 -07:00
David Coallier
fce62cde11 Merge pull request #20 from alotaiba/master.
Fixed Some Issues With Languages and Organizaitions
2011-05-01 16:57:55 -07:00
David Coallier
d047ebbdc4 Merge branch 'master' of github.com:resume/resume.github.com 2011-05-02 00:56:24 +01:00
David Coallier
ee4fdedcfd Merge pull request #21 from oscardelben/master.
Update readme
2011-05-01 16:56:17 -07:00
NumEricR
0c919264bd hCard support 2011-04-25 09:48:40 +02:00
Oscar Del Ben
ac127906dd update index 2011-04-21 21:57:06 +02:00
Abdulrahman Alotaiba
b6c60b4c6f Fixed language not appearing for users' old repos, and fixed 'My Organizations' showing loading message for users who don't have any 2011-04-21 19:31:54 +03:00
Nanda Kishore
25699e1aec Added README.txt with a possible usecase 2011-04-19 11:57:26 +05:30