Commit Graph

40 Commits

Author SHA1 Message Date
Andreas Grabs 73043833e9 MDL-19489 - add conditional branching (my first try) 2010-05-16 20:05:51 +00:00
Andreas Grabs 7620725fe5 wrong appearance on feedbacks located on the frontpage 2010-05-14 11:49:59 +00:00
Andreas Grabs 9d092aa91c adding line $PAGE->set_heading(format_string($course->fullname)); 2010-05-09 21:37:48 +00:00
Andreas Grabs 6a471fe007 MDL-17069 - no longer using $_POST 2010-05-02 21:56:06 +00:00
Andreas Grabs 31c0fa53b0 Start replacing tables with div-tags and css-classes 2010-05-02 12:00:56 +00:00
Andreas Grabs afdb192056 Start replacing tables with div-tags and css-classes 2010-04-30 23:02:30 +00:00
Andreas Grabs 194dd279cc fixed typos 2010-04-30 11:48:33 +00:00
Andreas Grabs 9d5fbd6554 the function feedback_print_item() now is splitted into 3 functions
feedback_print_item_preview()
feedback_print_item_complete()
feedback_print_item_show_value()
Now there is more control over the output
2010-04-21 11:48:49 +00:00
Andreas Grabs b6f2600152 correction of $cm, $course, $feedback setup 2010-04-02 21:26:17 +00:00
Andreas Grabs c987dbad0e removed all calls to feedback_load_capabilities() 2010-04-02 11:34:28 +00:00
Andreas Grabs 5dee2210f4 Non standard codingstyle,
replaced some urls with use of moodle_url class
2010-03-28 15:29:49 +00:00
Andreas Grabs 8001d6e794 MDL-19846 - Admin ability to submit answers 2010-03-08 22:02:36 +00:00
Petr Skoda a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Sam Hemelryk 92059c7ee5 mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it. 2009-12-23 01:57:55 +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
samhemelryk 84973212c4 mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions 2009-09-24 06:11:39 +00:00
agrabs f1b9e2df43 MDL-19773 - Cannot have code like $SESSION->feedback = new object(); in mod/feedback/lib.php 2009-09-16 12:21:47 +00:00
samhemelryk ab5bd34d18 mod-feedback MDL-20254 Upgrade feedback module to make use of new navigation blocks
At the same time I also took the oppertunity to fix up the bugs within the feedback module that were making it un-usable
2009-09-11 02:04:38 +00:00
samhemelryk 84f797db5d feedback MDL-19807 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 08:10:42 +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 c6ea08764b MDL-19807 Converted all print_footer() calls 2009-08-06 14:15:15 +00:00
nicolasconnault 53b1f5da00 MDL-19807 Migrated calls to print_heading 2009-08-06 08:20:46 +00:00
tjhunt 4e1132a8c5 forum: MDL-19119 missing requires now course/lib.php is not included everywhere.
Put in most of the obvious missing require_once($CFG->libdir . '/completionlib.php');
2009-05-08 09:00:41 +00:00
Jonathan Newman 4d933beb8a cvsimport fixups 2009-01-20 23:53:34 +00:00
dongsheng cf238eaf3d "MDL-14129, fix error() in feedback module" 2008-12-12 03:01:00 +00:00
dongsheng ff9b4ea40a "MDL-17570,clean align property, merged from 1.9" 2008-12-10 07:24:11 +00:00
agrabs 58627682fa MDL-17249 - feedbacks on the mainsite are not accessible 2008-11-16 20:48:08 +00:00
agrabs 29081d02b9 MDL-15497 Conditional activities system 2008-07-31 12:55:24 +00:00
agrabs aeb7e1aecf MDL-15787 Using hidden feedbacks on front page 2008-07-30 18:58:24 +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
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak 0085fff8b2 MDL-15107 feedback dml conversion 2008-06-07 22:22:06 +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 efc5916754 fixed issue MDL-14531
added an option to switch autonumbering on or off
2008-04-30 22:17:04 +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
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