root/branches


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @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) @139 [139] 05/24/07 00:06:31 josh added josh branch
(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) @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) @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) @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) @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) @83 [83] 03/12/07 12:01:35 saimon --Ensuring schema upgrade only executes if the globalize tables …
(edit) @82 [82] 03/09/07 13:11:38 saimon --Importing for-1.2 branch with migrate_to_internal rake task to saimons …
(edit) @81 [81] 03/09/07 13:08:45 saimon --Adding features directory to saimons personal branch
(edit) @80 [80] 03/09/07 13:05:22 saimon --Adding tasks directory to saimon's personal for-1.2 branch
(edit) @79 [79] 03/09/07 13:03:29 saimon --Adding a for-1.2 branch under saimon's personal branch
(edit) @78 [78] 03/09/07 13:02:55 saimon --Creating a personal branch for saimon
(edit) @77 [77] 03/05/07 10:01:01 saimon --Done adding install.rb hook
(edit) @76 [76] 03/05/07 09:58:10 saimon --Testing install.rb
(edit) @75 [75] 03/05/07 09:45:50 saimon --Final install.rb (hopefully)
(edit) @74 [74] 03/05/07 09:38:48 saimon --testing install.rb
(edit) @73 [73] 03/05/07 09:35:51 saimon --Trying fork
(edit) @72 [72] 03/05/07 09:29:20 saimon --Monday mornings
(edit) @71 [71] 03/05/07 09:26:04 saimon --More install hook testing
(edit) @70 [70] 03/05/07 09:21:44 saimon --Final install.rb
(edit) @69 [69] 03/05/07 09:19:54 saimon --testing install.rb
(edit) @68 [68] 03/05/07 09:17:50 saimon --testing install.rb
(edit) @67 [67] 03/05/07 09:16:23 saimon --testing install.rb
(edit) @66 [66] 03/05/07 09:12:47 saimon --testing install.rb
(edit) @65 [65] 03/05/07 09:11:14 saimon --more testing of install.rb
(edit) @64 [64] 03/05/07 09:09:33 saimon --Testing install.rb
(edit) @63 [63] 03/05/07 09:07:34 saimon --Adding install hook ensuring the 1.2 schema upgrade tasks is executed on …
(edit) @62 [62] 02/14/07 15:20:30 saimon --Adding handy utility method find_all_namespaces to View Translation which …
(edit) @61 [61] 02/14/07 14:35:34 saimon --Discovered bug in dynamic finder method_missing override code. It …
(edit) @60 [60] 02/13/07 10:09:57 saimon --Adding namespaced view translations feature (See …
(edit) @59 [59] 02/09/07 15:31:19 svenfuchs updated SVN URL in README to point to branches/for-1.2
(edit) @57 [57] 02/05/07 09:24:33 saimon --Adding migration generation functionality for the internal storage …
Note: See TracRevisionLog for help on using the revision log.