Commit Graph

199 Commits

Author SHA1 Message Date
nicolasconnault c3aa5bd3de MDL-19807 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:44:14 +00:00
nicolasconnault 9fad7b201e MDL-19807 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:14:12 +00:00
nicolasconnault d4b1d58ca3 MDL-19807 Converted print_box* to $OUTPUT->box* 2009-08-10 04:59:26 +00:00
nicolasconnault 53b1f5da00 MDL-19807 Migrated calls to print_heading 2009-08-06 08:20:46 +00:00
nicolasconnault be96a47206 MDL-19807 Migrated calls to print_checkbox() 2009-08-06 06:59:05 +00:00
tjhunt 652ee8aa56 feedback MDL-19773 - temporary work-around so cron can run.
This still needs to be fixed properly.
2009-07-13 05:44:35 +00:00
skodak fa381ac70e MDL-19700 removing unused global 2009-07-02 15:27:46 +00:00
tjhunt e63f88c9a6 MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
and $CFG->modpixpath to $OUTPUT->mod_icon_url
2009-07-02 12:07:58 +00:00
nicolasconnault 6dbcaceef1 MDL-19418 Replaced ereg* by preg* 2009-06-22 01:22:37 +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 9d7493399d MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup 2009-06-13 17:35:10 +00:00
agrabs b68bff82c9 MDL-19497 - group selection is broken 2009-06-13 14:17:00 +00:00
skodak 7826abc79f MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings 2009-06-03 20:25:27 +00:00
samhemelryk 32be99dc23 feedback MDL-19294 Boilerplate and Phpdocs 2009-05-27 05:30:50 +00:00
agrabs a600ad359a MDL-17005 - very high memory comsumption for feedback module->show entries on big Moodle platforms 2009-05-25 19:48:33 +00:00
skodak b4615a96ca MDL-18934 removed legacy grading support 2009-04-22 21:29:54 +00:00
skodak 50aa3fcc8b MDL-18910 full support for module intro editor with embedded images 2009-04-22 04:38:25 +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
skodak 63b0256797 MDL-18910 normalised module intro and introformat 2009-04-20 18:51:37 +00:00
agrabs c65e59bae9 MDL-18716 - ALL Notification E-Mails are sent to System Admins 2009-03-29 01:30:38 +00:00
skodak 76b7b5925d MDL-14679 fixed DML 2009-03-28 15:59:26 +00:00
tjhunt ffdd703a99 MDL-18637 fix Moodle 1.9-style {$CFG->prefix}tablename in HEAD, and a few missing $DB->s.
I did not fix all the DB problems in search, there are too many there for me to be prepared to clean up other people's mess.

(For once, it was not me making this mistake ;-))
2009-03-23 05:19:53 +00:00
agrabs b7a479588a MDL-17721 - feedback items now have a label which is printed on analysing and excel
export
2009-03-13 14:35:25 +00:00
agrabs 6133bd1633 MDL-18473 - many thanks to Manolescu Dorel, who contributed these two functions 2009-03-07 00:40:37 +00:00
skodak 9c82ff2acd MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules 2009-01-12 21:13:28 +00:00
fmarier abf1c50ff6 mod/feedback: MDL-17142 Fix SQL statements incompatible with Oracle 2008-11-06 03:49:44 +00:00
dongsheng b149ffb421 MDL-14129, fixed hardcoded print_error for feedback module. 2008-09-26 06:01:22 +00:00
lfrodrigues 2044a2b26f MDL-10107 - Removed old email_to_user with we still arround and added default message processor for user,
adminuser and on messagelib
2008-08-02 00:04:29 +00:00
agrabs 29081d02b9 MDL-15497 Conditional activities system 2008-07-31 12:55:24 +00:00
moodler 120b375891 MDL-10107 Fixed the definition of message providers ... it now works through files very similar to those for events and capabilities, which makes them easy to add/remove/change as necessary 2008-07-31 08:01:46 +00:00
moodler 3b120e464f MDL-10107 - First check-in of Messaging 2.0 code from Luis Rodrigues, GSOC student.
This new messaging system replaces all the various email_to_user() calls.
They are now replaced by events triggers, and the messages are then
processed centrally according to user preferences and sent to one or more
processors (email, popup, jabber etc...)

This code is not finished yet, a lot of work still has to be done on the
interface.  However, the basic structure is there and should be working.
Luis and I will be reviewing and polishing this heavily in the next few weeks.
2008-07-24 08:38:03 +00:00
agrabs 59f89d805b MDL-14517 Cannot export analysis to excel by course 2008-07-18 14:53:28 +00:00
agrabs 488b13baba MDL-14779 Show analysis to students setting in Feedback module does not provide enough contol over who see feedback 2008-06-22 18:02:54 +00:00
agrabs d90e0ef3d6 MDL-15107 feedback dml conversion 2008-06-22 16:49:06 +00:00
agrabs 02d3340ceb MDL-15329 - initializing the feedback-session 2008-06-20 14:46:12 +00:00
nicolasconnault 37b86a39b7 MDL-15107 Fixed bug in dmllib code 2008-06-12 09:08:16 +00:00
skodak 0085fff8b2 MDL-15107 feedback dml conversion 2008-06-07 22:22:06 +00:00
skodak c18269c7e5 MDL-14679 towards modform conversion 2008-06-01 21:36:11 +00:00
skodak c6307ef24d MDL-14679 removed all instances of get_records_sql_menu() 2008-06-01 16:08:16 +00:00
skodak 534792cd82 MDL-14679 removed all instances of get_records_select_menu() 2008-06-01 15:52:12 +00:00
skodak bc8d118210 MDL-14679 fixed $exceptions regression in first part of datalib conversion 2008-05-25 10:16:53 +00:00
skodak e3c7f155d8 MDL-14978 removed obsoleted isadmin() 2008-05-25 10:08:05 +00:00
agrabs 634f2626d6 MDL-14522 - the admin on frontpage did not receive any mail 2008-05-22 20:40:23 +00:00
agrabs 1c57ce2539 fixed api functions for course-reset feature 2008-05-17 14:10:21 +00:00
agrabs c184660d31 MDL-14522 - new capability "receivemail" for better control who gets the email after
a response.
New option site_after_submit to define the url of the continue-button after completing
 a feedback
2008-05-14 22:34:00 +00:00
agrabs d92cadd63e MDL-14823 - changed $feedbackid to $feedback->id in function feedback_set_events() 2008-05-14 21:35:32 +00:00
moodler c70ad9f736 MDL-14493 First checkin of Feedback module into HEAD.
I made a number of small tidy-ups to the contrib version before adding this here:

  - fixed some language string names
  - renamed a capability from deletecompleteds to deletesubmissions (can we use "submissions" everywhere?)
  - got rid of language packs (moved english to correct location)
  - deleted 'pics' type (it needs to be rewritten to use user files in moodledata)
  - moved changelog into README.txt
  - moved captcha font out of subdir
  - bumped version to today

Thanks very much to Andreas Grabs for all your work on this module so far, and congratulations!   :-)
2008-04-23 09:33:54 +00:00