Blake Watters
62dc44ea9a
Fix RKPathMatcher tests
2012-09-25 17:27:58 -04:00
Blake Watters
288f26a5f5
Fix bug with incorrect MIME Type matching logic
2012-09-25 12:22:22 -04:00
Blake Watters
2b0dc3d5c4
Fix more tests
2012-09-24 23:42:16 -04:00
Blake Watters
b0be4596da
Formatting cleanups
2012-09-24 13:37:54 -04:00
Blake Watters
6815ba6444
API refresh for mapping layer. Converted RKObjectMapper to RKMapperOperation. Expanded documentation.
2012-09-21 17:55:32 -04:00
Blake Watters
bd4130a546
Eliminate aggregate import of RestKit.h from .NET date formatter and test factory
2012-09-20 11:59:02 -04:00
Blake Watters
1d1424da73
Updates to ensure AFNetworking builds with reachability from static library target
2012-09-20 08:12:29 -04:00
Jawwad Ahmad
92a4642df0
Sort lcl_config_components.h log level configuration.
2012-09-19 15:27:01 -04:00
Blake Watters
24dc57b0bd
Add percent escape utility method
2012-09-18 15:54:36 -04:00
Blake Watters
32531bd993
Formatting tweaks
2012-09-18 15:54:36 -04:00
Jawwad Ahmad
e6e515d0c7
Use the return value of the merged dict for the params. Closes #938 .
2012-09-18 15:52:54 -04:00
Jawwad Ahmad
4f1fdf2bea
Refactor RKDictionaryByMergingDictionaryWithDictionary to cleanup & clarify code. Refs #938 .
2012-09-18 15:35:03 -04:00
Jawwad Ahmad
bfbc345ee8
Rename RKDictionaryByReverseMergingDictionaryWithDictionary -> RKDictionaryByMergingDictionaryWithDictionary, since a reverse merge would imply that values in the 1st dictionary take priority whereas we want values in the 2nd dict to overwrite values in the 1st. Refs #938 .
2012-09-18 15:24:50 -04:00
Jawwad Ahmad
261cafe18a
Fix RKDictionaryByReverseMergingDictionaryWithDictionary method and add unit tests. Refs #938 .
2012-09-18 15:24:50 -04:00
Blake Watters
8369770a2c
Docs tweaks
2012-09-16 14:33:21 -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
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
53e3b9bd47
Add Tasks for RKSerialization and RKManagedObjectCaching docs
2012-09-12 17:18:42 -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
7c6a4c33d4
Eliminate NSURL+RKAdditions from main codebase
2012-09-11 11:39:46 -04:00
Blake Watters
743592b1ff
Add license boilerplate; rev docs
2012-09-10 14:52:35 -04:00
Blake Watters
24e82ee9d6
Drop deprecated URLEncodedString:
2012-09-10 09:42:51 -04:00
Blake Watters
22a68baf0c
Rework podspec to organize header file imports to match existing RestKit releases
2012-09-05 11:04:42 -04:00
Blake Watters
046f8f7766
Drop double star from comment to prevent indexing by appledoc
2012-09-05 07:53:24 -04:00
Blake Watters
a549ccc5c4
Killing dictionaryWithKeysAndObjects: as Objective-C literals provides a nicer implementation
2012-09-04 22:16:26 -04:00
Blake Watters
521269f2e7
Remove NSArray and NSData categories from Support header
2012-09-04 21:46:37 -04:00
Blake Watters
b1a2677937
Eliminate NSData and NSArray additions categories. Kill date formatter wrapper class
2012-09-04 21:43:37 -04:00
Blake Watters
658e392468
Header docs
2012-09-04 21:42:10 -04:00
Blake Watters
627f6f5b7b
Resource Path -> Path
2012-09-04 21:24:33 -04:00
Blake Watters
bd7b084fc0
Move RKMIMETypeSerialization to Support module
2012-09-04 13:27:42 -04:00
Blake Watters
10377d0a70
Overhaul RKParser API's for clarity and simplicity:
...
* Adds support for NSJSONSerialization. closes #476
* Renames RKParser to RKSerialization
* Renames RKParserRegistry to RKMIMETypeSerialization
* Rework serialization implementations API's to use class methods
* Fold together string and regular expression matching for MIME Type registrations
* Port serialization implementations to working off of NSData instead of NSString. refs #762
* Migrate JSONKit to being an optional component. See https://github.com/RestKit/RKJSONKitSerialization
2012-09-04 13:07:31 -04:00
Blake Watters
3eda5832cb
Migrating files between modules to better reflect logical grouping with AFNetworking in the mix
2012-09-03 16:51:13 -04:00
Blake Watters
e67848439c
Migrate to NSData based parsing/serialization. Slim down RKObjectSerializer and rename to RKObjectParameters. refs #762
2012-09-03 16:23:22 -04:00
Jawwad Ahmad
285586a5b5
Some code formatting cleanup.
2012-09-02 13:15:14 -04:00
Jawwad Ahmad
8cbdb5f7ed
Trailing whitespace cleanup from files in the Code directory.
...
Used the following command from within the Code dir:
git ls-files *.m *.h *.json | xargs /usr/bin/sed -i '' -E 's/[[:space:]]*$//'
2012-09-02 12:51:45 -04:00
Jawwad Ahmad
c70ab49457
Delete @synthesize statements that are no longer needed. (Works with current 4.4.1 release of Xcode).
2012-09-02 12:28:45 -04:00
Jawwad Ahmad
b2a0da7ce1
Fix a few ARC errors that only appear in Xcode 4.4 and not in 4.5
2012-09-02 12:22:53 -04:00
Blake Watters
dfec6b8615
Migrate the category fix macros into RKMacros.h
2012-08-31 17:47:44 -04:00
Blake Watters
8ebe249d8a
Remove RKBenchmark from RKSupport header
2012-08-31 17:47:44 -04:00
Blake Watters
fb8c182f95
Moving several classes out to new RKExtras repository
2012-08-31 17:47:44 -04:00
Blake Watters
22c4f891e9
Removed RKCache
2012-08-30 10:25:25 -04:00
Blake Watters
0cb93e697d
Migrate AFNetworking backed object request operations from GateGuru into RestKit
2012-08-29 13:27:36 -04:00