Re: [Aikiframework-devel] delay in apps and site

2012-04-10 Thread Jon Phillips
I agree with you Roger. I think this is how we should consider aiki apps for now. This is more practical as well with our time and resources. In the future, hopefully we can get to the place where we make more powerful apps. I'm still unclear technically however, with the direction you speak of Ro

[Aikiframework-devel] [Bug 978408] [NEW] [p[ ((some_field)) ]p] prints ((some_field)) if field is null

2012-04-10 Thread Brad Phillips
Public bug reported: Aiki Framework has some utility functions that allow you to better present user-entered data. Namely, it can convert new lines to or . These functions work great, but I've noticed one instance where they are mishandled: the case where the field you're trying to parse is NUL

Re: [Aikiframework-devel] Custom Constants

2012-04-10 Thread Roger Martín
(script( $aiki->config->set('(!(1)!)', '(!(2)!)'); )script) is an ingenious solution good work! ___ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikif

Re: [Aikiframework-devel] delay in apps and site

2012-04-10 Thread Roger Martín
> But if apps are sites then what is the difference between them, I mean > in database? Certain apps are meta-sites. You can make a site about books,cliparts, fonts, news, and can have apps to login or to admin site. I called meta, because a login apps no worries about books, fonts, news. Develo

Re: [Aikiframework-devel] progress in engine,form and markup

2012-04-10 Thread Roger Martín
hi folks! in test/libs/markup.php you can see expression that can be evaluated ( and other that fails). Install test/engines/engineV2, to see a demo of engine2 (it begins like a test..but is a demo) ___ Mailing list: https://launchpad.net/~aikiframework-d

[Aikiframework-devel] [Bug 977923] Re: values are parsed to late when there is both normal in inline sql

2012-04-10 Thread Jakub Jankiewicz
** Changed in: aikiframework Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/977923 Title: values are parsed to late when there is both n

[Aikiframework-devel] [Bug 977923] [NEW] values are parsed to late when there is both normal in inline sql

2012-04-10 Thread Jakub Jankiewicz
Public bug reported: if you have table foo(text) with values foo.svg, bar.svg baz.svg and run this code (sql( (SELECT text from foo|| (script( str_replace(.svg, .png, [-[text]-]); )script)) )sql)​​

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1160: Fix bug #977923

2012-04-10 Thread noreply
revno: 1160 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Tue 2012-04-10 12:44:17 +0200 message: Fix bug #977923 modified: libs/Engine_aiki.php -- lp:aikiframework https://code.launchpad.net/~aikiframework-devel

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1159: Fix (script( and inline edit

2012-04-10 Thread noreply
revno: 1159 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Tue 2012-04-10 11:05:01 +0200 message: Fix (script( and inline edit modified: libs/AikiScript.php libs/Records.php -- lp:aikiframework https://code.lau