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
4f26a6e68d
Add current location button to geo search
2013-04-13 00:33:46 -05:00
f0f621acb6
Style tweak and new highligher
2013-04-12 23:57:53 -05:00
135d4b893d
Move potentialPortalLevel to main for common usage
2013-04-12 22:53:30 -05:00
0f1abe1fc7
Merge branch 'master' into highlighter
2013-04-12 22:38:46 -05:00
5f4e0192a0
added MapQuest OSM tiles - these native tiles work much more smoothly than the Google tile layers, so are best for a default
2013-04-13 02:31:47 +01:00
d9ead0597f
made osm-less layer chooser work again (fix for #152 )
2013-04-12 23:25:32 +02:00
934fa8242d
remove broken cm api key (see #152
2013-04-12 19:00:19 +03:00
cd7257cc5f
Update utils_misc.js
2013-04-11 13:43:03 -07:00
565861f0d8
Update utils_misc.js
2013-04-11 13:39:42 -07:00
6f01852568
Update utils_misc.js
2013-04-11 13:30:34 -07:00
502a7e1637
Update utils_misc.js
2013-04-11 13:18:34 -07:00
3d61ee3884
Update utils_misc.js
2013-04-11 13:15:43 -07:00
5ba407f2e4
Merge pull request #141 from Fragger/alert-callback
...
Adds an optional callback function to alerts when being closed
2013-04-11 08:31:07 -07:00
bc13a8eeda
Merge pull request #140 from Fragger/pos-url-fix
...
Fix url links for zoom, add ll param support from stock intel link button
2013-04-11 08:25:57 -07:00
dcd88cd502
add comment clarifying "return false" in "$.each" acts as a "break" - not obvious to those less familiar with jQuery
2013-04-11 16:21:14 +01:00
9b4eaaf4e8
Merge branch 'master' of https://github.com/vbfox/ingress-intel-total-conversion
2013-04-11 16:19:35 +01:00
f2df5643f9
Adds an optional callback function to alerts when being closed
2013-04-10 05:33:43 -07:00
15ea225d10
Fix url links for zoom, add ll param support from stock intel link button
2013-04-10 03:49:23 -07:00
ffcbcbc7a6
Nits and style changes
2013-04-10 00:46:16 -05:00
f13985b1f9
Fix clicking on cited player name inserting the nickname without '@' in the chat
2013-04-10 07:14:09 +02:00
c6118a47c2
Fix click on player name in chat doing nothing
...
It only worked when player tracker wasn't installed
2013-04-10 07:10:29 +02:00
055e584925
Merge branch 'master' into highlighter
2013-04-09 22:38:55 -05:00
0d51e045a0
disable input "keydown" on smartphones - it's redundant there (no tab key), breaks input editing, and has some impact on performance
...
fix #138
2013-04-10 04:07:20 +01:00
1a8d15d1c5
Add 2 new hooks: geoSearch and nicknameClicked
...
For both of them returning false will interupt the default action
'geoSearch' is called when something is entered in the search box.
The argument is the string entered in the search box
'nicknameClicked' is called when a nickname is cliked.
The argument is an object with 2 properties:
- 'event' contain the standard event object
- 'nickname' contain the nick of the user
2013-04-09 22:40:34 +02:00
baaaf3e3f1
remove unnecessary absolute URLs. site-relative are used where possible (e.g. permalinks, rpc calls) - and a couple of protocol-relative one for automatic http/https matching
2013-04-08 05:09:01 +01:00
e1991ea8f6
Merge branch 'master' into highlighter
2013-04-05 20:46:28 -05:00
f48aca8864
more chat changes
...
- remove public @mentions from the faction chat channel
- add default case to chat text handling. if a new message fragment type is added, at least something will be shown in chat instead of being blank (as happened when AT_PLAYER was first introduced)
- highlight your own player name in the chat column in yellow for things you said/actions performed - similar to @mentions from other players
2013-04-05 23:58:55 +01:00
8b2472701a
make double-click on portal title in details panel close the panel
...
TODO: better interface (close button?), but at least there's *some* way of closing it now
2013-04-05 18:06:40 +01:00
08b9ca4efc
Merge branch 'master' into highlighter
2013-04-05 00:39:30 -05:00
bd151c68f3
AP highlighter and tweaks.
2013-04-05 00:17:48 -05:00
d646f2df6b
Portal Highlighter - Initial Check in
2013-04-04 23:08:59 -05:00
a2a9d3458d
add highlight to SYSTEM_NARROWCAST (your X on Y was destroyed by Z) messages
2013-04-05 00:36:38 +01:00
3a37667a7c
chat - oldest/newest timestamp handling rewrite
...
this fixes an issue that, in theory, could have occured with the public chat fetching and over 200 sequential skipped ([secure]) messages. the recent change to skip SYSTEM_NARROWCAST for faction chat was much more likely to trigger the same issue
also
- lighten the red colour used in public chat - was almost impossible to read before
- set the faction chat message count to 100 (it was 50, then bumpped to 200 briefly to work around chat issues)
2013-04-05 00:07:54 +01:00
77cdac87df
remove "your X on Y was destroyed by Z" messages from faction chat - #121
2013-04-04 16:56:07 +01:00
3a8ea9161b
fix chat player highlighting
...
- clicking on names now inserts them
- fix: if your name was @mentioned, followed by another @player, it didn't mark the line
2013-04-01 19:11:25 +01:00
270905c83a
enable zoom control for mobile (allows for one-touch zoom control)
...
move zoom control to under the layer control on smartphone layout
remove localstorage zoom control visibility setting - there was no way to configure it, so seemed a bit odd
2013-03-30 20:01:36 +00:00
cf343663e4
show lat,lng in poslink window - #100
2013-03-30 18:34:40 +00:00
39f5f9db2e
inject smartphone.css dynamically in code/smartphone.js - this makes it easy to switch between modes on a URL parameter
...
fix #88
2013-03-29 00:49:46 +00:00
bd736bab10
Merge pull request #71 from Fragger/main-remove-player-tracker-resources
...
Remove resources from main that are now in the player tracker plugin
2013-03-28 16:54:58 -07:00
4b3e84ce51
merge #86 , with some tweaks in the case AT_PLAYER area so it's cleaner
2013-03-28 23:32:46 +00:00
51804c80dd
allow forcing of mobile/desktop site with vp=m or vp=f URL parameters
...
this will allow the IITC Mobile app to include an option to choose desktop/mobile versions of IITC
for regular desktop browsers, don't expect it to work well with vp=m
2013-03-27 05:37:30 +00:00
0314fe90d5
Show portal title in gmaps
...
Closes issue #40
2013-03-25 23:43:08 -05:00
0113c0b981
Remove resources from main that are now in the player tracker plugin
2013-03-25 13:14:34 -07:00
953a50d0a9
Build in default marker icon images
2013-03-24 23:46:17 -07:00
0f04cc24a6
Merge pull request #46 from Fragger/master-base64-icons
...
Add in base64 image encoding to build system and move images over to use it
2013-03-23 12:38:24 -07:00
5474b893a6
Add in base64 image encoding to build system and move images over to use it
2013-03-23 10:31:06 -07:00
ee4be2503e
Merge pull request #30 from teo96/master
...
#issue 29 : add nickname in the chat textbox when I click on it
2013-03-23 07:41:25 -07:00
5a283759cc
I said “FIX #31”
2013-03-22 19:37:35 +01:00