You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*lots* of changes. Many cli scripts to help with administration. Improved look and feel. Improved process for viewing and editing related records. g2 is now off by default, and mysqli is now the default db engine.
Added support for auto_update_filters preference. When this is set to 0 or false, the resultlist filters won't auto-update when you change a selection. It will add an update button which applies all of the filters together.
Added better way to customize the tables menu. Simply add actions with category=_tables, and these actions will be used for your tables menu.
Too many other improvements to list here - but mostly related to look and feel. This update is way overdue. Now the UI looks much more modern.
$res = df_query("select `$col`, count(*) as `num` ".$qb->_from()."".$qb->_secure( $qb->_where(array($col=>null)) )." group by `$col` order by `$col`", null, true);
650
671
if ( !$resand !is_array($res)) trigger_error(xf_db_error(df_db()), E_USER_ERROR);
@@ -668,7 +689,12 @@ function resultlist__updateFilters(col,select){
{if !$action.icon and !$action.materialIcon and $action.subactions}<iclass="material-icons {$action.materialIconStyle|escape}">arrow_drop_down</i>{/if}
0 commit comments