0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added SKTag support with relevant unit tests
davedelong
as Dave DeLong
More... almost 16 years ago
organizing the project file a bit
davedelong
as Dave DeLong
More... almost 16 years ago
Renaming so we don't end up overwriting the ivar and leaking
davedelong
as Dave DeLong
More... almost 16 years ago
Prepping SKObjects to handle sort descriptor pruning
davedelong
as Dave DeLong
More... almost 16 years ago
Made the initializer for SKFetchRequest much more explicit, with some default values
davedelong
as Dave DeLong
More... almost 16 years ago
Added a convenience method to access the SO api site
davedelong
as Dave DeLong
More... almost 16 years ago
dang i got another badge :P
davedelong
as Dave DeLong
More... almost 16 years ago
dang i got another badge :P
davedelong
as Dave DeLong
More... almost 16 years ago
added a convenience method on SKUser to retrieve his badges, with an appropriate unit test
davedelong
as Dave DeLong
More... almost 16 years ago
Added SKBadges, with unit tests.
davedelong
as Dave DeLong
More... almost 16 years ago
Merge branch 'master' of codaset.com:davedelong/stackkit More... almost 16 years ago
Implemented site statistics, with a relevant unit test
davedelong
as Dave DeLong
More... almost 16 years ago
Cleanup, clarifying comments
davedelong
as Dave DeLong
More... almost 16 years ago
The cachedBadges dictionary in SKSite hadn't been initialised or deallocated More... almost 16 years ago
Reorganised SKObject.m More... almost 16 years ago
Renamed +keyForKey: to +propertyKeyFromAPIAttributeKey: to aid clarity More... almost 16 years ago
Added initializers for SKBadge More... almost 16 years ago
Added caching of badge objects More... almost 16 years ago
Tag object was released (instead of autoreleased) in convenience initializer More... almost 16 years ago
StackKit target changed so that framework can be used as an embedded framework and build dependency in another application: changed installation directory to @executable_path/../Frameworks, and made SKBadge.h, SKConstants.h, SKRSS.h and SKTagRSS.h public More... almost 16 years ago
changed the isModerator ivar to userType, in conformance with the changing API
davedelong
as Dave DeLong
More... almost 16 years ago
Added the ability to filter for an SKUser via the SKUserDisplayName in a fetch request predicate. Also refactored an NSPredicate category.
davedelong
as Dave DeLong
More... almost 16 years ago
Moved the API version out of the initializing URL and into the SKSite object. Now available via the SKAPIVersion constant
davedelong
as Dave DeLong
More... almost 16 years ago
Updated README to reflect official API
davedelong
as Dave DeLong
More... almost 16 years ago
Changed the default pagesize from 1000 to 100
davedelong
as Dave DeLong
More... almost 16 years ago
The API now has a version in the url. updating user keys to match the API. allows for sorting/filtering based on either the property or the attribute name.
davedelong
as Dave DeLong
More... almost 16 years ago
cutting down on code reuse
davedelong
as Dave DeLong
More... almost 16 years ago
Moved the API key into a constant; added a unit test to test for the oldest users, limiting to 10
davedelong
as Dave DeLong
More... almost 16 years ago
using the proper constants in the unit tests
davedelong
as Dave DeLong
More... almost 16 years ago
removing warnings (cleanly builds)
davedelong
as Dave DeLong
More... almost 16 years ago