Commit graph

728 commits

Author SHA1 Message Date
Andy Allan
873fe81f71 Try a different approach - grab the layout and stylesheet from slim1, and ditch the rest 2011-04-03 13:46:16 +01:00
Matt Amos
82db7eccc8 Added SOTM 2011 banner to the side bar 2011-04-03 13:46:15 +01:00
Tom Hughes
432852c041 Rebuild OpenLayers with patch for OpenLayers ticket #2848
OpenStreetMap ticket #3399 reports than the transition effects are
not working properly on the map - brining in this upstream patch is
an attempt to fix that.
2011-04-01 08:50:31 +01:00
Tom Hughes
481c8f04e9 Update Potlatch 2 to 0.5-295-g3fdb3c2 build 2011-03-29 15:11:28 +01:00
Tom Hughes
bebacced34 Update Potlatch 2 to 0.5-294-g58c9d2c build 2011-03-29 11:56:02 +01:00
Tom Hughes
3fbf7891cc Update Potlatch 2 to 0.5-293-g6780e5b build 2011-03-15 14:39:11 +00:00
Tom Hughes
4e156fb9d1 Update Potlatch 2 to 0.5-291-g0c68ba6 build 2011-03-09 14:52:51 +00:00
Tom Hughes
ecb9240650 Update Potlatch 2 to 0.5-289-g1aefc1d build 2011-03-09 12:45:43 +00:00
Tom Hughes
21a73f2d2c Update Potlatch 2 to 0.5-288-ge6767fa build 2011-03-09 11:34:17 +00:00
Tom Hughes
27809a2c54 Update Potlatch 2 to 0.5-288-g9cbfeb6 build 2011-03-08 20:36:49 +00:00
Tom Hughes
11aff90f63 Merge branch 'master' into openid
Conflicts:
	app/controllers/user_controller.rb
	app/views/user/login.html.erb
	public/stylesheets/common.css
2011-02-10 14:10:19 +00:00
Tom Hughes
7d60707647 Update Potlatch 2 to r25217 build 2011-02-02 19:47:53 +00:00
Tom Hughes
e34ce3cb4c Update Potlatch 2 to r25177 build 2011-01-29 12:19:37 +00:00
Tom Hughes
a28b987212 Update Potlatch 2 to r25171 build 2011-01-28 17:04:32 +00:00
Patrick Kilian
8c4419412f Improve the Osmarender key 2011-01-17 10:16:52 +00:00
Tom Hughes
5a5db3932f Update Potlatch 2 to r25074 build 2011-01-16 17:33:18 +00:00
Tom Hughes
13743ae8d5 Update Potlatch 2 to r25050 build 2011-01-14 15:10:11 +00:00
Tom Hughes
1f5f6856bf Add a client access policy for Silverlight applications 2011-01-10 17:29:17 +00:00
Tom Hughes
fc93cbd8c0 Update Potlatch 2 to r24969 build 2011-01-04 15:35:49 +00:00
Tom Hughes
2e5fa5848f Update Potlatch 2 to r24923 build 2010-12-31 13:34:32 +00:00
Tom Hughes
3c2e3ecb8f Close the editor menu as soon as a choice is made 2010-12-22 18:29:50 +00:00
Tom Hughes
2e8d7f9f1d Update Potlatch 2 to r24834 build 2010-12-22 08:38:25 +00:00
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