root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @183 [183] 12/17/07 17:40:55 yann use rails 2.0.2
(edit) @182 [182] 12/17/07 17:38:44 yann tests pass with Rails 2.0.2 (change yours views extenstion, exemple: …
(edit) @181 [181] 12/12/07 16:08:30 yann all tests pass
(edit) @180 [180] 12/12/07 15:55:55 yann --
(edit) @179 [179] 12/12/07 15:49:20 yann Merge from yann branche
(edit) @178 [178] 12/12/07 14:58:26 yann Update working edge branche to rails 2.0.1
(edit) @177 [177] 12/12/07 14:45:49 yann Update working edge branche to rails 2.0.1
(edit) @176 [176] 12/12/07 14:43:41 yann Use rails 2.0.1 tags for working edge branche
(edit) @175 [175] 10/09/07 16:31:51 yann attributes_with_quotes
(edit) @174 [174] 09/30/07 02:50:53 jsierles update for rails 2.0 -- :select => '*' is default for habtm -- deprecated …
(edit) @173 [173] 09/28/07 13:21:21 saimon --Removing translation of exceptions
(edit) @172 [172] 09/28/07 10:23:09 saimon --Adding support for namespaces to Default Translatable String An …
(edit) @171 [171] 09/28/07 02:26:33 saimon --Ensuring full_messages are translated in their entirity
(edit) @170 [170] 09/28/07 00:49:01 saimon --Adding extra tests to cover edge cases of Translatable String …
(edit) @169 [169] 09/28/07 00:41:34 saimon --Adding validations_with_translations_test to test that validation …
(edit) @168 [168] 09/27/07 14:21:21 saimon --Fixing validates_length_of to properly translate pluralizable …
(edit) @167 [167] 09/27/07 12:58:27 saimon --Adding support for pluralization (including pluralization of verb 'to …
(edit) @166 [166] 09/26/07 18:41:22 jsierles less whitespace
(edit) @165 [165] 09/26/07 18:30:47 jsierles translate the join word for to_sentence
(edit) @164 [164] 09/26/07 18:25:01 jsierles add translations to distance_in_words add translations to …
(edit) @163 [163] 09/26/07 17:43:23 jsierles setup translatable strings for pluralization make validations tests …
(edit) @162 [162] 09/26/07 17:05:30 jsierles basic implementation of translatable string add hooks for pluralization in …
(edit) @161 [161] 09/26/07 15:42:49 jsierles full rails edge patched with translation hooks
(edit) @160 [160] 09/26/07 15:34:07 jsierles --
(edit) @159 [159] 09/26/07 15:31:02 jsierles patched activesupport with translation hooks
(edit) @158 [158] 08/21/07 16:12:18 saimon --Fixing unqualified constants in tests. --Adding blurb to README about …
(edit) @157 [157] 08/20/07 22:48:38 saimon --Fix for supporting rails 1.2.3
(edit) @156 [156] 08/17/07 18:09:27 saimon -- Modified globalize_languages to include a 'country_id' or …
(edit) @155 [155] 08/17/07 13:58:42 yann Test works with rails edge
(edit) @154 [154] 08/13/07 10:02:51 yann start integration of switch and use rails trunk
(edit) @153 [153] 08/09/07 17:03:54 yann For merge globalize_extension
(edit) @152 [152] 07/05/07 11:00:53 saimon --Making Locale.clear_cache(true) clear out the base_language for testing …
(edit) @151 [151] 07/05/07 10:08:35 saimon -- The following todos have been implemented: * globalize_languages …
(edit) @150 [150] 07/05/07 08:54:02 saimon --enabling implicit_fallbacks for all db translations storage engines.
(edit) @149 [149] 07/05/07 08:15:29 saimon --renaming db_translations test to indicate storage engine tested more …
(edit) @148 [148] 07/05/07 08:14:02 saimon --This commit implements following todos: * Locale.set signature becomes: …
(edit) @147 [147] 05/28/07 00:16:34 josh more bidi work
(edit) @146 [146] 05/27/07 20:06:20 josh took out bidi
(edit) @145 [145] 05/26/07 17:07:42 jsierles add built_in field to for-1.2 branch, closes #164
(edit) @144 [144] 05/26/07 17:07:09 jsierles add built_in field to trunk migration, references #164
(edit) @143 [143] 05/24/07 06:06:55 josh ignore test log
(edit) @142 [142] 05/24/07 06:06:31 josh import
(edit) @141 [141] 05/24/07 03:11:05 josh Fixed set_pluralized_translation, added test
(edit) @140 [140] 05/24/07 02:49:33 josh Fixed set_pluralized_translation, added test
(edit) @139 [139] 05/24/07 00:06:31 josh added josh branch
(edit) @138 [138] 05/23/07 00:44:11 jsierles don't reset charset in actionmailer, closes #161
(edit) @137 [137] 05/23/07 00:43:21 jsierles don't reset charset in actionmailer, references #161
(edit) @136 [136] 05/23/07 00:28:53 jsierles backport fix checking for SQLite connection adapter
(edit) @135 [135] 05/23/07 00:26:33 jsierles backport incorrect month calculations for date helpers, closes #156
(edit) @134 [134] 05/23/07 00:25:53 jsierles backport default test configuration from trunk
(edit) @133 [133] 05/23/07 00:19:14 jsierles patch for incorrect month calculation in date helpers, references #156
(edit) @132 [132] 05/22/07 20:21:02 jsierles merge test_helper changes from saimon's branch to support out-of-the-box …
(edit) @131 [131] 05/12/07 06:15:21 saimon --Updating schema in create_tables task. Temporary solution. Task should …
(edit) @130 [130] 05/04/07 16:18:05 saimon --Using different test classes for each storage method test to avoid class …
(edit) @129 [129] 05/03/07 20:54:36 saimon --Adding Via Association storage method based on implementation by Chris …
(edit) @128 [128] 04/30/07 14:04:10 saimon --Adding tests for Language.add() --Adding Country.add() & …
(edit) @127 [127] 04/30/07 12:39:34 saimon --Making the Language Subtag Registry Parser a singleton --Adding tests fro …
(edit) @126 [126] 04/30/07 11:33:30 saimon --Adding equality tests
(edit) @125 [125] 04/30/07 10:42:56 saimon --Correcting view translation test to take into account the overall cache …
(edit) @124 [124] 04/30/07 08:41:59 saimon --Applying Olivier's patch for correct view translation caching with …
(edit) @123 [123] 04/30/07 08:28:47 saimon -- Adding Josh's patch for german/spanish translations . -- Correcting …
(edit) @122 [122] 04/30/07 08:00:35 saimon --Adding in Josh's patch for sqlite adaptor loading check
(edit) @121 [121] 04/29/07 20:15:45 jsierles make sure the SQLite adapter is loaded before trying to check the …
(edit) @120 [120] 04/29/07 19:53:40 jsierles added German built-in translations, closes #157 [jon] updated Spanish …
(edit) @119 [119] 04/29/07 19:27:59 jsierles use the configured app test database for globalize tests
(edit) @118 [118] 04/27/07 21:01:21 saimon --Modifying full_messages method to take advantage of multiple …
(edit) @117 [117] 04/27/07 20:33:33 saimon --Adding support for multiple view translation interpolation. Note: …
(edit) @116 [116] 04/27/07 18:07:01 saimon --Adding support for selecting multiple possible storage methods. Can now …
(edit) @115 [115] 04/27/07 13:44:22 saimon --Applying patches to currency.rb to fix rounding issues (Added tests) …
(edit) @114 [114] 04/27/07 12:52:10 saimon --Adding fix to default to strftime(%c) for both Time/Date
(edit) @113 [113] 04/27/07 12:20:18 saimon --All tests in trunk_with_rfc4646 support are now passing. --Added option …
(edit) @112 [112] 04/27/07 11:22:15 saimon --Adding fix by Ole Begemann <ole@oleb.net> to find_models() rake task.
(edit) @111 [111] 04/27/07 11:19:41 saimon --Adding Ole Begemann's <ole@oleb.net> patch to generator to fix …
(edit) @110 [110] 04/27/07 11:17:12 saimon --Adding missing model_migration.rb to trunk. I haven't a clue how this …
(edit) @109 [109] 04/25/07 20:33:41 saimon --Allowing for the possibility of fallbacks for the base locale in …
(edit) @108 [108] 04/25/07 19:53:31 saimon --Adding more tests for fallback support in internal engine
(edit) @107 [107] 04/25/07 19:49:37 saimon --Added fallback support to internal engine
(edit) @106 [106] 04/25/07 14:20:22 saimon --Adding fallback support to the external storage engine. --Also added …
(edit) @105 [105] 04/24/07 15:09:50 saimon --Adding test in view translations namespace tests for fallbacks
(edit) @104 [104] 04/24/07 14:33:24 saimon --Adding more tests for fallback support in view translations --Ensuring …
(edit) @103 [103] 04/24/07 14:32:14 saimon --removing test.log
(edit) @102 [102] 04/24/07 14:31:31 saimon --ignoring log files
(edit) @101 [101] 04/24/07 12:57:42 saimon --removing
(edit) @100 [100] 04/24/07 12:54:10 saimon --Adding fallback support to view translations --Adding svn eol:style …
(edit) @99 [99] 04/23/07 16:45:51 saimon --Made Action Mailer rfc4646 compatible (with fallbacks ???) --Made view …
(edit) @98 [98] 04/05/07 19:01:26 saimon --Adding languages_tests
(edit) @97 [97] 04/05/07 13:52:46 saimon --Adding more tests for Locale --Adding …
(edit) @96 [96] 04/04/07 20:50:20 saimon --Added rfc4646 support to locale (locale tests are passsing) --Changed …
(edit) @95 [95] 03/28/07 14:07:19 saimon --Adding Language Subtag Registry Parser class with tests (all tests …
(edit) @94 [94] 03/28/07 11:40:29 saimon --Adding personal branch with rfc4646 support based on trunk --Adding …
(edit) @93 [93] 03/22/07 12:16:31 saimon --[Patch] Adding Peter Bengtson's patch "Capitalization of Swedish day and …
(edit) @92 [92] 03/22/07 11:51:29 saimon --Adding migration tools rake task that allows conversion of an …
(edit) @91 [91] 03/16/07 12:42:19 lourens migration column defaults to empty string if AR column default is blank
(edit) @90 [90] 03/16/07 12:25:46 lourens explicitly verify for nil in column default ternary
(edit) @89 [89] 03/16/07 12:13:05 lourens include model subdirs for internal migration generator
(edit) @88 [88] 03/13/07 12:39:01 saimon --Using view_paths instead of deprecated template_root
(edit) @87 [87] 03/13/07 12:01:51 saimon --Adding [] shortcuts e.g. Supported Localeses-ES?, …
(edit) @86 [86] 03/13/07 11:05:58 saimon --Making non-base locales show all supported locales except the base …
(edit) @85 [85] 03/13/07 10:42:38 saimon --Adding Globalize::Supported Locales class which adds ability to define a …
(edit) @84 [84] 03/12/07 12:16:54 saimon --Backporting for-1.2 features
Note: See TracRevisionLog for help on using the revision log.