From: Jay Freeman (saurik) Date: Wed, 25 Feb 2009 11:27:37 +0000 (+0000) Subject: Reconfigure for chatty internal release. X-Git-Tag: v1.0.3366~305 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/094c5e3082302e80f07085e1e99172e74ac5a160 Reconfigure for chatty internal release. --- diff --git a/Cydia.app/package.js b/Cydia.app/package.js index 1f4939cb..c3b361c8 100644 --- a/Cydia.app/package.js +++ b/Cydia.app/package.js @@ -63,7 +63,7 @@ $(function () { $("#name").html(name); space("#latest", package.latest, 96); - $.xhr(cache(api + 'package/' + idc), 'GET', {}, null, { + $.xhr((api + 'package_/' + idc), 'GET', {}, null, { success: function (value) { value = eval(value); diff --git a/Cydia.mm b/Cydia.mm index b62fc4a0..2860ce04 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -381,7 +381,7 @@ extern NSString * const kCAFilterNearest; #define lprintf(args...) fprintf(stderr, args) -#define ForRelease 0 +#define ForRelease 1 #define ForSaurik (1 && !ForRelease) #define ShowInternals (1 && !ForRelease) #define IgnoreInstall (0 && !ForRelease) @@ -6531,7 +6531,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { // XXX: what is this line of code for? if ([packages count] == 0); - else if (Loaded_) loaded: + else if (Loaded_ || ForSaurik) loaded: [self _loaded]; else { Loaded_ = YES;