Commit graph

43062 commits

Author SHA1 Message Date
Eloy Lafuente
2087babba1 MDL-21432 backup - added inforef and users parsers 2010-07-14 23:53:29 +00:00
Andreas Grabs
cb416e5042 MDL-23275 - Feedback error when adding question
MDL-23276 - Adding a feddback question shoud return to fedback questions
2010-07-14 19:38:57 +00:00
Petr Skoda
2e69d93048 MDL-16094 temporary workaround for removed textformat field 2010-07-14 16:47:54 +00:00
Petr Skoda
a7748d91ea removing old htmleditor leftovers - format is not used any more 2010-07-14 16:43:26 +00:00
Petr Skoda
cdefaa86f6 fixed incorrect exception name 2010-07-14 16:40:30 +00:00
Petr Skoda
db1218a970 MDL-23255 fixed inverted isset preventing visibility change in course edit form (creadit goes to Jay Knight) + fixed visibility of new course in hidden category when not allowed to change visibility; improved comments 2010-07-14 14:23:32 +00:00
Dongsheng Cai
5ad337c86c MDL-23261, fixed deleting folders 2010-07-14 10:09:19 +00:00
Rossiani Wijaya
b1b769b046 MDL-22647 - Fixed undefined $strintro. Change $strintro to $strentries 2010-07-14 09:44:19 +00:00
jerome mouneyrac
f21b363042 course publication MDL-19315 fix for gallery JS call (Sam's fix) 2010-07-14 09:44:11 +00:00
Dongsheng Cai
b12ce9449f MDL-22609, fixed assignment files tree view 2010-07-14 09:41:13 +00:00
Andrew Davis
3f92c2fc60 backup MDL-22139 fixed incorrect backup param 2010-07-14 09:08:10 +00:00
aparup
38430d3521 Assignment MDL-22893
- response files uploading now uses the new file picker element in single upload type.
2010-07-14 09:05:30 +00:00
Andrew Davis
e40eabb5d9 gradebook MDL-23181 committing grade item patch 2010-07-14 08:51:19 +00:00
Andrew Davis
c791bb4dfa gradebook MDL-23267 fixed 2 broken unit tests in lib/grade/simpletest 2010-07-14 08:42:14 +00:00
Petr Skoda
f728d49b00 MDL-19380 uploadlib cleanup before readding of antivirus integration 2010-07-14 08:40:48 +00:00
Petr Skoda
d354ba0965 MDL-23259 fixed fatal error, missing get_string() 2010-07-14 07:33:42 +00:00
jerome mouneyrac
476c0e82d3 webservice MDL-12886 exception more explicit when clean response value fail 2010-07-14 07:33:26 +00:00
jerome mouneyrac
fde884c342 webservice MDL-23083 change $param => $paramanddefault (for multiple/single structure VALUE_DEFAULT) 2010-07-14 05:42:21 +00:00
Andrew Davis
be739b71d4 backup MDL-22139 changed gradebook backup to include category and course grade items 2010-07-14 03:36:08 +00:00
Rossiani Wijaya
21cbbf3fe9 MDL-22952 (bulk commit) - Fixed bidirectional page problems (right to left). 2010-07-14 01:50:57 +00:00
Moodle Robot
72d06632f2 Updated the HEAD build version to 20100714 2010-07-14 00:45:42 +00:00
Dan Marsden
9fd2f3c1b0 Choice MDL-23248 - check if var exists before setting. 2010-07-13 23:25:19 +00:00
Petr Skoda
8a27af4112 MDL-23048 applying the same frontpage logic on all permissions pages 2010-07-13 21:20:48 +00:00
Petr Skoda
946191f09c minor coding style tweaks 2010-07-13 21:18:37 +00:00
Petr Skoda
ba571a898d fixed regression - missing syscontext 2010-07-13 21:02:01 +00:00
Petr Skoda
2a6dcb72a2 MDL-23237 new timecreated field in user_emrolments and adding timestart to enrol plugins that know it 2010-07-13 20:58:17 +00:00
Petr Skoda
24d5b996dc MDL-23048 reworked frontpage exceptions 2010-07-13 20:54:16 +00:00
Petr Skoda
a942f7572c fixed inverted !is_numeric() 2010-07-13 17:06:16 +00:00
Petr Skoda
217d039722 MDL-23253 plugin now may indicate if the want "Enrol me" link in navigation 2010-07-13 17:04:17 +00:00
Petr Skoda
e69ef1e63a fixed form help code 2010-07-13 15:36:19 +00:00
Petr Skoda
96445d40db do not require placeholder in group name template when only one requested 2010-07-13 15:29:49 +00:00
Petr Skoda
f87eab7e71 MDL-23167 basic "purge all caches" button 2010-07-13 15:09:44 +00:00
Petr Skoda
2288073ac4 MDL-23167 adding cache reset after setting changed 2010-07-13 14:41:24 +00:00
Petr Skoda
2181eb8fcc MDL-23167 admin UI for JS caching setting 2010-07-13 14:29:33 +00:00
Petr Skoda
1c980a57a0 MDL-23167 for now removing caching options that are not used 2010-07-13 14:15:40 +00:00
Petr Skoda
dbf9e4bae3 MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins 2010-07-13 13:56:55 +00:00
David Mudrak
bf36ee9b2b NOMDL MNet: Remote application like Mahara does not send user's lang attribute 2010-07-13 13:14:37 +00:00
David Mudrak
d33b19a546 MDL-23245 Added support for new style of auth plugin configuration
This hack allows auth plugins to migrate to the new auth_xxx naming
style (as happened with auth_mnet in my previous commit).
2010-07-13 12:45:15 +00:00
David Mudrak
09c1b1a214 MDL-23220 Fixed undefined configuration value - thanks to Dan Marsden for the patch 2010-07-13 11:29:35 +00:00
David Mudrak
94cf0a1e56 MDL-23245 Fixed plugin type of auth_mnet in config_plugins table 2010-07-13 11:14:29 +00:00
aparup
6ad4b78fcf Assignment MDL-22893
- response files uploading now uses the new file manager element in advanced upload type. (@TODO: single upload->use file picker)
 - fixed file manager using $USER->id, now using the submission->userid to display the file area files.
2010-07-13 09:54:59 +00:00
Eloy Lafuente
d39595cc09 MDL-22139 backup - Move gradebook.xml generation from course to final task 2010-07-13 09:36:34 +00:00
Eloy Lafuente
3b6a420945 MDL-21432 backup - allow conditional (dynamic) execution of structure steps 2010-07-13 09:34:24 +00:00
Eloy Lafuente
c60a8c82ac MDL-22139 backup - minor fix to query (grade_item->id is in backup_ids_temp->itemid) 2010-07-13 09:29:25 +00:00
Sam Hemelryk
74ab45f738 NOBUG: Fixed typo 2010-07-13 09:17:48 +00:00
Dongsheng Cai
08a5988a0f MDL-23108, fixed userid 2010-07-13 09:07:19 +00:00
Rossiani Wijaya
32042dc92a MDL-22952 (bulk commit) - Fixed bidirectional page problems (right to left). Add new images for navigation. 2010-07-13 09:04:29 +00:00
Rossiani Wijaya
43c90b9b0f MDL-22952 (bulk commit) - Fixed bidirectional page problems (right to left) 2010-07-13 09:01:58 +00:00
Andrew Davis
63b4eb057b rating MDL-22283 rating_manager::get_user_grades() was only expected a single user. When you alter the forum grade settings get_user_grades() is called with user id 0 meaning all users. Updated it to handle this. 2010-07-13 08:58:48 +00:00
Dongsheng Cai
e525b6f125 MDL-22893, portfolio support 2010-07-13 07:55:47 +00:00