CVS log for loncom/cgi/loncgi.pm

[BACK] Up to [LON-CAPA] / loncom / cgi

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 4 16:58:26 2018 UTC (5 years, 9 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, version_2_11_3_uiuc, version_2_11_3_msu, version_2_11_3, HEAD
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +58 -23 lines
- Use 'secure' attribute for session cookie on servers using Apache/SSL.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 1 15:19:05 2016 UTC (7 years, 8 months ago) by raeburn
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +8 -3 lines
- listdomconfig.pl can be called with a query string to return domain
  configuration in serialized form (format=raw).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 14 19:54:00 2014 UTC (9 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc, version_2_11_2_msu, version_2_11_2_educog, version_2_11_2, version_2_11_1
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
- Bug 6748 loncgi::cgi_header()
 - Set charset to utf-8 in content header for content types text/html,
   text/plain and text/xml.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon May 13 01:26:54 2013 UTC (10 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3, version_2_11_0_RC2, version_2_11_0_RC1, version_2_11_0
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
- Indentation.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Oct 21 20:00:30 2011 UTC (12 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_10_X, version_2_10_1, loncapaMITrelate_1, language_hyphenation_merge, language_hyphenation, BZ4492-merge, BZ4492-feature_horizontal_radioresponse, BZ4492-feature_Support_horizontal_radioresponse, BZ4492-Support_horizontal_radioresponse
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +36 -2 lines
- New routine: loncgi::cgi_header() generates HTTP response headers using CGI.pm
- New arg in lonauthcgi::can_view() - $domain (optional),
  used if $page is needed for a specific domain.
- New return value: either 1, or a &-separated list of domains for which access is
  allowed.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 25 01:51:03 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X, version_2_9_99_0, version_2_9_1, version_2_9_0, version_2_8_X, version_2_8_99_1, version_2_8_99_0, version_2_8_2, version_2_8_1, version_2_8_0, version_2_7_99_1, version_2_7_99_0, version_2_10_0_RC2, version_2_10_0_RC1, version_2_10_0, bz6209-base, bz6209, bz5969, bz2851, PRINT_INCOMPLETE_base, PRINT_INCOMPLETE, GCI_3, GCI_2, GCI_1, BZ5971-printing-apage, BZ5434-fox
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +3 -196 lines
- Create new module - lonauthcgi.pm -to contain modules previously in loncgi.pm
    which require lonnet.pm, so loncgi.pm need not import lonnet.pm.
- Moved &check_ipbased_access(), &can_view(), &unauthorized_msg(), and
    &serverstatus_titles() from  loncgi.pm to lonauthcgi.pm.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 30 14:47:18 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +10 -3 lines
- When calling loncgi::check_cookie_and_load_env() from a handler in mod_perl (i.e., lonstatusacc) pass in the request object as an argument to keep CGI::Cookie happy.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 28 20:39:43 2008 UTC (15 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +258 -6 lines
- Added subroutines: check_ipbased_access(), can_view(), missing_cookie_msg(),
  serverstatus_titles(), and get_items() for use in checking access for a
  number of server status scripts in /home/httpd/cgi-bin
- Added localization.
- Updated documentation.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 19 21:36:31 2006 UTC (17 years, 7 months ago) by albertel
Branches: MAIN
CVS tags: version_2_7_X, version_2_7_1, version_2_7_0, version_2_6_X, version_2_6_99_1, version_2_6_99_0, version_2_6_3, version_2_6_2, version_2_6_1, version_2_6_0, version_2_5_X, version_2_5_99_1, version_2_5_99_0, version_2_5_2, version_2_5_1, version_2_5_0, version_2_4_X, version_2_4_99_0, version_2_4_2, version_2_4_1, version_2_4_0, version_2_3_X, version_2_3_99_0, version_2_3_2, version_2_3_1, version_2_3_0, version_2_2_99_1, version_2_2_99_0
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +6 -14 lines
- change sesion env into a .db file
  (simplifies the appenv/delenv process)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 18 14:24:06 2006 UTC (17 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_2_X, version_2_2_2, version_2_2_1, version_2_2_0, version_2_1_99_3, version_2_1_99_2, version_2_1_99_1, version_2_1_99_0
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +3 -15 lines
- removal of extra escape/unescape

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Apr 10 17:46:04 2006 UTC (18 years ago) by albertel
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +19 -2 lines
- session env is stored escaped now

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 25 22:31:51 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_X, version_2_1_3, version_2_1_2, version_2_1_1, version_2_1_0, version_2_0_X, version_2_0_99_1, version_2_0_2, version_2_0_1, version_2_0_0, version_1_99_3, version_1_99_2, version_1_99_1, version_1_99_0
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +1 -6 lines
- some more $ENV -> $env ceanups

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue May 3 22:22:47 2005 UTC (18 years, 11 months ago) by albertel
Branches: MAIN
CVS tags: version_1_99_1_tmcc
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +5 -7 lines
- sorry screwed up the namespaceing of $env

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 7 06:56:21 2005 UTC (19 years ago) by albertel
Branches: MAIN
CVS tags: version_1_99_0_tmcc
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
- ENV -> env

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 5 20:43:27 2005 UTC (19 years ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +9 -1 lines
- the great ENV -> env switch has commenced

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Oct 9 22:04:37 2003 UTC (20 years, 6 months ago) by matthew
Branches: MAIN
CVS tags: version_1_3_X, version_1_3_3, version_1_3_2, version_1_3_1, version_1_3_0, version_1_2_X, version_1_2_99_1, version_1_2_99_0, version_1_2_1, version_1_2_0, version_1_1_X, version_1_1_99_5, version_1_1_99_4, version_1_1_99_3, version_1_1_99_2, version_1_1_99_1, version_1_1_99_0, version_1_1_3, version_1_1_2, version_1_1_1, version_1_1_0, version_1_0_99_3, version_1_0_99_2, version_1_0_99_1, version_1_0_99
Adding loncgi.pm, which enables the use of the users environment to pass data.
Reworked graph.png to give error messages in htmlese and use loncgi.pm.
This change is not backwards compatable and I will be updating the modules which
use graph.png to use the new convention.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>