stronk7
2b3d335351
NOBUG. Quick fix to provide cross-db comparison of TEXT fields.
2009-09-24 13:47:20 +00:00
stronk7
9b7d912b80
whitespace cleanup
2009-09-24 13:40:45 +00:00
stronk7
74c288a100
MDL-18577 drop enums support - step2: enums out from install.xml files
2009-05-01 14:07:43 +00:00
stronk7
2a88f626f7
MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts.
2009-05-01 01:19:16 +00:00
skodak
d0bcf735aa
MDL-18910 normalised module intro and introformat
2009-04-20 19:57:04 +00:00
skodak
83afecc04b
MDL-18910 normalised module intro and introformat
2009-04-20 18:59:50 +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
skodak
0cb93a7e45
MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-)
2009-01-29 19:58:47 +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
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
226ef9c018
MDL-17239 - numeric item does not support 0-values and float-values
2008-11-14 17:07:46 +00:00
skodak
775f811a66
MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes
2008-08-16 12:16:01 +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
agrabs
6c7696fe6a
MDL-10107 META: New Messaging System (GSoC)
...
There was a small typo
2008-07-29 16:34:15 +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
skodak
04264aeda4
MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet)
2008-06-22 23:35:52 +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
eee5d9bb85
MDL-14956 DDL exceptions
2008-06-22 16:51:55 +00:00
skodak
8b54b5cdb9
MDL-15094 fixed conversion typo
2008-06-15 10:42:48 +00:00
skodak
b1f93b1512
MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl
2008-06-15 10:32:50 +00:00
agrabs
bfc59a6763
mistake in writing on update the multichoice-items
2008-05-27 05:00:58 +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
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
stronk7
d85546d074
Fix one PREVIOUS error in feedback table preventing installation to happen.
2008-05-02 02:01:02 +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
64da83c6cc
changed the sql-statement "CONCAT..." with the abstract SQL-build-funtion sql_concat()
2008-04-30 18:38:24 +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
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