Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update highstock, fix various PHP warnings, and create a recipe import tool. #125

Merged
merged 12 commits into from
Aug 21, 2013

Conversation

Ryan-Myers
Copy link
Contributor

This will update Highstock to the latest version (1.3.4). This fixes the odd coin image in the upper left corner of graphs that almost entirely obscured.

Also fixed some PHP warnings that appeared when in debug mode.

Also created a a tool to import recipes from the official GW2 API.
Used like:
php tools/create-recipe-map.php > recipemap.json
php tools/import-recipe-map.php recipemap.json

…ead of the undefined $queryType. Cuts back on the amount of data returned as well.
…n of highstock changed the default colors, and this manually overrides them to the old ones.
Used like:
php tools/create-recipe-map.php > recipemap.json
php tools/import-recipe-map.php recipemap.json
…items it cannot find in the database already using two methods. First it will attempt to use the trading post API. Failing that, it will attempt to use the official gw2 API. It seems to be working now, but it needs a lot of cleanup.
Work in progress recipe map additions. It will now attempt to create ite...
rubensayshi added a commit that referenced this pull request Aug 21, 2013
Update highstock, fix various PHP warnings, and create a recipe import tool.
@rubensayshi rubensayshi merged commit e40af52 into rubensayshi:master Aug 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants