Commit graph

2405 commits

Author SHA1 Message Date
Shaun McDonald
fd0e97ab12 Adding updated de and fr translations. 2009-05-30 17:46:55 +00:00
Andy Allan
4e0cf1c5d3 Databrowser i18n. The stuff in start.rjs is a bit bizarre and might need a second pair of eyes 2009-05-30 17:45:31 +00:00
Tom Hughes
7c6d4e9076 Fix foreign key. 2009-05-30 17:01:43 +00:00
Tom Hughes
01e75a02dc More diary test fixes. 2009-05-30 16:59:06 +00:00
Tom Hughes
dda2ccafe7 Fix a couple of diary tests. 2009-05-30 16:51:56 +00:00
Shaun McDonald
2a45186f2c updated de translation 2009-05-30 16:43:50 +00:00
Tom Hughes
5b3b288fc2 Add a list of languages and fix a few issues with the schema. Also get
language selection for diary entries working.
2009-05-30 16:37:21 +00:00
Andy Allan
8f8cbc4ae8 more databrowser i18n 2009-05-30 16:17:10 +00:00
Andy Allan
bb330b59e8 hopefully fix messed up en.yml 2009-05-30 16:16:39 +00:00
Shaun McDonald
f508cfb05f Fix a few typos 2009-05-30 15:57:49 +00:00
Tom Hughes
2b7f92029f Remove pointless bit of setup that used an undefined app config key. 2009-05-30 15:51:35 +00:00
Andy Allan
c48263e15c more databrowser i18n 2009-05-30 15:44:39 +00:00
Tom Hughes
418668a7da Put ActionMailer configuration in the right place. 2009-05-30 15:41:23 +00:00
Tom Hughes
50ffd2678c Remove old attempt at i18n. 2009-05-30 15:39:30 +00:00
Shaun McDonald
361819b0fe Fix quoting in fr translation 2009-05-30 15:29:10 +00:00
Shaun McDonald
fda9f07850 Updated de translation 2009-05-30 15:13:03 +00:00
Shaun McDonald
debef67c0d Fix typo in en translation file and add first pass of fr translation 2009-05-30 15:02:15 +00:00
Andy Allan
b5cb37bdee more translations, and this time with stuff in the locale file too 2009-05-30 14:58:35 +00:00
Richard Fairhurst
cee1cbd586 fix #1818 2009-05-30 14:42:28 +00:00
Shaun McDonald
c05d63d064 Fix typo 2009-05-30 14:26:28 +00:00
Shaun McDonald
12faadc7e1 Update the German translation 2009-05-30 14:19:20 +00:00
Shaun McDonald
3a599519eb Some more of the user account translations. Custom generate method for languages, that doesn't appear to work. Setting user language on create. Start translations in controllers. Diary entries can now be saved. 2009-05-30 14:04:42 +00:00
Tom Hughes
7a925ff1d9 Fix wrapping in changeset lists properly. 2009-05-30 13:50:21 +00:00
Andy Allan
a6f88faa20 First two bits of databrowser i18n 2009-05-30 13:46:59 +00:00
Tom Hughes
7588ece84f Stop long changeset comments causing other fields to get split over
multiple lines.
2009-05-30 13:38:17 +00:00
Tom Hughes
ddde8689a6 Redirect to canonical hosts. 2009-05-30 11:55:31 +00:00
Tom Hughes
0e5e08a96e Make links in tags active in the data browser. Fixes #1855. 2009-05-30 11:27:25 +00:00
Tom Hughes
fd35873a4b Include node coordinates on the data browser view for a node. Fixes #1856. 2009-05-30 11:05:15 +00:00
Shaun McDonald
8c07aea75d Hopefully fixing the eranious char at the start of the file. 2009-05-29 23:53:19 +00:00
Shaun McDonald
96d58e37d8 Fixing indentation problem in de translation. 2009-05-29 17:24:37 +00:00
Shaun McDonald
ea2baaee3b friend map translations 2009-05-29 17:19:04 +00:00
Shaun McDonald
18292dcc43 new de translation. More of the user view translated. 2009-05-29 17:04:17 +00:00
Shaun McDonald
486803f84b Typo in site key. More of the user view i18n'ed 2009-05-29 15:44:27 +00:00
Shaun McDonald
f2f9d797d5 Half the user view translated. 2009-05-29 15:10:36 +00:00
Shaun McDonald
035254c5fb Might be useful to set the locale everywhere we need the web, rather than just the diary entries. 2009-05-29 14:11:12 +00:00
Shaun McDonald
d640ae3b93 Adding some missing translations from the left menu 2009-05-29 12:01:31 +00:00
Shaun McDonald
3a51160a5b i18n'ed the site set of views. 2009-05-29 11:42:11 +00:00
Shaun McDonald
c014618ef2 Couple of bugfixes, brackets and quotes 2009-05-29 10:04:50 +00:00
Shaun McDonald
74b2813719 Adding Jokru's translation into de so far. 2009-05-29 09:52:28 +00:00
Shaun McDonald
d06081a63e i18n'ing the site layout. 2009-05-28 18:07:11 +00:00
Richard Fairhurst
112706a651 improve error handling when connection fails; closes #1864 and #1871 2009-05-27 21:04:26 +00:00
Shaun McDonald
b377927a64 Diary entries pretty much i18n'd. Additional test that checks there are no missing translation strings, need more like it. 2009-05-27 17:19:59 +00:00
Shaun McDonald
ae70ea2858 Remove the languages hash since we are now storing the languages in a table. Translated the posted by line in diary entry list. 2009-05-27 15:50:55 +00:00
Shaun McDonald
283a3e9ba9 Add Globalize2 so that we get some nice fall backs to other languages when a translation is missing in the requested language. 2009-05-27 15:39:14 +00:00
Tom Hughes
9bc483ad98 Only use the db functions for migrations if USE_DB_FUNCTIONS is set
in the environment. This could possibly be revisited when we move to
rails 2.3 by using a nested transaction to try the function without
causing the surrounding transaction to abort.
2009-05-27 15:25:28 +00:00
Shaun McDonald
6ba51da46e translating the listing of diary entries. Adding some initial tests for checking that you don't get any errors in any locale, when listing the diary entries. Don't yet check for missing translations through an assert_select, .., :count => 0. 2009-05-27 15:06:25 +00:00
Tom Hughes
044febd3aa Disabled edit tab until z13 is reached. 2009-05-27 13:34:50 +00:00
Shaun McDonald
544353a8d9 Use a nicer less error prone version of the select helper 2009-05-27 13:15:58 +00:00
Shaun McDonald
4ee48d2ad9 Actually set the locale from the users browser request, rather than just parsing it. 2009-05-27 12:57:28 +00:00
Tom Hughes
40e920bd52 Create a proper exception class for invalid bounding box exceptions. 2009-05-26 23:47:45 +00:00