Commit graph

549 commits

Author SHA1 Message Date
Richard Fairhurst
117b8d1a6b Potlatch 1.3 2009-11-23 01:04:02 +00:00
Ævar Arnfjörð Bjarmason
20e934e489 Potlatch 1.2G it's Twitterific 2009-11-19 23:00:09 +00:00
Richard Fairhurst
abda3b7f77 more of Avar's fixes \o/ 2009-11-19 22:46:02 +00:00
Richard Fairhurst
9704c206ca add Nearmap to background menu - thanks avar 2009-11-19 16:54:31 +00:00
Ævar Arnfjörð Bjarmason
7f48f6847f Add NearMap to the drop-down list of imagery presets in Potlatch 2009-11-19 16:48:03 +00:00
Richard Fairhurst
1e7d326d8f move shift-click to command/control-click 2009-11-19 02:56:18 +00:00
Richard Fairhurst
3ee9ec5767 Inspector shows how many times a node is in a way 2009-11-16 21:03:23 +00:00
Richard Fairhurst
6b379a19d1 fine adjustment & remove debug 2009-11-11 11:12:08 +00:00
Richard Fairhurst
6383a9358b Potlatch 1.2e 2009-11-09 00:52:08 +00:00
Richard Fairhurst
375e059df5 Potlatch 1.2d 2009-11-02 21:53:34 +00:00
Tom Hughes
e23744bd8d Add :warning and :error flash messages which can be styled separately to
the existing :notice messages.

Also reviewd all existing flash messages and changed them to be errors or
warnings when appropriate and checked that those which are not followed by
a redirect are done as flash.now[] instead of flash[].
2009-11-01 13:07:46 +00:00
Tom Hughes
639a994c9b Experimental support for reverse geocoding using the new geocoder. 2009-10-30 11:12:55 +00:00
Tom Hughes
78d4944caa Use a PanZoom control on small screens instead of a PanZoomBar control. 2009-10-23 23:31:19 +00:00
Richard Fairhurst
e26ce36630 space-drag for small increments 2009-10-23 11:35:24 +00:00
Tom Hughes
0166abe88a Merge 18123:18249 from trunk. 2009-10-21 23:37:05 +00:00
Tom Hughes
fc4e72dc35 Improve handling of signup and login forms on small displays. 2009-10-20 23:57:39 +00:00
Richard Fairhurst
ea04831d71 Compiled version of Ævar's tweaks 2009-10-16 15:14:14 +00:00
Richard Fairhurst
0f97605f7c Ævar's enhancement to write the language in created_by 2009-10-14 21:18:13 +00:00
Tom Hughes
ef40b61ff4 Merged 17256:18123 from trunk. 2009-10-13 20:06:24 +00:00
Matt Amos
42cdcce858 Another version of the media-queries CSS stuff. Works better for more pages now. 2009-10-13 14:23:20 +00:00
Richard Fairhurst
b99227b808 clearly a fantastic feature, but still... 2009-10-12 08:18:27 +00:00
Richard Fairhurst
7b7d57f96c add 1:25k as background layer 2009-10-12 08:17:32 +00:00
Tom Hughes
c89189407f Rename .htaccess to htacess.example to stop it causing problems when
the directives in it are not allowed.
2009-10-06 17:29:44 +00:00
Tom Hughes
1466ab3492 Remove hack that was needed to cope with our old asset tagging but
which now does nothing except break installation in subdirectories.
2009-10-06 17:26:51 +00:00
Tom Hughes
cb57a77c3a Use relative URLs in the stylesheet so we can run in a subdirectory. 2009-10-06 17:24:38 +00:00
Tom Hughes
7de5220090 Merge 17944:17988 from trunk. 2009-10-05 20:25:45 +00:00
Richard Fairhurst
0721a135b6 OS7 tile layer support 2009-10-05 12:36:01 +00:00
Richard Fairhurst
212d2c8c0d still tidy properties when icon has changed 2009-10-05 11:50:24 +00:00
Tom Hughes
f4dba81b64 Modify the existing i18n() javascript function to lookup strings in
the javascript i18n array as well as expanding arguments, and make all
lookups go through it.
2009-10-02 23:41:19 +00:00
Tom Hughes
596ab82461 Move javascript translations to a separate key based on the path to
the javascript file that uses them and amend the layout to automatically
find and output all javascript strings.
2009-10-02 23:33:17 +00:00
Tom Hughes
52126dc3c1 There is no need to translate the names of layers which are not shown
in the layer switcher.
2009-10-02 23:03:42 +00:00
Ævar Arnfjörð Bjarmason
4c84709c80 Follow up to [17948]: Make the layer switcher translatable too! 2009-10-02 20:39:47 +00:00
Ævar Arnfjörð Bjarmason
b0e1560875 Some of our JavaScript files have UI messages but we don't want to
make them dynamic.

So I'm creating a globally scoped JavaScript array called rails_i18n
which holds some of these messages. It's loaded in <head> before any
of the JavaScript files so it should always be available.
2009-10-02 20:19:28 +00:00
Matt Amos
17f05fdb13 Merging 17905:17944 from trunk. 2009-10-02 15:36:46 +00:00
Ævar Arnfjörð Bjarmason
8c1d3fdd6b Amend [17942]:
* Center-align donation text
 * Add title="" to the donate link
 * Use an official cc_button.png from http://1.1.1.1/bmi/i.creativecommons.org/l/by-sa/2.0/88x31.png that doesn't include English text
 * Add rel=license to license link as suggested by CC
 * Add width/height to CC button
2009-10-02 13:04:47 +00:00
Tom Hughes
968e6c417f Replace the donate button with a text version that can be translated. 2009-10-02 12:29:44 +00:00
Richard Fairhurst
817aee0536 fix GPS offset 2009-10-02 07:05:05 +00:00
Matt Amos
59102ea017 Merging 17846:17904 from trunk. 2009-10-01 17:23:01 +00:00
Richard Fairhurst
ef7825ce0c compile avar's latest commit 2009-10-01 16:01:12 +00:00
Richard Fairhurst
d7de7a8567 Potlatch 1.2c 2009-10-01 11:04:00 +00:00
Tom Hughes
c192b95021 Open up crossdomain policy to allow all headers from everywhere as I can't
find any information anywhere that gives me any idea why we would want to
restrict what headers can be sent.
2009-09-30 23:47:26 +00:00
Tom Hughes
53c2f0dccc Revert r17851 and just give non-local flash clients access to
the X_HTTP_METHOD_OVERRIDE header.
2009-09-29 16:24:07 +00:00
Andy Allan
5d07b6d76c Merge r17285 from the oauth branch - allow flash access to set headers, even when hosted at non-openstreetmap domains 2009-09-29 14:18:33 +00:00
Matt Amos
daa2496024 First version of blocking feature. Allows both time-based (for map protection) and notice-based (for education) blocks on users. Also introduces user roles and a simple UI for displaying and administering these. 2009-09-28 16:01:00 +00:00
Richard Fairhurst
8c8d1475d5 Potlatch 1.2b 2009-09-17 00:38:20 +00:00
Tom Hughes
3d06c902f6 Remove scale bar. Closes #1704. 2009-09-15 16:01:50 +00:00
Richard Fairhurst
3a2014dfd6 cancel upload howler 2009-09-07 11:16:35 +00:00
Richard Fairhurst
8dd2ce3ff0 fix annoying retry bug, and fine-tune relations colours 2009-09-06 23:54:02 +00:00
Richard Fairhurst
a9de148b48 fix menu issue spotted by randomjunk 2009-09-04 14:51:48 +00:00
Richard Fairhurst
d5e4492586 (binary) 2009-09-01 14:38:52 +00:00