Andreas Grabs
|
3fac763e5f
|
MDL-24085 - unused tablelib where in show_nonrespondents.php
|
2010-09-05 19:53:15 +00:00 |
|
Petr Skoda
|
0f21a964a5
|
MDL-24079 fixing recent regressions caused by api changes in tablelib; sorry I did not find the problem earlier
|
2010-09-05 12:35:51 +00:00 |
|
Petr Skoda
|
0f1b6a5eb8
|
MDL-24079 feedback now using new sql_like
|
2010-09-04 13:58:49 +00:00 |
|
Petr Skoda
|
dd88de0ebd
|
MDL-14679 fixed remaining old style update_record()s
|
2010-09-03 18:01:25 +00:00 |
|
Petr Skoda
|
1d28bdbde1
|
MDL-24058 removed forgotten addslashes from feedback
|
2010-09-02 12:34:51 +00:00 |
|
Petr Skoda
|
2396a414e8
|
MDL-23927 improved guest handling
|
2010-08-25 08:58:22 +00:00 |
|
David Mudrak
|
370d793c98
|
MDL-23318 Consistent usage of 'pluginadministration' string for the Settings block
AMOS BEGIN
MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment]
MOV [dataadministration,mod_data],[pluginadministration,mod_data]
MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback]
MOV [folderadministration,mod_folder],[pluginadministration,mod_folder]
MOV [forumadministration,mod_forum],[pluginadministration,mod_forum]
MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary]
MOV [chatadministration,mod_chat],[pluginadministration,mod_chat]
MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice]
MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp]
MOV [labeladministration,mod_label],[pluginadministration,mod_label]
MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson]
MOV [pageadministration,mod_page],[pluginadministration,mod_page]
MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz]
MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource]
MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm]
MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey]
MOV [urladministration,mod_url],[pluginadministration,mod_url]
MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki]
MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop]
AMOS END
|
2010-08-17 17:35:12 +00:00 |
|
Petr Skoda
|
2c7a77f36a
|
MDL-23784 removing obsolete feedback images, pix is the only correct dir now
|
2010-08-12 16:47:27 +00:00 |
|
Andreas Grabs
|
a24bfe0804
|
MDL-23479 - Adding support for dependitem
|
2010-08-11 20:42:17 +00:00 |
|
Andreas Grabs
|
b8baf0ad03
|
MDL-23275 - Feedback error also when update a question
|
2010-08-11 19:25:58 +00:00 |
|
Andreas Grabs
|
2986ddb431
|
Numeric answers was print out as string in the detailed xls-sheet
|
2010-08-04 14:06:27 +00:00 |
|
Andreas Grabs
|
a82633f401
|
Numeric answers was print out as string in the detailed xls-sheet
|
2010-08-04 13:53:07 +00:00 |
|
Petr Skoda
|
611b0a0c9b
|
MDL-23628 removed more log_display upgrade leftovers
|
2010-08-04 09:48:04 +00:00 |
|
Petr Skoda
|
c6d75bffa5
|
MDL-23628 improved log action support - now similar to handling of capabilities
|
2010-08-03 10:07:18 +00:00 |
|
Eloy Lafuente
|
d68c337f5b
|
MDL-23479 backup - various fixes in feedback backup & restore + delete old code (but logs restore)
|
2010-08-02 23:31:29 +00:00 |
|
Dan Marsden
|
f49c536154
|
MDL-23479 feedback restore code - correct time shifting
|
2010-08-02 00:47:31 +00:00 |
|
Dan Marsden
|
76187215d5
|
MDL-23479 feedback restore code - correct time shifting
|
2010-08-02 00:33:51 +00:00 |
|
Dan Marsden
|
731ca13c9d
|
MDL-23479 feedback restore code
|
2010-07-28 09:57:04 +00:00 |
|
Petr Skoda
|
b626322b51
|
MDL-19698 deprecated assign new by ref in feedback
|
2010-07-19 08:33:18 +00:00 |
|
Andreas Grabs
|
c27bb7ca15
|
MDL-23311 - Feedback code need upgrade by developer when adding scale
|
2010-07-16 20:54:09 +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
|
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 |
|
Andreas Grabs
|
32d2ddab5d
|
MDL-21227 - now templates can save images on course-context :). Thanks to Petr!!!
|
2010-07-07 21:37:10 +00:00 |
|
Petr Skoda
|
2e0406a53a
|
repeating upgrade typo fixed
|
2010-07-06 16:10:17 +00:00 |
|
Martin Dougiamas
|
9a5b90053b
|
MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
CPY [modulename,assignment],[pluginname,assignment]
CPY [modulename,chat],[pluginname,chat]
CPY [modulename,choice],[pluginname,choice]
CPY [modulename,data],[pluginname,data]
CPY [modulename,feedback],[pluginname,feedback]
CPY [modulename,folder],[pluginname,folder]
CPY [modulename,forum],[pluginname,forum]
CPY [modulename,glossary],[pluginname,glossary]
CPY [modulename,hotpot],[pluginname,hotpot]
CPY [modulename,imscp],[pluginname,imscp]
CPY [modulename,label],[pluginname,label]
CPY [modulename,lesson],[pluginname,lesson]
CPY [modulename,page],[pluginname,page]
CPY [modulename,quiz],[pluginname,quiz]
CPY [modulename,resource],[pluginname,resource]
CPY [modulename,survey],[pluginname,survey]
CPY [modulename,url],[pluginname,url]
CPY [modulename,wiki],[pluginname,wiki]
CPY [modulename,workshop],[pluginname,workshop]
AMOS END
|
2010-07-05 05:12:39 +00:00 |
|
Petr Skoda
|
3a11c09f5b
|
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
|
2010-07-04 18:36:34 +00:00 |
|
Petr Skoda
|
a4cdd6d2c8
|
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
|
2010-07-04 10:27:56 +00:00 |
|
Petr Skoda
|
64f93798d4
|
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
|
2010-07-03 13:37:13 +00:00 |
|
Petr Skoda
|
eae1948cee
|
MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs
|
2010-06-30 20:42:11 +00:00 |
|
Petr Skoda
|
df997f841f
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
|
2010-06-21 15:30:49 +00:00 |
|
Petr Skoda
|
6938191bdf
|
MDL-21227 feedback code must not touch course summary files, code needs to be fixed, sorry - adding a few die statements to prevent execution; and tons of incorrect whitespace fixed too
|
2010-06-11 09:12:57 +00:00 |
|
Sam Hemelryk
|
7487c85699
|
course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch.
|
2010-06-08 06:21:25 +00:00 |
|
Andreas Grabs
|
9e1aed5330
|
existing questions now can be saved as new question
|
2010-06-04 21:12:27 +00:00 |
|
Andreas Grabs
|
6cc1599e09
|
captcha now uses the recaptcha-plugin and
some code cleanups
|
2010-06-04 20:21:08 +00:00 |
|
Andreas Grabs
|
5e97c34df7
|
optimized the code of item_form. put the common calls into the parrent class "feedback_item_form_class.php"
|
2010-06-04 11:13:36 +00:00 |
|
Andreas Grabs
|
3a787259fe
|
cleaning up the code and add some documentations
|
2010-06-04 10:29:55 +00:00 |
|
Rossiani Wijaya
|
dfc511888f
|
MDL-20447 - add heading to the page and fix navbar content.
|
2010-05-28 03:38:41 +00:00 |
|
Helen Foster
|
0b6dc629d8
|
MDL-21695 rewording help strings
|
2010-05-21 15:35:36 +00:00 |
|
Sam Marshall
|
31c9330392
|
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
|
2010-05-21 11:51:23 +00:00 |
|
Andreas Grabs
|
645ba122dc
|
MDL-19835 - Produce list of emails for non-respondents
|
2010-05-20 15:33:00 +00:00 |
|
Andreas Grabs
|
8d7b8286c4
|
MDL-19835 - Produce list of emails for non-respondents
|
2010-05-20 14:32:26 +00:00 |
|
Andreas Grabs
|
da12126322
|
removed 'user' => CAP_ALLOW
|
2010-05-20 11:22:36 +00:00 |
|
Andreas Grabs
|
73043833e9
|
MDL-19489 - add conditional branching (my first try)
|
2010-05-16 20:05:51 +00:00 |
|
Martin Dougiamas
|
82b90a59c1
|
feedback - just fixing some PHP comments
|
2010-05-16 16:05:20 +00:00 |
|
Andreas Grabs
|
8fec97bf4c
|
MDL-20442 - now you can switch to ignore empty submits
MDL-14534 - now you can remove 'Not selected' option
|
2010-05-16 08:31:34 +00:00 |
|
Andreas Grabs
|
db1a1c0d9e
|
MDL-20442 - now you can switch to ignore empty submits
MDL-14534 - now you can remove 'Not selected' option
|
2010-05-16 08:17:09 +00:00 |
|
Andreas Grabs
|
2ad5d2efaa
|
wrong appearance on feedbacks located on the frontpage
|
2010-05-14 12:14:59 +00:00 |
|
Andreas Grabs
|
7620725fe5
|
wrong appearance on feedbacks located on the frontpage
|
2010-05-14 11:49:59 +00:00 |
|
Andreas Grabs
|
6b0b57294d
|
MDL-20442 - now you can switch to ignore empty submits
MDL-14534 - now you can remove 'Not selected' option
|
2010-05-13 10:48:24 +00:00 |
|
Martin Dougiamas
|
bfebaf64d8
|
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
|
2010-05-13 02:02:05 +00:00 |
|