Tom Hughes
|
6c202448ad
|
Move user images to Active Storage with paperclip as a fallback
|
2019-07-09 19:17:30 +01:00 |
|
Simon Poole
|
42a917b0a8
|
Reduce es lint moaning
|
2019-05-13 17:45:50 +02:00 |
|
Simon Poole
|
1be8d599e8
|
Add checkbox for contributor terms and improve text
|
2019-05-13 16:54:29 +02:00 |
|
Simon Poole
|
027728fede
|
Use jquery
|
2019-05-13 16:54:29 +02:00 |
|
Simon Poole
|
d3d03a3177
|
Move onclick handling of tou checkbox to ujs
|
2019-05-13 16:52:18 +02:00 |
|
Tom Hughes
|
5bd59e1936
|
Enable a number of eslint style rules
|
2019-04-07 17:02:39 +01:00 |
|
Tom Hughes
|
eb7678145a
|
Use double quotes consistently in javascript code
|
2019-04-06 15:59:34 +01:00 |
|
Tom Hughes
|
a3519348c6
|
Remove inline javascript from user settings page
|
2017-11-24 16:20:50 +00:00 |
|
Holger Jeromin
|
833579778a
|
Removes DOM difference in location button
|
2017-10-18 15:05:11 +02:00 |
|
Tom Hughes
|
d13348c0ea
|
Remove inline javascript from user views
|
2017-02-27 22:51:03 +00:00 |
|
Marco Antonio Frias Butrón
|
1f9857e76c
|
Patch classes on the locate control
This patches the map on the user page in the same way as the main map.
Closes #1328
|
2016-10-17 11:00:01 +01:00 |
|
Tom Hughes
|
e434cb154c
|
Convert OpenID authentication to generic third party authentication
|
2015-02-25 01:07:23 +00:00 |
|
Tom Hughes
|
bd2e999756
|
Move some javascript functions out of global scope
|
2015-02-24 00:19:08 +00:00 |
|
Tom Hughes
|
66039dedb0
|
Move zoomPrecision function to the OSM namespace
|
2014-02-27 18:15:54 +00:00 |
|
John Firebaugh
|
6681155865
|
Fix map controls on user settings page
|
2013-11-05 15:57:03 -08:00 |
|
John Firebaugh
|
53e4d600e7
|
Fixes
|
2013-10-13 14:45:58 -07:00 |
|
Tom Hughes
|
58eb17cb63
|
Update user location setting for zoomPrecision change
|
2013-08-04 12:40:20 +01:00 |
|
Tom Hughes
|
7db1180506
|
Reduce user location to be between -180 and 180 degrees
|
2013-07-30 21:20:09 +01:00 |
|
Tom Hughes
|
b1dae2e798
|
Round user home location to a sensible precision
|
2013-07-30 18:05:57 +01:00 |
|
John Firebaugh
|
aff23d4b4b
|
Simplify sidebar/resize
Float sidebars left/right and use overflow: hidden.
Fixes a bug on Opera where mouse events propagate to
the map.
|
2013-07-18 10:45:18 -07:00 |
|
John Firebaugh
|
de5a225a95
|
Use custom zoom control everywhere
|
2013-07-18 10:45:16 -07:00 |
|
John Firebaugh
|
4563244fd1
|
Clean up some of the map JS, reduce scope of globals
|
2013-07-18 10:34:17 -07:00 |
|
John Firebaugh
|
9bd48640ad
|
Move popup anchor definition to icon
|
2012-11-09 15:57:31 -08:00 |
|
John Firebaugh
|
ed84516db2
|
Fix user popup styles
|
2012-11-09 12:59:31 -08:00 |
|
John Firebaugh
|
1927bc6ca8
|
Fix user map icon and offset
|
2012-11-09 12:59:31 -08:00 |
|
John Firebaugh
|
648f232596
|
Inline map.js marker functions
|
2012-11-09 12:59:31 -08:00 |
|
John Firebaugh
|
6f793e1b21
|
Pan/zoom controls that look like the OL ones
|
2012-11-09 12:59:28 -08:00 |
|
John Firebaugh
|
30ad58c01f
|
Port to Leaflet
|
2012-11-09 12:59:27 -08:00 |
|
John Firebaugh
|
237d2ad60d
|
Simplify further by using OSM.home
|
2012-10-05 22:37:21 +01:00 |
|
John Firebaugh
|
97eee60c99
|
Remove unnecessary call to closeMapPopup()
In the 'set_location' case no popups are ever opened.
|
2012-10-05 22:32:05 +01:00 |
|
John Firebaugh
|
330ddc1666
|
Use jQuery
|
2012-10-05 22:31:17 +01:00 |
|
John Firebaugh
|
dd1ec4eb9b
|
Move user JS to page-specific script file
In this case it was difficult to eliminate interpolation
in a separate step, so I didn't bother.
|
2012-10-05 22:24:41 +01:00 |
|