Nicolas Connault
|
1a96363a9d
|
MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE
|
2009-10-27 12:37:15 +00:00 |
|
skodak
|
0a8a7b6c24
|
MDL-14589 added missing require_login()
|
2009-07-19 08:56:45 +00:00 |
|
skodak
|
86900a93bb
|
MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs
|
2009-07-03 13:40:37 +00:00 |
|
skodak
|
98edf7b647
|
MDL-14589 improved _pluginfile function - added forcedownload param and fixed docs
|
2009-07-03 13:39:39 +00:00 |
|
tjhunt
|
d436d197d1
|
MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
Including MDL-19693
RIP $CFG->pixpath
|
2009-07-03 07:55:30 +00:00 |
|
skodak
|
17da2e6f28
|
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
|
2009-06-19 14:25:56 +00:00 |
|
skodak
|
a8f3a651c0
|
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
|
2009-06-13 18:16:08 +00:00 |
|
skodak
|
a8c31db2a3
|
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
|
2009-06-13 17:47:18 +00:00 |
|
skodak
|
bf8e93d704
|
MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings
|
2009-06-03 20:00:08 +00:00 |
|
samhemelryk
|
28f672b2df
|
mod lib MDL-19294 Added boilerplate and phpdocs
|
2009-05-28 05:30:46 +00:00 |
|
skodak
|
3268cf9921
|
MDL-18910 full support for module intro editor with embedded images
|
2009-04-22 06:48:15 +00:00 |
|
skodak
|
ac3668bfae
|
MDL-18910 full support for module intro editor with embedded images
|
2009-04-22 05:10:08 +00:00 |
|
skodak
|
dc5c2bd9eb
|
MDL-18910 full support for module intro editor with embedded images
|
2009-04-21 21:17:21 +00:00 |
|
skodak
|
42f103be4c
|
MDL-18910 moving modedit features to modname_supports()
|
2009-04-21 08:57:20 +00:00 |
|
piers
|
8f54becce7
|
MDL-18412 - fixed incorrect config var name. thanks Anthony.
|
2009-03-02 23:16:47 +00:00 |
|
skodak
|
3156b8ca48
|
MDL-14589 implemented browsing of course section files + fixed bug when getting parent dirs of stored files
|
2009-02-16 20:47:22 +00:00 |
|
skodak
|
1045a0074c
|
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead
|
2009-01-12 16:52:53 +00:00 |
|
danmarsden
|
d54e2145ba
|
add time restriction MDL-12588 - add ability to restrict the viewing of SCORM objects using a time/date restriction like most other modules already allow.
|
2008-11-28 09:20:59 +00:00 |
|
piers
|
1adc77e6d2
|
MDL-16810 - Allow site configuration of scorm settings. Fixing grammar of texts, and default options values. Clean up $CFG values nolonger required.
|
2008-11-11 04:45:39 +00:00 |
|
skodak
|
8546def3b6
|
MDL-16596 basic areafiles formslib element
|
2008-09-20 20:56:21 +00:00 |
|
skodak
|
9528568bf0
|
MDL-16088 scorm new file api conversion
|
2008-09-09 08:30:00 +00:00 |
|
danmarsden
|
8ba4f1e03e
|
MDL-16137 - clear scorm directory if it already exists
|
2008-08-27 22:38:52 +00:00 |
|
piers
|
5b4b959b5a
|
MDL-15859 - [PATCH] Fixes for tests of '' on Oracle.$DB->sql_empty() changes.
|
2008-08-21 21:22:23 +00:00 |
|
piers
|
7ef16bf927
|
MDL-16111 - SCORM grade not updated in Grader Report. Thanks John Macklin.
|
2008-08-21 03:12:08 +00:00 |
|
danmarsden
|
d9397d51bc
|
MDL-14620 - fix link to repository and tidy up using $CFG vars
|
2008-08-21 01:47:30 +00:00 |
|
skodak
|
775f811a66
|
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
|
2008-08-16 12:16:01 +00:00 |
|
piers
|
6280b17adb
|
MDL-15859 [PATCH] Fixes for tests of '' on Oracle.
|
2008-08-15 03:30:05 +00:00 |
|
skodak
|
f432bebff2
|
MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE
|
2008-07-24 21:59:13 +00:00 |
|
skodak
|
bf34704184
|
MDL-15115 scorm dml covnersion
|
2008-06-05 10:02:26 +00:00 |
|
skodak
|
c18269c7e5
|
MDL-14679 towards modform conversion
|
2008-06-01 21:36:11 +00:00 |
|
skodak
|
7cac0c4b2b
|
MDL-14679 fixed references to mod.html
|
2008-06-01 19:09:13 +00:00 |
|
skodak
|
9fb2de4ea7
|
MDL-13093 "Continue" link jumps over items; merged from MOODLE_19_STABLE
|
2008-03-15 15:05:06 +00:00 |
|
skodak
|
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 |
|
skodak
|
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 |
|
skodak
|
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 |
|
skodak
|
0b5a80a1a5
|
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
|
2007-11-29 14:43:04 +00:00 |
|
toyomoyo
|
d23121ab31
|
MDL-9552, update the gradebook everytime score is sent
|
2007-11-05 07:31:35 +00:00 |
|
skodak
|
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 |
|
skodak
|
531fa830a6
|
MDL-9552 support for new gradebook in scorm
|
2007-08-10 20:58:09 +00:00 |
|
bobopinna
|
23ab8e8d80
|
removed an unrequired require_once
optimized an if branch
|
2007-05-27 16:26:05 +00:00 |
|
skodak
|
376c9c70e9
|
merging changes from MOODLE_18_STABLE
|
2007-03-30 21:23:09 +00:00 |
|
bobopinna
|
8949f8df0e
|
Fixed external manifest problems
|
2007-01-25 13:49:50 +00:00 |
|
bobopinna
|
a679d64d39
|
renamed external to updatefreq
renamed md5_result to md5hash
|
2007-01-24 10:39:24 +00:00 |
|
csantossaenz
|
bfe8c2f0ae
|
Added code to the scorm_cron function to update the SCORM activity every day when this option is selected
|
2007-01-24 07:26:37 +00:00 |
|
csantossaenz
|
456f5e6e43
|
Modified scorm module to allow remote packages updating
|
2007-01-17 15:53:06 +00:00 |
|
bobopinna
|
76ea4fb419
|
Moved validation.php in locallib.php as a function. Now is called by lib.php add/updateinstance()
|
2007-01-16 13:21:19 +00:00 |
|
skodak
|
7150b8ae20
|
MDL-7434 all images that convey information should have alt text to convey that information - part 3
|
2006-11-26 16:20:19 +00:00 |
|
bobopinna
|
b3659259fd
|
Splitted scoes optional data in a new table
|
2006-11-21 16:12:19 +00:00 |
|
bobopinna
|
cfc74f324c
|
Changes no datadir error message from bad manifest to bad package
|
2006-09-29 06:29:10 +00:00 |
|
bobopinna
|
a9d22c84b6
|
Fixed a problem with Firefox
|
2006-09-26 10:26:03 +00:00 |
|