JoomFish / joomfish-2.5

Joom!Fish 2.5 core development
http://www.joomfish.net/
34 stars 27 forks source link

Table changes w.r.t. J!1.5: Banners, banner_clients and languages content elements change #16

Closed quodo closed 12 years ago

quodo commented 12 years ago

table #__banner is renamed: #_banners and some fields were changed

table #__bannerclient is renamed: #_banner_clients and a field was changed

table #__languages has no 'id' column, it has a 'lang_id'

``` <translationfilters> <published>published</published> </translationfilters> is not a problem, this table has the published column, not a state column.

Possible issue I'm not 100% sure about this line, don't really know what it's for, but sinces banner was changed to banners and cid to id, I did this also in this line: <form>com_banners#banner#cid#task#!edit</form>

Tests I tested these content element changes in the backend of J!1.7.3: no fatal errors (anymore), no notices, translations for these three content elements can be edited and saved.