[Aikiframework-devel] [Bug 987486] Re: Inline sql is not working

2012-04-23 Thread Jakub Jankiewicz
I add pseudo parsers to noloop and noloop_bottom only they was not handled. ** Changed in: aikiframework Status: New => Fix Committed ** Changed in: openclipart Status: New => Fix Committed -- You received this bug notification because you are a member of Aiki Framework Developers

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1170: Add "parsers" to noloop and noloop_bottom

2012-04-23 Thread noreply
revno: 1170 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Tue 2012-04-24 08:10:20 +0200 message: Add "parsers" to noloop and noloop_bottom modified: libs/Engine_aiki.php -- lp:aikiframework https://code.launchpa

Re: [Aikiframework-devel] [Bug 987486] [NEW] Inline sql is not working

2012-04-23 Thread rejon
bummer, how to fix? On Tue, Apr 24, 2012 at 3:33 AM, Jakub Jankiewicz <987...@bugs.launchpad.net> wrote: > Public bug reported: > > In lastest aiki inline sql stops working. > > you can see aiki markup in your own clipart (in comment - it's sql if > hack). > > ** Affects: aikiframework >     Impor

[Aikiframework-devel] [Bug 987491] [NEW] Edit in place javascript should be shorter

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: common code can be put into file aiki.js and only essecial code into widget next to field or it can even be put as one instance that it's called for all fields on the page. it can be written as jquery plugin. ** Affects: aikiframework Importance: Low Assignee: Jakub

[Aikiframework-devel] [Bug 987486] [NEW] Inline sql is not working

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: In lastest aiki inline sql stops working. you can see aiki markup in your own clipart (in comment - it's sql if hack). ** Affects: aikiframework Importance: Critical Assignee: Jakub Jankiewicz (jcubic) Status: New ** Affects: openclipart Importance:

[Aikiframework-devel] [Bug 987437] [NEW] Edit in place is not working

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: In lastest Aiki edit in place is not working, I tested it on OCAL and local installation. (noloop()noloop) ((id)) - foo text id textarea Click here to edit ViewPublished ((text)) (noloop_bottom()noloop_bottom) ​ for table foo(id, text), javascr

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1169: Add back url for forms

2012-04-23 Thread noreply
revno: 1169 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Mon 2012-04-23 19:45:25 +0200 message: Add back url for forms modified: libs/Forms.php -- lp:aikiframework https://code.launchpad.net/~aikiframework-deve

[Aikiframework-devel] [Bug 987318] Re: Noloop and noloop_bottom should be displayed when there is no results

2012-04-23 Thread Jakub Jankiewicz
Ok, great, I mark it as won't fix then ** Changed in: aikiframework Status: Opinion => Won't Fix -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/987318 Title: Noloop and n

Re: [Aikiframework-devel] [Bug 987318] Re: Noloop and noloop_bottom should be displayed when there is no results

2012-04-23 Thread Roger Martín
New engine haven't normal_select or authorized_select. Only content. Our example must be write as (sql("SELECT foo"){..}else{No data found}sql) (form()form) ___ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-d

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1168: remove action from form, it's was always the same url

2012-04-23 Thread noreply
revno: 1168 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Mon 2012-04-23 18:00:17 +0200 message: remove action from form, it's was always the same url modified: libs/Forms.php -- lp:aikiframework https://code.la

Re: [Aikiframework-devel] [Bug 987322] [NEW] Aiki should be ship with default styles for forms

2012-04-23 Thread Jakub Jankiewicz
I'm thinking about few lines of css that will make forms look prettier. On Mon, 23 Apr 2012 14:22:23 - rejon wrote: > This should just be in general for template sites. I'm not sure what > to call these. > > On Mon, Apr 23, 2012 at 10:14 PM, Jakub Jankiewicz > <987...@bugs.launchpad.net> wr

Re: [Aikiframework-devel] [Bug 987318] Re: Noloop and noloop_bottom should be displayed when there is no results

2012-04-23 Thread Jakub Jankiewicz
Can this example be implemented in new engine? That form is always show and instantly (just after submit content from form) data is displayed, so you can constantly add new rows to database table, and don't need to refresh the page. This bug is reported because when this example is handled when th

[Aikiframework-devel] [Bug 987318] Re: Noloop and noloop_bottom should be displayed when there is no results

2012-04-23 Thread rg1024
New engine haven't loop and noloop parts. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/987318 Title: Noloop and noloop_bottom should be displayed when there is no results Stat

[Aikiframework-devel] [Bug 987342] [NEW] Aiki should allow to upload files with the same file but in different folders

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: in OCAL you can't upload the same file but for different user (it change filename to timestamp), so 2 users can't have same filename, even if they are in separated folders. OCAL have people/[username]/ as upload path and Aiki check both url and database, it should check for d

[Aikiframework-devel] [Bug 987311] Re: Forms should be processed before aiki display widgets

2012-04-23 Thread Jakub Jankiewicz
You can fix it by adding redirect, but this will be one more request and there is no way to indicate that redirect should be after the post of the form. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.

[Aikiframework-devel] [Bug 987311] Re: Forms should be processed before aiki display widgets

2012-04-23 Thread Jakub Jankiewicz
One more problem here, there should be a way to disable showing message "Added successfully", in example I put the proper behavior is to constantly add new fields to table, so forms should be displayed all the time. ** Description changed: - If you create table foo(i integer, text varchar) and cr

Re: [Aikiframework-devel] [Bug 987318] [NEW] Noloop and noloop_bottom should be displayed when there is no results

2012-04-23 Thread rejon
isn't this fixed in the new engine? On Mon, Apr 23, 2012 at 10:10 PM, Jakub Jankiewicz <987...@bugs.launchpad.net> wrote: > Public bug reported: > > Only middle of the widget should be replaced by no_results consider this > example > > query: select * from foo > > widget: > > (noloop(Foo)noloop) >

Re: [Aikiframework-devel] [Bug 987322] [NEW] Aiki should be ship with default styles for forms

2012-04-23 Thread rejon
This should just be in general for template sites. I'm not sure what to call these. On Mon, Apr 23, 2012 at 10:14 PM, Jakub Jankiewicz <987...@bugs.launchpad.net> wrote: > Public bug reported: > > There should be some default css (that can be changed by the user) for > forms, they look ugly, we ca

[Aikiframework-devel] [Bug 987318] [NEW] Noloop and noloop_bottom should be displayed when there is no results

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: Only middle of the widget should be replaced by no_results consider this example query: select * from foo widget: (noloop(Foo)noloop) ((i)) - ((text)) (noloop_bottom( (#(form:add:21)#) )noloop_bottom) the proper behavior IMO is that no_result_error should be putted beteen

[Aikiframework-devel] [Bug 987322] [NEW] Aiki should be ship with default styles for forms

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: There should be some default css (that can be changed by the user) for forms, they look ugly, we can take few styles from twitter bootstrap. ** Affects: aikiframework Importance: Medium Status: New ** Changed in: aikiframework Importance: Undecided => Medium

[Aikiframework-devel] [Bug 987311] [NEW] Forms should be processed before aiki display widgets

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: If you create table foo(i integer, text varchar) and create query select * from foo with content: (noloop()noloop) ((i)) - ((text)) (noloop_bottom( (#(form:add:21)#) )noloop_bottom) where form 21 is for table foo you will have list of rows in the table but when you add new

[Aikiframework-devel] [Bug 736717] Re: escape characters problem in ocal admin panel

2012-04-23 Thread Jakub Jankiewicz
I think it get fixed because I remove strip slashes, then bassel add it because Mac was adding slashes then Roger remove it, and I notice on one server that php was adding slashes (it had magic_quotes enabled) so I add code that strip slashes if it was enabled. So I think it's fixed, need testing.

[Aikiframework-devel] [Bug 736717] Re: escape characters problem in ocal admin panel

2012-04-23 Thread rejon
ok, lets just rely upon new admin panel, unless this got fixed? ** Changed in: openclipart Milestone: 3.2 => 3.3 -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/736717 Title:

[Aikiframework-devel] [Bug 692030] Re: there is no file replace

2012-04-23 Thread rejon
there is a script for this, but next release ** Changed in: openclipart Milestone: 3.2 => 3.3 -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/692030 Title: there is no file r

[Aikiframework-devel] [Bug 722071] Re: widget error box shows 'GET[query]'

2012-04-23 Thread rejon
** Changed in: openclipart Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/722071 Title: widget error box shows 'GET[query]' Status i

[Aikiframework-devel] [Bug 965194] Re: Aiki need custom constants

2012-04-23 Thread rejon
** Changed in: openclipart Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/965194 Title: Aiki need custom constants Status in Aiki Fr

[Aikiframework-devel] [Bug 602502] Re: allow upload of a zip file

2012-04-23 Thread rejon
** Changed in: openclipart Milestone: 3.2 => 3.4 -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/602502 Title: allow upload of a zip file Status in Aiki Framework: Fix Comm

[Aikiframework-devel] [Bug 799507] Re: multiple same comments posting to the database

2012-04-23 Thread rejon
** Changed in: openclipart Milestone: 3.2 => 3.3 -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/799507 Title: multiple same comments posting to the database Status in Aiki F

Re: [Aikiframework-devel] [Bug 692464] Re: there is only support for english!

2012-04-23 Thread rejon
No, the new functionality is there, I filed a new blueprint for the language interface for 3.3 On Mon, Apr 23, 2012 at 8:28 PM, Jakub Jankiewicz <692...@bugs.launchpad.net> wrote: > In ocal it's not fixed we need to add translation tool. > > -- > You received this bug notification because you are

[Aikiframework-devel] [Bug 987273] [NEW] If there is select query url parts are not handled before inline sql

2012-04-23 Thread Jakub Jankiewicz
Public bug reported: If there is normal_select attached to widget url parts like (!(1)!) are not handled before inline sql (sql( so if query in inline sql contain url parts it throw error. ** Affects: aikiframework Importance: Critical Assignee: Jakub Jankiewicz (jcubic) Status

[Aikiframework-devel] [Bug 692464] Re: there is only support for english!

2012-04-23 Thread Jakub Jankiewicz
In ocal it's not fixed we need to add translation tool. -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/692464 Title: there is only support for english! Status in Aiki Framework:

[Aikiframework-devel] [Branch ~aikiframework-devel/aikiframework/trunk] Rev 1167: handle url parts before (sql( when there is normal_select

2012-04-23 Thread noreply
revno: 1167 committer: Jakub Jankiewicz branch nick: aikiframework timestamp: Mon 2012-04-23 14:31:10 +0200 message: handle url parts before (sql( when there is normal_select modified: libs/Engine_aiki.php -- lp:aikiframework https

[Aikiframework-devel] [Bug 692464] Re: there is only support for english!

2012-04-23 Thread rejon
** Changed in: openclipart Status: Triaged => Fix Released -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/692464 Title: there is only support for english! Status in Aiki

[Aikiframework-devel] [Bug 719737] Re: "No Results Error" Section can't pull in URL values

2012-04-23 Thread rejon
** Changed in: openclipart Status: In Progress => Fix Released -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/719737 Title: "No Results Error" Section can't pull in URL va

[Aikiframework-devel] [Bug 722071] Re: widget error box shows 'GET[query]'

2012-04-23 Thread rejon
** Changed in: openclipart Status: Triaged => 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/722071 Title: widget error box shows 'GET[query]' Status in Aik