0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tests pass with Rails 2.0.2 (change yours views extenstion, exemple: *.html.en.erb or *.xml.en.builder) More... over 16 years ago
[no comment] More... over 16 years ago
Merge from yann branche More... over 16 years ago
add built_in field to trunk migration, references #164 More... almost 17 years ago
Fixed set_pluralized_translation, added test More... almost 17 years ago
don't reset charset in actionmailer, closes #161 More... almost 17 years ago
patch for incorrect month calculation in date helpers, references #156 [hvolkmer] More... almost 17 years ago
merge test_helper changes from saimon's branch to support out-of-the-box tests More... almost 17 years ago
make sure the SQLite adapter is loaded before trying to check the connection type, closes #160 More... almost 17 years ago
added German built-in translations, closes #157 [jon] updated Spanish built-in translations for correct capitalization More... almost 17 years ago
use the configured app test database for globalize tests More... almost 17 years ago
--Adding fix by Ole Begemann <[email protected]> to find_models() rake task. More... almost 17 years ago
--Adding Ole Begemann's <[email protected]> patch to generator to fix assumption that all files in app/models are AR:Base descendandants More... almost 17 years ago
--Adding missing model_migration.rb to trunk. I haven't a clue how this got missed. More... almost 17 years ago
--[Patch] Adding Peter Bengtson's patch "Capitalization of Swedish day and month names is wrong" closes Ticket: 147 More... about 17 years ago
--Adding migration tools rake task that allows conversion of an application using the internal storage system to the external one. More... about 17 years ago
--Using view_paths instead of deprecated template_root More... about 17 years ago
--Adding [] shortcuts e.g. SupportedLocales['es-ES'], ActiveLocales['he-IL'], NonBaseLocales['fr-FR'] SupportedLocales['es'], ActiveLocales['he'], NonBaseLocales['fr'] More... about 17 years ago
--Making non-base locales show all supported locales except the base locale. (previously showed active locales except base) More... about 17 years ago
--Adding Globalize::SupportedLocales class which adds ability to define a set of application wide supported locales but you can also define the base locale, a sub set of active locales and a default locale. This class is a singleton but you can clear out the instance and reset the values. Have a look at test/supported_locales_test.rb for more details. More... about 17 years ago
--Backporting for-1.2 features More... about 17 years ago
Test work with 'view_paths' (effect of template_root deprecation) More... about 17 years ago
Continuous testing work with globalize and rails trunk More... about 17 years ago
--Adding bidi support to internal storage mechanism. --Adding rdoc mentioning bidi support in Globalize and how to de/activate it via facet options. --Add support for hebrew in internal storage mechanism testing to allow testing of bidi. --Fixed rdoc references to old 'localizes' method. More... about 17 years ago
--Adding rdoc to Globalize::Locale More... over 17 years ago
--Adding more documentation to Globalize::DbTranslate --Fixing rdoc in README More... over 17 years ago
--Correcting typo in README More... over 17 years ago
--Correcting typo in 'Globalize::DbTranslate#translates' rdoc More... over 17 years ago
--Correcting rdoc markup for 'translates' class method in Globalize::DbTranslate More... over 17 years ago
Replace fix_condition (spcioal globalize method) by sanitize_sql (rails method). Globalize work now with Hash condition. All test pass with rails trunk. More... over 17 years ago