Commit graph

2714 commits

Author SHA1 Message Date
Tom Hughes
9200520395 Escape tag values - there is no reason at all to render things which
might look like HTML tags in a tag value.
2009-09-14 23:17:02 +00:00
Tom Hughes
253e8a272d Improve handling of the case where there is only one page of changesets. 2009-09-14 23:04:06 +00:00
Ævar Arnfjörð Bjarmason
466f640138 While we don't have the sanitizing backend to safely solve ticket
#2264 I'm going to remove the auto_link feature of changeset tags. The
links are broken in all conforming Atom readers at the moment.
2009-09-14 21:08:17 +00:00
Ævar Arnfjörð Bjarmason
332f8d3a4f Now when all the entries fit on one page a trailing slash won't be
included after "Showing page %d (%d of %d)"
2009-09-14 19:42:32 +00:00
Ævar Arnfjörð Bjarmason
2118dd06af Link to username in "Send message to" message 2009-09-14 19:32:29 +00:00
Tom Hughes
06a17b6bc6 Treat an explicit public=0 argument as meaning private. 2009-09-12 16:46:25 +00:00
Tom Hughes
244af65b2b Update zh-TW translation. Closes #2272. 2009-09-12 10:57:33 +00:00
Ævar Arnfjörð Bjarmason
88060d443e oops, wrong e-mail address 2009-09-07 19:29:25 +00:00
Tom Hughes
7b632da44a Add xid_to_int4() function for Postgres. 2009-09-07 16:44:54 +00:00
Ævar Arnfjörð Bjarmason
b3ff342e6b There was no "Sorry not found" message for changesets so
/browse/changeset/123456789 would return the message "Sorry, the with
the id 123456789, could not be found.". It now says "Sorry, the
changeset with the id 123456789, could not be found."
2009-09-07 12:16:17 +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
Tom Hughes
49906c99cd Workaround rails 2.3.4 bogus deprecation warnings. 2009-09-04 10:52:58 +00:00
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
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