[moodle] / contrib / plugins / blocks / mrbs / web / config.inc.php Repository:

Log of /contrib/plugins/blocks/mrbs/web/config.inc.php

Parent Directory Parent Directory


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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 19 18:25:55 2009 WST (5 months ago) by mike1989
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
CONTRIB-1359 Import script changed to recognise repeat clashes and only send emails once. Also improves performance

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 1 23:01:08 2009 WST (5 months, 3 weeks ago) by mike1989
Branch: MAIN
Changes since 1.15: +8 -1 lines
Diff to previous 1.15
CONTRIB-1189 & CONTRIB-1191 mrbs block

Timetable CSV import feature plus display of simultaneous bookings. This functions in a similar way to flatfile enrolments whereby a file location is defined and any files found there will be automatically processed.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Aug 18 06:33:06 2008 WST (15 months, 1 week ago) by arborrow
Branch: MAIN
Changes since 1.14: +16 -5 lines
Diff to previous 1.14
CONTRIB-664 - avoid PHP notices when using $USER->lang, credit to Stephen Bourget for the patch

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 09:17:51 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.13: +9 -2 lines
Diff to previous 1.13
CONTRIB-624 - replaced MRBS utf8_strftime with Moodle's userdate (see MDL-14149); CONTRIB-628 - removied language.php

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Aug 4 01:21:55 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.12: +28 -23 lines
Diff to previous 1.12
CONTRIB-422 - added remaining settings from config.inc.php to MRBS block  settings stored in mdl_config_plugins ('block/mrbs') ;

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 19:43:22 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.11: +7 -6 lines
Diff to previous 1.11
CONTRIB-422 - added some forgotten mail settings using language strings

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 19:19:49 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.10: +21 -21 lines
Diff to previous 1.10
CONTRIB-422 - added more settings from config.inc.php to MRBS block  settings stored in mdl_config_plugins ('block/mrbs') ;

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 10:58:29 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.9: +72 -62 lines
Diff to previous 1.9
CONTRIB-422 - added more settings from config.inc.php to MRBS block  settings stored in mdl_config_plugins ('block/mrbs') ; removed block_mrbs prefix since it is redundant in mdl_config_plugins

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 05:30:47 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.8: +3 -106 lines
Diff to previous 1.8
CONTRIB-422 - removing irrelevant options in config.inc.php file

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 04:25:16 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.7: +1 -7 lines
Diff to previous 1.7
CONTRIB-628 - removing irrelevant files and some minor language fixes, set NULL defaults for print_header_mrbs function

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 12:44:17 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.6: +47 -42 lines
Diff to previous 1.6
CONTRIB-230 - updated to include all changes made in MRBS up to version 1.2.5

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 12:02:11 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
CONTRIB-624 - replacing duplicated or similar language strings with moodle strings (e.g. - user_name with username, YES with yes, etc.), removed extra strings from language file block_mrbs.php

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Aug 1 05:55:37 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.4: +6 -5 lines
Diff to previous 1.4
CONTRIB-624 - I went ahead and bit the bullet and converted all of MRBSs get_vocab string calls to Moodle get_strings

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 20:00:20 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.3: +16 -15 lines
Diff to previous 1.3
CONTRIB-422 - MRBS block now stores its config settings ('block/mrbs') in mdl_config_plugins rather than mdl_config

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 06:18:05 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
CONTRIB-623 - prepare MRBS block for Moodle 2.0 by using install.xml, changed prefix to use new tables with Moodle prefix, added mysqli.php support

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 31 01:28:42 2008 WST (15 months, 3 weeks ago) by arborrow
Branch: MAIN
Changes since 1.1: +57 -44 lines
Diff to previous 1.1
CONTRIB-422 - increased configuration settings via Moodle this will allow for fewer modifications to be made directly to /blocks/mrbs/web/config.inc.php. Ultimately, we will want to use mdl_config_plugins table but for now we use mdl_config.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 06:25:26 2007 WST (2 years, 7 months ago) by arborrow
Branch: MAIN
CVS Tags: Root_MOODLE_18_STABLE
Branch point for: MOODLE_18_STABLE, MOODLE_19_STABLE
adding mrbs block to Moodle \contrib\plugins\blocks

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.7