CVS log for metal/metal_cgi.php
Up to [MetaL] / metal
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 11 02:19:34 2004 UTC (7 years, 8 months ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -6
lines
Avoided context copying.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon May 10 20:21:27 2004 UTC (7 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
Avoided object cloning.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 10 08:36:05 2004 UTC (7 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Fixed intentional object copies by assignment that would not work under
PHP 5.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 18 05:33:09 2002 UTC (9 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Renamed convertisolatin1 to converthtmlentities.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Oct 17 10:45:34 2002 UTC (9 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -20
lines
Avoided passing parameters explicitly by reference.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 18 14:26:20 2001 UTC (10 years, 6 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +30 -1
lines
Moved the functions convertisolatin1 and urlencode from the page module.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun May 27 22:10:03 2001 UTC (10 years, 8 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +22 -1
lines
Added the functions responseheader and postdata.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 29 03:33:33 2000 UTC (11 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Removed the compiler argument of GetArgumentValues calls that is no longer
needed.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 29 03:14:59 2000 UTC (11 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +16 -1
lines
Added the redirect function.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Mar 5 23:35:13 2000 UTC (11 years, 11 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +37 -37
lines
Made all the tags and functions be taken in lower case without any under
scores.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 12 06:29:26 1999 UTC (12 years, 3 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +114 -2
lines
Fixed GETURI function to fetch the PHP_SELF variable always as a global
variable.
Added the functions COOKIEDETECTION, DEFINEDCOOKIEVALUE, GETCOOKIEVALUE,
SETCOOKIE, GETVARIABLE.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Oct 8 19:10:04 1999 UTC (12 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Passed the expression type variable to the GetValidExpression.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Sep 12 00:48:11 1999 UTC (12 years, 4 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -10
lines
Made the class inherit from metal_base_class.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 5 01:15:41 1999 UTC (12 years, 5 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -1
lines
Implemented the GETURI function.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 4 05:41:09 1999 UTC (12 years, 5 months ago) by mlemos
Branches: MAIN
Initial revision.
|