Commit graph

584 commits

Author SHA1 Message Date
Andy Allan
51971248c1 Rework the login page to explain better what to do if you're new 2010-12-21 17:26:03 +00:00
Andy Allan
385dbed0ab Round corners on content-area notice boxes 2010-12-21 17:26:02 +00:00
Jonas Krückel
2ec1418db5 Reduce left and right padding for the "Go" button
Firefox keeps the text on a button centered if it overflows the content
area but Webkit keeps the left edge fixed and pushes all the overflow to
the right so reducing the padding improves the look in Webkit when the
text is too long.
2010-12-21 17:21:20 +00:00
Andy Allan
0aec1c5fa0 Use a list for the main menu, rather than br-separated links 2010-12-20 18:22:33 +00:00
Andy Allan
244d1f81c2 Padding / margin updates for the introduction sidebar panel 2010-12-20 18:22:16 +00:00
Tom Hughes
a8fa21c5ea Restore the transitionEffect on the OpenStreetMap layers
The OSM map layers used to have transitionEffect set but it was
accidentally lost during the OL 2.8 upgrade.
2010-12-18 14:50:07 +00:00
Tom Hughes
f6eae0c725 Update Potlatch 2 to r24796 build 2010-12-18 11:49:57 +00:00
Andy Allan
e52d101fc7 Rounded corners baby 2010-12-17 17:37:12 +00:00
Andy Allan
e103de12b1 Make the search box 17% longer, yay! 2010-12-17 17:37:07 +00:00
Andy Allan
0c5854dada Reduce the margins on the sidebar 2010-12-17 17:37:02 +00:00
Andy Allan
b5e28f092f Fix the popup image - was updated in OL 2.10 release with a new size 2010-12-16 19:09:11 +00:00
Tom Hughes
e09d968270 Update Potlatch 2 to r24750 build 2010-12-15 23:59:07 +00:00
Tom Hughes
afc8f40bcd Update Potlatch 2 to r24694 build 2010-12-11 00:11:39 +00:00
Tom Hughes
a283bfbf49 Update Potlatch 2 to r24693 build 2010-12-10 22:20:38 +00:00
Tom Hughes
485b959ca2 Update Potlatch 2 to r24663 build 2010-12-09 12:08:35 +00:00
Tom Hughes
18b01157a3 Fix invalid vertical-align in stylesheet 2010-12-09 12:08:06 +00:00
Tom Hughes
714167b95f Update Potlatch 2 to r24636 build 2010-12-07 00:27:50 +00:00
Tom Hughes
6bccf86b81 Update Potlatch 2 to r24608 build 2010-12-06 10:00:25 +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
a4cb284409 Update Potlatch 2 to r24558 build 2010-12-03 15:01:28 +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
2a80b2b45a Update Potlatch 2 to r24483 build 2010-11-30 21:39:40 +00: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
721fc0e42a Update Potlatch 2 to r24474 build 2010-11-30 17:02:03 +00:00
Tom Hughes
a18c464357 Hide the edit menu when printing 2010-11-29 21:19:54 +00: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
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
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
04a6c41be9 Show a popup listing available editors when hovering over the edit tab 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
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
Tom Hughes
1a80a11c4c Make permalinks draggable
Move the div containing the permalinks outside the map div so that
they aren't affected by the OpenLayers event handlers and hence get
the normal drag handling for links. Closes #3251.
2010-10-11 08:39:05 +01:00
Richard Fairhurst
d68466ecf8 Remove NearMap from Potlatch options 2010-09-15 10:32:13 +01:00
Tom Hughes
d28457b005 Update to OpenLayers 2.10 2010-09-09 16:27:50 +01:00
Tom Hughes
d8006be822 Use the keyid to identify the layer to using when exporting to an
embeddable map. Fixes #3221.
2010-09-08 17:13:54 +01:00
Tom Hughes
232337c08b Update cyclemap layer to use new tile server 2010-08-15 17:35:08 +01:00
Tom Hughes
2def7c187e Don't process overlay layers in old-style layer configurations
There are no overlay layers that we actually want to be persistent, and
the removal of the maplint layer means that old configurations generally
open the wrong overlays now anyway.
2010-08-13 15:13:30 +01:00
Tom Hughes
b3d92954d3 Use normal notice system to display login banner 2010-08-13 15:13:30 +01:00