Commit graph

1030 commits

Author SHA1 Message Date
skodak
534792cd82 MDL-14679 removed all instances of get_records_select_menu() 2008-06-01 15:52:12 +00:00
agrabs
bfc59a6763 mistake in writing on update the multichoice-items 2008-05-27 05:00:58 +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
stronk7
69b80cc2eb 4th iteration committed: xmldb_field, xmldb_index and xmldb_key "public" methods changed + debugging of deprecated ones until Moodle 2.1 . MDL-14863 2008-05-22 00:09:59 +00:00
stronk7
a8cb94f66f MDL-14863 - 1st iteration: lowercase XMLDB table, field, index, key and statement +
wrapper class to support old syntax (no changes in public API yet)
2008-05-20 23:24:40 +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
b9fb72f7af fixed notice-message 2008-05-17 14:11:18 +00:00
agrabs
1c57ce2539 fixed api functions for course-reset feature 2008-05-17 14:10:21 +00:00
agrabs
a2ab50b0c7 setTempDir() set now the correct location 2008-05-16 11:39:15 +00:00
skodak
f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +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
d040813855 MDL-14711 - added a class feedback_item_pagebreak in feedback_item_class.php 2008-05-06 19:27:04 +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
stronk7
d85546d074 Fix one PREVIOUS error in feedback table preventing installation to happen. 2008-05-02 02:01:02 +00:00
skodak
35987665f4 MDL-14617 removed some legacy group code 2008-05-01 22:30:28 +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
914061abe1 a small cosmetic change. the save/cancel buttons now are displayed in a single row 2008-04-30 18:58:25 +00:00
agrabs
d0390cf8e2 adding the tab-row in edit_item.php 2008-04-30 18:48:16 +00:00
agrabs
64da83c6cc changed the sql-statement "CONCAT..." with the abstract SQL-build-funtion sql_concat() 2008-04-30 18:38:24 +00:00
agrabs
446739247e removed the wrong call require_once('blank_form.php') 2008-04-30 08:28:09 +00:00
agrabs
62a0ae1064 used deprecated function modify_database changed to insert_record 2008-04-30 06:40:15 +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