Log of /moodle/mod/data/import.php
Parent Directory
Revision
1.50 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 17 08:48:36 2011 WST (14 months, 4 weeks ago) by
moodlerobot
Branch:
MAIN
CVS Tags:
HEAD,
MOODLE_202,
MOODLE_203,
MOODLE_204,
MOODLE_205,
MOODLE_206,
MOODLE_207,
MOODLE_208,
MOODLE_209,
MOODLE_20_WEEKLY,
MOODLE_21,
MOODLE_211,
MOODLE_212,
MOODLE_213,
MOODLE_214,
MOODLE_215,
MOODLE_216,
MOODLE_21_WEEKLY,
MOODLE_22,
MOODLE_221,
MOODLE_222,
MOODLE_223,
MOODLE_22_BETA,
MOODLE_22_RC1,
MOODLE_22_WEEKLY
Branch point for:
MOODLE_20_STABLE,
MOODLE_21_STABLE,
MOODLE_22_STABLE
Changes since
1.49: +8 -20 lines
Diff to
previous 1.49
weekly cvs snapshot
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 19 18:00:30 2010 WST (18 months, 3 weeks ago) by
skodak
Branch:
MAIN
Changes since
1.47: +0 -3 lines
Diff to
previous 1.47
MDL-24751 fixed default memory limit when deciding to use apache_child_terminate(), apache_child_terminate() is now called from one place only
Revision
1.45 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jun 4 16:21:24 2010 WST (23 months, 1 week ago) by
dongsheng
Branch:
MAIN
Changes since
1.44: +32 -94 lines
Diff to
previous 1.44
MDL-22574, move import form to import.php, use csv_import_reader class to process csv file, use filepicker to replace legacy upload form.
Revision
1.21.2.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 9 02:11:41 2010 WST (2 years, 1 month ago) by
stronk7
Branch:
MOODLE_19_STABLE
CVS Tags:
MOODLE_1910,
MOODLE_1911,
MOODLE_1912,
MOODLE_1913,
MOODLE_1914,
MOODLE_1915,
MOODLE_1916,
MOODLE_1917,
MOODLE_1918,
MOODLE_199,
MOODLE_19_MERGED,
MOODLE_19_WEEKLY
Changes since
1.21.2.8: +5 -2 lines
Diff to
previous 1.21.2.8
, to
branch point 1.21
, to
next main 1.50
NOBUG: Bombing BOM: BOM bombed
Revision
1.30 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 28 21:10:58 2008 WST (3 years, 11 months ago) by
robertall
Branch:
MAIN
Changes since
1.29: +15 -4 lines
Diff to
previous 1.29
[MDL-14442] Resolve reopened bug for importing database records as CSV by applying "MDL-14442-clean_param.patch" (see tracker). Don't use PARAM_NOTAGS anymore. Merged from MOODLE_19_STABLE.
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 16 05:40:10 2008 WST (4 years ago) by
skodak
Branch:
MAIN
Changes since
1.27: +1 -2 lines
Diff to
previous 1.27
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.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue May 13 10:56:51 2008 WST (4 years ago) by
dongsheng
Branch:
MAIN
Changes since
1.24: +24 -11 lines
Diff to
previous 1.24
"MDL-14442, Import all records of a database activity that has been exported as CSV, merged from MOODLE_19_STABLE, thanks, Robert"
Revision
1.12.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 25 22:19:36 2008 WST (4 years ago) by
skodak
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_1810,
MOODLE_1811,
MOODLE_1812,
MOODLE_1813,
MOODLE_1814,
MOODLE_186,
MOODLE_187,
MOODLE_188,
MOODLE_189,
MOODLE_18_MERGED,
MOODLE_18_WEEKLY
Changes since
1.12.2.2: +2 -2 lines
Diff to
previous 1.12.2.2
, to
branch point 1.12
, to
next main 1.50
MDL-14499 backporting fix for missing data:uploadentries
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 23 22:27:47 2008 WST (4 years, 3 months ago) by
poltawski
Branch:
MAIN
Changes since
1.22: +2 -15 lines
Diff to
previous 1.22
MDL-13107 - clean up data cvs import capability checks
Removed bad check 'mod/data:uploadentries' (which doesn't exist),
replaced it with mod/data:manageentries which is what is used to display
the form for this page.
Also removed the empty database redirect and editing entries checks
as there no way to get to this point in the UI and capability check
is covered by the manageentries requirecap (+ later sesskey check).
merged from MOODLE_19_STABLE
Revision
1.21.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 23 22:26:46 2008 WST (4 years, 3 months ago) by
poltawski
Branch:
MOODLE_19_STABLE
CVS Tags:
MOODLE_19
Changes since
1.21.2.1: +2 -15 lines
Diff to
previous 1.21.2.1
, to
branch point 1.21
MDL-13107 - clean up data cvs import capability checks
Removed bad check 'mod/data:uploadentries' (which doesn't exist),
replaced it with mod/data:manageentries which is what is used to display
the form for this page.
Also removed the empty database redirect and editing entries checks
as there no way to get to this point in the UI and capability check
is covered by the manageentries requirecap (+ later sesskey check).
Revision
1.21.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 13 00:09:45 2007 WST (4 years, 7 months ago) by
tjhunt
Branch:
MOODLE_19_STABLE
Changes since
1.21: +2 -6 lines
Diff to
previous 1.21
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
Backported from head. Will update merged tags in a few hours. I am late for orchestra. Sorry.
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 12 23:55:55 2007 WST (4 years, 7 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.21: +2 -6 lines
Diff to
previous 1.21
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 17 05:05:21 2007 WST (5 years, 1 month ago) by
mattc-catalyst
Branch:
MAIN
Changes since
1.14: +7 -2 lines
Diff to
previous 1.14
Breadcrumbs: mod/data changes
- Modified to use build_navigation() for breadcrumb generation.
- Removed print_header method is now provided by base class.
Author: Matt Clarkson <mattc@catalyst.net.nz>
Revision
1.12.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 15 05:54:28 2007 WST (5 years, 3 months ago) by
skodak
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_18
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate; backported from HEAD
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 15 05:46:38 2007 WST (5 years, 3 months ago) by
skodak
Branch:
MAIN
Changes since
1.12: +2 -2 lines
Diff to
previous 1.12
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 30 16:43:17 2006 WST (5 years, 8 months ago) by
toyomoyo
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,
MOODLE_18_GROUPS_PRE
Branch point for:
MOODLE_17_STABLE,
MOODLE_18_GROUPS
Changes since
1.9: +3 -10 lines
Diff to
previous 1.9
added some capabilities
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 14 13:55:42 2006 WST (5 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.7: +2 -2 lines
Diff to
previous 1.7
SWEEPING CLEANUP
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)
The $kill thing was removed. If you want to assert a capability
then use:
require_capability('capname', $context);
with optional variables to modify the error message
Misc bugs here and there also removed and code tidied
Revision
1.4.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 10 23:30:59 2006 WST (5 years, 9 months ago) by
skodak
Changes since
1.4: +2 -2 lines
Diff to
previous 1.4
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283; backported from HEAD
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 9 06:09:58 2006 WST (5 years, 9 months ago) by
skodak
Branch:
MAIN
Changes since
1.5: +2 -2 lines
Diff to
previous 1.5
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 8 13:13:17 2006 WST (5 years, 9 months ago) by
moodler
Branch:
MAIN
Changes since
1.4: +8 -3 lines
Diff to
previous 1.4
ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 22 16:07:25 2006 WST (6 years, 1 month ago) by
moodler
Branch:
MAIN
Changes since
1.2: +3 -3 lines
Diff to
previous 1.2
Lots and lots and lots of cleanup for the data module code, mostly
to do with how the field classes worked. Now it should be even easier
for developers.
No changes for users. :-P
The changes are not well tested yet!
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 21 12:36:35 2006 WST (6 years, 1 month ago) by
vyshane
Branch:
MAIN
Changes since
1.1: +112 -57 lines
Diff to
previous 1.1
Added CSV import facility for the data module. Fixed notice for checkbox and
multimenu field types.
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.