Derrell Lipman
Derrell Lipman
Terrance, this extends from the work you just completed. I'd suggest adding a call to AppInfo's addAppView() function from aiagallery.Application's main(), right after calling addModules(). The URL query string might...
Try here: http://proquest.safaribooksonline.com/book/programming/javascript/9781449393854/client-side-javascript-reference/ref-location You're looking for the 'search' member of the 'location' object.
On Wed, Nov 2, 2011 at 14:28, canausa < [email protected]>wrote: > That will only give me a string, that would give me an object / array that > I can...
On Sun, Nov 6, 2011 at 22:42, canausa < [email protected]>wrote: > should we support multiple get parameters? ex ?app=23&app=24 That would be a nice extension, allowing saving an entire configuration,...
Reassign to @efernand
It looks like addOrEditApp() in MApps.js needs code like the following to be added before the put() call: if (typeof appData.previousAuthors == "string") { appData.previousAuthors = appData.previousAuthors.split(","); } and the...
For the time being, I've disabled the editing field for the author chain. When we're ready for it, it will almost certainly not be a plain text field.
Probably not. I'll look at it. To me.
This will require: - Adding a new RPC in MApps.js: setFeatured(appId, bFeatured) where bFeatured is a boolean which specifies whether to set the app to be featured or not -...
@paulsena since you have the emulator set up, would you test this in both the in-browser simulator and with the App Engine emulator to see if the results differ. It...