Log of /moodle/file.php
Parent Directory
Revision
1.56 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 6 06:37:20 2009 WST (14 months, 1 week ago) by
skodak
Branch:
MAIN
Changes since
1.55: +2 -2 lines
Diff to
previous 1.55
MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support
Revision
1.51 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 16 05:40:09 2008 WST (22 months ago) by
skodak
Branch:
MAIN
Changes since
1.50: +14 -14 lines
Diff to
previous 1.50
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
Revision
1.44.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 13 10:16:53 2008 WST (22 months, 1 week ago) by
stronk7
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_1810,
MOODLE_1811,
MOODLE_186,
MOODLE_187,
MOODLE_188,
MOODLE_189,
MOODLE_18_MERGED,
MOODLE_18_WEEKLY
Changes since
1.44.2.2: +7 -5 lines
Diff to
previous 1.44.2.2
, to
branch point 1.44
, to
next main 1.60
Backporting MDL-14495 to 18_STABLE
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Apr 26 02:55:36 2008 WST (22 months, 3 weeks ago) by
stronk7
Branch:
MAIN
Changes since
1.48: +7 -5 lines
Diff to
previous 1.48
New setting in require_login() to avoid certain scripts (file.php)
to mess $SESSION->wantsurl. MDL-14495 ; merged from 19_STABLE
Revision
1.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 29 06:21:48 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
CVS Tags:
MOODLE_18,
MOODLE_18_BETA
Branch point for:
MOODLE_18_STABLE
Changes since
1.43: +20 -14 lines
Diff to
previous 1.43
MDL-8015 improved file uploading
- changed file upload api in formslib
- fixed blog attachments and related code in file.php
- fixed glossary attachments
- fixed embedded images in forum posts and blogs - only gif, png and jpeg; the problme was that svg were embedded using img tag which was wrong, the same applied to other picture formats unsupported by browsers (please note that student submitted svg should be never embedded in moodle page for security reasons)
- other minor fixes
Revision
1.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 2 04:04:53 2006 WST (3 years, 5 months ago) by
skodak
Branch:
MAIN
CVS Tags:
MOODLE_17,
MOODLE_171,
MOODLE_172,
MOODLE_173,
MOODLE_174,
MOODLE_175,
MOODLE_176,
MOODLE_177,
MOODLE_17_BETA,
MOODLE_17_BETA2,
MOODLE_17_MERGED,
MOODLE_17_WEEKLY
Branch point for:
MOODLE_17_STABLE
Changes since
1.41: +3 -2 lines
Diff to
previous 1.41
Advanced Upload assignment type - student can't read teacher's uploaded response file MDL-6771
Revision
1.38 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 21 01:51:59 2006 WST (3 years, 5 months ago) by
skodak
Branch:
MAIN
Changes since
1.37: +2 -4 lines
Diff to
previous 1.37
fixed warning caused by missing fields in $course; tweaked mime info for firefox when forcing download - it should use default system mime associations which should be safe in case of firefox.
Revision
1.37 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 17 01:15:18 2006 WST (3 years, 6 months ago) by
skodak
Branch:
MAIN
Changes since
1.36: +7 -6 lines
Diff to
previous 1.36
backupdata folder is not visible in directory resource any more, the backup files were not downloadable, but they might be stored in browser cache when teacher and student were logged from the same browser and computer account - MDL-6280 ; merged from MOODLE_16_STABLE
Revision
1.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 30 02:19:29 2004 WST (5 years, 5 months ago) by
dhawes
Branch:
MAIN
Changes since
1.23: +46 -34 lines
Diff to
previous 1.23
Added a file level phpdoc docblock tag. Also converted double quote strings to single quote literals.
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 26 11:41:45 2004 WST (5 years, 10 months ago) by
moodler
Branch:
MAIN
Changes since
1.15: +11 -7 lines
Diff to
previous 1.15
file.php now calculates content-length correctly for filtered text and HTML files.
Bug 1240
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Mar 11 10:14:14 2004 WST (6 years ago) by
moodler
Branch:
MAIN
Changes since
1.12: +19 -13 lines
Diff to
previous 1.12
Added an option on the filters page to control whether uploaded
files are parsed by filters. bug 1128
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jan 5 22:19:17 2003 WST (7 years, 2 months ago) by
moodler
Branch:
MAIN
Changes since
1.5: +3 -3 lines
Diff to
previous 1.5
Clean sweep through all the important changing all include(), include_once()
and require() to require_once()
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Sep 2 17:06:43 2002 WST (7 years, 6 months ago) by
martin
Branch:
MAIN
Changes since
1.3: +3 -2 lines
Diff to
previous 1.3
Added Content-disposition header to help some browsers suggest the right
filename when saving pictures and files.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 26 17:48:00 2002 WST (7 years, 6 months ago) by
martin
Branch:
MAIN
Changes since
1.2: +6 -2 lines
Diff to
previous 1.2
Changes to use a new configuration variable: CFG->slasharguments
If true, then display of user pictures or filenames will use the
method of providing arguments as "slash" arguments - this is much
better for caching, proxies, search engines etc. Unfortunately
it doesn't seem to work on some PHP installations.
If false (the default), then a more compatible method is used
(ie usual way of passing parameters to scripts)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.