Commit graph

44755 commits

Author SHA1 Message Date
Martin Dougiamas
d359cb07d9 NOBUG Tidying up some strings in the wrong place in moodle.php and an AMOS script for the last checkin in MDL-23175
AMOS BEGIN
  CPY [settings,core],[editsettings,core]
AMOS END
2010-07-09 08:25:52 +00:00
Martin Dougiamas
20d6b374f1 MDL-23175 Change "Settings" to "Edit settings" for module and course editing 2010-07-09 08:20:39 +00:00
Petr Skoda
d4848e8d6c MDL-23156 incorrect itemid test in legacy browser 2010-07-09 08:13:23 +00:00
Dan Marsden
2a4181a6fc SCORM MDL-23166 IE doesn't like it when we have form fields called "id" - this should be cm anyway. - thanks to Sam for help tracking this! 2010-07-09 08:03:51 +00:00
David Mudrak
32c78bc325 NOMDL workshop: added new toolbox viewlet, first tool lets you to clear aggregated grades 2010-07-09 07:55:23 +00:00
jerome mouneyrac
029a311744 community MDL-23170 fix user_can_edit 2010-07-09 06:57:18 +00:00
jerome mouneyrac
9358f71f8b community MDL-23170 fix regression that didn't display community block anymore 2010-07-09 06:54:19 +00:00
jerome mouneyrac
cc83f94eb1 registration MDL-23040 fix typo that blocked to get the hub name from the hub 2010-07-09 06:32:28 +00:00
Dongsheng Cai
aebe4af806 MDL-22991, repository recent plugin, verify file ownership before copy to draft area 2010-07-09 06:13:47 +00:00
Dongsheng Cai
11c17d83ff MDL-23155, file tree error in ie 2010-07-09 06:03:09 +00:00
Dongsheng Cai
c9b27bb395 MDL-23164, fixed link name 2010-07-09 05:51:02 +00:00
Dongsheng Cai
b0606403f8 MDL-23163 added more audio file types 2010-07-09 05:49:39 +00:00
Jamie Pratt
3bb041c551 MDL-23083 "Zend SOAP does not support struct in the phpdoc" Jerome's update to amf code for changes he made to web services as part of MDL-23083. I tested it and it works. 2010-07-09 05:25:49 +00:00
Dongsheng Cai
033aad78c0 MDL-23163, added mp3 to editor 2010-07-09 05:07:48 +00:00
Martin Dougiamas
044233864f bumping to reset caches 2010-07-09 04:30:51 +00:00
Sam Hemelryk
33e48a1a20 calendar MDL-23084 Fixed calendar overlay bug preventing events from being clicked on and rewrote as YUI3 module 2010-07-09 04:22:26 +00:00
Martin Dougiamas
74fd6b11b6 MDL-22524 Fixed a bad layout (should be general, not standard) 2010-07-09 04:20:12 +00:00
Dan Marsden
3d00d6ab02 SCORM MDL-23166 IE doesn't like it when we have form fields called "id" - this should be cm anyway. - thanks to Sam for help tracking this! 2010-07-09 04:18:15 +00:00
jerome mouneyrac
c06503b83a webservice MDL-23083 Zend now cast object into array before calling the external function. 2010-07-09 04:07:37 +00:00
Martin Dougiamas
326d9aaac9 MDL-19118 Use 'Save comments' instead of 'Submit' for usability 2010-07-09 03:57:41 +00:00
Martin Dougiamas
8d6f098f68 Bump for today 2010-07-09 03:45:50 +00:00
Martin Dougiamas
e88911c79a MDL-12192 I've set the label sep to   since it's not working reliably atm 2010-07-09 03:43:07 +00:00
Martin Dougiamas
217fe2ba21 MDL-22874 Adding some default favicon.ico files to new themes 2010-07-09 03:28:15 +00:00
Martin Dougiamas
1387d5eb25 NOBUG: Make quicktime videos a bit bigger 2010-07-09 03:17:00 +00:00
Moodle Robot
0532a9d548 Updated the HEAD build version to 20100709 2010-07-09 00:44:43 +00:00
Piers Harding
0d55dd4d22 MDL-19442 - fix type cast of values for gradebook calculations 2010-07-08 18:22:53 +00:00
Andrea Bicciolo
3d667a48c0 removed unneeded it lang strings 2010-07-08 17:51:42 +00:00
David Mudrak
469bf7a4c2 MDL-21235 Fixed returning of HTML generated by the underlying renderer
Apparently not many developers (but me ;-) use this technique - it could
never work to ask plugin renderer to get HTML from the underlying (core) one.
2010-07-08 16:32:19 +00:00
Petr Skoda
02eca29cd1 MDL-22148 course enrolment backup - we may actually have users enrolled but without roles such as in LDAP plugin 2010-07-08 15:06:37 +00:00
Petr Skoda
902944a8ba MDL-22148 course enrolment backup - role ids from enrol table need to be annotated after all 2010-07-08 14:55:21 +00:00
Petr Skoda
101bd9c92e MDL-22148 course enrolment backup - removing extra info that is not necessary, thanks Eloy for explanation 2010-07-08 14:48:45 +00:00
David Mudrak
eeb7d0f9f1 NOMDL workshop: display calculated grades when comparing assessments 2010-07-08 14:24:36 +00:00
Petr Skoda
cb34c4cd85 MDL-22148 course enrolment backup 2010-07-08 14:18:46 +00:00
David Mudrak
0047a64f68 NOMDL workshop: rubric grid layout fixed after recent addition of assessment setting form 2010-07-08 14:08:27 +00:00
Eloy Lafuente
a9f877152f MDL-23149 install - fixed problem under Oracle using reserved words as placeholders. Thanks Dan Marsen! 2010-07-08 13:34:09 +00:00
Petr Skoda
9db7f99b3c MDL-23153 fixed incorrect string name 2010-07-08 13:24:24 +00:00
David Mudrak
2ffc732709 NOMDL workshop: CSS for rubric grading strategy moved to the plugin space 2010-07-08 13:19:35 +00:00
David Mudrak
926b9f8f6f NOMDL workshop: fixed regression caused by recent File API improvements 2010-07-08 12:35:20 +00:00
Dan Marsden
b326c85a36 SCORM MDL-21568 - provide a way for checking to see if these fixes were made on the 1.9 branch already. 2010-07-08 11:33:19 +00:00
Dan Marsden
c5c0d2ff98 Increase length of City field MDL-19629 - Taumata­whakatangihanga­koauau­o­tamatea­turi­pukakapiki­maunga­horo­nuku­pokai­whenua­kitanatahu doesn't actually fit in 100 chars - we need 105 - increasing further to 120 2010-07-08 11:15:49 +00:00
Dan Marsden
07b21d0467 SCORM MDL-21568 - less efficient but more reliable cross-compatible db scripts. 2010-07-08 11:01:14 +00:00
Petr Skoda
341217658e MDL-23151 new ext sync option and minor refactoring 2010-07-08 10:57:23 +00:00
Dan Marsden
793141476f SCORM MDL-21568 - add fix for whatgrade column - can't add this to newer upgrade functions as it will break any changes to scorms that have been created since. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch 2010-07-08 10:45:52 +00:00
Dan Marsden
03751efe8a SCORM MDL-21568 - use correct storing of grading method - remove old references to bad calls. - hope the upgrade script works cross-db - thanks to Bruce Cota for report/patch 2010-07-08 10:40:46 +00:00
Dan Marsden
8d8740e900 SCORM MDL-22423 fix spacing 2010-07-08 09:47:17 +00:00
Dan Marsden
58b44e1ad3 SCORM MDL-22423 don't include empty raw scores from assets when calculating grade 2010-07-08 09:46:20 +00:00
jerome mouneyrac
75681c41b4 webservice MDL-12886 add SOAP/REST client (REST client do be done) + protocol unit testing 2010-07-08 09:28:28 +00:00
Dan Marsden
4572edaa1c SCORM MDL-22954 fix typo 2010-07-08 09:23:36 +00:00
Martin Dougiamas
ff7dd38622 MDL-22964 xmlrpc is no longer required, but still highly recommended if you want to appear cool to all your friends. 2010-07-08 09:05:18 +00:00
jerome mouneyrac
d9ad010327 webservice MDL-22589 support user preferences for creation and update 2010-07-08 08:40:21 +00:00