Re: [Aikiframework-devel] Does markup changed in recent Aiki

2012-04-20 Thread Jakub Jankiewicz
> OFLB has gone through quite a few different versions of Aiki, going > all the way back to revision 507, I believe. At one point it did live > through the custome ยป custom change. OK thanks, So this is a bug, upgrader need to fix this custome -> custom in forms. -- Jakub Jankiewicz twitter: @jc

Re: [Aikiframework-devel] Does markup changed in recent Aiki

2012-04-20 Thread Christopher Adams
OFLB aiki admin panel reads 0.8.19.843. That must have been the last time OFLB was installed on a clean Aiki with a fresh database, rather than using the upgrader or pulling from bzr. Christopher On Sat, Apr 21, 2012 at 11:29 AM, Christopher Adams wrote: > > > On Sat, Apr 21, 2012 at 12:50 AM,

Re: [Aikiframework-devel] Does markup changed in recent Aiki

2012-04-20 Thread Christopher Adams
On Sat, Apr 21, 2012 at 12:50 AM, Jakub Jankiewicz wrote: > > > Christopher: which version of Aiki OFLB had before upgrade? > > What does 'before' mean? OFLB has gone through quite a few different versions of Aiki, going all the way back to revision 507, I believe. At one point it did live throu

[Aikiframework-devel] [Bug 986291] Re: Sum on empty select leave unprocessed filed

2012-04-20 Thread Jakub Jankiewicz
It seams that it's bug in php $a = NULL; echo isset($a) ? 'true' : 'false'; it return false ** Changed in: aikiframework Assignee: (unassigned) => Jakub Jankiewicz (jcubic) ** Changed in: aikiframework Status: Confirmed => Fix Committed -- You received this bug notification becaus

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1165: Fix bug #986291

2012-04-20 Thread noreply
revno: 1165 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Fri 2012-04-20 21:34:39 +0200 message: Fix bug #986291 modified: libs/Engine_aiki.php -- lp:aikiframework https://code.launchpad.net/~aikiframework-devel

[Aikiframework-devel] [Bug 986303] [NEW] Normal select allow for INSERT and inline sql allow all queries

2012-04-20 Thread Jakub Jankiewicz
Public bug reported: in normal select you can put INSERT into table as query and in inline sql you can put all queries. ** Affects: aikiframework Importance: Critical Assignee: Jakub Jankiewicz (jcubic) Status: Fix Committed ** Changed in: aikiframework Status: New => C

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1164: Kill normal select on INSERT and inline sql for all not allowed queries

2012-04-20 Thread noreply
revno: 1164 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Fri 2012-04-20 19:33:23 +0200 message: Kill normal select on INSERT and inline sql for all not allowed queries modified: libs/Engine_aiki.php -- lp:aikif

[Aikiframework-devel] [Bug 986291] [NEW] Sum on empty select leave unprocessed filed

2012-04-20 Thread Jakub Jankiewicz
Public bug reported: If you have "select sum(field) as other_name from some_table" and "select field from some_table" is empty query (mysql return NULL) it leave uprocessed ((other_name)) in old Aiki it return nothing. ** Affects: aikiframework Importance: Medium Status: Confirmed

[Aikiframework-devel] Does markup changed in recent Aiki

2012-04-20 Thread Jakub Jankiewicz
Hi Roger 2 questions: When upgrading Aiki on openclipart I notice 2 things: 1. Syntax for static select in forms was custome instead of custom (they where use Admin panel forms) 2. Syntax for permissions was (#(permissions:SystemGOD:)#) instead of (#(permissions:SystemGOD||)#) semicolon instead o

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1163: Fix mtoken function when last arg is 0

2012-04-20 Thread noreply
revno: 1163 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Fri 2012-04-20 13:15:52 +0200 message: Fix mtoken function when last arg is 0 modified: libs/AikiScript.php -- lp:aikiframework https://code.launchpad.ne

Re: [Aikiframework-devel] [Bug 986128] Re: Aiki widgets form need to be updated

2012-04-20 Thread rejon
I would rather have the updater fix the issue when updating a site rather than support old code, right? Jon On Fri, Apr 20, 2012 at 6:49 PM, Jakub Jankiewicz <986...@bugs.launchpad.net> wrote: > Or it can be fixed in Aiki by allowing "custom" and "custome". > > -- > You received this bug notifica

[Aikiframework-devel] [Bug 986128] Re: Aiki widgets form need to be updated

2012-04-20 Thread Jakub Jankiewicz
Or it can be fixed in Aiki by allowing "custom" and "custome". -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/986128 Title: Aiki widgets form need to be updated Status in Aiki F

[Aikiframework-devel] [Bug 986128] [NEW] Aiki widgets form need to be updated

2012-04-20 Thread Jakub Jankiewicz
Public bug reported: In OCAL static select use custome and in Aiki proper value is custom so static selects doesn't work in Admin Panel (like is_father or require special permission) this form (20 - aiki_widgets) need to be updated in upgrader. ** Affects: aikiframework Importance: Critical