Tom Hughes
fcebfd1fe7
Drop Namefinder from search results.
2010-01-06 00:31:03 +00:00
Tom Hughes
4f23e718b4
Add a "More results" link to Nominatim search results.
2010-01-06 00:30:29 +00:00
Tom Hughes
aa37cecc1d
Format block details more nicely.
2010-01-04 13:58:50 +00:00
Tom Hughes
6e5f284135
Add some indexes to diary entries to let recent entries be found
...
efficiently for the various diary entry lists and feeds.
2010-01-03 11:56:41 +00:00
Translatewiki
157621f8a7
Localisation updates from translatewiki.net (2010-01-03)
2010-01-03 11:01:57 +00:00
Translatewiki
dc3af4040e
Localisation updates from translatewiki.net (2010-01-03)
2010-01-03 11:01:00 +00:00
Tom Hughes
0c73287c6f
Add pluralisation rules for Arabic. Closes #2592 .
2010-01-02 11:57:05 +00:00
Tom Hughes
c9ea3df043
Update rails translations.
2010-01-02 11:48:24 +00:00
Translatewiki
dac4411dec
Localisation updates from translatewiki.net (2010-01-01)
2010-01-01 17:55:40 +00:00
Translatewiki
c159135aca
Localisation updates from translatewiki.net (2010-01-01)
2010-01-01 17:54:34 +00:00
Shaun McDonald
1df4ad819c
Rather than just say public or private for each GPS trace in the list, instead state the new permission levels. Green colour means that it will be shown in the trace list to other users. Red means that other users won't see the trace in the list. Have added two new translations for the other trace permissions.
2009-12-31 00:10:10 +00:00
Matt Amos
b3f4637a42
Fixed copy-n-paste bug in querying for closed changesets and added a test for it.
2009-12-26 21:29:43 +00:00
Translatewiki
056651375d
Localisation updates from translatewiki.net (2009-12-25)
2009-12-25 23:23:40 +00:00
Translatewiki
8ad95725e4
Localisation updates from translatewiki.net (2009-12-25)
2009-12-25 23:22:46 +00:00
Translatewiki
e8c4d21ed2
Localisation updates from translatewiki.net (2009-12-22)
2009-12-22 17:27:22 +00:00
Translatewiki
28ec8d8d78
Localisation updates from translatewiki.net (2009-12-22)
2009-12-22 17:25:59 +00:00
Richard Fairhurst
b9822fa3f4
preset updates
2009-12-22 13:38:41 +00:00
Translatewiki
de90dfaf83
Localisation updates from translatewiki.net (2009-12-20)
2009-12-20 09:26:44 +00:00
Translatewiki
088d43bc30
Localisation updates from translatewiki.net (2009-12-20)
2009-12-20 09:23:47 +00:00
Translatewiki
16bd0aef1c
Localisation updates from translatewiki.net (2009-12-16)
2009-12-16 22:53:07 +00:00
Translatewiki
27e177ea55
Localisation updates from translatewiki.net (2009-12-16)
2009-12-16 22:50:58 +00:00
Shaun McDonald
094855be22
Actually the changeset doesn't need an id attribute in the xml. It is simply fetched as a parameter in the url. Thanks for pointing it out Frederik. We really need more tests so that things like this are thought about more before committing potentially significant changes.
2009-12-15 23:53:19 +00:00
Frederik Ramm
1fb6325630
fix half-baked comment. this needs way more thought before it is... um ;-)
2009-12-15 22:56:37 +00:00
Tom Hughes
6b24ce4de9
Use a script to pull in host blocks and add some robot blocks from
...
the live server.
2009-12-15 22:39:51 +00:00
Tom Hughes
614fef3c13
Update queue selection to match live server.
2009-12-15 22:34:08 +00:00
Tom Hughes
dcc3ccc225
Log the requested language.
2009-12-15 22:28:05 +00:00
Tom Hughes
5451310d3c
Revert half baked attempt at poi api call - this needs much more
...
thought before it's ready.
2009-12-14 22:19:51 +00:00
Frederik Ramm
fb912fba71
this is kind of a "suggested change" for the API controller to
...
support an additional "restriction" parameter for the "map"
call (only value currently supported: nodes_only to return only
nodes). i would have liked to implement "tagged_nodes_only" as
well but was unsure how to do that best. feel free to make up
some other way instead to improve node access for POI editors,
or drop this altogether if you have some other grand plan.
2009-12-14 21:29:00 +00:00
Tom Hughes
d963aa30b7
Add rel=nofollow to links in tags. Closes #2555 .
2009-12-14 09:09:32 +00:00
Shaun McDonald
01c7470805
Adding a README to the translations folder, so that people hopefully don't edit in there when they should be using TranslateWiki.
2009-12-12 22:14:17 +00:00
Ævar Arnfjörð Bjarmason
9a10f07896
jordij: Do NOT manually edit YAML files here if you don't know what you're doing. This broke the rails port (invalid syntax)
2009-12-12 20:42:03 +00:00
Jordi Julià
ff6df86842
New version of the file, from http://osm.mitago.net/translate/script.php?current_lang=ca
2009-12-12 17:42:40 +00:00
Jordi Julià
9590748db5
Changed with a newer version
2009-12-12 17:40:54 +00:00
Tom Hughes
0f5646d7f0
Add ability to take GPX storage offline.
2009-12-12 13:06:56 +00:00
Richard Fairhurst
70dfeb0f3b
hm
2009-12-09 12:48:54 +00:00
Richard Fairhurst
b4fa165e1b
fix GPS trace slowness
2009-12-09 12:47:39 +00:00
Brian Quinion
e1e9250273
Add translation for building=yes
2009-12-08 11:14:55 +00:00
Translatewiki
fe0fe3840e
Localisation updates from translatewiki.net (2009-12-07)
2009-12-07 21:58:36 +00:00
Translatewiki
36abec4713
Localisation updates from translatewiki.net (2009-12-07)
2009-12-07 21:57:31 +00:00
Shaun McDonald
43a28065b1
Change the way that the changeset parsing is done, so that it is in line with the nodes/ways/relations and gives much nicer error messages. Adding some tests too to back up those changes.
2009-12-06 02:13:30 +00:00
Translatewiki
fe21e55549
Localisation updates from translatewiki.net (2009-12-05)
2009-12-05 19:48:12 +00:00
Translatewiki
44a3b5bc13
Localisation updates from translatewiki.net (2009-12-05)
2009-12-05 19:47:18 +00:00
Ævar Arnfjörð Bjarmason
ebbead9701
Silly YAML and its subtly different parsers. This worked in Syck/LibYAML in Perl but not Syck on Ruby, bah!
2009-12-04 12:25:46 +00:00
Richard Fairhurst
945e954ca5
recompile
2009-12-03 11:04:56 +00:00
Translatewiki
8c52d9b9e3
Localisation updates from translatewiki.net (2009-12-03)
2009-12-03 00:06:32 +00:00
Translatewiki
ba19bc0bed
Localisation updates from translatewiki.net (2009-12-03)
2009-12-03 00:05:18 +00:00
Richard Fairhurst
f224852ded
fix Yahoo dragging bug
2009-12-02 21:22:21 +00:00
Ævar Arnfjörð Bjarmason
26279b55ca
Potlatch 1.3b: It's like Potlatch 1.3a without all the bugs
...
* Don't say you're posting to Twitter when you're posting to identi.ca
* Make "Warning!" translatable
* Refer to Twitter/Identi.ca as "Microblog"
* Debug: Print the i18n-key as an error when it can't be found, only visible during hacking (when something goes wrong)
2009-12-02 16:05:20 +00:00
Tom Hughes
74e0acf0f5
Require oauth 0.3.6 and remove Matt's comment saying we need to
...
require it when it's available.
2009-12-02 09:10:38 +00:00
Tom Hughes
7b7c11f228
Update site to use rails 2.3.5.
2009-12-02 09:00:23 +00:00