Skip to content

Instantly share code, notes, and snippets.

@phillbaker
Created March 27, 2012 02:16
Show Gist options
  • Save phillbaker/2211792 to your computer and use it in GitHub Desktop.
Save phillbaker/2211792 to your computer and use it in GitHub Desktop.
Expensify Git reflog (git log --pretty=format:'%h @%an (%ad): %s')
8972dbe, 2012-03-25 23:44:55: Initial commit | <- API? I love APIs. It's almost midnight, better knock this out.
54793e3, 2012-03-25 23:50:25: Check authToken | <- Deprecated? White-label? I thought that was Walmart...
a1deaad, 2012-03-26 00:07:44: Separate files, add Google CDN jQuery | <- Okay, add some php and js and it'll just fall into place. Like that problem set...
f14d2d2, 2012-03-26 00:33:58: Add jquery ajax post call (CORS?)...whoops it's a GET to a different URL | <- Ughrufmph. I know this isn't going to work...what?
9fb8d58, 2012-03-26 02:00:11: Authtoken with hardcoded php local proxy |
87df47a, 2012-03-26 02:13:49: Add cross-domain proxy; returns success |
4b4893a, 2012-03-26 02:15:37: Clean up wrong code |
f820811, 2012-03-26 02:26:30: Store authToken and results in js | <- Eh, that wasn't that bad!
4e17d01, 2012-03-26 07:43:33: Refactor login success method - getting a big long, we'll reuse it | <- Okay, that was bad. Not pretty. Spring cleaning.
b7ffd80, 2012-03-26 08:04:14: Hit server for list of transactions | <- Eh, this'll be done in time for class.
7b473c1, 2012-03-26 08:20:18: Append transactions to table | <- Eh...that prof's boring anyways.
8aaf4f2, 2012-03-26 10:17:36: Implement transaction adder form, needs to be tested |
850c980, 2012-03-26 10:43:16: Add the adding code - date needs to be properly formatted |
a7564fe, 2012-03-26 10:59:36: Add cookie handling |
06bb533, 2012-03-26 12:19:19: Fix order of setting variables from cookies |
0b40016, 2012-03-26 12:24:00: Functionally complete, needs prettification + validation/error correction | <- Bingo.
e33429e, 2012-03-26 12:36:04: Add ht5bp, separate files |
4d201f5, 2012-03-26 21:36:44: Prettify a bit | <- Ugly...some of that can be fixed
8230139, 2012-03-26 21:50:05: Add quick regex for date, and spacing in table |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment