Tom Hughes
3dd8056c6c
Add initial Romanian translations. Closes #2058 .
2009-07-13 07:52:30 +00:00
Ævar Arnfjörð Bjarmason
2153fb6efd
Fixed a bug in how fields in /message/new were being pre-filled out.
...
When someone went to /message/new/:user the "Subject" are would be
pre-filled out with t('message.new.title'). The problem was that the
@title template variable was being used for two purposes, to set the
HTML <title> AND to pre-fill out the subject.
We don't always want these two to be the same, but sometimes we
do. E.g. when someone replies to a diary entry and visits
/message/new/:user?title=Foo we want Foo in the <title> and in the
pre-filled out Subject, and the same goes for replying to a message.
So I've split up the @title variable into @title and @subject.
2009-07-12 16:01:49 +00:00
Balló György
866e982488
Updated Hungarian translation of Potlatch
2009-07-12 15:55:00 +00:00
Balló György
7488c5056a
Updated Hungarian translation of Potlatch
2009-07-12 13:27:36 +00:00
Richard Fairhurst
23781c9195
and the binary
2009-07-12 07:57:00 +00:00
Tom Hughes
f5e14bcc48
Don't send a noification email if somebody comments on their own diary
...
entry. Fixes #2053 .
2009-07-11 13:24:57 +00:00
Richard Fairhurst
229e166eb3
and the binary
2009-07-11 09:55:38 +00:00
Richard Fairhurst
2e3730f910
...and the accompanying binary
2009-07-11 07:12:19 +00:00
Balló György
66bdade743
Correct some translation bug.
2009-07-10 15:28:44 +00:00
Ævar Arnfjörð Bjarmason
bbeaebfc8b
Fixed YAML syntax error in commit [16421]
2009-07-10 13:16:55 +00:00
Balló György
a18af2c1e5
Add Hungarian translation of OpenStreetMap website.
2009-07-10 12:59:28 +00:00
Richard Fairhurst
1ef85668de
and the accompanying SWF
2009-07-09 20:00:29 +00:00
Richard Fairhurst
94f7108202
revised SWF
2009-07-09 14:58:34 +00:00
Richard Fairhurst
c89a31b319
fix #2046
2009-07-09 06:37:19 +00:00
Štefan Baebler
b69b19c5e9
improved translations
2009-07-09 06:13:37 +00:00
Štefan Baebler
dcbb319015
added brief help for tag entry, continuing on #2032
2009-07-09 06:11:24 +00:00
Richard Fairhurst
8eb77ef5e1
"list mode" should really be "live mode" :)
2009-07-08 22:29:45 +00:00
Richard Fairhurst
369202787b
Potlatch 1.1 (server code)
2009-07-08 20:52:02 +00:00
Tom Hughes
9a8a8622ef
Update Vietnamese translation. Closes #2041 .
2009-07-08 07:34:40 +00:00
Štefan Baebler
0ace75e663
fixed a mixup (not really broken, but producing decieving http traffic and logs)
2009-07-07 23:28:56 +00:00
Tom Hughes
0b6f0c1d34
Use join to construct tag strings instead of mucking around counting
...
position in the string.
2009-07-07 23:05:35 +00:00
Štefan Baebler
9afb533280
added comment for future generations
2009-07-07 22:50:46 +00:00
Štefan Baebler
ebbcf63f0d
Introducing comma as tag separator (if present, otherwise it behaves as before), allowing spaces in tags. fixes #2032
2009-07-07 22:05:03 +00:00
Tom Hughes
c0b9420c7b
Fix JOSM version matching.
2009-07-06 09:59:54 +00:00
Jun-Wook Kwak
ff401e541b
Revised some typos. Did more translated. Not done yet, though.
2009-07-05 22:54:40 +00:00
Tom Hughes
a3d3746c66
Block JOSM revisions 1722-1727 as they have a serious bug that causes
...
lat/lon to be swapped (http://josm.openstreetmap.de/ticket/2804 )
2009-07-05 08:41:18 +00:00
Tom Hughes
09c1098760
Add Vietnamese translation. Closes #2033 .
2009-07-05 08:36:19 +00:00
Grant Slater
98bef7ba31
Add jpeg to mime-type lighttpd.conf table, fixed #2031
2009-07-05 01:45:10 +00:00
Ævar Arnfjörð Bjarmason
a08215633c
When two users are <1 km apart display the distance between them in
...
meters, not kilometers.
Solves ticket:2028
2009-07-04 21:35:09 +00:00
Tom Hughes
671fc09bfc
Correct resource name.
2009-07-03 17:44:21 +00:00
Matt Amos
feae60fb69
Fixed short link integration test so that it would have caught a bug in shortlink charset.
2009-07-03 11:19:23 +00:00
Štefan Baebler
57ffe8447e
more strict translations
2009-07-03 07:54:26 +00:00
Štefan Baebler
8a80162db1
additional translations in geocoder describer
2009-07-03 06:38:43 +00:00
Štefan Baebler
2c6d4c1039
added missing =, fixes #1930
2009-07-03 05:49:14 +00:00
Štefan Baebler
b492385b59
updated
2009-07-03 05:16:38 +00:00
Ævar Arnfjörð Bjarmason
e7f5f42856
Changeset [16271] changed "=" in the shortlink to "-" but didn't
...
update the routes to match.
Change the regex to accept [=-]* ("=" since we want to be backwards
compatable)
2009-07-02 21:44:26 +00:00
Tom Hughes
b34c31bf8d
Create separate queues for namefinder and geonames queries.
2009-07-02 16:53:35 +00:00
Tom Hughes
6a96c72e81
Merge some changes from the live server.
2009-07-02 16:49:48 +00:00
Matt Amos
57e571d241
Changed shortlink zoom level correction char to '-', as this seems to fare better with twitter et al.'s URL highlighting. Decoder is backwards-compatible with the old system.
2009-07-02 16:40:29 +00:00
Tom Hughes
901d77837b
Remove byte order marker.
2009-07-02 16:33:56 +00:00
Tom Hughes
06b2d278ea
Make the search box load each set of results separately so that one
...
service being slow doesn't delay the response from others.
2009-07-02 16:12:38 +00:00
Jenny Herbert
16a4a50656
A little more Yoruba put in its .yml file.
2009-07-02 15:28:33 +00:00
Tom Hughes
58803106f4
Updated OpenLayers config for new XYZ based usage.
2009-07-02 10:52:09 +00:00
Štefan Baebler
5397fc05ab
pluralized some phrases
2009-07-02 05:49:43 +00:00
Maarten Deen
4bbd4d233b
Some more diacritics
2009-07-01 20:19:55 +00:00
Maarten Deen
305c0c6589
Updated diactirical sign ö
2009-07-01 19:16:51 +00:00
Ævar Arnfjörð Bjarmason
a13506c9be
Translate geocoder.results.namefinder. May be incorrect in the context in which it is used
2009-07-01 18:14:55 +00:00
Štefan Baebler
c4b362efec
fixed interpolation error introduced in [16237]
2009-07-01 05:27:51 +00:00
Tom Hughes
b52327bf89
Fix warnings arising from geocoder translations, and use count magic
...
for the distance translation.
2009-06-30 23:45:32 +00:00
Štefan Baebler
c4965a1700
made geocoder results translatable. It could probably be improved but am not sure how.
2009-06-29 23:36:57 +00:00