[moodle] / moodle / admin / modules.php Repository:

Log of /moodle/admin/modules.php

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Dec 17 05:50:46 2009 WST (3 months ago) by skodak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.73: +3 -3 lines
Diff to previous 1.73
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Thu Dec 17 04:30:24 2009 WST (3 months ago) by skodak
Branch: MAIN
Changes since 1.72: +1 -1 lines
Diff to previous 1.72
MDL-20787 removed mod_icon_url() completely

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Tue Nov 3 00:13:22 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.71: +4 -1 lines
Diff to previous 1.71
MDL-20720 fixed notices when deleting modules

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun Nov 1 18:57:01 2009 WST (4 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.70: +2 -2 lines
Diff to previous 1.70
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup

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.68 - (view) (download) (annotate) - [select for diffs]
Tue Aug 18 12:28:41 2009 WST (7 months ago) by nicolasconnault
Branch: MAIN
Changes since 1.67: +10 -10 lines
Diff to previous 1.67
MDL-19878 Upgraded calls to helpbutton, print_simple_box* and notify

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 22:16:33 2009 WST (7 months, 1 week ago) by nicolasconnault
Branch: MAIN
Changes since 1.66: +3 -3 lines
Diff to previous 1.66
MDL-19787 Converted all print_footer() calls

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Thu Aug 6 16:17:12 2009 WST (7 months, 1 week ago) by nicolasconnault
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65
MDL-19787 Migrated calls to print_heading

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 20:07:59 2009 WST (8 months, 2 weeks ago) by tjhunt
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
and $CFG->modpixpath to $OUTPUT->mod_icon_url

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 18:06:42 2009 WST (8 months, 2 weeks ago) by tjhunt
Branch: MAIN
Changes since 1.63: +3 -3 lines
Diff to previous 1.63
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url

Revision 1.44.2.8 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 14:34:54 2009 WST (14 months, 1 week ago) by tjhunt
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_194, MOODLE_195, MOODLE_196, MOODLE_197, MOODLE_19_MERGED, MOODLE_19_WEEKLY
Changes since 1.44.2.7: +8 -1 lines
Diff to previous 1.44.2.7 , to branch point 1.44 , to next main 1.74
accesslib: MDL-17626 admin/modules.php should call delete_context when a module is uninstalled.

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Jan 9 14:34:49 2009 WST (14 months, 1 week ago) by tjhunt
Branch: MAIN
Changes since 1.62: +8 -1 lines
Diff to previous 1.62
accesslib: MDL-17626 admin/modules.php should call delete_context when a module is uninstalled.

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 20:00:55 2009 WST (14 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.61: +4 -4 lines
Diff to previous 1.61
MDL-16613 sesskey cleanup

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Jan 2 19:46:41 2009 WST (14 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.60: +3 -3 lines
Diff to previous 1.60
MDL-16613 sesskey cleanup

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Mon Nov 17 16:55:10 2008 WST (16 months ago) by skodak
Branch: MAIN
Changes since 1.59: +2 -3 lines
Diff to previous 1.59
MDL-17251 foxed incorrect set_field

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 19:01:20 2008 WST (18 months ago) by tjhunt
Branch: MAIN
Changes since 1.58: +3 -3 lines
Diff to previous 1.58
MDL-16410 Implement the delete question type functionality on the question type administration screen.

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Thu Sep 11 16:49:42 2008 WST (18 months, 1 week ago) by tjhunt
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57
MDL-14129 missing language string.

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.55 - (view) (download) (annotate) - [select for diffs]
Thu Jun 5 05:34:16 2008 WST (21 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
MDL-15117 wiki converted and other regressions fixed

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sat May 31 18:43:51 2008 WST (21 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.53: +39 -40 lines
Diff to previous 1.53
MDL-14679 towards /admin conversion

Revision 1.44.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Apr 30 21:08:46 2008 WST (22 months, 2 weeks ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_191, MOODLE_192, MOODLE_193
Changes since 1.44.2.6: +7 -2 lines
Diff to previous 1.44.2.6 , to branch point 1.44
MDL-14621 indicate missing modules on modules admin page; backported from HEAD

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Apr 30 21:07:58 2008 WST (22 months, 2 weeks ago) by skodak
Branch: MAIN
Changes since 1.52: +7 -2 lines
Diff to previous 1.52
MDL-14621 indicate missing modules on modules admin page

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 10:56:25 2008 WST (23 months, 1 week ago) by dongsheng
Branch: MAIN
Changes since 1.51: +6 -6 lines
Diff to previous 1.51
MDL-14129, creating error string

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Apr 4 10:54:21 2008 WST (23 months, 2 weeks ago) by dongsheng
Branch: MAIN
Changes since 1.50: +6 -6 lines
Diff to previous 1.50
MDL-14129, remove all the other error() call

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 08:36:19 2008 WST (2 years, 1 month ago) by skodak
Branch: MAIN
Changes since 1.49: +5 -1 lines
Diff to previous 1.49
MDL-13085 delete grades and items when uninstalling module; merged from MOODLE_19_STABLE

Revision 1.44.2.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 22 08:35:11 2008 WST (2 years, 1 month ago) by skodak
Branch: MOODLE_19_STABLE
CVS Tags: MOODLE_19
Changes since 1.44.2.5: +5 -1 lines
Diff to previous 1.44.2.5 , to branch point 1.44
MDL-13085 delete grades and items when uninstalling module

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 16:08:31 2008 WST (2 years, 1 month ago) by skodak
Branch: MAIN
Changes since 1.48: +6 -1 lines
Diff to previous 1.48
MDL-13080 delete calendar events when uninstalling modules; merged from MOODLE_19_STABLE

Revision 1.44.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 21 16:07:51 2008 WST (2 years, 1 month ago) by skodak
Branch: MOODLE_19_STABLE
Changes since 1.44.2.4: +6 -1 lines
Diff to previous 1.44.2.4 , to branch point 1.44
MDL-13080 delete calendar events when uninstalling modules

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.47 - (view) (download) (annotate) - [select for diffs]
Fri Jan 4 00:03:32 2008 WST (2 years, 2 months ago) by skodak
Branch: MAIN
Changes since 1.46: +3 -11 lines
Diff to previous 1.46
MDL-6786 Improved dropping of block and module tables during uninstall; merged from MOODLE_19_STABLE

Revision 1.44.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jan 4 00:02:59 2008 WST (2 years, 2 months ago) by skodak
Branch: MOODLE_19_STABLE
Changes since 1.44.2.2: +3 -11 lines
Diff to previous 1.44.2.2 , to branch point 1.44
MDL-6786 Improved dropping of block and module tables during uninstall

Revision 1.44.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 20 02:38:40 2007 WST (2 years, 2 months ago) by skodak
Branch: MOODLE_19_STABLE
Changes since 1.44.2.1: +16 -11 lines
Diff to previous 1.44.2.1 , to branch point 1.44
MDL-11561 admin tree improvements and bugfixing; backported from HEAD

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Dec 20 02:35:20 2007 WST (2 years, 2 months ago) by skodak
Branch: MAIN
Changes since 1.45: +16 -11 lines
Diff to previous 1.45
MDL-11561 admin tree improvements and bugfixing

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 08:39:32 2007 WST (2 years, 3 months ago) by stronk7
Branch: MAIN
Changes since 1.44: +12 -1 lines
Diff to previous 1.44
Adding the ability to perform custom uninstall tasks in modules. MDL-12520

Merged from MOODLE_19_STABLE

Revision 1.44.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 08:38:38 2007 WST (2 years, 3 months ago) by stronk7
Branch: MOODLE_19_STABLE
Changes since 1.44: +12 -1 lines
Diff to previous 1.44
Adding the ability to perform custom uninstall tasks in modules. MDL-12520

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.43 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 23:14:18 2007 WST (2 years, 6 months ago) by stronk7
Branch: MAIN
Changes since 1.42: +6 -1 lines
Diff to previous 1.42
Now module confguration (records from config) is deleted
when a module is deleted. MDL-11056

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue May 22 18:26:33 2007 WST (2 years, 9 months ago) by skodak
Branch: MAIN
Branch point for: MOODLE_19_CLI
Changes since 1.41: +4 -1 lines
Diff to previous 1.41
MDL-9848 eventslib improvements and cleanup

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue May 1 01:08:42 2007 WST (2 years, 10 months ago) by skodak
Branch: MAIN
Changes since 1.40: +5 -6 lines
Diff to previous 1.40
MDL-9647 simplify dealing with headers/footers in admin sections

Revision 1.21.4.1 - (view) (download) (annotate) - [select for diffs]
Sun Mar 25 22:48:35 2007 WST (2 years, 11 months ago) by moodler
Branch: MOODLE_16_STABLE
CVS Tags: MOODLE_165, MOODLE_166, MOODLE_167, MOODLE_168, MOODLE_169, MOODLE_16_WEEKLY
Changes since 1.21: +7 -7 lines
Diff to previous 1.21 , to next main 1.74
Restoring changes all the changes in MOODLE_16_STABLE since MOODLE_16_BETA.

This had to be done because the MOODLE_16_STABLE branch tags were moved.

Hopefully after this MOODLE_16_STABLE will be back to how it was (and a
proper branch) but some of the history may look a bit odd.

See MDL-9032 for more discussion and details.

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.33.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 03:47:18 2007 WST (3 years ago) by stronk7
Branch: MOODLE_18_STABLE
CVS Tags: MOODLE_18, MOODLE_181, MOODLE_182
Changes since 1.33.2.3: +2 -2 lines
Diff to previous 1.33.2.3 , to branch point 1.33
"flexible" is now out from set_attribute() because
flexible tables are adding it automatically.
Point 3.3 of MDL-8419

Revision 1.33.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 02:55:46 2007 WST (3 years ago) by stronk7
Branch: MOODLE_18_STABLE
Changes since 1.33.2.2: +26 -12 lines
Diff to previous 1.33.2.2 , to branch point 1.33
admin modules tables styling. Points 1 & 2. MDL-8419

Backporting from HEAD.

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 05:17:59 2007 WST (3 years ago) by stronk7
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Adding some table classes to align all them. MDL-8419

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 02:57:21 2007 WST (3 years ago) by stronk7
Branch: MAIN
Changes since 1.37: +1 -8 lines
Diff to previous 1.37
inline are now 100% out. Let's CSS handle them. MDL-8419

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 02:27:27 2007 WST (3 years ago) by stronk7
Branch: MAIN
Changes since 1.36: +3 -2 lines
Diff to previous 1.36
Setting the correct id for each table. MDL-8419

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Feb 22 02:09:58 2007 WST (3 years ago) by stronk7
Branch: MAIN
Changes since 1.35: +32 -12 lines
Diff to previous 1.35
First cut of modules admin page re-styling. MDL-8419

Revision 1.21.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 23:58:52 2007 WST (3 years ago) by thepurpleblob
CVS Tags: MOODLE_16_MERGED
Changes since 1.21.2.2: +2 -2 lines
Diff to previous 1.21.2.2 , to branch point 1.21 , to next main 1.74
MDL-8602
Don't count modules where course=0 (ie, they must exist in real courses)

Revision 1.30.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 23:57:18 2007 WST (3 years ago) by thepurpleblob
Branch: MOODLE_17_STABLE
CVS Tags: MOODLE_172, MOODLE_173, MOODLE_174, MOODLE_175, MOODLE_176, MOODLE_177, MOODLE_17_MERGED, MOODLE_17_WEEKLY
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 , to next main 1.74
MDL-8602
Don't count modules where course=0 (ie, they must exist in real courses)

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 23:55:32 2007 WST (3 years ago) by thepurpleblob
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34
MDL-8602
Don't count modules where course=0 (ie, they must exist in real courses)

Revision 1.33.2.2 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 23:54:18 2007 WST (3 years ago) by thepurpleblob
Branch: MOODLE_18_STABLE
Changes since 1.33.2.1: +2 -2 lines
Diff to previous 1.33.2.1 , to branch point 1.33
MDL-8602
Don't count modules where course=0 (ie, they must exist in real courses)

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 20:47:27 2007 WST (3 years ago) by thepurpleblob
Branch: MAIN
Changes since 1.33: +10 -2 lines
Diff to previous 1.33
MDL-8087
Modules and Blocks lists now link to course search page for
actual instances.

Revision 1.33.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Feb 21 20:46:33 2007 WST (3 years ago) by thepurpleblob
Branch: MOODLE_18_STABLE
Changes since 1.33: +10 -2 lines
Diff to previous 1.33
MDL-8087
Modules and Blocks lists now link to course search page for
actual instances.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Feb 7 16:34:53 2007 WST (3 years, 1 month ago) by toyomoyo
Branch: MAIN
CVS Tags: MOODLE_18_BETA
Branch point for: MOODLE_18_STABLE
Changes since 1.32: +3 -2 lines
Diff to previous 1.32
fix for some of the MDL-8425 issues

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 18:14:15 2007 WST (3 years, 2 months ago) by skodak
Branch: MAIN
Changes since 1.31: +4 -4 lines
Diff to previous 1.31
MDL-7861 new class .icon and .iconsmall

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Nov 25 04:16:38 2006 WST (3 years, 3 months ago) by skodak
Branch: MAIN
CVS Tags: MOODLE_18_GROUPS_PRE, MOODLE_18_GROUPS_PRE_MERGE
Branch point for: MOODLE_18_GROUPS
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
MDL-7434 all images that convey information should have alt text to convey that information - part 1

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 16:28:25 2006 WST (3 years, 5 months ago) by skodak
Branch: MAIN
CVS Tags: MOODLE_17, MOODLE_171, MOODLE_17_BETA, MOODLE_17_BETA2
Branch point for: MOODLE_17_STABLE
Changes since 1.29: +1 -3 lines
Diff to previous 1.29
another admin ui cleanup

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.25 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 15:25:17 2006 WST (3 years, 7 months ago) by vinkmar
Branch: MAIN
CVS Tags: MOODLE_17_NEWGROUPS_PRE
Branch point for: MOODLE_17_NEWGROUPS
Changes since 1.24: +10 -16 lines
Diff to previous 1.24
Admin page cleanup (Google soc 2006)

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.22.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Aug 2 11:38:30 2006 WST (3 years, 7 months ago) by vyshane
Branch: MOODLE_17_ROLES
Changes since 1.22: +5 -3 lines
Diff to previous 1.22 , to next main 1.74
Added capabilities_cleanup() upon module deletion.

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.21.2.2 - (view) (download) (annotate) - [select for diffs]
Thu May 18 00:37:15 2006 WST (3 years, 10 months ago) by tjhunt
CVS Tags: MOODLE_16, MOODLE_161, MOODLE_162, MOODLE_163, MOODLE_164
Changes since 1.21.2.1: +5 -5 lines
Diff to previous 1.21.2.1 , to branch point 1.21
Convert tabs to spaces in files where there were only a few rogue tabs.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon May 8 11:56:26 2006 WST (3 years, 10 months ago) by vyshane
Branch: MAIN
Branch point for: MOODLE_17_ROLES
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
Fix for Bug #5441.

Revision 1.21.2.1 - (view) (download) (annotate) - [select for diffs]
Mon May 8 11:53:49 2006 WST (3 years, 10 months ago) by vyshane
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
Fix for Bug #5441. Typo was causing an undefined variable notice.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Apr 27 11:31:10 2006 WST (3 years, 10 months ago) by vyshane
Branch: MAIN
CVS Tags: MOODLE_16_BETA
Branch point for: MOODLE_16_STABLE
Changes since 1.20: +12 -3 lines
Diff to previous 1.20
Fix for Bug #5022 - Hidden resource/activity modules still show up in jump
menu. Forced course catch rebuild if a module is hidden or shown.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 23:20:26 2006 WST (3 years, 10 months ago) by gustav_delius
Branch: MAIN
Changes since 1.19: +5 -1 lines
Diff to previous 1.19
Deal with modules that are missing their language strings

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.18 - (view) (download) (annotate) - [select for diffs]
Mon Mar 6 22:25:26 2006 WST (4 years ago) by skodak
Branch: MAIN
Changes since 1.17: +9 -9 lines
Diff to previous 1.17
parameter cleaup - round 3

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Feb 18 01:28:47 2006 WST (4 years, 1 month ago) by gustav_delius
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
Corrected the page comment

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Jun 15 20:31:09 2005 WST (4 years, 9 months ago) by thepurpleblob
Branch: MAIN
CVS Tags: MOODLE_16_AUTHREFACTOR_PRE, MOODLE_16_MULTIENROL_MP1, MOODLE_16_MULTIENROL_PRE, MOODLE_16_UTF8_PRE
Branch point for: MOODLE_16_AUTHREFACTOR, MOODLE_16_MULTIENROL, MOODLE_16_UTF8
Changes since 1.15: +5 -5 lines
Diff to previous 1.15
require_variable() and optional_variable() replaced with required_param() &
optional_param. Other tweaks to suit.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Feb 8 16:14:53 2005 WST (5 years, 1 month ago) by moodler
Branch: MAIN
CVS Tags: MOODLE_15, MOODLE_151, MOODLE_152, MOODLE_153, MOODLE_154, MOODLE_15_BETA, MOODLE_15_MERGED
Branch point for: MOODLE_15_STABLE
Changes since 1.14: +6 -6 lines
Diff to previous 1.14
Removed some stupid paragraphs

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 26 01:08:05 2005 WST (5 years, 1 month ago) by moodler
Branch: MAIN
Changes since 1.13: +4 -12 lines
Diff to previous 1.13
Removed $THEME from admin pages

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 23 03:53:28 2005 WST (5 years, 1 month ago) by stronk7
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Changed some sesskey behaviours SC#73 (admin part)

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 23:09:31 2004 WST (5 years, 5 months ago) by stronk7
Branch: MAIN
Changes since 1.11: +8 -8 lines
Diff to previous 1.11
admin/modules.php is now using sesskey.

Merged from MOODLE_14_STABLE

Revision 1.8.4.2 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 23:05:11 2004 WST (5 years, 5 months ago) by stronk7
Branch: MOODLE_14_STABLE
CVS Tags: MOODLE_142, MOODLE_143, MOODLE_144, MOODLE_145, MOODLE_14_MERGED
Changes since 1.8.4.1: +8 -8 lines
Diff to previous 1.8.4.1 , to branch point 1.8 , to next main 1.74
admin/modules.php is now using sesskey.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 17:48:06 2004 WST (5 years, 5 months ago) by stronk7
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
admin/module.php is now using sesskey.

Merged from MOODLE_14_STABLE

Revision 1.8.4.1 - (view) (download) (annotate) - [select for diffs]
Sun Oct 3 17:44:57 2004 WST (5 years, 5 months ago) by stronk7
Branch: MOODLE_14_STABLE
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
admin/module.php is now using sesskey.

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 />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 12 08:21:21 2004 WST (5 years, 6 months ago) by gustav_delius
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
some fixes for XHTML compliance

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 09:19:32 2004 WST (5 years, 8 months ago) by moodler
Branch: MAIN
CVS Tags: MOODLE_13_MERGED, MOODLE_14, MOODLE_141, MOODLE_14_BETA, MOODLE_14_RESOURCE_PRE, MOODLE_15_LDAP_PRE
Branch point for: MOODLE_14_RESOURCE, MOODLE_14_STABLE, MOODLE_15_LDAP
Changes since 1.7: +3 -1 lines
Diff to previous 1.7
Merged require_logins from stable

Revision 1.7.4.1 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 09:16:29 2004 WST (5 years, 8 months ago) by moodler
Branch: MOODLE_13_STABLE
CVS Tags: MOODLE_134, MOODLE_135
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 , to next main 1.74
Add require login to be safe (more checks than just isadmin)

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Mar 13 18:40:01 2004 WST (6 years ago) by moodler
Branch: MAIN
CVS Tags: MOODLE_13, MOODLE_131, Moodle_12, Moodle_121, Moodle_13_Beta, Moodle_13_pre14merge, PREBLOCKS
Branch point for: MOODLE_13_STABLE, Moodle_14_dev
Changes since 1.6: +9 -6 lines
Diff to previous 1.6
Add a count of the number of activites using a particular module

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 11:22:52 2003 WST (6 years, 4 months ago) by moodler
Branch: MAIN
CVS Tags: PREGROUPS
Changes since 1.5: +7 -6 lines
Diff to previous 1.5
Show version number to aid in debugging

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 19 01:21:53 2003 WST (6 years, 7 months ago) by moodler
Branch: MAIN
CVS Tags: Moodle_11, Moodle_111, Moodle_11b
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
Code to enable config.html files in the modules.

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.2 - (view) (download) (annotate) - [select for diffs]
Thu May 29 11:02:10 2003 WST (6 years, 9 months ago) by moodler
Branch: MAIN
CVS Tags: Moodle_109
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
Fixed page title

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.10