Commit Graph

472 Commits

Author SHA1 Message Date
efce0f5faa Merged trivial notice fix 2008-02-20 06:19:59 +00:00
dfe2fbc665 MDL-13354 - wrong capability checked for view report link
merged from MOODLE_19_STABLE
2008-02-08 10:00:13 +00:00
1f106b3f1d MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x ;-) merged from MOODLE_19_STABLE 2008-02-05 21:40:21 +00:00
fdf09b28c8 MDL-13221 - doing wrong capability check for hidden activites. But we
don't need it at all as require_login() with the $cm argument does the
check for us
2008-01-30 20:42:41 +00:00
dd97c32868 MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE 2008-01-24 20:33:50 +00:00
50acc61321 MDL-9552 reverting the [$userid] change - we do need array there in upgrades and changes in modedit; merged from MOODLE_19_STABLE 2007-12-26 23:21:38 +00:00
eafb9d9eda MDL-12458 fixed gradebook upgrade/update problems when not grades yet in activities; merged from MOODLE_19_STABLE 2007-12-25 20:51:23 +00:00
220a90c5a1 MDL-11561 admin tree improvements and bugfixing 2007-12-19 17:35:20 +00:00
0b5a80a1a5 MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE 2007-11-29 14:43:04 +00:00
a78890d593 MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
9f7f1a74a0 MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
c852a628ac MDL-12161 Stripped slashes in LO titles 2007-11-15 08:37:11 +00:00
48466ed9a7 MDL-12118 Fixed learner_response report. It was changed by SCORM2004 3rd Ed. specification 2007-11-14 13:10:34 +00:00
f652028012 Fixed MDL-11914 2007-11-14 09:52:16 +00:00
232f2c1d35 MDL-12114 Fixed typo in elements array. 2007-11-13 16:01:44 +00:00
9858605e59 Add missing fields when upgrading/installing on Postgres
mod/exercise, mod/scorm and question/type/rqp
MDL-12023
2007-11-09 01:25:28 +00:00
c6af52a915 fixing bogus $scoid 2007-11-06 05:41:24 +00:00
b10bd7b5aa fixing a warning 2007-11-06 02:59:48 +00:00
d23121ab31 MDL-9552, update the gradebook everytime score is sent 2007-11-05 07:31:35 +00:00
b18921676e MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
hardcoded and can be discovered through the user interface resonably easily.

Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
38e179a4ed 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.
2007-10-12 15:55:49 +00:00
f2e4a0818a preparation for 1.9 beta 2 - setting correct requires in mods and plugins 2007-10-10 16:09:17 +00:00
03cedd6283 MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-) 2007-10-10 12:19:27 +00:00
0baafc173a Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
fcdea90774 Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +00:00
d8c9d8a150 MDL-10888: - groupings - mod/scorm - updated to support groupings 2007-08-28 02:54:37 +00:00
1879ef2b5a Properly merged fixes from 1.8 2007-08-13 04:07:37 +00:00
531fa830a6 MDL-9552 support for new gradebook in scorm 2007-08-10 20:58:09 +00:00
602433133e MDL-10105 idnumber uniqueness tested before insert in UI now - both modedit and item edit pages 2007-08-02 10:38:18 +00:00
c31f631baa MDL-9742 - converting tabs to spaces 2007-07-23 15:38:31 +00:00
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
01e3838853 MDL-9473: Initialise navlinks array before use
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
3b27b0fe21 MDL-9615: Correct incorrect use of term breadcrumbs
- $crumbs -> $navlinks


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
4b07d3a8d9 Fixed a bad string definition 2007-07-03 10:26:14 +00:00
4e204f8956 Fixed bug MDL-9236 2007-07-03 09:38:56 +00:00
43e892c93b Fixed bug MDL-9776 2007-07-03 09:19:05 +00:00
d3e4854956 Fixed update.php
Bug MDL-10318
2007-07-03 07:53:47 +00:00
7d97f6f87b Fixed a problem with memory use and big data tracks MDL-10318 2007-07-03 07:52:22 +00:00
3b631edabe Merged string fixes from stable 2007-06-22 05:48:24 +00:00
adb2030a16 Fixed a problem with utf8 strings bug MDL-10101 2007-06-20 08:51:22 +00:00
090be7435c Fixed a problem with true-false type for correct responses 2007-06-19 14:56:36 +00:00
75bca47db0 Fixed a typo added during last update 2007-06-18 11:58:57 +00:00
7e17f5a241 First step in correct_resposes element debug 2007-06-17 20:36:08 +00:00
eaa15ed1ad Fixed bug mdl-7516 2007-06-15 09:26:17 +00:00
50ccd872cb Fixed some bugs with duplicated elements and undefined elements for correct_responses type 2007-06-14 12:41:41 +00:00
23a7718bd1 MDL-9696 used absolute path include in mod_forms 2007-06-10 23:20:45 +00:00
9a71cd85d8 MDL-9206 Readded unlimited attempts option (Sorry I miss it) 2007-06-06 21:36:50 +00:00
97be053372 MDL-9562 Fixed 2007-06-06 21:04:56 +00:00
bd3523a5f7 Merged fix for MDL-9077 and MDL-9557 2007-06-06 09:19:18 +00:00
f8c950b362 MDL-7097 Fixed all stuff for learner_response datamodel element 2007-06-06 07:35:44 +00:00