Kerrick Long
|
a298d6313e
|
Commenting now works!
|
2011-07-15 19:21:25 -05:00 |
|
Kerrick Long
|
ebd8454b55
|
Comment is cached in case the popup closes
|
2011-07-15 19:21:10 -05:00 |
|
Kerrick Long
|
13a56bbe83
|
apiTransmit is now asynchronous.
Todo: Convert previously procedural invocations to callbacks.
|
2011-07-15 19:20:41 -05:00 |
|
Kerrick Long
|
e38c0ffbf2
|
Textarea fixes
|
2011-07-15 19:19:47 -05:00 |
|
Kerrick Long
|
0cf1136133
|
After five what?
|
2011-07-15 17:49:18 -05:00 |
|
Kerrick Long
|
00de6eb564
|
Made it more obvious that clicking the number would open the comment form.
|
2011-07-15 17:11:35 -05:00 |
|
Kerrick Long
|
3fcfa291dc
|
Shell for comments complete.
|
2011-07-15 16:58:14 -05:00 |
|
Kerrick Long
|
00eac0cb1d
|
Added ability to only throw an error when the API is down.
|
2011-07-15 15:58:51 -05:00 |
|
Kerrick Long
|
da0d7121f7
|
Whoops, that's supposed to be in milliseconds!
|
2011-07-15 10:28:38 -05:00 |
|
Kerrick Long
|
10274c7728
|
Fixed wording
|
2011-07-15 10:27:26 -05:00 |
|
Kerrick Long
|
0b30e87d66
|
Added a timeout for getInfo
|
2011-07-15 10:26:25 -05:00 |
|
Kerrick Long
|
f64d91b194
|
Added setting for timeout length
|
2011-07-15 10:26:06 -05:00 |
|
Kerrick Long
|
0174b88dc3
|
New default for settings.cacheTime
|
2011-07-15 10:25:01 -05:00 |
|
Kerrick Long
|
0787fd0cff
|
Added setBadgeError function.
|
2011-07-15 10:24:42 -05:00 |
|
Kerrick Long
|
b7543ffccc
|
User can now click on the browser action to reload data.
|
2011-07-15 10:24:23 -05:00 |
|
Kerrick Long
|
13e566d0ef
|
getInfo now works asynchronously so a slow/down reddit API won't fudge things up.
|
2011-07-15 00:45:48 -05:00 |
|
Kerrick Long
|
23c2e59059
|
Added loading state
|
2011-07-15 00:45:17 -05:00 |
|
Kerrick Long
|
2f3442be4a
|
clear the popup
|
2011-07-15 00:45:00 -05:00 |
|
Kerrick Long
|
0c7bced47c
|
Removed async parameter, it should be global.
|
2011-07-15 00:44:25 -05:00 |
|
Kerrick Long
|
d88e10badb
|
fixed comment
|
2011-07-15 00:43:30 -05:00 |
|
Kerrick Long
|
2b9f9fcd0e
|
Stale posts can now be shown without changing preferences.
|
2011-07-14 09:48:22 -05:00 |
|
Kerrick Long
|
5298033b56
|
removed superfluous console.log() calls.
|
2011-07-13 16:33:41 -05:00 |
|
Kerrick Long
|
60fc53f21b
|
Reporting works!
|
2011-07-13 16:12:00 -05:00 |
|
Kerrick Long
|
6a51d7eef3
|
fixed the width setting
|
2011-07-13 16:11:52 -05:00 |
|
Kerrick Long
|
b4f1e020cf
|
New option to set popup width!
|
2011-07-13 01:46:56 -05:00 |
|
Kerrick Long
|
0bbd1341e2
|
various settings changes
|
2011-07-13 00:31:25 -05:00 |
|
Kerrick Long
|
2f75dcf700
|
Hiding and Unhiding now works.
|
2011-07-12 18:58:13 -05:00 |
|
Kerrick Long
|
861b84758a
|
Unsaving works.
|
2011-07-12 17:58:49 -05:00 |
|
Kerrick Long
|
216d60af21
|
Saving posts now works.
|
2011-07-12 17:46:05 -05:00 |
|
Kerrick Long
|
0ac6b6bcb9
|
Removed console.log() calls.
|
2011-07-12 17:45:55 -05:00 |
|
Kerrick Long
|
b19b11e136
|
Reformatted for 8-character wide tabs.
|
2011-06-28 22:42:07 -05:00 |
|
Kerrick Long
|
d2fa85f5ae
|
Using encodeURIComponent escapes the URL properly to be passed as a Query String value.
Thanks, octatone!
|
2011-06-28 17:12:25 -05:00 |
|
Kerrick Long
|
53f5a57081
|
voteDownPost() works.
|
2011-06-28 16:50:42 -05:00 |
|
Kerrick Long
|
8d9ffc7856
|
Changed name from voteUp() to voteUpPost(). Clarity over terseness.
|
2011-06-28 16:47:43 -05:00 |
|
Kerrick Long
|
9ffa43ce12
|
Added voteUp() functionality.
|
2011-06-28 16:05:57 -05:00 |
|
Kerrick Long
|
f45b219282
|
Refactored how the cache is stored
|
2011-06-28 16:05:30 -05:00 |
|
Kerrick Long
|
2f146d7a6b
|
Kept settings as a Store() object.
|
2011-06-28 16:03:40 -05:00 |
|
Kerrick Long
|
48d0dbd179
|
Added forEachIn utility
|
2011-06-28 16:02:03 -05:00 |
|
Kerrick Long
|
dcc7592085
|
Got fresh content working again.
|
2011-06-28 10:53:15 -05:00 |
|
Kerrick Long
|
0d6e462924
|
Got fresh content working again.
|
2011-06-28 10:52:14 -05:00 |
|
Kerrick Long
|
2c6c3754d5
|
Reorganized, made object-oriented, cleaned up.
Note that I have not yet gotten voting working again.
|
2011-06-28 01:24:40 -05:00 |
|