In old parser I believe it only need to tweak on regex, so it can be
easily fix in old parser.

On Mon, 20 Feb 2012 05:11:34 -0000
rejon <j...@rejon.org> wrote:

> Should this be fixed in old parser, or in new parser?
> 

--
Jakub Jankiewicz
twitter: @jcubic
www: http://jcubic.pl

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

Title:
  You can't use aiki markup in parentheses

Status in Aiki Framework:
  Confirmed

Bug description:
  If you put script inside parentheses it will parse it as value from db

  ((script( $aiki->Class->foo(); )script))

  and you wanted to display (value_returned_from_foo) - value from
  function foo in parentheses, but instead aiki display nothing because
  it can find db value "script( $aiki->Class->foo(); )script".

  I think that this will be the same with other aiki markup like
  permission.

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

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

Reply via email to