Log of /moodle/admin/modules.php
Parent Directory
Revision
1.70 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 31 23:23:02 2009 WST (6 months, 2 weeks ago) by
mudrd8mz
Branch:
MAIN
Changes since
1.69: +2 -84 lines
Diff to
previous 1.69
MDL-20191 Subplugins are uninstalled together with the parent plugin
This is a first working implementation I have. I need to so I can
continue with the Workshop development. I think the performance can be
significantly improved here as the location of the subplugins is
evaluated atr least twice, I guess.
Revision
1.69 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 20 16:39:07 2009 WST (6 months, 4 weeks ago) by
nicolasconnault
Branch:
MAIN
Changes since
1.68: +2 -4 lines
Diff to
previous 1.68
MDL-19787 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 9 16:30:54 2008 WST (18 months, 1 week ago) by
tjhunt
Branch:
MAIN
Changes since
1.56: +3 -4 lines
Diff to
previous 1.56
MDL-14637 Allow modules to have a settingstree.php when they want to do something more complex that just settings.php - needs to be supported in modules.php too.
Also remove support for the old config.php here, since it has been removed everywhere else too.
Revision
1.56 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 15 18:32:51 2008 WST (21 months ago) by
skodak
Branch:
MAIN
Changes since
1.55: +1 -2 lines
Diff to
previous 1.55
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
Revision
1.48 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 8 01:46:35 2008 WST (2 years, 2 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.47: +2 -2 lines
Diff to
previous 1.47
Use the locale to sort the list of activites everywhere. This matches a change a made in one place before christmas. If you don't do this, the PHP sorts by ASCII order, so mixed case names, or special characters, get sorted wrongly. Merged from MOODLE_19_STABLE.
Revision
1.44.2.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 8 01:46:10 2008 WST (2 years, 2 months ago) by
tjhunt
Branch:
MOODLE_19_STABLE
Changes since
1.44.2.3: +2 -2 lines
Diff to
previous 1.44.2.3
, to
branch point 1.44
Use the locale to sort the list of activites everywhere. This matches a change a made in one place before christmas. If you don't do this, the PHP sorts by ASCII order, so mixed case names, or special characters, get sorted wrongly.
Revision
1.33.2.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 12 11:32:42 2007 WST (2 years, 6 months ago) by
martinlanghoff
Branch:
MOODLE_18_STABLE
CVS Tags:
MOODLE_1810,
MOODLE_1811,
MOODLE_183,
MOODLE_184,
MOODLE_185,
MOODLE_186,
MOODLE_187,
MOODLE_188,
MOODLE_189,
MOODLE_18_MERGED,
MOODLE_18_WEEKLY
Changes since
1.33.2.4: +37 -20 lines
Diff to
previous 1.33.2.4
, to
branch point 1.33
, to
next main 1.74
admin/modules: Avoid calling rebuild_course_cache()
rebuild_course_cache() over all courses is extremely expensive,
not suitable for interactive calling. Better to clear modinfo
and let course/view.php repopulate it as needed.
With this patch we clear out modinfo _only_ for courses affected
by the module we show/hide/delete.
Revision
1.44 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 12 10:56:50 2007 WST (2 years, 6 months ago) by
martinlanghoff
Branch:
MAIN
CVS Tags:
MOODLE_19_BETA
Branch point for:
MOODLE_19_STABLE
Changes since
1.43: +37 -20 lines
Diff to
previous 1.43
admin/modules: Avoid calling rebuild_course_cache()
rebuild_course_cache() over all courses is extremely expensive,
not suitable for interactive calling. Better to clear modinfo
and let course/view.php repopulate it as needed.
With this patch we clear out modinfo _only_ for courses affected
by the module we show/hide/delete.
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 23 03:48:39 2007 WST (3 years ago) by
stronk7
Branch:
MAIN
Changes since
1.39: +2 -2 lines
Diff to
previous 1.39
"flexible" is now out from set_attribute() because
flexible tables are adding it automatically.
Point 3.3 of MDL-8419
Merged from MOODLE_18_STABLE
Revision
1.29 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 21 05:00:45 2006 WST (3 years, 5 months ago) by
skodak
Branch:
MAIN
Changes since
1.28: +11 -11 lines
Diff to
previous 1.28
major whitespace cleanup - fixed trailng whitespace in new files and admin area
Revision
1.28 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 3 22:45:58 2006 WST (3 years, 6 months ago) by
moodler
Branch:
MAIN
Changes since
1.27: +3 -7 lines
Diff to
previous 1.27
Various tidying up of the admin pages.
Reports now don't need mod.php but they should include the admin headers/footers.
There are undoubtedly bugs in this but this framework should be more sane
Revision
1.27 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 3 21:10:56 2006 WST (3 years, 6 months ago) by
skodak
Branch:
MAIN
Changes since
1.26: +2 -2 lines
Diff to
previous 1.26
new admin block fixes and reorganisation - I guess we need something more traditional for now
Revision
1.26 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 2 21:14:57 2006 WST (3 years, 6 months ago) by
skodak
Branch:
MAIN
Changes since
1.25: +7 -6 lines
Diff to
previous 1.25
deglobalization of $ADMIN; merged admin/adminlib.php into lib/adminlib.php; fixed includes and some other minor fixes
Revision
1.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 8 13:13:08 2006 WST (3 years, 7 months ago) by
moodler
Branch:
MAIN
Changes since
1.23: +5 -3 lines
Diff to
previous 1.23
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.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 18 00:47:44 2006 WST (3 years, 10 months ago) by
tjhunt
Branch:
MAIN
Changes since
1.22: +5 -5 lines
Diff to
previous 1.22
Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs.
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Apr 11 16:30:10 2006 WST (3 years, 11 months ago) by
vyshane
Branch:
MAIN
Changes since
1.18: +7 -5 lines
Diff to
previous 1.18
Fix for Bug #5021 - Unhiding an entire Module unhides all it's child
resources, even in hidden sections
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 17 01:10:26 2004 WST (5 years, 6 months ago) by
gustav_delius
Branch:
MAIN
Changes since
1.9: +5 -5 lines
Diff to
previous 1.9
XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 19 00:40:26 2003 WST (6 years, 7 months ago) by
moodler
Branch:
MAIN
Changes since
1.3: +4 -2 lines
Diff to
previous 1.3
Trying something different with the admin links ... even I was starting
to get a bit lost occasionally.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jul 24 20:09:32 2003 WST (6 years, 7 months ago) by
moodler
Branch:
MAIN
Changes since
1.2: +16 -9 lines
Diff to
previous 1.2
If modules have a config.php file in them then a link to this is
printed in the modules screen.
These config.php screens presumably allow the setting of site-wide
parameters for modules.
Thanks to Mad Alex. :-)
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat May 10 01:24:17 2003 WST (6 years, 10 months ago) by
moodler
Branch:
MAIN
CVS Tags:
Moodle_109_B1
New feature to manage installed code modules!
You can now hide/show individual activity modules and even delete them completely!
For example, if you hide the "choice" module, then all choice activities
will be hidden throughout the whole site, and "Choice" will not
appear on any "Add..." menu.
Deleting a module is a complete deletion of all data from the database.
If you want to try out the deletion on a real module, I suggest the
pgassignment module, since it will soon be deleted from CVS anyway
(because it's being replaced with workshop).
Look for "Manage modules" on the admin menu.
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.