change_log 961 Bytes
Newer Older
1 2 3
2013-04-12 arnaud.fontaine
* Ignore temporary documents for content translation Interaction Workflow. This is useless and likely to trigger errors anyway, such as the document being not available when Interactions is actually called.

4 5 6
2012-01-05 Kazuhiko
* move create/drop table SQL for content_translation table from erp5_content_translation to erp5_full_text_*_catalog BT.

7 8 9
2011-12-20 Kazuhiko
* use groonga storage engine instead of MyISAM.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
10 11 12
2010-04-02 yusuke
* Fixed the column name conflict.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
13 14 15
2010-03-03 yusuke
* Use sql_deferred_connection instead of sql_connection

Yusei Tahara's avatar
Yusei Tahara committed
16 17 18
2010-03-02 yusei
* Remove short title.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
19 20 21
2010-02-26 yusuke
* supports catalog search.

Yusei Tahara's avatar
Yusei Tahara committed
22 23 24
2010-01-19 yusei
* Now translation accessors return original value if there is no translation. For translation UI of content translation, use no_original_value parameter and do not display original value in input fields.

Yusei Tahara's avatar
Yusei Tahara committed
25 26 27 28 29
2009-11-05 yusei
* Initial release.

2009-09-02 yusei
* Pre-release for review.