Tom Hughes
2112dd7f63
Make the "what does this mean" link added in r16069 more like similar
...
notes on other forms.
2009-06-24 11:50:41 +00:00
Tom Hughes
b1ada7b9d6
Put back HTML escaping of trace names removed in r16062.
2009-06-24 11:41:26 +00:00
Ævar Arnfjörð Bjarmason
0e530b0a0d
Remove the third param to showKeyEntry(). Not used yet.
2009-06-24 07:15:18 +00:00
Ævar Arnfjörð Bjarmason
079b9fed84
Change the map key from a static PNG image to a generated HTML table that can be translated. Solves ticket:1916
2009-06-23 12:04:06 +00:00
Tom Hughes
f4571eeb7c
Revert r16046.
...
DO NOT COMMIT MAJOR ENHANCEMENTS TO TRUNK WITHOUT TALKING TO ME FIRST.
2009-06-23 02:48:38 +00:00
Ævar Arnfjörð Bjarmason
7551e8a0c1
Add a link to [[Visibility of GPS traces]] on the wiki to explain what public/private means. Solves ticket:1002
2009-06-23 01:27:40 +00:00
Ævar Arnfjörð Bjarmason
9e504a0b33
'trace.tags.none' was never displayed because the empty list ([]) is true in ruby. Use trace.tags.empty?
...
Wrap 'trace.tags.none' in <i> to make it obvious that "none" is a system-generated value
2009-06-23 00:02:35 +00:00
Ævar Arnfjörð Bjarmason
cc3faefa46
* Changed "t'trace.edit.start_coord' %>Start coordinate:" to "t'trace.edit.start_coord' %>"
...
* "map" was untranslatable
2009-06-22 23:47:49 +00:00
Ævar Arnfjörð Bjarmason
dfadcc797c
Fixed up the <title>/<h2> mess in trace/edit and trace/view
...
* @title was never set on trace editing, and thus <h2></h2> was produced
* Changed split 'trace.view.viewing_trace' into 'trace.view.title' and 'trace.view.heading'
* Introduced corresponding 'trace.edit.title' and 'trace.edit.heading'
2009-06-22 23:43:53 +00:00
Ævar Arnfjörð Bjarmason
17e9016373
"download" in edit trace was untranslatable
2009-06-22 23:27:11 +00:00
Ævar Arnfjörð Bjarmason
a268dbbff0
trace.edit.tags and trace.edit.save_button were mistakenly in the locale files but not actually used. fixed this
2009-06-22 23:20:53 +00:00
Ævar Arnfjörð Bjarmason
340d5c05cf
* Put checkboxes before form labels in an attempt to make them align with the text.
...
* Put a <br/> between the form and the submit button so they're not squashed together
2009-06-22 20:33:14 +00:00
Matt Amos
b8f6dbd403
Adding initial version of the OAuth token authentication method. This adds basic OAuth support for registering apps, getting and revoking keys, etc... The tokens come with 6 separate permissions bits; read/write user preferences, write diaries, write API and read/write GPS traces. Needs more tests.
2009-06-22 16:54:37 +00:00
Matt Amos
f7adbbb3a8
Fixed dereference of nil node when browsing deleted way.
2009-06-22 15:27:20 +00:00
Thomas Wood
06e9b7213d
Fix bug introduced in r16011 with link to new message from diary entry.
...
(Thanks shaun for spotting this)
2009-06-20 22:28:11 +00:00
Ævar Arnfjörð Bjarmason
d8ec46ee26
Don't display a stale "|" pipe if we're at the beginning or end of the
...
list of this user's changesets
2009-06-20 01:12:09 +00:00
Ævar Arnfjörð Bjarmason
c319fd5e22
* Use ← → instead of < > in changeset navigation
...
* Add tooltips to changeset navigation buttons and make them translatable
2009-06-20 01:02:27 +00:00
Thomas Wood
07725b4b4b
Changeset navigation by a particular user's changesets.
...
(Closes #1726 )
2009-06-19 23:56:15 +00:00
Thomas Wood
ff03138a97
merge 15807:16012 from rails_port
2009-06-19 22:53:16 +00:00
Thomas Wood
98a86836d2
Commit avar's patch (+ fix for user not found) to change message sending URL to be by user name rather than id.
...
(Closes #1920 )
2009-06-19 22:33:16 +00:00
Thomas Wood
80ff70a1ff
Extend work started in [15970] to add edit link to way pages on databrowser.
2009-06-18 14:29:28 +00:00
Thomas Wood
3edd81f03b
Add an edit link to the browse page for nodes, since it's been bugging me a while. Ways will follow when i can work out how to generate a lat/lon for them...
...
Translation updates required (small edit)
2009-06-17 16:37:43 +00:00
Štefan Baebler
63de62bf04
next/previous page links maintain diary language
2009-06-15 17:48:25 +00:00
Matt Amos
09c2725fc9
Fixed typo in 'big changeset' display.
2009-06-15 14:16:19 +00:00
Štefan Baebler
00da8a9712
minor change: diary entries per language linked (lists and rss feeds)
...
(again, since r15900 was rolled back in r15905, see #1946 - this time without adding a plugin)
2009-06-15 05:03:11 +00:00
Tom Hughes
5475a9ec35
Revert r15900 for now.
2009-06-14 09:53:42 +00:00
Štefan Baebler
61123eaeb4
Added localized language names with plugin from http://github.com/grosser/i18n_data/tree/master ( fixes #1946 )
...
Diary entries in same language linked (lists and rss)
2009-06-14 07:25:08 +00:00
Štefan Baebler
6fadf04a4f
removed double dot (double appeared with en, de, it, sl and probably other translations)
2009-06-11 20:27:31 +00:00
Thomas Wood
c10a2f2580
Fix missing </div> and wrong translation names in layout database offline alert box.
2009-06-11 18:25:44 +00:00
Štefan Baebler
1de54dc135
localizable timestamps
2009-06-10 05:24:39 +00:00
Tom Hughes
3828fa6f9f
Really get the links right this time.
2009-06-09 22:06:48 +00:00
Tom Hughes
073faf8950
Use correct format for RSS link.
2009-06-09 22:04:20 +00:00
Tom Hughes
edaddbedae
Merge 15722:15806 from head and adjust new views to rails 2 style names.
2009-06-09 21:50:37 +00:00
Tom Hughes
2e2f212472
Rename views to rails 2 style names.
2009-06-09 20:50:14 +00:00
Tom Hughes
a8c7d1c4ce
Don't use single quotes to wrap translated strings in javascript in case
...
the translation contains an apostrophe. Closes #1942 .
2009-06-09 18:59:44 +00:00
Tom Hughes
1a59ac0d68
Put back missing divider. Closes #1939 .
2009-06-08 22:09:22 +00:00
Tom Hughes
3578506797
Add a title to the changeset lists. Closes #1938 .
2009-06-08 20:10:09 +00:00
Ævar Arnfjörð Bjarmason
0b84885cfc
Make the name of the "Data" layer in OpenLayers translatable: Most of
...
the OL dialog is still stuck in map.js and untranslatable though.
2009-06-08 18:10:17 +00:00
Ævar Arnfjörð Bjarmason
5d471088b4
Wrap 'changeset.changeset.no_comment' in italics with <i></i>. Right
...
now it's not possible to distinguish between a changeset that has no
comment and one whose comment is equivalent to the text of
'changeset.changeset.no_comment'.
2009-06-08 13:24:29 +00:00
Tom Hughes
6378c21ecb
Fixup links to changeset lists.
2009-06-08 11:57:48 +00:00
Ævar Arnfjörð Bjarmason
a50d61c7ba
Revert [15752]: The duplication of content intentional for dead-tree
...
printouts, which I didn't consider. Oops! Thanks TomH :)
2009-06-07 23:42:26 +00:00
Ævar Arnfjörð Bjarmason
d8d3d21a2c
Use {{count}} instead of {{distance}} for kilometer count as {{count}} is a magical enumerated variable in Rails.
2009-06-07 22:14:22 +00:00
Shaun McDonald
32b422aefb
Make some links more rails like, thus easier to read. Test that partials are included as expected.
2009-06-07 21:45:33 +00:00
Ævar Arnfjörð Bjarmason
7862c89a92
Use {{count}} instead of {{(node|way_relation)_count}} since {{count}}
...
is a magical enumerated variable in Rails.
2009-06-07 21:27:05 +00:00
Ævar Arnfjörð Bjarmason
1f92b6f35b
Edgemaster & shaunmcdonald pointed out that my ad-hoc hackery was
...
covered by i18n translation framework. So use the magical :count
argument.
Also convert {{size}} to {{count}} in layouts.inbox
2009-06-07 21:10:34 +00:00
Ævar Arnfjörð Bjarmason
91bc3c9244
Add a tooltip to help & wiki/news blog/shop/map key
2009-06-07 20:33:13 +00:00
Ævar Arnfjörð Bjarmason
93a810f690
Should have been part of [15755]: Cursed vc-dir interface
2009-06-07 20:01:29 +00:00
Ævar Arnfjörð Bjarmason
7a9b2de42b
Made a lot of things translatable and added title="" tooltips
...
* "OpenStreetMap" project name in <title> and <h1>
* Tooltips for the greeting bar for anonymous and logged in users
* Alternate text for the OSM logo
* Now using a CSS class for bolding inbox(N) instead of hard-coding font-weight: bold
* Separate tooltips for inbox(n) depending on whether it's 0, 1 or > 1
2009-06-07 19:58:34 +00:00
Shaun McDonald
c03c8f4749
include the correct language and direction in the html element. fixes #1930 . fixes #1929
2009-06-07 18:44:59 +00:00
Ævar Arnfjörð Bjarmason
86a0ba0172
The display:none attribution table looks horrid in text browsers
...
(e.g. w3m). And there's no reason to include plain URLs to CC-BY-SA
and OSM *AND* mention both in the message below without including any
links.
Instead erase those links and work them into the message instead.
2009-06-07 17:08:25 +00:00