Sargun Vohra
|
cf19dcca29
|
Pokemon form names (#213)
* added names and form names to the pokemon-form resource
* document pokemon form names
* close #185
|
2016-06-25 12:56:24 -04:00 |
|
Sargun Vohra
|
f8c641716e
|
Link moves to machines (#211)
* add Machines resource to link TM/HM items to moves
* document new Machines resource
* fix #198
|
2016-06-25 12:45:20 -04:00 |
|
Sargun Vohra
|
32b28274dc
|
Make clean should remove .pyc files in subdirectories too (fix #164) (#208)
|
2016-06-25 10:42:39 -04:00 |
|
Sargun Vohra
|
c5301cedb1
|
Update PokeKotlin link in docs (#214)
|
2016-06-08 18:06:28 -04:00 |
|
Akhil Indurti
|
9f61b53782
|
Added missing sprites for pokemon ids 10064-10090. (#157)
|
2016-06-05 22:17:30 -04:00 |
|
Sargun Vohra
|
fce9410c50
|
Fix for dealing with name format (#207)
* Allow plus in names (fix #146)
* Handle id/name that does not match the format instead of throwing an error
|
2016-06-04 12:27:36 -04:00 |
|
Sargun Vohra
|
1890ad9512
|
Allow negative IDs (fix #145) (#206)
|
2016-06-04 11:18:45 +01:00 |
|
Sargun Vohra
|
ea12247133
|
Minor change to "effort" description (#204)
So it's possible to CTRL-F -> "EV" and find it.
|
2016-06-03 09:58:13 +01:00 |
|
Paul Hallett
|
b558edbb9f
|
Update github links (#202)
|
2016-06-02 09:42:48 +01:00 |
|
Sargun Vohra
|
1d3ba5494a
|
Documentation update (#201)
* documentation fixes
* minor fix to location_area_encounters doc
* auto format markdown tables
|
2016-06-02 09:39:06 +01:00 |
|
Paul Hallett
|
15aae235b4
|
Update views.py
|
2016-06-01 09:41:48 +01:00 |
|
Paul Hallett
|
4919c0674d
|
DB index, improve Pokemon performance (#194)
* DB index, improve Pokemon performance
* fix test
* blep
|
2016-05-30 14:58:03 +01:00 |
|
Effy Elden
|
8537999858
|
Hopefully fixes #189 - replace 'localhost:8000' with 'pokeapi.co' in all page templates. (#193)
|
2016-05-26 15:20:49 +01:00 |
|
Paul Hallett
|
302b38a8f4
|
Create ISSUE_TEMPLATE
|
2016-05-25 09:04:12 +01:00 |
|
Sargun Vohra
|
ba7cfafbc4
|
use empty list instead of null for evolution details (#191)
|
2016-05-25 09:01:23 +01:00 |
|
Sargun Vohra
|
254937c673
|
Always wrap evolution details in a list (#190)
* fix #188, always wrap evolution details in a list
* update evolution details test to accomodate fix
|
2016-05-24 14:56:15 +01:00 |
|
Paul Bowsher
|
13becdb6a8
|
Fix a typo (#184)
`abailable` -> `available`
|
2016-05-09 09:24:32 +01:00 |
|
Alexandre Boucey
|
38a88634ce
|
Improving docker support (#179)
Allow docker to reuse previous pip layer
Fixed newlines
|
2016-05-03 16:05:37 +01:00 |
|
Paul Hallett
|
a7fa867a7c
|
fix if statements (#177)
|
2016-04-30 15:42:28 +01:00 |
|
Paul Hallett
|
eb5783697b
|
Set up redis cache (#176)
|
2016-04-30 15:36:56 +01:00 |
|
Paul Hallett
|
422d98fff2
|
Optimisations (#174)
* removed all the things causing slow times on data
* fixup look sharp
* use ujson
* bep
|
2016-04-30 13:02:27 +01:00 |
|
Paul Hallett
|
5b94cff6c8
|
Update README.md
|
2016-04-26 09:59:39 +01:00 |
|
Paul Hallett
|
489c1a700e
|
Update cors headers regex (#168)
|
2016-04-23 14:37:43 +01:00 |
|
Shohei Shimomura
|
0bce568bce
|
Update pokemon_v2/README.md (#153)
|
2016-04-23 11:06:16 +01:00 |
|
phalt
|
75259851a9
|
Added missing import
|
2016-04-22 11:30:02 +01:00 |
|
phalt
|
201d96bb52
|
blep
|
2016-04-22 11:13:42 +01:00 |
|
phalt
|
bc8881e337
|
update text
|
2016-04-22 11:12:34 +01:00 |
|
Paul Hallett
|
8c8f80d66c
|
Set up stripe donation button (#158)
* Set up stripe donation button
* Add crsf_exempt import
* rebase and update
|
2016-04-22 10:55:42 +01:00 |
|
Zane Adickes
|
00a968787a
|
Slack information updates (#166)
* slack updates to docsand about page
* typo fixes
* typo fixes
|
2016-04-20 10:46:35 +01:00 |
|
Paul Hallett
|
f60738d844
|
Merge pull request #150 from smasher164/docs-html-readme
Updated docs, readme, and footer
|
2016-03-22 09:27:07 +00:00 |
|
smasher164
|
2bf7a9667b
|
Update docs and readme to show that /location/ and /location-area/ only take an id, not a name.
|
2016-03-16 19:29:53 -04:00 |
|
smasher164
|
54048c1359
|
Changed ghbtns Follow button in footer to https to prevent it from being blocked.
|
2016-03-16 19:23:44 -04:00 |
|
Paul Hallett
|
e9493becf1
|
Merge pull request #149 from sh0hei/add_mascalade-pokeapi_to_api_v1
Add mascalade-pokeapi wrapper to v1 docs
|
2016-03-16 10:13:28 +00:00 |
|
sh0hei
|
5bc832bf46
|
Merge branch 'master' into add_mascalade-pokeapi_to_api_v1
|
2016-03-16 09:53:33 +09:00 |
|
Paul Hallett
|
cd6a2da586
|
Merge pull request #133 from M-Zuber/patch-1
Doc fixes
|
2016-03-15 15:06:28 +00:00 |
|
Mordechai Zuber
|
2f7736f48e
|
Merge branch 'master' into patch-1
|
2016-03-15 15:58:21 +02:00 |
|
sh0hei
|
76614bfdbd
|
Add mascalade-pokeapi wrapper to v1 docs
|
2016-03-15 21:06:18 +09:00 |
|
Paul Hallett
|
2a99a016fa
|
Merge pull request #144 from pokesource/pokekotlin-moved
Update PokeKotlin link because it has moved
|
2016-03-15 09:24:31 +00:00 |
|
Sargun Vohra
|
a56b42f08d
|
Update PokeKotlin link because it has moved
|
2016-03-14 20:42:51 -04:00 |
|
Paul Hallett
|
d389d04718
|
Merge pull request #139 from darkcl/master
Add PokemonKit, a wrapper written in swift
|
2016-03-14 09:32:34 +00:00 |
|
Yeung Yiu Hung
|
73561a5661
|
Add PokemonKit, a wrapper written in swift
|
2016-03-12 21:30:40 +08:00 |
|
Mordechai Zuber
|
3242948828
|
Fix for phalt/pokeapi#120
|
2016-03-09 16:52:00 +02:00 |
|
Mordechai Zuber
|
e50ae665de
|
Update docsv2.md
|
2016-03-09 11:41:41 +02:00 |
|
Mordechai Zuber
|
a7def4945b
|
Fix issue phalt/pokeapi#121
|
2016-03-08 19:38:45 +02:00 |
|
Mordechai Zuber
|
834094295a
|
Fix phalt/pokeapi#132
|
2016-03-08 19:36:27 +02:00 |
|
Mordechai Zuber
|
0ae7421ae6
|
Fix issue phalt/pokeapi#131
|
2016-03-08 19:34:23 +02:00 |
|
Paul Hallett
|
a5876d952d
|
Merge pull request #130 from sargunster/pokekotlin-wrapper
Add PokeKotlin wrapper to v2 docs
|
2016-03-08 17:18:11 +00:00 |
|
Sargun Vohra
|
c5a1658816
|
add PokeKotlin wrapper to v2 docs
|
2016-03-07 12:37:24 -05:00 |
|
Paul Hallett
|
de524e19d8
|
Merge pull request #129 from phalt/rollback
Rollback
|
2016-03-07 11:00:37 +00:00 |
|
root
|
bd30096d43
|
version rollback
|
2016-03-07 10:54:51 +00:00 |
|