Tom Hughes
c08f9a2f03
Remove oauth-plugin from vendor and require gem version instead
2010-09-21 16:20:30 +01:00
Tom Hughes
c38de8027f
Correct name of ActiveRecord
2010-06-15 17:12:55 +01:00
Tom Hughes
8af14faa49
Make database offline mode work
2010-06-15 10:07:39 +01:00
Tom Hughes
406b46e49b
Revert "Switch to using oauth-plugin as a gem"
...
This reverts commit 41a123334b
.
2010-06-07 16:01:04 +01:00
Tom Hughes
d516198bbe
Update to rails 2.3.8
...
Update site to use rails 2.3.8 which also allows us to drop the
globalize2 plugin as the core rails i18n code can now do fallback
and pluralization.
2010-05-26 19:54:10 +01:00
Tom Hughes
41a123334b
Switch to using oauth-plugin as a gem
...
Use the oauth-plugin as a gem instead of carrying a local copy.
This also required that commit eff06faf46
be
reverted as it changed the plugin. I don't think the cosmetic improvement
from that patch is worth the hassle of carrying local changes to the plugin.
2010-05-24 12:58:27 +01:00
Tom Hughes
6e7acd171f
Pull in some upstream updates to http_accept_language
2010-05-24 12:10:46 +01:00
Tom Hughes
b2c3c8e710
Updated rails translations from http://github.com/svenfuchs/rails-i18n
2010-04-30 09:18:35 +01:00
Tom Hughes
a36185b22f
Normalise line endings.
2010-04-19 15:17:18 +01:00
Tom Hughes
7a4c88e7c8
Merge duplicate "support" keys.
2010-04-19 14:28:03 +01:00
Teemu Koskinen
400b27a196
Add Finnish translations for words_connector, two_words_connector and last_word_connector
2010-04-19 14:28:03 +01:00
Tom Hughes
d3e4803333
Update Spanish rails translation from upstream.
2010-04-19 14:28:02 +01:00
Tom Hughes
aa6e6aed2e
Add translation to date.abbr_day_names for Saturday.
2010-04-19 14:28:02 +01:00
Tom Hughes
3506381789
Rename no-NB and no-NN translations to the correct nb and nn codes.
2010-03-18 21:47:02 +00:00
Tom Hughes
343afa7097
Update rails translations.
2010-03-18 21:36:15 +00:00
Richard Fairhurst
b8301cda40
yay for case-insensitive systems
2010-03-07 21:44:37 +00:00
Tom Hughes
aefc5f5112
Add email validation plugin from:
...
git://github.com/dancroak/validates_email_format_of.git
2010-02-25 19:14:50 +00:00
Tom Hughes
60f145f13e
Add a plugin to handle session persistence. This is based on the
...
plugin at http://github.com/augustl/session-persistence but modified
to work with rails 2 rather than rails 3.
2010-02-25 16:39:51 +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
Tom Hughes
69a3cd04a7
Correct top level key for Lower Sorbian.
2009-11-10 08:49:26 +00:00
Tom Hughes
2467cec358
Update rails translations.
2009-11-08 17:55:03 +00:00
Tom Hughes
3e8b62dbfe
Add russian pluralization logic, based on description in the russion
...
plugin here:
http://github.com/yaroslav/russian/blob/master/lib/russian/backend/advanced.rb
Also simplify the other pluralizers by defaulting to :other when a
specific subkey is not found.
Closes #2412 .
2009-11-03 09:22:23 +00:00
Tom Hughes
121df0ce75
Removed byte order marked from Greek translation.
2009-11-02 11:01:16 +00:00
Tom Hughes
aecc301fc6
Import extra rails translations from http://github.com/svenfuchs/rails-i18n
...
up to git commit f09763b010477aa548c6e4f87122b54980b9272d.
2009-11-02 09:38:01 +00:00
Tom Hughes
744b2e8676
Import extra rails translations from http://github.com/svenfuchs/rails-i18n .
2009-09-30 23:26:47 +00:00
Tom Hughes
f0d3831f12
Escape language codes before matching them in case they contain
...
characters with special meaning in a regexp. Closes #2318 .
2009-09-26 22:39:09 +00:00
Ævar Arnfjörð Bjarmason
eef5ac2c73
Icelandic day names should be in lower case
2009-09-17 22:49:42 +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
Matt Amos
eff06faf46
Moved find_token method into the token class, since that seems a more appropriate place for it.
2009-08-03 14:00:29 +00:00
Matt Amos
05e2120273
Merged 16488:16743 from trunk.
2009-07-31 10:42:06 +00:00
Ævar Arnfjörð Bjarmason
705ae98e9a
Updated this using the en.yml file in the ruby.git distribution for reference
...
* Numbers are now correctly formatted
* Added source code comments
* Finished error message translations
2009-07-29 10:56:40 +00:00
Tom Hughes
6af3f93761
Update the :en and :sl pluralizers to default to :other if a more
...
specific key does not exist. This then allows r16613 to be reverted
as there is no need to distinguish the cases. Fixes #2087 .
2009-07-21 20:23:07 +00:00
Tom Hughes
25d0017b18
Fix compatible_language_from in the http_accept_language plugin to
...
correctly follow the RFC 2616 language selection algorithm and then
revert to the previous way of selecting languages.
2009-07-15 23:42:56 +00:00
Tom Hughes
64fb530581
Merge 16110:16487 from trunk.
2009-07-14 08:03:24 +00:00
Štefan Baebler
1f0acba946
improved pluralization, continuation of #2049
2009-07-13 18:51:32 +00:00
Tom Hughes
b8746b6113
Add extra keys to custom Slovenian pluralization.
2009-07-13 08:59:07 +00:00
Štefan Baebler
b69b19c5e9
improved translations
2009-07-09 06:13:37 +00:00
Tom Hughes
f4571eeb7c
Revert r16046.
...
DO NOT COMMIT MAJOR ENHANCEMENTS TO TRUNK WITHOUT TALKING TO ME FIRST.
2009-06-23 02:48:38 +00:00
Ævar Arnfjörð Bjarmason
0f0123c565
Add word connectors to is.yml, still needs upstream merge
2009-06-22 19:30:21 +00:00
Matt Amos
b8f6dbd403
Adding initial version of the OAuth token authentication method. This adds basic OAuth support for registering apps, getting and revoking keys, etc... The tokens come with 6 separate permissions bits; read/write user preferences, write diaries, write API and read/write GPS traces. Needs more tests.
2009-06-22 16:54:37 +00:00
Tom Hughes
662ae3f6d8
Stop the spawner switching to the root directory as it breaks the
...
ability of ActionMailer to auto-locate parts for multipart emails if
the current working directoy is not the rails root.
There is probably a better fix for this, but this will do for now...
2009-06-15 11:34:23 +00:00
Tom Hughes
719a06fdfa
Add irs_process_scripts plugin to replace process control scripts used
...
by live site which were dropped in rails 2.3 core.
2009-06-15 11:32:41 +00:00
Tom Hughes
5475a9ec35
Revert r15900 for now.
2009-06-14 09:53:42 +00:00
Štefan Baebler
61123eaeb4
Added localized language names with plugin from http://github.com/grosser/i18n_data/tree/master ( fixes #1946 )
...
Diary entries in same language linked (lists and rss)
2009-06-14 07:25:08 +00:00
Štefan Baebler
2d5e190785
further translations
2009-06-11 22:58:09 +00:00
Štefan Baebler
9498e7cc38
experimental slovenian locale for rails-i18n
2009-06-10 05:32:43 +00:00
Ævar Arnfjörð Bjarmason
451525973f
Support word connectors in German, translates the node/way/relation
...
browser.
This needs to be merged upstream.
2009-06-09 18:43:29 +00:00
Ævar Arnfjörð Bjarmason
991c940138
Icelandic translations for rails-i18n. This still has to be merged upstream.
...
Most of these strings have been translated without seeing them in
actual use in a rails application, but the German / Norwegian strings
were consulted during translation so it shouldn't be too bad.
2009-06-06 21:43:30 +00:00
Tom Hughes
606e5ed267
Add an extra message to detect Postgres deadlocks.
2009-06-05 23:08:29 +00:00