Commit Graph

1798 Commits

Author SHA1 Message Date
Stephan Diederich
3889424b82 remove unnecessary include 2012-09-14 14:42:02 +02:00
Stephan Diederich
6932fcf4d3 make pch a project-only header 2012-09-14 14:41:58 +02:00
Stephan Diederich
edff0b8699 remove libxml2 include path from project
not sure why it was added, but it should
work without it.
2012-09-14 14:41:50 +02:00
Jawwad Ahmad
a32790b42b Compact RKStringFromRequestMethod and RKRequestMethodFromString. 2012-09-14 08:11:19 -04:00
Blake Watters
ef0462ec2a Appledoc warning fixes 2012-09-13 07:27:48 -04:00
Blake Watters
f457f16dca Cleanup invalid corss references and tighten docs on RKPathMatcher 2012-09-13 07:08:44 -04:00
Blake Watters
dfd10c4510 Formatting fixes and missing parameters 2012-09-13 07:05:59 -04:00
Blake Watters
30dcb7134b Fix typos 2012-09-13 07:05:10 -04:00
Blake Watters
194ee16a8e Docs for RKResponseMapperOperation 2012-09-12 23:35:30 -04:00
Blake Watters
ea0fe1eab6 Formatting cleanups 2012-09-12 21:23:09 -04:00
Blake Watters
3714dd4a56 Unwind the unexpected behaviors in RKHTTPRequestOperation regarding Acceptable Content Types and Status Codes. Explicitly configure the needed types within RKObjectRequestOperation instead. 2012-09-12 21:21:46 -04:00
Blake Watters
94cbbb46c0 Docs update 2012-09-12 21:19:52 -04:00
Blake Watters
b40e39813c License boilerplate 2012-09-12 21:18:45 -04:00
Blake Watters
f636f8681a Fix warning 2012-09-12 21:16:24 -04:00
Blake Watters
e84b7e06f1 Initialize the avoidsNetworkAccess optimization based on the cachePolicy of the request. closes #928 2012-09-12 18:14:46 -04:00
Blake Watters
53e3b9bd47 Add Tasks for RKSerialization and RKManagedObjectCaching docs 2012-09-12 17:18:42 -04:00
Blake Watters
90cae722ec Add task markup for Core Data category comments 2012-09-12 16:44:31 -04:00
Blake Watters
9379875b95 Remove managed object store associated reference. This feels like an unnecessary API addition. 2012-09-12 16:31:16 -04:00
Blake Watters
3afc7c3501 Misc updates to RKTestFactory
* Add `objectFromFactory:properties:` this may deprecate `objectFromFactory:` in the future.
* Add `insertManagedObjectForEntityForName:inManagedObjectContext:withProperties:`. This helper method creates managed object instances in a given context (defaulting to the main queue context), sets its properties using an optional dictionary, and obtains a permanent `NSManagedObjectID` before returning. This is intended to reduce the boilerplate required to construct managed object factories.
2012-09-12 16:29:46 -04:00
Blake Watters
3645d73312 Docs update for RKObjectManager 2012-09-12 10:28:42 -04:00
Blake Watters
1218decf3c Parameter docs for get/post/put/patch/delete object flavors 2012-09-12 09:51:23 -04:00
Blake Watters
f7527dc1d2 Router docs formatting 2012-09-12 09:22:21 -04:00
Blake Watters
0f2013d67b Docs formatting for RKRoute 2012-09-11 19:59:20 -04:00
Blake Watters
382f9f8ceb Kill use of delegate on dynamic mapping in favor of blocks and declarative matching 2012-09-11 18:36:26 -04:00
Blake Watters
ec8181dd78 Docs for URL-encoding functions 2012-09-11 18:13:39 -04:00
Blake Watters
8b91650917 Register the URL Encoded Serialization 2012-09-11 17:15:34 -04:00
Blake Watters
d2417e5263 Rename to RKURLEncodedSerialization for consistency 2012-09-11 17:05:07 -04:00
Blake Watters
709c3d324b Drop category methods in favor of C functions for required functionality to reduce API size and avoids namespace conflicts 2012-09-11 16:48:18 -04:00
Blake Watters
c1cb8c881d Migrate directory utilities to path utilities. Move Bundle category to Testing 2012-09-11 16:46:33 -04:00
Blake Watters
b5ea45c14c Add serialization for Form URL Encoding 2012-09-11 16:42:15 -04:00
Blake Watters
b94eb3af6e Eliminate legacy parentheses checking from RKPathMatcher 2012-09-11 11:56:49 -04:00
Blake Watters
2c1f79cbb9 Migrate header copy configuration into RestKit/Core subspec 2012-09-11 11:49:42 -04:00
Blake Watters
7c6a4c33d4 Eliminate NSURL+RKAdditions from main codebase 2012-09-11 11:39:46 -04:00
Blake Watters
ccd1629c8e Atomize dependencies and make Search and Testing modules optional. Add RestKit/Core preferred dependency 2012-09-11 11:25:22 -04:00
Blake Watters
1aec05c59e Use a reverse object enumerator when enumerating the fetch request blocks to allow blocks registered later to override earlier registrations 2012-09-10 19:11:05 -04:00
Blake Watters
c7bc76711d Add support for creating an NSMutableURLRequest for a relationship 2012-09-10 18:00:15 -04:00
Blake Watters
216306722f Add support for no-cache header to require revalidation with the server. fixes #1465 2012-09-10 16:02:15 -04:00
Blake Watters
19cdce5eef Add request and response descriptors to Network.h 2012-09-10 14:55:20 -04:00
Blake Watters
ba4301c43d Merge Twitter example code fixes from mdd; closes #927 2012-09-10 14:54:53 -04:00
Blake Watters
743592b1ff Add license boilerplate; rev docs 2012-09-10 14:52:35 -04:00
Blake Watters
7f838a0f77 Add license boilerplate 2012-09-10 14:52:11 -04:00
Blake Watters
d0f14443f8 Fix warnings about missing assign property declarations 2012-09-10 14:51:54 -04:00
Blake Watters
27984265a7 Clean up issues instantiating managed vs unmanaged object request operations through the object manager. 2012-09-10 14:51:27 -04:00
Blake Watters
0379806796 Setup a default managedObjectCache instance of RKFetchRequestManagedObjectCache 2012-09-10 12:41:57 -04:00
Stephan Diederich
70960d5638 configure MIMEtype via AFHTTPClient
also remove non-working XML sample
2012-09-10 17:15:05 +02:00
Stephan Diederich
e28dce6efb fix build of twitter sample
* new network activity indicator handling
* new object mapping interface
* new ResponseDescriptor interface
* new query interface
* init RKObjectManager with an AFHTTPClient instance
2012-09-10 17:02:57 +02:00
Blake Watters
40ed221edf Merge branch 'fix/mem-leak' of https://github.com/diederich/RestKit into feature/reboot-networking-layer 2012-09-10 10:49:43 -04:00
Blake Watters
01a1319b15 Merge branch 'feature/xcodeproject-householding' of https://github.com/diederich/RestKit into feature/reboot-networking-layer 2012-09-10 10:45:49 -04:00
Blake Watters
24e82ee9d6 Drop deprecated URLEncodedString: 2012-09-10 09:42:51 -04:00
Blake Watters
0c3f5fbc57 Log full cached response headers at Trace log level for debugging caching 2012-09-09 20:02:29 -04:00