455 Commits

Author SHA1 Message Date
Stephen Vanterpool
da70884b34 Adding changelog 2012-10-21 08:28:43 -07:00
Stephen Vanterpool
4b97d0e97e Fixed issue #287 - MR_findByAttribute:withValue:andOrderBy:ascending:inContext does not pass context through 2012-10-21 07:54:20 -07:00
Stephen Vanterpool
87ad44a923 Merge branch 'release/2.0.7' into develop 2012-10-15 23:17:37 -07:00
Stephen Vanterpool
58f463d281 Merge branch 'release/2.0.7' 2.0.7 2012-10-15 23:15:00 -07:00
Stephen Vanterpool
601869e953 Bumped podspec to 2.0.7 2012-10-15 23:14:40 -07:00
Tony Arnold
d41d744ece Test that the current thread saveWith method actually saves 2012-10-15 22:58:29 -07:00
Tony Arnold
870ca22340 saveWithBlock was not saving parent contexts
This makes the saveWithBlock method consistent with it's background
siblings.
2012-10-15 22:58:29 -07:00
Stephen Vanterpool
835b4675f6 Merge branch 'master' of github.com:magicalpanda/MagicalRecord 2012-10-15 20:34:58 -07:00
Stephen Vanterpool
b81e70d6b6 Rolled back a commit that broke things if cleanup was used. It created the action_queue in a dispatch_once block, and never recreated it after a cleanup 2012-10-15 20:34:54 -07:00
Stephen Vanterpool
a41ceeedb4 Cherry picking changes that make the context description more... descriptive 2012-10-15 20:22:38 -07:00
Stephen Vanterpool
272af9c4d9 Merge pull request #247 from JRG-Developer/Fixed_KVC_Relationship_Bug
Pull Request: Fixed KVC relationship mapping bug
2012-10-15 20:12:51 -07:00
Stephen Vanterpool
52139bd8ad Fixing potential concurrency issue with creating the actionQueue 2012-10-10 11:51:58 -07:00
Stephen Vanterpool
343b027e25 Properly removing existing on-save notificaitons before replacing the default or root contexts 2012-10-09 13:55:02 -07:00
Stephen Vanterpool
31b2e540bd Merge pull request #273 from ryanmaxwell/master
Update tag in podspec to 2.0.6
2012-10-08 09:55:11 -07:00
Ryan Maxwell
f2e2b7b272 Bump tag to 2.0.6 2012-10-07 15:34:47 +13:00
Stephen Vanterpool
2665ccd30a Merge pull request #272 from ryanmaxwell/master
Require ARC in podspec
2012-10-06 18:48:44 -07:00
Ryan Maxwell
48cc383f0f Require ARC in podspec (was compiling with retain/release in pod installations) 2012-10-07 14:28:26 +13:00
Stephen Vanterpool
72dc5a4179 Fixing rookie mistake :/ 2.0.5 2.0.6 2012-10-02 17:35:53 -07:00
Stephen Vanterpool
a451eb4247 Bumping podspec with bugfix 2012-10-02 17:19:44 -07:00
Stephen Vanterpool
2660e73adf Added new nestedContextSave method with completion handler 2012-10-02 17:18:33 -07:00
Stephen Vanterpool
4091c781c9 Bumping podspec to 2.0.4 2012-10-01 22:59:46 -07:00
Saul Mora
abb7314b26 Add findFirstOrderedByAttribute:ascending:context: method for getting min/max values easier 2.0.4 2012-10-01 09:46:43 -06:00
Saul Mora
51fe4659da fix compile error with pragma option 2012-10-01 08:13:56 -06:00
Saul Mora
545a946b21 Merge branch 'develop' 2012-10-01 08:10:14 -06:00
Saul Mora
da39710385 Don't adjust incoming NSDates for DST 2012-10-01 08:08:39 -06:00
Saul Mora
9167b64d5b Merge pull request #268 from diejmon/master
Auto Migration options bug fix
2012-10-01 07:07:31 -07:00
Alexander Belyavskiy
1924d7384a - auto-migration options bug fix 2012-10-01 13:53:28 +03:00
Saul Mora
0a6f523d12 refactor internal method names to match more general objects to traverse
fix another compile warning
2012-09-30 23:41:51 -06:00
Saul Mora
11e5ee1bed Fix compile warnings once and for all :/ 2012-09-30 23:40:49 -06:00
Saul Mora
5203cc1ea0 fixup compiler warnings in Xcode 4.5 2012-09-29 12:40:21 -06:00
Stephen Vanterpool
a9a7643698 Adding recommended journalling mode 2012-09-27 23:18:58 -07:00
Stephen Vanterpool
0b00e39b26 Making all relevant contexts obtain a permanent id before saving 2012-09-27 23:17:16 -07:00
Stephen Vanterpool
0e34179760 Automatically obtain permanent IDs when saving the default context. This should fix several crashes the community is hitting
Added tests
2012-09-27 23:07:33 -07:00
Stephen Vanterpool
346631ba9e Merge branch 'master' of github.com:magicalpanda/MagicalRecord 2012-09-27 21:34:28 -07:00
Stephen Vanterpool
25081d0b3c Modifiying generateShorthand.rb to use user specified ruby 2012-09-27 21:34:03 -07:00
Stephen Vanterpool
8c9b61e73e Merge pull request #211 from xelvenone/master
Default value when attribute key path was not present in import dictionary
2012-09-27 14:17:45 -07:00
Rod Wilhelmy
28a864b849 Removes dispatch_release when iOS >= 6 || OSX >= 1080 2012-09-27 13:59:38 -07:00
Stephen Vanterpool
32f9f80c04 Cleaning up iCloud setup observer code some 2012-09-25 06:29:05 -07:00
Saul Mora
8f930700bd Remove compile warnings 2012-09-23 20:32:49 -06:00
Saul Mora
ef16c579c7 Clean up comments 2012-09-23 20:29:59 -06:00
Stephen Vanterpool
2df10b156c Updated test model to actually build 2012-09-22 22:40:22 -07:00
Stephen Vanterpool
5341e84c4c Adding an observer to check for icloud being setup after default context has been set. Should fix race condition in Issue #241 2012-09-22 16:58:30 -07:00
Stephen Vanterpool
6e33010871 Merge pull request #222 from vguerci/master
Make all requestAllSortedBy* methods consistent (allows sortTerms with commas)
2012-09-12 20:09:18 -07:00
Saul Mora
974c257056 Merge pull request #248 from KingOfBrian/master
aggregateOperation not performed inContext correctly
2012-09-07 13:12:08 -07:00
Brian King
9348ef5c03 Fixed an issue with aggregate actions not being performed in the specified context 2012-09-07 15:46:10 -04:00
Joshua Greene
eaa78c2edc Fixed KVC relationship mapping bug. 2012-09-07 04:33:21 -05:00
Stephen Vanterpool
8de4ba8a39 Merge branch 'master' of github.com:magicalpanda/MagicalRecord 2012-09-06 13:44:49 -07:00
Stephen Vanterpool
3bc55de6ae Fixing formatting issues to match project style 2012-09-06 13:44:44 -07:00
blackgold9
f294a571fe Merge pull request #218 from ryanmaxwell/patch-2
Update MR_SHORTHAND installation note to match main readme
2012-09-06 13:34:16 -07:00
Stephen Vanterpool
cff03044c5 Added expecta matchers for tests 2012-09-06 13:32:15 -07:00