Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
joomla:prep50 [2026/04/13 12:48] – [Todo Admin] Bernard Condraujoomla:prep50 [2026/05/28 15:17] (current) – [Database changes] Bernard Condrau
Line 80: Line 80:
 | ''admin.js: confirm'' | | ''import('joomla.dialog').then(m => m.default.confirm(Joomla.JText._('COM_BETHICOLEAGUE_JS_YES_NO'), Joomla.Text._('WARNING', 'Warning'))).then(confirmed => {if (confirmed) {}});'' | | ''admin.js: confirm'' | | ''import('joomla.dialog').then(m => m.default.confirm(Joomla.JText._('COM_BETHICOLEAGUE_JS_YES_NO'), Joomla.Text._('WARNING', 'Warning'))).then(confirmed => {if (confirmed) {}});'' |
  
 +===== Joomla 5 views =====
 +  * ''match: schedule'' -> ''league:schedule''
 ===== Bootstrap ===== ===== Bootstrap =====
 Joomla 3.10: version 2.3.2 Joomla 3.10: version 2.3.2
Line 92: Line 94:
  
 ===== Database changes ===== ===== Database changes =====
 +==== Table #__bethico_venue ====
   * Table ''#<nowiki>__</nowiki>bethico_bar'' renamed to ''#<nowiki>__</nowiki>bethico_venue'' and fields starting with ''b_'' renamed to starting with ''v_''   * Table ''#<nowiki>__</nowiki>bethico_bar'' renamed to ''#<nowiki>__</nowiki>bethico_venue'' and fields starting with ''b_'' renamed to starting with ''v_''
 +  * Change field ''bar_id'' to ''venue_id'' in table ''<nowiki>#__bethico_team_season</nowiki>''
   * fields ''league, league_code, time_string, start_year, frames_term, bye_term'' from ''#<nowiki>__</nowiki>bethico_config'' moved to //component options//   * fields ''league, league_code, time_string, start_year, frames_term, bye_term'' from ''#<nowiki>__</nowiki>bethico_config'' moved to //component options//
   * Table ''#<nowiki>__</nowiki>bethico_olddb_team'' field ''b_name'' renamed to ''v_name''   * Table ''#<nowiki>__</nowiki>bethico_olddb_team'' field ''b_name'' renamed to ''v_name''