moodle.git
11 years agoMDL-29188 course_formats Fixed up formatting of section name within navigation
Sam Hemelryk [Tue, 13 Sep 2011 23:39:48 +0000 (11:39 +1200)]
MDL-29188 course_formats Fixed up formatting of section name within navigation

11 years agoMerge branch 'wip-MDL-29093-master' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Tue, 13 Sep 2011 22:28:56 +0000 (00:28 +0200)]
Merge branch 'wip-MDL-29093-master' of git://github.com/samhemelryk/moodle

11 years agoMDL-29295 do not use strtok in dml and ddl layers
Petr Skoda [Fri, 9 Sep 2011 09:11:47 +0000 (11:11 +0200)]
MDL-29295 do not use strtok in dml and ddl layers

This prevents clobbering of internal pointer when code calling DML
uses strtok too. Unit test added to prevent future uses.

11 years agoMerge branch 'w36_MDL-29326_m22_sqlsrv' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Tue, 13 Sep 2011 15:33:42 +0000 (17:33 +0200)]
Merge branch 'w36_MDL-29326_m22_sqlsrv' of git://github.com/skodak/moodle

11 years agoMerge branch 'w36_MDL-29328_m22_adodb' of github.com:skodak/moodle
Eloy Lafuente (stronk7) [Tue, 13 Sep 2011 15:28:43 +0000 (17:28 +0200)]
Merge branch 'w36_MDL-29328_m22_adodb' of github.com:skodak/moodle

11 years agoMerge branch 'w36_MDL-29351_m22_tempregr' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Tue, 13 Sep 2011 15:24:48 +0000 (17:24 +0200)]
Merge branch 'w36_MDL-29351_m22_tempregr' of git://github.com/skodak/moodle

11 years agoMDL-29351 add missing temp and cache dirs to installers
Petr Skoda [Tue, 13 Sep 2011 11:33:06 +0000 (13:33 +0200)]
MDL-29351 add missing temp and cache dirs to installers

11 years agoMDL-26257 Authentication : whitespace/style fixes
Aparup Banerjee [Tue, 13 Sep 2011 11:10:54 +0000 (19:10 +0800)]
MDL-26257 Authentication : whitespace/style fixes

11 years agoMerge branch 'MDL-26257' of git://github.com/bostelm/moodle
Aparup Banerjee [Tue, 13 Sep 2011 11:07:22 +0000 (19:07 +0800)]
Merge branch 'MDL-26257' of git://github.com/bostelm/moodle

11 years agoMerge branch MDL-29186-master of git://github.com/samhemelryk/moodle
Aparup Banerjee [Tue, 13 Sep 2011 08:06:21 +0000 (16:06 +0800)]
Merge branch MDL-29186-master of git://github.com/samhemelryk/moodle
- resolved conflicts, minor whitespace and fixed quote.
- note: textlib_get_instance() is already deprecated

11 years agoMerge branch MDL-29187-master of git://github.com/samhemelryk/moodle
Aparup Banerjee [Tue, 13 Sep 2011 05:52:31 +0000 (13:52 +0800)]
Merge branch MDL-29187-master of git://github.com/samhemelryk/moodle
  - resolved conflict.

11 years agoMerge branch 'wip-MDL-29188-master' of git://github.com/samhemelryk/moodle
Aparup Banerjee [Tue, 13 Sep 2011 03:58:21 +0000 (11:58 +0800)]
Merge branch 'wip-MDL-29188-master' of git://github.com/samhemelryk/moodle

11 years agoMerge branch 'master' of git.moodle.org:/git/integration
Aparup Banerjee [Tue, 13 Sep 2011 03:42:18 +0000 (11:42 +0800)]
Merge branch 'master' of git.moodle.org:/git/integration

11 years agoMerge branch MDL-29189-master of git://github.com/samhemelryk/moodle
Aparup Banerjee [Tue, 13 Sep 2011 03:38:55 +0000 (11:38 +0800)]
Merge branch MDL-29189-master of git://github.com/samhemelryk/moodle
 - resolved conflicts.

11 years agoMerged branch '28595_m22_installcontinue' of git://github.com/skodak/moodle with...
Sam Hemelryk [Tue, 13 Sep 2011 03:34:03 +0000 (15:34 +1200)]
Merged branch '28595_m22_installcontinue' of git://github.com/skodak/moodle with changes

11 years agoMDL-29093 - Authentication improved new setting name and strings
Sam Hemelryk [Tue, 13 Sep 2011 03:06:40 +0000 (15:06 +1200)]
MDL-29093 - Authentication improved new setting name and strings

11 years agoMDL-29093 - Authentication for authentication only, not for user creation
Iñaki Arenaza [Mon, 29 Aug 2011 11:56:54 +0000 (13:56 +0200)]
MDL-29093 - Authentication for authentication only, not for user creation

There are cases when a moodle installation needs to only deal
user authentication and not user creation (this is especially
interesting when using external authentication sources such as LDAP,
CAS, etc.)

Add an option to prevent automatic user creation if the administrator
does't want users to be automatically created.

Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu>
11 years agoMerge branch 'w36_MDL-29014_m22_str' of git://github.com/skodak/moodle
Sam Hemelryk [Tue, 13 Sep 2011 00:45:34 +0000 (12:45 +1200)]
Merge branch 'w36_MDL-29014_m22_str' of git://github.com/skodak/moodle

11 years agoMDL-29189 course Minor fixups after code review
Sam Hemelryk [Mon, 12 Sep 2011 23:17:18 +0000 (11:17 +1200)]
MDL-29189 course Minor fixups after code review

11 years agoMerge branch 'wip-MDL-23534-master' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Mon, 12 Sep 2011 19:59:38 +0000 (21:59 +0200)]
Merge branch 'wip-MDL-23534-master' of git://github.com/samhemelryk/moodle

11 years agoMerge branch 'MDL-29236-master' of git://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Mon, 12 Sep 2011 18:37:24 +0000 (20:37 +0200)]
Merge branch 'MDL-29236-master' of git://github.com/sammarshallou/moodle

11 years agoMDL-15377 filterlib - whitespace fixes
Eloy Lafuente (stronk7) [Mon, 12 Sep 2011 14:30:10 +0000 (16:30 +0200)]
MDL-15377 filterlib - whitespace fixes

11 years agoMerged branch 'MDL-22232_easier_turn_off_notifications' from git://github.com/andyjda...
Sam Hemelryk [Mon, 12 Sep 2011 08:18:27 +0000 (20:18 +1200)]
Merged branch 'MDL-22232_easier_turn_off_notifications' from git://github.com/andyjdavis/moodle.git with conflict resolution

11 years agoMerge branch 'MDL-29211_master' of git://github.com/kordan/moodle
Sam Hemelryk [Mon, 12 Sep 2011 07:48:33 +0000 (19:48 +1200)]
Merge branch 'MDL-29211_master' of git://github.com/kordan/moodle

11 years agoMDL-29211 fix for master
kordan [Mon, 12 Sep 2011 07:42:18 +0000 (09:42 +0200)]
MDL-29211 fix for master

11 years agoMDL-29326 add support for auth and enrol using mssqlnative adodb driver
Petr Skoda [Mon, 12 Sep 2011 07:23:47 +0000 (09:23 +0200)]
MDL-29326 add support for auth and enrol using mssqlnative adodb driver

11 years agoMDL-29328 update 3rd party library list with new adodb version
Petr Skoda [Mon, 12 Sep 2011 07:13:39 +0000 (09:13 +0200)]
MDL-29328 update 3rd party library list with new adodb version

11 years agoMDL-29328 import latest adodb
Petr Skoda [Mon, 12 Sep 2011 07:12:46 +0000 (09:12 +0200)]
MDL-29328 import latest adodb

11 years agoMerge branch 'w36_MDL-28701_m22_tempcachedir' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Sep 2011 06:26:09 +0000 (18:26 +1200)]
Merge branch 'w36_MDL-28701_m22_tempcachedir' of git://github.com/skodak/moodle

11 years agoMDL-22232 messaging: added the ability to temporarily disable notifications to a...
Andrew Davis (andyjdavis) [Tue, 16 Aug 2011 06:06:11 +0000 (14:06 +0800)]
MDL-22232 messaging: added the ability to temporarily disable notifications to a particular user

11 years agoMerge branch 'w36_MDL-29025_m22_verboseauthdb' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Sep 2011 05:48:09 +0000 (17:48 +1200)]
Merge branch 'w36_MDL-29025_m22_verboseauthdb' of git://github.com/skodak/moodle

11 years agoMDL-29112 trigger event mod_deleted after deleting mod through AJAX
Sun Zhigang [Thu, 25 Aug 2011 10:47:35 +0000 (18:47 +0800)]
MDL-29112 trigger event mod_deleted after deleting mod through AJAX

11 years agoMerge branch 'MDL-28724' of git://github.com/nebgor/moodle
Sam Hemelryk [Mon, 12 Sep 2011 05:24:49 +0000 (17:24 +1200)]
Merge branch 'MDL-28724' of git://github.com/nebgor/moodle

11 years agoMerge branch 'w36_MDL-29131_m22_recentsep' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Sep 2011 05:08:27 +0000 (17:08 +1200)]
Merge branch 'w36_MDL-29131_m22_recentsep' of git://github.com/skodak/moodle

11 years agoMerge branch 'w36_MDL-29175_m22_clozearray' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Sep 2011 04:52:36 +0000 (16:52 +1200)]
Merge branch 'w36_MDL-29175_m22_clozearray' of git://github.com/skodak/moodle

11 years agoMerge branch 'w36_MDL-29257_m22_uniqid' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Sep 2011 04:30:44 +0000 (16:30 +1200)]
Merge branch 'w36_MDL-29257_m22_uniqid' of git://github.com/skodak/moodle

11 years agoMDL-28724 wiki : Fixed bugs in wiki forms
Aparup Banerjee [Mon, 12 Sep 2011 04:04:50 +0000 (12:04 +0800)]
MDL-28724 wiki : Fixed bugs in wiki forms

11 years agoMerge branch 'w36_MDL-29306_m22_dbenrolroles' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Sep 2011 03:30:15 +0000 (15:30 +1200)]
Merge branch 'w36_MDL-29306_m22_dbenrolroles' of git://github.com/skodak/moodle

11 years agoMerge branch 'w36_MDL-29292_m22_featuretypo' of git://github.com/skodak/moodle
Sam Hemelryk [Mon, 12 Sep 2011 03:17:08 +0000 (15:17 +1200)]
Merge branch 'w36_MDL-29292_m22_featuretypo' of git://github.com/skodak/moodle

11 years agoMerge branch 'MDL-27635' of git://github.com/rwijaya/moodle
Sam Hemelryk [Mon, 12 Sep 2011 02:38:45 +0000 (14:38 +1200)]
Merge branch 'MDL-27635' of git://github.com/rwijaya/moodle

11 years agoMDL-27635 hub component: fixed default value for 'secret' field in 'registration_hubs...
Rossiani Wijaya [Mon, 12 Sep 2011 02:25:46 +0000 (10:25 +0800)]
MDL-27635 hub component: fixed default value for 'secret' field in 'registration_hubs' table

11 years agoMDL-23534 Added setting to set the site pages node to the sites shortname if desired
Sam Hemelryk [Wed, 27 Jul 2011 05:22:34 +0000 (13:22 +0800)]
MDL-23534 Added setting to set the site pages node to the sites shortname if desired

11 years agoMerge branch 'MDL-15377-master' of git://github.com/raymanuk/moodle
Sam Hemelryk [Mon, 12 Sep 2011 01:42:28 +0000 (13:42 +1200)]
Merge branch 'MDL-15377-master' of git://github.com/raymanuk/moodle

11 years agoMerge branch 'MDL-28488' of git://github.com/stronk7/moodle
Sam Hemelryk [Mon, 12 Sep 2011 01:19:12 +0000 (13:19 +1200)]
Merge branch 'MDL-28488' of git://github.com/stronk7/moodle

11 years agoMerge branch 'MDL-29269' of git://github.com/stronk7/moodle
Sam Hemelryk [Mon, 12 Sep 2011 01:09:30 +0000 (13:09 +1200)]
Merge branch 'MDL-29269' of git://github.com/stronk7/moodle

11 years agoMDL-29056 theme-formal_white fix for the report pagelayout that was preventing horizo...
kordan [Sun, 11 Sep 2011 21:34:16 +0000 (23:34 +0200)]
MDL-29056 theme-formal_white fix for the report pagelayout that was preventing horizontal scroll

11 years agoMDL-28488 backup - conditionaly apply defaults based on mode
Eloy Lafuente (stronk7) [Sun, 11 Sep 2011 17:35:56 +0000 (19:35 +0200)]
MDL-28488 backup - conditionaly apply defaults based on mode

Some modes of backup cannot be preloaded with general backup
settings because they may conflict with the definitions required/set
by the mode (for example, import backups are, by definition, without
users always, so we cannot apply one default in the opposite direction).

So, after the patch, current general_backup setting will be only applied
to general backups, import/hub modes won't be using any default and
automated backup defaults should be loaded here (TODO)

11 years agoMDL-28488 backup - '[backup|restore]:configure cap does not control import mode anymore
Eloy Lafuente (stronk7) [Sun, 11 Sep 2011 17:09:59 +0000 (19:09 +0200)]
MDL-28488 backup - '[backup|restore]:configure cap does not control import mode anymore

11 years agoMDL-29292 fix feature typo
Petr Skoda [Sun, 11 Sep 2011 10:49:16 +0000 (12:49 +0200)]
MDL-29292 fix feature typo

Credit goes to Raminder Singh.

11 years agoMDL-29025 standardise cli verbose output and general cleanup
Petr Skoda [Sun, 11 Sep 2011 10:43:43 +0000 (12:43 +0200)]
MDL-29025 standardise cli verbose output and general cleanup

11 years agoMDL-28488 backup - fixup some strings and delete legacy ones
Eloy Lafuente (stronk7) [Sun, 11 Sep 2011 10:03:11 +0000 (12:03 +0200)]
MDL-28488 backup - fixup some strings and delete legacy ones

11 years agoMDL-28595 explain the need to install into new db if something fails during the initi...
Petr Skoda [Sat, 10 Sep 2011 22:07:28 +0000 (00:07 +0200)]
MDL-28595 explain the need to install into new db if something fails during the initial install

11 years agoMDL-28595 do not print continue link if install fails
Petr Skoda [Fri, 9 Sep 2011 08:19:27 +0000 (10:19 +0200)]
MDL-28595 do not print continue link if install fails

11 years agoMDL-29306 support multiple roles in ext enrol db
Petr Skoda [Sat, 10 Sep 2011 21:30:58 +0000 (23:30 +0200)]
MDL-29306 support multiple roles in ext enrol db

11 years agoMDL-29131 fix multiple groups issues on the recent activity report
Petr Skoda [Sat, 10 Sep 2011 11:52:42 +0000 (13:52 +0200)]
MDL-29131 fix multiple groups issues on the recent activity report

11 years agoMDL-29257 use more entropy in ws upload
Petr Skoda [Sat, 10 Sep 2011 10:06:59 +0000 (12:06 +0200)]
MDL-29257 use more entropy in ws upload

11 years agoMDL-29257 use more entropy in repo upload
Petr Skoda [Sat, 10 Sep 2011 10:05:29 +0000 (12:05 +0200)]
MDL-29257 use more entropy in repo upload

11 years agoMDL-29257 use counter for unique element ids
Petr Skoda [Sat, 10 Sep 2011 10:02:51 +0000 (12:02 +0200)]
MDL-29257 use counter for unique element ids

11 years agoMDL-28701 temp and cache upgrade notes
Petr Skoda [Sat, 10 Sep 2011 09:36:41 +0000 (11:36 +0200)]
MDL-28701 temp and cache upgrade notes

11 years agoMDL-28701 add old cache and temp creation debug message and improve docs a bit
Petr Skoda [Sat, 10 Sep 2011 09:22:57 +0000 (11:22 +0200)]
MDL-28701 add old cache and temp creation debug message and improve docs a bit

11 years agoMDL-28701 some more tempdirs updated
Petr Skoda [Sat, 10 Sep 2011 08:55:32 +0000 (10:55 +0200)]
MDL-28701 some more tempdirs updated

11 years agoMDL-28701 one more make_cache_directory
Petr Skoda [Sat, 10 Sep 2011 08:49:04 +0000 (10:49 +0200)]
MDL-28701 one more make_cache_directory

11 years agoMDL-28701 Change uses of make_upload_directory(cache) to make_cache_directory().
Tom Lanyon [Tue, 23 Aug 2011 02:36:50 +0000 (12:06 +0930)]
MDL-28701 Change uses of make_upload_directory(cache) to make_cache_directory().

11 years agoMDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory().
Tom Lanyon [Sat, 10 Sep 2011 08:43:49 +0000 (10:43 +0200)]
MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory().

11 years agoMDL-28701 Add make_temp_directory() and make_cache_directory().
Tom Lanyon [Tue, 23 Aug 2011 01:56:46 +0000 (11:26 +0930)]
MDL-28701 Add make_temp_directory() and make_cache_directory().

11 years agoMDL-28701 Change all uses of $CFG->dataroot/cache to $CFG->cachedir
Tom Lanyon [Wed, 10 Aug 2011 17:55:38 +0000 (03:25 +0930)]
MDL-28701 Change all uses of $CFG->dataroot/cache to $CFG->cachedir

11 years agoMDL-28701 Fixed broken $CFG->tempdir default and added $CFG->cachedir
Tom Lanyon [Wed, 10 Aug 2011 17:53:26 +0000 (03:23 +0930)]
MDL-28701 Fixed broken $CFG->tempdir default and added $CFG->cachedir

11 years agoMDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
Tom Lanyon [Wed, 10 Aug 2011 17:33:58 +0000 (03:03 +0930)]
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir

11 years agoMDL-28701 Added $CFG->tempdir setting
Tom Lanyon [Wed, 10 Aug 2011 17:31:22 +0000 (03:01 +0930)]
MDL-28701 Added $CFG->tempdir setting

11 years agoMDL-29014 fix a few incorrect uses of strlen and substr
Petr Skoda [Sat, 10 Sep 2011 08:21:31 +0000 (10:21 +0200)]
MDL-29014 fix a few incorrect uses of strlen and substr

11 years agoMDL-28488 backup - make backup and import capabilities independent
Eloy Lafuente (stronk7) [Fri, 9 Sep 2011 13:54:53 +0000 (15:54 +0200)]
MDL-28488 backup - make backup and import capabilities independent

Before this change, in order to perform one course import it was
necessary to have both the backupcourse and the backuptargetimport
capabilities. After agreement now each one will control its own
backup mode. Same applies for restore.

11 years agoMDL-28488 backup - activity duplication requires 2 capabilities in ctx
Eloy Lafuente (stronk7) [Fri, 9 Sep 2011 13:53:02 +0000 (15:53 +0200)]
MDL-28488 backup - activity duplication requires 2 capabilities in ctx

11 years agoMDL-29175 use new optinal_param_array in cloze question verification
Petr Skoda [Fri, 9 Sep 2011 13:50:27 +0000 (15:50 +0200)]
MDL-29175 use new optinal_param_array in cloze question verification

11 years agoMDl-29189 course Increased the shortname field length so that it is more usable now...
Sam Hemelryk [Wed, 7 Sep 2011 00:33:23 +0000 (12:33 +1200)]
MDl-29189 course Increased the shortname field length so that it is more usable now that it is consistently formatted

11 years agoMDL-26257 Shibboleth auth: run logout handler only if logged in via Shibboleth
Henning Bostelmann [Thu, 8 Sep 2011 10:51:28 +0000 (11:51 +0100)]
MDL-26257 Shibboleth auth: run logout handler only if logged in via Shibboleth

11 years agoMDL-29269 textlib - better handling of collation warnings and errors
Eloy Lafuente (stronk7) [Thu, 8 Sep 2011 11:00:30 +0000 (13:00 +0200)]
MDL-29269 textlib - better handling of collation warnings and errors

11 years agoMDL-29186 multilang Reviewed the uses of course fullname and ensured things were...
Sam Hemelryk [Tue, 6 Sep 2011 01:40:44 +0000 (13:40 +1200)]
MDL-29186 multilang Reviewed the uses of course fullname and ensured things were being formatted consistently

11 years agoMDL-29187 multilang Reviewed the uses of category name and ensured things are being...
Sam Hemelryk [Tue, 30 Aug 2011 05:48:46 +0000 (17:48 +1200)]
MDL-29187 multilang Reviewed the uses of category name and ensured things are being formatted correctly

11 years agoMDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are...
Sam Hemelryk [Tue, 6 Sep 2011 23:46:28 +0000 (11:46 +1200)]
MDL-29189 mutlilang Reviewed the uses of course shortname and ensured things are being formatted consistently

11 years agoMDL-29188 multilang Reviewed the uses of section name and ensured things were being...
Sam Hemelryk [Tue, 30 Aug 2011 04:43:36 +0000 (16:43 +1200)]
MDL-29188 multilang Reviewed the uses of section name and ensured things were being formatted consistently

11 years agoMDL-29236 Labels (and other content from modules) on course page should use module...
sam marshall [Tue, 6 Sep 2011 14:10:57 +0000 (15:10 +0100)]
MDL-29236 Labels (and other content from modules) on course page should use module filter settings

E.g. if you disable smileys for a label, this ought to work (it doesn't previously, as everything is filtered using the course context).

11 years agoweekly release 2.2dev
Eloy Lafuente (stronk7) [Wed, 7 Sep 2011 15:56:05 +0000 (17:56 +0200)]
weekly release 2.2dev

11 years agoMDL-27001 Integration bump needed (we were already @ 2011083100.01)
Eloy Lafuente (stronk7) [Tue, 6 Sep 2011 13:57:49 +0000 (15:57 +0200)]
MDL-27001 Integration bump needed (we were already @ 2011083100.01)

11 years agoMerge branch 'MDL-27001-master' of git://github.com/sammarshallou/moodle
Eloy Lafuente (stronk7) [Tue, 6 Sep 2011 13:50:26 +0000 (15:50 +0200)]
Merge branch 'MDL-27001-master' of git://github.com/sammarshallou/moodle

11 years agoMerge branch 'wip-MDL-28043-master' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Tue, 6 Sep 2011 11:53:34 +0000 (13:53 +0200)]
Merge branch 'wip-MDL-28043-master' of git://github.com/samhemelryk/moodle

11 years agoMDL-28599 textlib Capture error message earlier to avoid mixing
Eloy Lafuente (stronk7) [Tue, 6 Sep 2011 11:45:25 +0000 (13:45 +0200)]
MDL-28599 textlib Capture error message earlier to avoid mixing

11 years agoMDL-28599 textlib Document collatorlib switch for asort()
Eloy Lafuente (stronk7) [Tue, 6 Sep 2011 11:03:01 +0000 (13:03 +0200)]
MDL-28599 textlib Document collatorlib switch for asort()

11 years agoMerge branch 'wip-MDL-28599-master-r4' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Tue, 6 Sep 2011 11:02:33 +0000 (13:02 +0200)]
Merge branch 'wip-MDL-28599-master-r4' of git://github.com/samhemelryk/moodle

11 years agoMDL-27001 'Show description' feature part 3: Implementation for all modules
sam marshall [Thu, 21 Jul 2011 14:06:47 +0000 (15:06 +0100)]
MDL-27001 'Show description' feature part 3: Implementation for all modules

For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.

11 years agoMDL-27001 'Show description' feature part 2 - Automatic support for modules that...
sam marshall [Thu, 21 Jul 2011 14:05:36 +0000 (15:05 +0100)]
MDL-27001 'Show description' feature part 2 - Automatic support for modules that don't have a get_coursemodule_info function

If a module doesn't have module_get_coursemodule_info function, but it does have 'intro' and 'introformat' fields in its main table, then all it needs to do is return true for FEATURE_SHOW_DESCRIPTIONS and everything is handled automatically.

11 years agoMDL-27001 'Show description' feature part 1: infrastructure that allows modules to...
sam marshall [Wed, 20 Jul 2011 16:24:55 +0000 (17:24 +0100)]
MDL-27001 'Show description' feature part 1: infrastructure that allows modules to support feature

The 'Show description' feature is about optionally including module description on the course page. This change include the necessary infrastructure - new database field, new FEATURE constant, changes to forms to display it, new language strings for it, backup and restore, and old course conversion. (I found the places to change by searching for an existing field in course_modules).

Documentation for the field is included in install.xml and in modinfolib.

11 years agoMDL-28599 textlib Separated collator to collatorlib with static methods, and added...
Sam Hemelryk [Wed, 10 Aug 2011 04:56:04 +0000 (12:56 +0800)]
MDL-28599 textlib Separated collator to collatorlib with static methods, and added support for locale aware sorting of objects

11 years agoMerge branch 'wip-mdl-28987' of git://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2011 23:59:20 +0000 (01:59 +0200)]
Merge branch 'wip-mdl-28987' of git://github.com/rajeshtaneja/moodle

11 years agoMDL-28043 user Fixed context hack in pluginfile for user pics leading to init of...
Sam Hemelryk [Mon, 5 Sep 2011 23:29:05 +0000 (11:29 +1200)]
MDL-28043 user Fixed context hack in pluginfile for user pics leading to init of page, theme and output for redirect

11 years agoMerge branch 'wip-mdl-23520' of git://github.com/rajeshtaneja/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2011 23:25:05 +0000 (01:25 +0200)]
Merge branch 'wip-mdl-23520' of git://github.com/rajeshtaneja/moodle

11 years agoMerge branch 'wip-MDL-29006-master' of git://github.com/samhemelryk/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2011 22:38:10 +0000 (00:38 +0200)]
Merge branch 'wip-MDL-29006-master' of git://github.com/samhemelryk/moodle

11 years agoMerge branch 'w35_MDL-29145_m22_imscpregression' of git://github.com/skodak/moodle
Eloy Lafuente (stronk7) [Mon, 5 Sep 2011 19:51:44 +0000 (21:51 +0200)]
Merge branch 'w35_MDL-29145_m22_imscpregression' of git://github.com/skodak/moodle

11 years agoMDL-15377 Filter: Fixed glossary keyword autolinked when appearing in
Ray Guo [Mon, 5 Sep 2011 16:12:42 +0000 (17:12 +0100)]
MDL-15377 Filter: Fixed glossary keyword autolinked when appearing in
Javascript

11 years agoMDL-29072 Import course - whitespace fixes
Eloy Lafuente (stronk7) [Mon, 5 Sep 2011 08:41:57 +0000 (10:41 +0200)]
MDL-29072 Import course - whitespace fixes

11 years agoMDL-29145 fix regression caused by MDL-27448
Petr Skoda [Mon, 5 Sep 2011 07:44:41 +0000 (09:44 +0200)]
MDL-29145 fix regression caused by MDL-27448