Commit Graph

1609 Commits

Author SHA1 Message Date
7bd7275106 Fix sort breaking when opened even amounts of times
Event listeners were added everytime and never removed, even amounts of
times cased them to reverse themselves.
2013-04-16 22:33:26 -07:00
11d5b54ea4 Color by Portal level
One of the more frequently requested, but IMO useless, features.
2013-04-16 23:53:10 -05:00
fe7d782b71 New Highlighter
New AP/Energy Highligher, reword previous names.
2013-04-16 23:36:38 -05:00
f38c04f13a Portals-list code cleanup, change four to two space line indent 2013-04-16 21:11:34 -07:00
3cd664c25c Merge branch 'master' into highlighter 2013-04-16 23:07:03 -05:00
0a18571308 Fix desktop geosearch on mobile
#154. Mobile seems messed up though. (Even without these changes.) Not
sure if something is off with my build, or if something else changed.

This should fix though.
2013-04-16 23:04:06 -05:00
60a65d227a More changes from gfm to md 2013-04-16 20:34:02 -07:00
f767b939ad Only need markdown and not GFM for .md files 2013-04-16 20:30:25 -07:00
d59e2e2816 Use already read file instead of rereading 2013-04-16 20:22:09 -07:00
ae8200d7be Add ATTRIBUTION.md to About IITC pop up 2013-04-16 20:18:21 -07:00
bec7ae8c95 Merge branch 'master' of https://github.com/jonatkins/ingress-intel-total-conversion 2013-04-16 23:54:05 +01:00
9d350b206e add background colour to large portal images - as some (e.g. zipcar) have transparency 2013-04-16 23:51:35 +01:00
901d30287a fixed typo 2013-04-17 00:13:39 +02:00
acc0db1ce8 one more update for HACKING.md 2013-04-17 00:12:44 +02:00
6b04ee4939 Don't modify nicknameClicked function, pull name in event calling function 2013-04-16 15:04:26 -07:00
b7329a611c updated mobile README.md 2013-04-17 00:00:56 +02:00
88ee267c66 updated HACKING.md 2013-04-16 23:48:12 +02:00
4ebade1245 updated mobile readme 2013-04-16 23:40:05 +02:00
83a20f3f0b updated mobile hacking.md 2013-04-16 23:37:53 +02:00
3daa7f1192 Merge pull request #168 from Fragger/show-linked-portals-quote
Show linked portals quote bugfix
2013-04-16 12:35:23 -07:00
317bc236c8 Merge branch 'highlighter' of https://github.com/vita10gy/ingress-intel-total-conversion into highlighter 2013-04-15 09:09:28 -05:00
038a2205b5 Merge branch 'master' into highlighter 2013-04-15 09:09:12 -05:00
bbc1196e17 Merge pull request #166 from vita10gy/location
Current Location - Title and pointer
2013-04-15 06:15:26 -07:00
032f70eb6f Show linked portals quote bugfix 2013-04-15 02:03:42 -07:00
594e55cdc6 Merge branch 'master' into location 2013-04-15 00:14:56 -05:00
2719d3bc98 extras 2013-04-15 00:13:57 -05:00
e4d3c0d9f0 Change cursor to pointer on any nickname class element 2013-04-14 19:42:05 -07:00
eb7d021449 Double space issue when clicking a nickname with a space already present in chat 2013-04-14 19:35:30 -07:00
aa6581fb85 Make any nickname class element clickible to fill @ nick in chat 2013-04-14 19:35:27 -07:00
082125229d player tracker: if guess player levels installed but returns undefined, assume level 1 rather than showing nothing
(maybe this should be interlal to the guess-plyaer-levels plugin instead?)
2013-04-14 18:54:59 +01:00
d4a3377a9a update to leaflet 0.5.1
also include un-uglify-ed leaflet-src.js, for reference or debugging purposes
2013-04-14 18:54:00 +01:00
2f5b117998 Merge pull request #154 from vita10gy/location
Add current location button to geo search
2013-04-14 07:14:11 -07:00
f3ccd14344 Merge pull request #162 from Fragger/add-data-beforePortalReRender
Add portalGuid to beforePortalReRender hook data
2013-04-14 06:54:56 -07:00
24e5f26aba Merge pull request #163 from Fragger/ipas-version-bump
Bump ipas version number
2013-04-14 06:54:13 -07:00
e091923d64 Bump ipas version number 2013-04-13 22:58:06 -07:00
1f10846c6b Update hook documentation 2013-04-13 21:34:56 -07:00
4529f6c3ec Add portalGuid to beforePortalReRender hook data 2013-04-13 21:08:11 -07:00
0d5c86eb17 move sidebar toggle up 15 pixels. it felt a bit too low after various space optimisations 2013-04-14 01:26:44 +01:00
326df3af26 add a close button to the portal detail display - some people like to be able to hide it
show linked portals updated - the positioning needed changing
2013-04-14 01:23:35 +01:00
4ce09c737d Merge pull request #160 from Diskordia/patch-1
Update code/redeeming.js
2013-04-13 15:22:11 -07:00
c420cdc64b Merge pull request #161 from Diskordia/patch-2
Update json_examples/redeeming.js
2013-04-13 15:21:14 -07:00
684bea2970 Update redeeming.js
Example for Powercube & Promo Email
2013-04-14 01:14:30 +03:00
2403042179 Update redeeming.js
support for Powercubes
2013-04-14 01:02:25 +03:00
f8768acf63 add note about missing support for reporting power cubes when redeeming
need to capture the traffic to see the data format for this - tricky!
2013-04-13 22:12:34 +01:00
140e4f4178 add basic Makefile - it just runs "build.py" with no parameters for the default build
(some editors have an 'invoke make' feature - handy for them)
2013-04-13 21:55:07 +01:00
f2dfeb29bb cleanups to the toolbox
- remove   - use style sheets to prevent wrapping within links
- make more consistant with the cleanups made to the .linkdetails links
for #135
2013-04-13 21:45:30 +01:00
99d52dad8a various cleanups to the portal detail display links
- removed 'donate'
- made case consistant - upper case 1st letter
- shortened excessively long links (IAPS) - but added title text on links with more detailed descriptions
inspired by #135
2013-04-13 21:18:26 +01:00
83f6d853e0 Sort dropdown 2013-04-13 14:03:59 -05:00
ef915aaaa2 deleted console calls 2013-04-13 00:39:25 -05:00
4f26a6e68d Add current location button to geo search 2013-04-13 00:33:46 -05:00