Commit graph

3844 commits

Author SHA1 Message Date
Tom Hughes
0ea9f92be5 Merge branch 'master' into openid
Conflicts:
	app/controllers/user_controller.rb
2010-12-05 15:15:55 +00:00
Matt Amos
42ef10ba80 Avoid integer overflow when computing shortcodes
Although javascript's numbers are double precision floating point
number which support 52 bits of precision the bitwise operations are
only guaranteed to work at 32 bits of precision so we need to avoid
relying on them doing more than that.
2010-12-05 11:00:57 +00:00
Tom Hughes
616e9ce7b9 Update Potlatch 2 to r24576 build 2010-12-04 14:44:50 +00:00
Tom Hughes
fef620e375 Add a javascript callback for Potlatch 2 to update links as the map moves 2010-12-03 15:08:48 +00:00
Tom Hughes
a4cb284409 Update Potlatch 2 to r24558 build 2010-12-03 15:01:28 +00:00
Tom Hughes
7369b7427c Remove bogus trailing slash from GPX namespace URL 2010-12-02 19:23:38 +00:00
Tom Hughes
19d683b4df New highway icons for Potlatch 2 2010-12-02 11:35:54 +00:00
Tom Hughes
7aa22af4f5 Update Potlatch 2 to r24500 build 2010-12-01 16:23:42 +00:00
Tom Hughes
f2edaed41f Update Potlatch 2 to r24494 build 2010-12-01 12:50:59 +00:00
Tom Hughes
2235c33bb6 Update Potlatch 2 to r24490 build 2010-12-01 10:33:31 +00:00
Tom Hughes
d458bb044c Fix test for change to editor options 2010-12-01 09:27:12 +00:00
Tom Hughes
aa4a8fdc81 Replace JOSM editing option with generic Remote Control option 2010-12-01 09:25:27 +00:00
Tom Hughes
2a80b2b45a Update Potlatch 2 to r24483 build 2010-11-30 21:39:40 +00:00
Tom Hughes
70d75e3dc0 Improve the unsaved edits warning for Potlatch 2 2010-11-30 21:12:21 +00:00
Siebrand Mazeland
f43f8996c9 Localisation updates from http://translatewiki.net. 2010-11-30 21:30:17 +01:00
Tom Hughes
9fde18af5b Update Potlatch 2 to r24481 build 2010-11-30 20:27:39 +00:00
Tom Hughes
d2e3edd05f Update Potlatch 2 to r24477 build 2010-11-30 18:04:59 +00:00
Tom Hughes
a994633b6e Add the Bing imagery to Potlatch 2 2010-11-30 17:41:50 +00:00
Tom Hughes
abc5b2d7b4 Make setPosition reposition Potlatch 2 instead of reloading it 2010-11-30 17:18:16 +00:00
Tom Hughes
409576eea0 Make launching of Potlatch 2 from the GPS trace list work 2010-11-30 17:11:49 +00:00
Tom Hughes
a373f2ab8a Wire up maximise/minimise support for Potlatch 2 2010-11-30 17:05:49 +00:00
Tom Hughes
721fc0e42a Update Potlatch 2 to r24474 build 2010-11-30 17:02:03 +00:00
Tom Hughes
73f574aa0f Correct a few interpolation variables in the Turkish translation 2010-11-30 08:57:54 +00:00
Tom Hughes
06105d280c Fixup tests for changes to multi-editor functionality 2010-11-29 21:19:54 +00:00
Tom Hughes
a18c464357 Hide the edit menu when printing 2010-11-29 21:19:54 +00:00
Siebrand Mazeland
70b3feb03a Localisation updates from http://translatewiki.net. 2010-11-29 17:16:59 +01:00
Tom Hughes
854c1bd399 Update Potlatch 2 to r24454 build 2010-11-29 12:20:25 +00:00
Tom Hughes
57a1ae7048 Update Potlatch 2 to r24423 build 2010-11-29 12:20:25 +00:00
Tom Hughes
6bdc86dd33 Update Potlatch 2 to r24332 build 2010-11-29 12:20:24 +00:00
Tom Hughes
973a5eb02f Update Potlatch 2 to r24317 build 2010-11-29 12:20:24 +00:00
Tom Hughes
38e152d784 Use prototype based event handling for consistency 2010-11-29 12:20:24 +00:00
Tom Hughes
46af060a37 Don't display the menu when the anchor is disabled 2010-11-29 12:20:24 +00:00
Tom Hughes
918dd5679f Use prototype to capture events so the menus work on IE 2010-11-29 12:20:24 +00:00
Tom Hughes
9c2de4039c Add an explicit "default editor" option to the user settings 2010-11-29 12:20:23 +00:00
Tom Hughes
02f7b87515 Update Potlatch 2 styles 2010-11-29 12:20:23 +00:00
Tom Hughes
18a3cc94f1 Update Potlatch 2 to r24252 build 2010-11-29 12:20:23 +00:00
Tom Hughes
0a52a4eb07 Implement automatic OAuth setup for Potlatch 2 2010-11-29 12:20:22 +00:00
Tom Hughes
b26adef905 Warn if we fail to contact JOSM 2010-11-29 12:20:22 +00:00
Tom Hughes
04a6c41be9 Show a popup listing available editors when hovering over the edit tab 2010-11-29 12:20:22 +00:00
Tom Hughes
6c3b5aa9d4 Only Potlatch 1 needs a token to be created 2010-11-29 12:20:22 +00:00
Tom Hughes
c3453cf57d Make JOSM remote control based editing work 2010-11-29 12:20:22 +00:00
Tom Hughes
b90219f1d3 Add Potlatch 2 as an editor option 2010-11-29 12:20:21 +00:00
Matt Amos
cd66a5db99 Initial work on support for multiple editors 2010-11-29 12:20:21 +00:00
Tom Hughes
7f955a4aca Don't show user navigation links for non-public users
The changeset browser pages should not show the per-user navigation links
for changesets made by users that have not made their edits public.
2010-11-23 09:30:22 +00:00
Tom Hughes
7f3d37867b Protect against interception of confirmation emails
When processing an account confirmation email don't automatically
log the user in unless their browser session has a token that
matches the same user. Closes #3337.
2010-11-15 21:41:32 +00:00
Grant Slater
60fc060d27 DB Function add standard pgsql include dir too 2010-11-12 15:31:44 +00:00
Tom Hughes
12b2458e60 Hide the scale bar when printing 2010-11-09 14:29:05 +00:00
Andy Allan
624453948e Add a scale bar that changes with latitude (from OpenLayers 2.10) 2010-11-09 14:18:16 +00:00
Siebrand Mazeland
f7743cbbc4 Localisation updates from http://translatewiki.net. 2010-11-07 21:55:58 +01:00
Tom Hughes
f364dd8f00 Allow the Nominatim instance used to be configured 2010-11-02 10:40:43 +00:00