Commit graph

75 commits

Author SHA1 Message Date
Graham Knop
1fd17ef320 add test for WebGUI::Macro::transform 2010-08-27 13:46:08 -05:00
Graham Knop
d3893aec75 POD for macro transform 2010-08-27 13:46:07 -05:00
Colin Kuskie
05b899db69 Add POD for Macro::quote 2010-08-26 14:41:36 -07:00
Graham Knop
e7891e9191 add macro transform sub, convert upgrade to use it 2010-08-23 12:47:16 -05:00
Doug Bell
5c2581850f fixed version tag problem. changed admin toggle 2010-07-15 11:55:24 -05:00
Graham Knop
d7767e07a3 faster macro processor using perl 5.10 features 2010-02-04 13:52:41 -06:00
hao
a48b16dbfc Fixed #10967: Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character. 2009-09-14 14:27:14 -04:00
Graham Knop
ac9be28857 add a few additional macro tests 2009-08-20 19:24:39 +00:00
Graham Knop
65a0c7bbae allow single quote delimiters for macro parameters 2009-02-23 04:25:17 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
08e080bfc3 better variable name in macro parser 2008-11-12 22:49:19 +00:00
Colin Kuskie
45e4a9657c reset recursion depth on macros to 16 2008-09-30 23:01:51 +00:00
Graham Knop
bbdcb6475a quiet some warnings 2008-09-30 20:03:52 +00:00
Graham Knop
b8547a918a silence some warnings 2008-09-17 15:37:51 +00:00
Graham Knop
4f0663f199 allow undef to return from macros, fix empty string returns, test a few more cases 2008-09-16 21:34:48 +00:00
Graham Knop
acdecef5b6 make private sub private and add some documentation 2008-09-16 16:27:22 +00:00
Graham Knop
f0e6a30d75 rewrite macro parser, improving speed and making parameter parsing more sane 2008-09-16 02:09:37 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
JT Smith
1066bb4dba switched macro system to use WebGUI::Pluggable 2008-01-04 01:06:54 +00:00
JT Smith
a7dde82421 updated copyright 2007-07-01 16:09:42 +00:00
Matthew Wilson
4a3121960f removal of dumpSession. 2006-01-26 05:39:16 +00:00
Matthew Wilson
09483e18c5 a ton of $session fixes (thanks to Colin), and a new $session checker, that supposedly, shouldn't be needed now. It can be backed out, however, easily. 2006-01-16 22:45:21 +00:00
Matthew Wilson
65823b1f53 oodles of fixes. 2006-01-15 15:56:17 +00:00
JT Smith
a194408513 changing copyright year 2006-01-09 23:51:04 +00:00
JT Smith
024514c549 more session related changes 2006-01-09 19:56:26 +00:00
JT Smith
d4b7f2ce59 first round of changes for the new session system 2005-12-31 21:54:06 +00:00
Matthew Wilson
7f44c3dd99 fixing spelling typo 2005-11-19 22:42:07 +00:00
Colin Kuskie
f92c81603c update POD in Macro.pm to remove call to getParams 2005-11-16 18:53:34 +00:00
JT Smith
ea868a8c0e moved uploadsAccessHandler into the main webgui handler mechanism
converted macros to use references
fixed some other various bugs
2005-11-07 01:40:07 +00:00
JT Smith
25af8fb98b merging 6.7.8 changes 2005-10-18 23:12:36 +00:00
JT Smith
6aa9f76a71 added a new logger 2005-04-01 03:24:23 +00:00
JT Smith
55c709a051 updated copyright 2005-02-07 00:52:47 +00:00
JT Smith
d47830aceb merging 6.2.10 and 6.2.11 changes 2005-01-28 22:19:39 +00:00
JT Smith
2b6eb201a9 changed POD formatting 2004-09-14 02:22:38 +00:00
JT Smith
c866d00c1b changed company name 2004-09-03 17:01:59 +00:00
Len Kranendonk
c505d48f91 Fixed the macro 5.8.4 thing 2004-07-23 21:09:50 +00:00
JT Smith
d7171e5d49 fix for a problem in perl 5.8.4 2004-07-20 23:36:55 +00:00
JT Smith
bd7ccaf29d various bug fixes 2004-07-10 17:14:41 +00:00
JT Smith
8266dfd69a plug-ins are now dynamically loaded 2004-05-28 16:00:28 +00:00
JT Smith
cdcdd2094e b ugfix [ 953593 ] perl -MWebGUI -e "" fails 2004-05-25 18:22:08 +00:00
JT Smith
403082ed23 updated copyright year 2004-02-29 15:40:11 +00:00
Len Kranendonk
c105522d86 Fixed macro parsing bugs 2003-10-19 15:06:40 +00:00
JT Smith
8f6348a5bb Converted the Mail Form into the Data Form. 2003-05-05 05:08:48 +00:00
Len Kranendonk
4398f36fdb Fixed bug 713841 / removed debug code 2003-04-02 11:35:21 +00:00
Len Kranendonk
a8960d29fa Fixed bug 713841 2003-04-02 11:32:31 +00:00
JT Smith
85eeaf28b4 fixed macro filtering 2003-03-17 00:52:41 +00:00
JT Smith
3370363c8d strip parenthesis on one line 2003-03-15 03:20:47 +00:00
JT Smith
5f6313579f Only process macros once per page. 2003-03-02 21:15:56 +00:00
JT Smith
8e4c8a9fd8 removing unnecessary code 2003-03-01 04:59:57 +00:00
Len Kranendonk
e6ae7f1e30 fixed process substitution bug 2003-02-28 11:40:58 +00:00