Commit graph

41040 commits

Author SHA1 Message Date
Eloy Lafuente
dec2c30c0a NOBUG: Use correct cap name 2010-04-30 08:34:53 +00:00
Martin Dougiamas
7969834463 admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management 2010-04-30 08:03:32 +00:00
Dongsheng Cai
b8cea715b8 "MDL-13766, maxbytes should not be 0" 2010-04-30 07:57:49 +00:00
jerome mouneyrac
0f1e391487 webservice MDL-21579 fix wrong define usage: EXTERNAL_TOKEN_EMBEDDED => WEBSERVICE_AUTHMETHOD_SESSION_TOKEN 2010-04-30 06:37:43 +00:00
Jamie Pratt
c7a2b2c84f MDL-22252 "couple of typos causing errors when importing glossary contents" 2010-04-30 06:20:19 +00:00
Dan Marsden
03e9a12279 SCORM MDL-18202 MDL-21379 fix spaces 2010-04-30 05:52:56 +00:00
Dan Marsden
6b635d44e2 SCORM MDL-18202 MDL-21379 use correct Scorm format for 1.3 2010-04-30 05:45:12 +00:00
Martin Dougiamas
a1eea10dd7 Bump! 2010-04-30 03:14:10 +00:00
Martin Dougiamas
9dcc69bec1 MDL-2631 admin -> manager in caps 2010-04-30 03:13:07 +00:00
Martin Dougiamas
2be4d090c0 course completion MDL-2631 Course completion feature - Thanks to Aaron Barnes and Catalyst IT for this significant contribution. It is now officially possible to finish a course!
Even though I've tweaked this and done some polishing, there is still plenty to do on it now in HEAD, mostly to do with UI, usability and strings, so we'll keep working on it.  Aaron already has a number of improvements to add to it.
2010-04-30 03:06:22 +00:00
Sam Hemelryk
2589eb89f0 backup MDL-22251 fixed issue with delete_old_backup_dirs passing a full path rather than a backupid 2010-04-30 03:02:36 +00:00
Martin Dougiamas
16b5fdaf17 MDL-22054 Fixed some uppercasing errors. We Never Use This Format For Strings. 2010-04-30 02:42:18 +00:00
Martin Dougiamas
3d8a479bf3 MDL-19756 Removing debugging message from print_textarea until we have a proper renderer replacement 2010-04-30 02:06:44 +00:00
David Mudrak
59f19480a8 MDL-21695 Missing string producing debugging message, to be shortened probably 2010-04-30 01:01:35 +00:00
Moodle Robot
cf5c04a38d Updated the HEAD build version to 20100430 2010-04-30 00:41:32 +00:00
David Mudrak
e66841b9e6 MDL-21695 Assignment module now uses new help strings
AMOS BEGIN
 HLP assignment/allowdeleting.html,[allowdeleting_help,mod_assignment]
 HLP assignment/allowmaxfiles.html,[allowmaxfiles_help,mod_assignment]
 HLP assignment/allownotes.html,[allownotes_help,mod_assignment]
 HLP assignment/commentinline.html,[commentinline_help,mod_assignment]
 HLP assignment/emailnotification.html,[enableemailnotification_help,mod_assignment]
 HLP assignment/emailteachers.html,[emailteachers_help,mod_assignment]
 HLP assignment/hideintro.html,[hideintro_help,mod_assignment]
 HLP assignment/mods.html,[modulename_help,mod_assignment]
 HLP assignment/pagesize.html,[pagesize_help,mod_assignment]
 HLP assignment/quickgrade.html,[quickgrade_help,mod_assignment]
 HLP assignment/resubmit.html,[allowresubmit_help,mod_assignment]
 HLP assignment/trackdrafts.html,[trackdrafts_help,mod_assignment]
AMOS END
2010-04-29 23:12:13 +00:00
Helen Foster
cc1e127a75 MDL-21695 adding help strings 2010-04-29 20:54:20 +00:00
Helen Foster
854ee5e4d3 MDL-21695 adding help strings 2010-04-29 18:57:14 +00:00
Eloy Lafuente
2de3539b43 MDL-21432 backup - clean temps after execution 2010-04-29 18:30:17 +00:00
Martin Dougiamas
760b2edbe1 More nav cleanups 2010-04-29 17:06:26 +00:00
Martin Dougiamas
07a737de56 Just cleaning up this log report in the nav menu 2010-04-29 16:59:58 +00:00
Martin Dougiamas
92e7c34d95 Fixed a missing string for calendar display 2010-04-29 16:25:11 +00:00
Helen Foster
f9d49246b0 MDL-21695 adding help strings 2010-04-29 14:15:28 +00:00
Moodle HQ git importer
873750c2df Fixing drift between CVS and git 2010-04-29 11:26:40 +00:00
Helen Foster
19a4ed78a4 MDL-21695 obsolete help files 2010-04-29 11:26:40 +00:00
Helen Foster
b0d78e43fe MDL-21695 adding help strings 2010-04-29 11:20:53 +00:00
Tim Hunt
8d2971888f quiz recent activity: MDL-20586 was showing scores even if quiz settings said not to.
Fix started with a patch from Yolanda Ordoez Rufat but with significant reworking by me.
2010-04-29 10:46:39 +00:00
Tim Hunt
8275477c13 calculated qtype: MDL-22241 Invalid SQL (must not have a ; at the end.) 2010-04-29 10:41:55 +00:00
Dan Marsden
adefe70e22 SCORM MDL-21568 attempts grading initialized incorrectly. 2010-04-29 10:08:42 +00:00
Dongsheng Cai
dd64051e9e "MDL-13766, use exception to skip files larger than maximium size" 2010-04-29 09:55:57 +00:00
Martin Dougiamas
0bedd3c797 MDL-21579 Improved table checking using the shorthand method 2010-04-29 09:51:35 +00:00
Dan Marsden
c8b229a6ca SCORM MDL-21568 missing var from restore 2010-04-29 09:48:52 +00:00
Martin Dougiamas
2b3d1ac71b MDL-14632 Removed switchroles from the course view page 2010-04-29 09:32:15 +00:00
Helen Foster
00acdeb7ec MDL-21695 adding help strings 2010-04-29 09:29:31 +00:00
Dan Marsden
2276208a15 SCORM MDL-22046 - show last completed attempt in gradebook - thanks to Bruce Cota for the report/fix 2010-04-29 09:15:25 +00:00
Dongsheng Cai
28925062d6 "MDL-19118, fix course id for comments api" 2010-04-29 09:07:49 +00:00
Martin Dougiamas
32ad4f2817 MDL-21781 Adding a missing string for cohort:view permission 2010-04-29 08:58:22 +00:00
Dan Marsden
d1818fdc63 SCORM MDL-22168 only set x.start.time when a SCO is started - don't update it. 2010-04-29 08:31:45 +00:00
Dan Marsden
5f3f5a2f3b SCORM XHTML MDL-17702 good time to finally remove iframe 2010-04-29 08:11:07 +00:00
Martin Dougiamas
323f61de71 MDL-22015 Sort the list of localised country names alphabetically by name, not code. 2010-04-29 07:43:19 +00:00
Dan Marsden
de1ccecd7e SCORM MDL-22242 - undefined var - refactored function no longer uses scormid, but uses full scorm object. 2010-04-29 07:22:59 +00:00
Dan Marsden
7d59021dec SCORM Report improvement MDL-21555 - tidy up 2010-04-29 07:18:02 +00:00
Martin Dougiamas
9c764f9f34 MDL-21579 Adding some table checking to avoid errors on database reinstall 2010-04-29 07:10:00 +00:00
Dongsheng Cai
e5051df334 "MDL-13766, fix non-js filepicker" 2010-04-29 07:01:00 +00:00
Dongsheng Cai
1fb0173e8b "MDL-13766, fixed dynamic loading for treeview" 2010-04-29 06:05:03 +00:00
Martin Dougiamas
fe67f49251 MDL-22204 Adding get_user_key() as a convenience function for user keys 2010-04-29 05:29:51 +00:00
Dan Marsden
bc499575a1 dragmath MDL-22231 fix bad char conversion 2010-04-29 04:19:00 +00:00
Dan Marsden
7f1d96172e dragmath MDL-22231 fix html - thanks to Matt Gibson 2010-04-29 04:16:55 +00:00
Martin Dougiamas
1e791d8368 repository/recent MDL-22156 fixing the config setting to remove debug and show current number 2010-04-29 03:08:41 +00:00
Moodle Robot
10df17e206 Updated the HEAD build version to 20100429 2010-04-29 00:41:30 +00:00