yes, fixes for later...

On Sat, May 5, 2012 at 2:56 AM, rg1024 <994...@bugs.launchpad.net> wrote:
> is this a error? or is it a improvement?
> do we need it for next 0.9.2 release?
>
> --
> You received this bug notification because you are subscribed to
> aikiframework.
> https://bugs.launchpad.net/bugs/994455
>
> Title:
>  site, view and language in aiki_configs should be separated fields
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/aikiframework/+bug/994455/+subscriptions


-- 
Jon Phillips 王✳爻气 http://fabricatorz.com ✳ skype: kidproto ✳ irc: rejon
+1.415.830.3884 (global) ✳ +86-187-1003-9974 (beijing)

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/994455

Title:
  site, view and language in aiki_configs should be separated fields

Status in Aiki Framework:
  New

Bug description:
  It the same stupid thing as using serialized arrays in forms table
  they should be separated. Client code or API can provide one selector
  to them to make life easier for users but database should be simple.

  Why? because it's hard to create code that handled them and the code that 
select will be easier 
  1. if selector is * all is *
  2. if its ???/???/??? it simple $array = explode('/', $selector); $site = 
$array[0], $view = $array[1]; $lang = $array[2];

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/994455/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : aikiframework.admins@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to