Commit Graph

425 Commits

Author SHA1 Message Date
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
Stephen Vanterpool
ecdb738499 Merge branch 'BackgroundSavesFix' 2012-09-06 13:31:51 -07:00
Stephen Vanterpool
22311b7736 Making background save asynchronous and fix the callback not firing 2012-09-06 13:27:07 -07:00
blackgold9
79e08e9215 Merge pull request #238 from blackgold9/BadModelCleanup
Bad model cleanup
2012-09-06 09:51:04 -07:00
blackgold9
afdcfa5bf4 Merge pull request #217 from ryanmaxwell/patch-1
Correct typo
2012-09-05 22:47:19 -07:00
Saul Mora
c8ef68619b Merge pull request #232 from ryanmaxwell/master
Remove duplicate declaration (also declared on line # 148)
2012-08-27 13:59:43 -07:00
Stephen Vanterpool
8842d8f7bb Clarified the DEBUG only nature of the fix 2012-08-20 10:52:19 -07:00
Stephen Vanterpool
45d764a58d Cleanup code is now debug-only 2012-08-19 23:37:37 -07:00
Stephen Vanterpool
d8394cfdab Updating readme with a short blurb 2012-08-19 23:24:36 -07:00
Stephen Vanterpool
22fe81a224 Missed the configuration 2012-08-19 22:56:14 -07:00
Stephen Vanterpool
b8326a667d Added automatic store deletion if the store does not match the model 2012-08-19 22:55:48 -07:00
Ryan Maxwell
7daf3adebb Update MagicalRecord/Core/MagicalRecordShorthand.h
Remove duplicate declaration (also declared on line # 148)
2012-08-09 22:56:24 +12:00
Saul Mora
acff79ab41 Make platform requirements more explicit 2012-08-07 09:48:17 -06:00
Saul Mora
3aa2845c0c Don't run completion block if non specified 2012-08-02 10:24:21 -06:00
Saul Mora
7128091566 dispatch_release is not needed by the <REDACTED> compiler 2012-08-02 10:23:54 -06:00
vguerci
33f3994763 Make all requestAllSortedBy* methods consistent (allows sortTerms with commas) 2012-07-24 12:35:57 +02:00
Saul Mora
1d9e0dbfc0 Merge pull request #219 from ryanmaxwell/master
Correct typo of "persistent" in method name
2012-07-23 07:16:59 -07:00
Ryan Maxwell
86db065e8d Correct typo of "persistent" in method name 2012-07-22 19:21:59 +12:00
Ryan Maxwell
222c9560b0 Update MR_SHORTHAND installation note to match main readme 2012-07-22 18:09:44 +12:00
Ryan Maxwell
f99215b47e Correct typo 2012-07-22 18:07:57 +12:00
Peter Paulis
8b7c1c8218 update
Signed-off-by: Peter Paulis <peterpaulis@Admins-MacBook-Air-2.local>
2012-07-16 14:54:14 +02:00
Saul Mora
e117ead8bf Merge pull request #202 from jwie/fix_unit_test
[NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:]
2012-07-08 12:17:00 -07:00
Jwie
eabb147014 [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:]
- Wait for the block to complete.
2012-07-06 10:33:49 +02:00
Jwie
f0246e9309 [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:]
- Only dispatch completion handler when it's not nil.
2012-07-06 10:14:26 +02:00
Saul Mora
8bb0d0de74 Persist changes to disk when using:
- [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:] methods, AND the context is the default context
- [MagicalRecord saveInBackground…] methods
2012-07-01 14:49:11 -05:00
Magical Panda Software
f696791d9d Merge pull request #191 from mbrandonw/patch-1
Call completion handler on main thread.
2012-06-26 10:00:45 -07:00
Brandon Williams
c639ce44d6 Call completion handler on main thread. 2012-06-25 15:20:14 -03:00
Saul Mora
29b598abfa Merge branch 'master' of magicalpanda.github.com:magicalpanda/MagicalRecord 2012-06-07 12:39:38 -06:00
Saul Mora
a903e7e134 Hide intended private cleanUpErrorHandling method 2012-06-07 12:39:31 -06:00
Magical Panda Software
9dee505eae Merge pull request #173 from maikg/patch-1
Fix small error in README with regard to MR_SHORTHAND
2012-06-04 13:02:58 -07:00
Maik Gosenshuis
8c14cc7b00 Fix small error in README with regard to MR_SHORTHAND 2012-06-04 23:01:32 +03:00