Groups
Groups
Sign in
Groups
Groups
web2py-users
Conversations
Labels
About
Send feedback
Help
[patch] search pattern for '{{extend}}'
0 views
Skip to first unread message
ont.rif
unread,
May 31, 2010, 7:34:27 AM
5/31/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Pattern in gluon/myregex.py must be compiled with MULTILINE option:
regex_extend = re.compile(\
'^\s*(?P<all>\{\{\s*extend\s+[\'"](?P<name>[^\'"]+)[\'"]\s*\}\})',
re.MULTILINE )
When {{extend '####'}} not in first line of file it doesn't be shown
in admin page.
Reply all
Reply to author
Forward
0 new messages