Public bug reported:
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];
** Affects: aikiframework
Importance: Medium
Status: New
** Changed in: aikiframework
Importance: Undecided => Medium
** Changed in: aikiframework
Milestone: None => 0.9.2
--
You received this bug notification because you are a member of Aiki
Framework Developers, 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-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp