29 Commits

Author SHA1 Message Date
Petr Skoda
49ab5e1950 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 15:32:33 +00:00
Petr Skoda
1adbd2c350 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 14:55:15 +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
63b0256797 MDL-18910 normalised module intro and introformat 2009-04-20 18:51:37 +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
ed93c78b8e MDL-18529 - the editing textbox of questions now has a with of 80 chars.
additionally I added the item information from feedback for 1.9
2009-03-12 11:04:21 +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
9d4e4c3da0 MDL-17611 removing XSS risk from mod/feedback:complete, because this capability is meant to be allowed in student roles 2008-12-11 18:06:01 +00:00
agrabs
58627682fa MDL-17249 - feedbacks on the mainsite are not accessible 2008-11-16 20:48:08 +00:00
agrabs
226ef9c018 MDL-17239 - numeric item does not support 0-values and float-values 2008-11-14 17:07:46 +00:00
agrabs
aeb7e1aecf MDL-15787 Using hidden feedbacks on front page 2008-07-30 18:58:24 +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
da32999653 MDL-15787 Using hidden feedbacks on front page 2008-07-22 22:28:35 +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
0f22be2e94 MDL-15234 - exported questions from moodle 1.8 will not be imported correctly on moodle 1.9 2008-06-13 21:52:25 +00:00
agrabs
72a56f6713 MDL-14525 bad result in the Excel after download 2008-06-04 18:36:01 +00:00
agrabs
634f2626d6 MDL-14522 - the admin on frontpage did not receive any mail 2008-05-22 20:40:23 +00:00
agrabs
239ba4ee76 MDL-14889 - just removed the field count. I isn't more needed.
additionaly fixed some notice messages on restore.lib
2008-05-18 10:37:48 +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
agrabs
bf5ebe7366 MDL-14518 - changed $SESSION->feedback->current_tab to $current_tab 2008-05-08 12:09:59 +00:00
agrabs
3cad95693b removed a call print_box_end(). It was not needed. 2008-05-08 11:49:48 +00:00
agrabs
416c42286b MDL-14657 - additional check if instance-id is numeric for better compatibility to
postgres
2008-05-03 21:41:53 +00:00
agrabs
efc5916754 fixed issue MDL-14531
added an option to switch autonumbering on or off
2008-04-30 22:17:04 +00:00
agrabs
446739247e removed the wrong call require_once('blank_form.php') 2008-04-30 08:28:09 +00:00
agrabs
a78b88e738 added missing log_display entries 2008-04-29 21:38:13 +00:00
agrabs
6178c62a9a fixed required_sesskey missing on complete_guest.php
added grouping feature (it have to be tested yet)
2008-04-28 21:19:27 +00:00
agrabs
6ee09cfe8b merge the items dropdown, radio and check to multiplechoice item
merge the items dropdownrated, radiorated to multiplechoicerated item
the creating or editing of an item now use the formslib
2008-04-28 09:58:09 +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