Re: [Aikiframework-devel] Class Site

2011-07-16 Thread Roger Martín
In widgets.php you can see this SQL that get candidate widgets: $SQL = "SELECT id, display_urls,kill_urls,widget_name ". " FROM aiki_widgets ". " WHERE. ... " (widget_site='$site' OR widget_site ='aiki_shared' OR widget_site ='default') ...".

Re: [Aikiframework-devel] Class Site

2011-07-13 Thread Christopher Adams
Totally agree. We have been thinking in that direction for some time. The admin interface should definitely be a different "site". On Thu, Jul 14, 2011 at 5:55 AM, Roger Martín wrote: > Hi folks!! > > After digging in aiki code, i have add a class for Site definition. This > new feature maintain

[Aikiframework-devel] Class Site

2011-07-13 Thread Roger Martín
Hi folks!! After digging in aiki code, i have add a class for Site definition. This new feature maintain compatibility with old revision. i've surprised (one time more) with the unused aiki_site table, and their bad definition. Open-Clipart has only one site: default. IMHO, every site must have h