Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

redesigned resource store #326

Closed
wants to merge 127 commits into from
Closed

redesigned resource store #326

wants to merge 127 commits into from

Conversation

drewfish
Copy link
Contributor

Herein lies the new resource store.

backward-compatibility changes

  • Users will now need to configure the iphone selector by hand ({"settings": ["device:iphone"], "selector":"iphone"}) in their application.json files. (This resource store no longer assumes the selector is just the device.)
  • In a mojit's package.json: the version check is now spelled engines.mojito instead of yahoo.mojito.version.
  • In a mojit's package.json: config.mojito is now spelled yahoo.mojito.
  • The second argument to serializeClientStore() is gone. (This was pretty much internal to mojito anyway, so likely no one will miss it.)

issues fixed

issues unblocked

This passes yahoo-internal fork build 54, with the exception of one test. That test is broken, and should be updated once this is merged to develop. (The test is using mojito start --context lang=de which is used to set the default context. However, every request gets the lang set in the context, so that will override the default context specified on the command line.)

drewfish added 28 commits July 14, 2012 16:10
Conflicts:
	source/lib/app/commands/jslint.js
	source/lib/store.server.js
* binders skipped when runtime:server
* graph has nice title
* language bundles skipped unless --lang is given
@drewfish
Copy link
Contributor Author

Can't cleanly merge. I'll cut a new PR when that's available.

@drewfish drewfish closed this Jul 30, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant