Commit Graph

  • 0e5db75e27 Merge pull request #453 from fantasticmf/master Blake Watters 2011-12-01 16:41:14 -08:00
  • 0a0c3ac59e Fixed bug where local requests for bundle resources returned a NSURLResponse instead of a NSHTTPURLResponse, and therefore doesn't respond to statusCode or allHeaderFields. Michael Fleet 2011-12-01 11:43:22 -05:00
  • 6391e5083a Fixed bug where escaped spaces (%20) in URLs were stripped by [NSURL path] and not restored, causing request failures. Michael Fleet 2011-12-01 11:41:28 -05:00
  • 7ee6fb54f9 Merge pull request #433 from aaroncrespo/master Blake Watters 2011-11-28 06:22:37 -08:00
  • a0b9642142 Merge pull request #443 from GateGuru/442-remove-mogenerator-invocations Blake Watters 2011-11-17 12:51:09 -08:00
  • 70e2accd1d Remove performSelector invocations that have resulted in App Store rejections. fixes #442 Blake Watters 2011-11-17 15:27:51 -05:00
  • f5bfff4b80 Merge pull request #437 from hktonylee/master^ Blake Watters 2011-11-13 12:03:42 -08:00
  • 663a7d47ca Added announcements mailing list to README Blake Watters 2011-11-10 08:20:36 -05:00
  • a5661061ec The OAuth use correct parameters to make signature for HTTP PUT/POST. Tony Lee 2011-11-10 17:29:27 +08:00
  • fd80eae643 Reworked reachability initialization to support usage when there is no Internet connectivity. Blake Watters 2011-11-09 08:17:46 -05:00
  • dad00a4f6f Fix typo 'current' => 'concurrent' Blake Watters 2011-11-04 11:28:54 -03:00
  • 6b8ab373ac Update Code/ObjectMapping/RKObjectMapping.m Aaron Crespo 2011-11-03 16:26:50 -03:00
  • 8282bdb644 Fixing missing exception name. Without it, no exception is printed to the console in debug mode and no stack trace persists, which makes it very hard to debug. James Sullivan 2011-10-27 21:57:19 -03:00
  • cb694c3e77 Lowered logging level for NSNull collection from Warning to Debug. closes #422 Blake Watters 2011-10-27 10:15:29 -03:00
  • 6ebe3c2431 Add missing comma in reachabilityFlagsDescription for OS X build Blake Watters 2011-10-24 23:35:50 -03:00
  • 0763821036 Merge pull request #414 from marcopg/master Blake Watters 2011-10-21 14:17:57 -07:00
  • 926b0aa259 Added YAJL API headers to Public section of target Blake Watters 2011-10-21 16:41:03 -04:00
  • 43c1a4c5b3 Merge pull request #415 from andrewsardone/quick-object-mapping-doc-fix Blake Watters 2011-10-20 10:57:39 -07:00
  • 31f595335a Fix typo in RKObjectMapping w/ relationship example Andrew Sardone 2011-10-20 12:44:21 -04:00
  • a3d15d8e0d Add missing scheduleObserver call in initWithAddress: refs #408 Blake Watters 2011-10-20 11:58:21 -04:00
  • a863da18ec Revert "Use run loop instead of dispatch queue as unscheduling via NULL queue is triggering errors. refs #408" Blake Watters 2011-10-20 11:55:00 -04:00
  • fa6cff8221 Use run loop instead of dispatch queue as unscheduling via NULL queue is triggering errors. refs #408 Blake Watters 2011-10-20 11:40:56 -04:00
  • 6964c2d318 Explicitly build for arm6/7 only with the iphoneos sdk Marco Pesenti Gritti 2011-10-19 15:42:28 +01:00
  • d75fd7d0b0 Refactored RKReachabilityObserver to work around issues with iOS 5 + host reachability and expand its capabilities. closes #408 Blake Watters 2011-10-18 00:43:25 -04:00
  • eb9dec5953 Replaced TDOAuth with GCOAuth. fixes #407 Blake Watters 2011-10-18 23:51:49 -04:00
  • a29182a2d3 Added note about CoreServices.framework on OS X Blake Watters 2011-10-17 10:34:20 -04:00
  • c45d3b2d33 Implemented example application building RestKit into a CLI utility for parsing files and evaluating keyPaths against the results. refs #409 Blake Watters 2011-10-16 02:05:39 -04:00
  • 585d4aafc8 Implemented MIMETypeForPathExtension for NSURL and NSString. refs #409 Blake Watters 2011-10-16 02:04:00 -04:00
  • 0e08147d5b Updated RKAlert to build in cases where NSAlert and UIAlert are not available (i.e. CLI app). refs #409 Blake Watters 2011-10-16 01:17:17 -04:00
  • 2e04cb42ba Patched LCLNSLog.h to not generate build errors under ARC. refs #260 Blake Watters 2011-10-16 01:14:02 -04:00
  • d6e26a6f9d Implemented support for URL encoding an array of dictionaries. fixes #391 Brad Phelan 2011-10-07 14:16:36 +02:00
  • 5f47c3d127 Bump UISpecRunner Blake Watters 2011-10-14 08:37:55 -04:00
  • 95c6cdda88 Add line break below credits Blake Watters 2011-10-14 08:24:57 -04:00
  • 27afe21801 Updating credits to show GateGuru some love Blake Watters 2011-10-14 08:19:15 -04:00
  • 9624335f69 Updated YAJL-ObjC. fixes #406 Blake Watters 2011-10-14 00:17:01 -04:00
  • f515bee08e Updated JSONKit to revision c2ef69242b60dc2475328b08131f9aa3078a51fb. fixes #384 Blake Watters 2011-10-13 23:59:32 -04:00
  • 23422c7f37 Expanded docs in RKObjectMappingProvider. Normalized some method signatures Blake Watters 2011-10-13 23:50:47 -04:00
  • 362d46e888 Moving compilers to clang Blake Watters 2011-10-13 23:25:50 -04:00
  • a9253f3cce Merge pull request #405 from ivucica/master Blake Watters 2011-10-13 06:48:33 -07:00
  • 33b663a3cf Fixed building on OS X. Ivan Vučica 2011-10-13 15:43:47 +02:00
  • f527918b2a Implemented support for removing mappings from RKObjectMappingProvider by keyPath. Improved documentation on the mapping provider class. Blake Watters 2011-10-13 08:57:18 -04:00
  • c29046075f Merge pull request #399 from Felixyz/validationErrorLogging Blake Watters 2011-10-12 20:03:59 -07:00
  • a235610ab4 Log much-needed info when context fails to save Felix Holmgren 2011-10-12 21:04:57 +02:00
  • 214efd31d5 Fix issue with incorrectly built OAuth 1.0 invocation of TDOAuth. fixes #396 Blake Watters 2011-10-12 09:55:38 -04:00
  • 4b1db7a6f1 Improve assertion failure message when no serialization mapping is available and a put/postObject is attempted Blake Watters 2011-10-11 21:40:26 -04:00
  • be38c8a9a8 Updated project file to explicitly build for armv6 and arm7. fixes #394, closes #395 Blake Watters 2011-10-11 17:55:37 -04:00
  • d5987f0433 Workaround for crashes due to over-release of RKParams on iOS 5. fixes #392 Blake Watters 2011-10-11 09:21:08 -04:00
  • e1936103fd Check the type of destinationValue as well as sourceValue when determining the comparison selector to use. refs #343, refs #320 Blake Watters 2011-10-09 21:24:09 -04:00
  • 69e560d59c Fix for leaking object mapping queue references. fixes #390 Blake Watters 2011-10-05 23:26:05 -04:00
  • 6084225df6 Minor example project refresh Blake Watters 2011-10-05 23:14:44 -04:00
  • 586034bae4 Add support for the use of nesting key attributes as the primaryKey in managed mappings. Blake Watters 2011-10-05 10:50:52 -04:00
  • a4d84aadf3 Use lastObject instead of objectAtIndex: to avoid exception during sanity check Blake Watters 2011-10-04 10:46:28 -04:00
  • d94fcf665d Added sanity check that relationship mapping is not targeting a collection of collections. fixes #386 Blake Watters 2011-10-01 11:52:35 -04:00
  • 2823d60ba7 Added new RKLog helpers for changing the log level during the execution of a block. Very helpful for debugging. closes #387 Blake Watters 2011-10-01 11:10:24 -04:00
  • da38149e44 Eliminated the use of @compatibility_alias to work around compiler issues reported on the mailing list Blake Watters 2011-09-29 10:10:35 -04:00
  • f894226908 Implemented full support for generation of cache keys on RKParams. fixes #272 OpenThread 2011-09-25 12:52:38 +08:00
  • e86d9375bd Added test coverage and fixes for cases where the parser returns nil, but no error occurred. fixes #365 Blake Watters 2011-09-28 09:42:00 -04:00
  • fb4edfd57b Merge pull request #380 from SevInf/master Blake Watters 2011-09-28 05:33:20 -07:00
  • 3983bd00f8 Added download progress Sergej Tatarincev 2011-09-28 12:23:28 +03:00
  • 2d281e60d3 Investigated issues surrounding inability to change HTTP AUTH credentials thoroughly. fixes #250, #237, #127 Blake Watters 2011-09-27 23:54:30 -04:00
  • a6364ed5db Merge pull request #375 from beinstein/patch-1 Greg Combs 2011-09-27 07:52:32 -07:00
  • 6011faeda5 Fix naked NSLog that should be a RKLogDebug. fixes #376 Blake Watters 2011-09-27 08:39:29 -04:00
  • 06537b8d18 This causes OS X builds to fail (and isn't necessary anyway) Ben Einstein 2011-09-27 01:15:43 -03:00
  • 19738ff61f Update outdated comments in the XML parser header Blake Watters 2011-09-26 20:05:22 -04:00
  • 30b08ba85b Added default parser registration for text/xml MIME Type. fixes #370 Blake Watters 2011-09-23 09:49:54 -04:00
  • 4b06a4c55f Added serialization test case for relationships to JSON. Blake Watters 2011-09-22 22:00:51 -04:00
  • fc2fafa703 Added test coverage for mapping NSNull to has many relationship. fixes #329 Blake Watters 2011-09-21 21:53:42 -04:00
  • 4e7d6e674a Merge pull request #325 from allenwei/master Blake Watters 2011-09-21 05:53:51 -07:00
  • 947cf378c7 Merge pull request #346 from ralfvdz/patch-1 Blake Watters 2011-09-21 05:53:07 -07:00
  • 2f91e71c3a Merge pull request #356 from jobi/master Blake Watters 2011-09-21 05:52:24 -07:00
  • 0b5233916a Fixed bug where relationship connection was working off of source keyPath instead of destination (i.e. relationship name). fixes #357 Blake Watters 2011-09-20 19:20:19 -04:00
  • c493ec3cd5 Fix for missing rename on OAuth client Blake Watters 2011-09-20 19:04:43 -04:00
  • cee8f13c6c Add a way to specify the bundle from seeding from a file Johan Bilien 2011-09-20 16:01:14 -04:00
  • eb887e38c6 Refactored OAuth support for merge into master. fixes #84, #211 Blake Watters 2011-09-20 15:52:17 -04:00
  • 144533cdd5 Renamed RKObjectDynamicMapping to RKDynamicObjectMapping to better mesh with Cocoa idioms. fixes #354 Blake Watters 2011-09-20 13:18:09 -04:00
  • 0c96aedc85 Fix use of reserved 'class' keyword that breaks import into Objective-C++. fixes #355 Blake Watters 2011-09-20 13:04:29 -04:00
  • e535f3abf0 Removed unnecessary InflectionSupport Blake Watters 2011-09-20 12:36:39 -04:00
  • 70c73f2981 Fixed issue with order dependence in Core Data connections. fixes #173 Blake Watters 2011-09-20 12:02:50 -04:00
  • 91a6e9423e Added convenience methods and docs for mapping NSSet and NSArray attribute collections. fixes #285 Blake Watters 2011-09-19 21:03:02 -04:00
  • 4b287a5b24 Added ability to overload the params on object loaders composed by the object manager. fixes #352 Blake Watters 2011-09-19 19:54:58 -04:00
  • e33d9e519a Unfortunately introduced an error while fixing #342 in commit a1b2201 in the RKObjectMappingProvider where retrieving mappings by class was broken, partially, yet passed unit tests. This fixes the bug and covers the gap in the tests. Greg Combs 2011-09-18 21:06:19 -05:00
  • 52e5a7b911 AppDirectory return value was incorrect for OSX Core Data. Fixes #350. Thanks @martijnthe Greg Combs 2011-09-18 12:00:23 -05:00
  • c49310162e RKPathMatcher can now accommodate non-KVM dots that follow parameter keys in the pattern. Where /:filename.json would fail before, we use special escapes like /:filename\.json ... this fixes #349. Thanks @jverkoey for the fix and @coryalder for the catch. Greg Combs 2011-09-16 15:35:27 -05:00
  • 68afe008f7 Merge pull request #328 from mutewinter/patch-1 Greg Combs 2011-09-16 08:13:43 -07:00
  • 62d7042ebc Merge pull request #334 from parkerboundy/add-apache-license Greg Combs 2011-09-14 21:56:15 -07:00
  • a1b2201f2a Fixes a crash in RKObjectMappingProvider where objectMappingsForClass is called after some dynamic mappings have been registered in the provider. Fixes #342. Thanks to @bjornjonsson Greg Combs 2011-09-14 20:32:37 -05:00
  • 3006516794 Merge pull request #347 from bjornjonsson/master Greg Combs 2011-09-14 17:20:10 -07:00
  • 90ef91e890 Fix of RKObjectMappingOperation does not respect forceCollectionMapping (Issue 341) Includes test cases and fixtures Björn Jonsson 2011-09-14 22:50:03 +02:00
  • 157873fcd3 Added Keynote and PDF versions of the presentation from last night to Docs Blake Watters 2011-09-14 09:28:52 -04:00
  • 41c8d27f04 Log the body when all data has been received. (body not always available/complete in didReceiveResponse) Ralf van der Zanden 2011-09-14 14:43:53 +03:00
  • 05b94cae5d Added assertions for object store nilness. Blake Watters 2011-09-13 13:11:44 -04:00
  • b946fc3cd9 Small header file changes for Appledoc output changes Blake Watters 2011-09-13 13:11:07 -04:00
  • 20fb9043b3 Clarified header documentation for RKRequest's cancel method. Greg Combs 2011-09-13 10:53:19 -05:00
  • fc5f2b38be Minor cleanup of some whitespace after recent feature pull requests Greg Combs 2011-09-13 01:30:43 -05:00
  • 6dd1e8da40 Now gracefully handles escaping interpolated resource paths in RKRouter, RKMakePathWithObject, and RKPathMatcher. By adding an encoding handler to SOCKit, we now (by default, but optionally) add percent escapes to each object's property value while it's being interpolated into a resource path pattern, like /stuff/things/:others?apikey=:apikey ... that way it won't brutally mangle the slashes and question marks and ampersands that exist in the resource path pattern, while at the same time properly escaping those same characters when they occur inside the object's property value. Closes #221 Greg Combs 2011-09-13 00:50:55 -05:00
  • 64d496672e Changed reference of 'email' to 'username' in nested example. Fixes #340. Greg Combs 2011-09-11 19:53:44 -05:00
  • 2bd113fd42 Added two static initializers to RKDotNetDateFormatter and amended the specs. Greg Combs 2011-09-09 09:51:35 -05:00
  • 9ce25f5689 Added RKDotNetDateFormatter to translate back and forth between NSDate and strings like /Date(1234567890123-0500)/ Also includes header docs and specs. Fixes #264 Greg Combs 2011-09-09 03:26:46 -05:00
  • 5c359edfc5 Use relative imports for headers in Support module. Removed import of SCNetworkReachability in RKClient Blake Watters 2011-09-08 19:26:33 -04:00
  • 4226067b8a Use Grand Central Dispatch to fire reachability notifications for IP addresses Blake Watters 2011-09-08 19:22:58 -04:00