Commit Graph

174 Commits

Author SHA1 Message Date
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
Blake Watters
15eed52c63 Remove XMLReader parser from main tree. Will migrate into a standalone module 2012-08-29 13:25:54 -04:00
Blake Watters
adfaaf29ca Add Apache license boilerplate to several files 2012-08-29 13:25:28 -04:00
Blake Watters
fe3b710e9a Add RK prefix to module header files to disambiguate on import from CocoaPods 2012-08-28 21:01:07 -04:00
Blake Watters
3ea60a95ba Remove RKAlert 2012-08-28 20:55:23 -04:00
Blake Watters
ce6b0829e4 Convert RestKit to ARC 2012-08-28 17:34:58 -04:00
Blake Watters
c69f0118cd Migrate table controller codebase into standalone project 2012-08-28 16:08:49 -04:00
Blake Watters
9a4d3f81a5 Style tweaks 2012-08-23 18:45:08 -04:00
Blake Watters
e7d768dd2f Update RKObjectMapper to return a single NSError on failure. Update error codes 2012-08-17 13:09:47 -04:00
Blake Watters
ea03674164 Merge branch 'feature/managed-object-contexts' into development 2012-08-15 20:56:32 -04:00
Blake Watters
086f9862ce Fix dangling references to RKDirectory on OS X 2012-08-15 16:30:28 -04:00
Blake Watters
37c70e4c27 Migrate path utilities to C functions instead of encapsulating into static methods on RKDirectory to reduce API size 2012-08-14 09:57:27 -04:00
Blake Watters
232b3eb861 Implemented new search engine for managed objects. 2012-08-01 18:12:53 -04:00
Blake Watters
e952f451fb Eliminated the use of the ActiveRecord pattern across the library. 2012-07-20 14:48:09 -04:00
Jawwad Ahmad
b9979e337e Add DEPRECATED_ATTRIBUTE_MESSAGE(message) macro to display a helpful recommendation message along with the default deprecation message. 2012-07-18 12:25:41 -04:00
Jawwad Ahmad
4c083a3462 Fix warning message to correctly display path of resource that could not be found in the bundle. 2012-07-13 16:44:55 -04:00