コミット履歴

作者 SHA1 メッセージ 日付
  Bryan Crowe d52ae87485 Fix license docblocks for phpdoc format 12 年 前
  Bryan Crowe 042bd19776 Use semantic version for test cases since doc block 12 年 前
  ndm2 29caa951c3 Fix docblock/function signature mismatches (parameter name typos, wrong parameter types, missing parameter tags, invalid/wrong/missing return types, missing/unnecessary leading backslashes for namespaces, etc...) 12 年 前
  Jose Lorenzo Rodriguez 3b4f69db5b Removing the _i18n property after saving 12 年 前
  Jose Lorenzo Rodriguez c602589e9c Documenting a couple methods 12 年 前
  Jose Lorenzo Rodriguez 0dced17fdf Making it possible to add new translations and save them in batch 12 年 前
  Jose Lorenzo Rodriguez 6bfb796563 Improving save all translations 12 年 前
  Jose Lorenzo Rodriguez e3c730d097 Normalizing associated tables array before passing it to the event 12 年 前
  Jose Lorenzo Rodriguez 9499b1716c Starting to implement multiple translations saving 12 年 前
  Jose Lorenzo Rodriguez 9c29a7829f Deleting translations when the associated records is deleted 12 年 前
  Jose Lorenzo Rodriguez 70e3ef04cf Fixing various faling tests. The problem was not closing the statements, among other things 12 年 前
  Jose Lorenzo Rodriguez 892a217dd9 Adding translations to the whitelist of associations to be saved 12 年 前
  Jose Lorenzo Rodriguez 1d1bb62dba Adding support for specifying the locale using the entity property 12 年 前
  Jose Lorenzo Rodriguez f7553b0a68 Added test for adding translations to a record 12 年 前
  Jose Lorenzo Rodriguez 8935530d52 Implemented translations saving in the TranslateBehavior 12 年 前
  Jose Lorenzo Rodriguez 510232dc38 Final changes to make after find logic work on joinable associations, 12 年 前
  Jose Lorenzo Rodriguez 6fe3d92de8 not overwritting fields with a null translation 12 年 前
  Jose Lorenzo Rodriguez 8db0595b68 Fixed some typos, CS errors and refactoring repetitive code 12 年 前
  Jose Lorenzo Rodriguez fd6a5dbfe1 Fixing some tests 12 年 前
  Jose Lorenzo Rodriguez 7d397bc0ba First steps towards supporting translatable belongsTo associations 12 年 前
  Jose Lorenzo Rodriguez 2a9c9ff3cd Adding more tests for TranslateBehavior 12 年 前
  Jose Lorenzo Rodriguez 878b58787a Completing test and refactoring 12 年 前
  Jose Lorenzo Rodriguez ec35f78d92 More work trying to fix eager loading ans tranlate behavior 12 年 前
  Jose Lorenzo Rodriguez a115e908ce Added failing tests for implementing find('translations') on 12 年 前
  Jose Lorenzo Rodriguez 8501c6e3fd Adding test to show that hasMany associations can also be translated 12 年 前
  Jose Lorenzo Rodriguez 625c562524 Moving beforeFind triggering a bit deeper so that it is not fired twice 12 年 前
  Jose Lorenzo Rodriguez b075bfbac9 Adding more tests to find('translations') 12 年 前
  Jose Lorenzo Rodriguez 4deb658f24 Implemented find('translations') to get a list of all translations for 12 年 前
  Jose Lorenzo Rodriguez 846435b522 Trying to make translation formatter work when there are other 12 年 前
  Jose Lorenzo Rodriguez 2e780bca91 Re-implementing TranslateBehavior to use joins istead, this give 12 年 前