Commit graph

3051 commits

Author SHA1 Message Date
Tom Hughes
63b399c9b2 Update to rails 2.3.4 for security fixes. 2009-09-04 08:45:38 +00:00
Tom Hughes
73340e1780 Add support for reloading the language table. 2009-09-03 21:55:42 +00:00
Tom Hughes
d40b83af67 Add Guadeloupean Creole French translation of web site. Closes #2255. 2009-09-03 21:31:34 +00:00
Richard Fairhurst
d5e4492586 (binary) 2009-09-01 14:38:52 +00:00
Jonas Krückel
6ac776d733 typo correction 2009-09-01 10:47:24 +00:00
Jonas Krückel
7d47e33f55 more translations 2009-09-01 10:37:47 +00:00
Matt Amos
69ab396f08 Fixed bug when oauthorizing with a token which no longer exists (merged 17416 from oauth branch). 2009-09-01 10:25:53 +00:00
Matt Amos
7499fbc6e4 Fixed bug when oauthorizing with a token which no longer exists. 2009-09-01 10:10:49 +00:00
Tom Hughes
e72ebb7eac Fix file_column plugin to generate absolute URLs without falling over
in a heap and then use that in the user details view.
2009-08-31 23:43:15 +00:00
Tom Hughes
783748b1e5 Tidy up. 2009-08-31 23:32:03 +00:00
Tom Hughes
543e8c5503 Fix backwards compatibility code to handle an old style public
attribute correctly. Closes #2242.
2009-08-31 23:28:51 +00:00
Matt Amos
ade96da19f Added user ID, description, languages and image link to the user details API call. 2009-08-31 23:11:15 +00:00
Richard Fairhurst
737a36fada Potlatch 1.2a 2009-08-30 19:14:50 +00:00
Jonas Krückel
d918a8fc37 new translations 2009-08-28 11:54:29 +00:00
Tom Hughes
096459404c Format dates in the changeset list so the year is shown. Closes #2232. 2009-08-28 07:55:34 +00:00
Shaun McDonald
0f9fb8af8b fix indentation in yaml 2009-08-28 07:15:06 +00:00
Jonas Krückel
e91669b05c uptodate with en.yml 17163 2009-08-27 23:30:06 +00:00
Tom Hughes
9a0b4f92e6 Revert es.yml to utf-8 encoding. Closes #2231. 2009-08-27 22:42:14 +00:00
Tom Hughes
e8a048045e Wrap tile numbers at the international dateline. Closes #2226. 2009-08-27 15:50:52 +00:00
Matt Amos
26a9f98dc1 Allowing flash to do what all other HTTP clients can (well, apart from the bits which are broken by design). 2009-08-26 14:49:49 +00:00
Iván Sánchez Ortega
cc107553a5 Update of spanish translation 2009-08-26 13:43:35 +00:00
Matt Amos
c6bf21a9d0 merge r17141:17256 from trunk 2009-08-25 16:49:52 +00:00
Matt Amos
b34b898451 Added referer URL in user_token so that redirections (e.g: from oauth token requests) are followed after the user has confirmed the sign-up. Added test for the same. 2009-08-25 15:00:32 +00:00
Balló György
b108476b9e Updated Hungarian translation for Potlatch 1.2 2009-08-19 14:52:54 +00:00
Balló György
93820813da Updated Hungarian translation of OpenStreetMap website 2009-08-19 13:46:12 +00:00
Tom Hughes
7b14b5b6d4 Commit resource changes from r17160. 2009-08-19 10:29:57 +00:00
Matt Amos
498832eb37 Re-committing experimental CSS media queries stuff for mobile and other small-screen browsers. 2009-08-19 09:42:33 +00:00
Tom Hughes
1ce8368f64 Remove debugging. 2009-08-19 08:04:42 +00:00
Tom Hughes
173e92edb8 Cleanup some of the oauth stuff:
- Detabify views.
- Move translations to correct names.
- Make flash messages translatable.
2009-08-19 07:59:15 +00:00
Tom Hughes
9fec2fd137 Call the set_locale filter for oauth methods which display web
pages to the user. Closes #2203.
2009-08-19 07:45:24 +00:00
Štefan Baebler
93c592bbe4 tests for diary rss feeds 2009-08-19 05:07:26 +00:00
Tom Hughes
43d9b32012 Remove explicit specification of I18n.local as the locale in resource
lookups - it's the default anyway.
2009-08-18 20:21:25 +00:00
Tom Hughes
885d29345d Add parentheses to fix warning. 2009-08-18 20:06:33 +00:00
Tom Hughes
2c13981b0f Merge oauth branch at r17138 to trunk. 2009-08-18 20:02:52 +00:00
Tom Hughes
d227589a63 Merge oauth branch at r17138 to trunk. 2009-08-18 20:01:56 +00:00
Štefan Baebler
803acea032 fixing interpolation error with per language rss feeds that was introduced in [16903] 2009-08-18 19:36:58 +00:00
Štefan Baebler
1f007b289c localized link to home location 2009-08-18 18:26:01 +00:00
Matt Amos
1eb58bc607 Reverting experimental stuff in r17121. 2009-08-18 16:33:18 +00:00
Matt Amos
6674873478 Experimental CSS media queries to support iPhone and other small-screen devices. 2009-08-18 16:06:26 +00:00
Dave Stubbs
c742d88309 add crossdomain.xml to allow flash to access oauth 2009-08-16 15:59:56 +00:00
Tom Hughes
0f6dda6050 Qualify SCALE properly - apparently object visibility when running the
test suite is not the same as when running live... Rails FAIL!
2009-08-16 10:36:16 +00:00
Matt Amos
d0e47d30e4 Fixes bug #2152 by preventing over-expansion of bboxes beyond the world range. 2009-08-16 00:19:18 +00:00
Tom Hughes
cd8bb0dc57 Log unexpected exceptions raised by API calls. 2009-08-15 11:35:43 +00:00
Tom Hughes
9617ca2acc Identifiable traces should be trated as private in the trace list. 2009-08-13 17:59:38 +00:00
Tom Hughes
e8a2a15ea1 The "public" field no longer exists in gpx_files. 2009-08-13 17:57:14 +00:00
Tom Hughes
908a6ef409 Merge 16891:17044 from trunk. 2009-08-13 17:18:08 +00:00
Tom Hughes
565171486f Add extra visibility options for GPS traces, and enhance the API call
that returns trace data to return more information if the owner of the
trace has allowed it. Based on a patch from Matt Amos.
2009-08-13 17:06:11 +00:00
Tom Hughes
7a7c567436 Remove layers argument from the shortlink if we change to mapnik from
a non-mapnik layer.
2009-08-13 14:02:49 +00:00
Tom Hughes
c5349c360f Escape usernames. Closes #2149. 2009-08-08 22:45:56 +00:00
Matt Amos
7ac66a371e Fix test to reflect change to changeset templates. 2009-08-07 14:14:27 +00:00