31863 Commits

Author SHA1 Message Date
skodak
17deeebc8f MDL-15071 sqlite compatibility fix - by Andrei Bautu 2008-06-22 20:42:19 +00:00
stronk7
ef088e70e7 MDL-14956 DDL exceptions (code suggested by XMLDB Editor) 2008-06-22 18:26:55 +00:00
agrabs
119b35b38c MDL-14779 Show analysis to students setting in Feedback module does not provide enough contol over who see feedback 2008-06-22 18:14:42 +00:00
agrabs
7ac32c7087 MDL-14780 Show analysis to students setting does not reflect roles aliases 2008-06-22 18:06:14 +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
agrabs
d90e0ef3d6 MDL-15107 feedback dml conversion 2008-06-22 16:49:06 +00:00
jamiesensei
6102a59d11 Fixing typo introduced in 1.298 version of this file. 2008-06-22 12:57:44 +00:00
skodak
eb099f327b MDL-14956 removed some tests from create table method - no need to check if something exists in table if table itself does not exist yet 2008-06-22 12:35:15 +00:00
skodak
57f7b7cebe MDL-14992 ugly workaround for http://bugs.php.net/bug.php?id=39449 2008-06-22 11:56:01 +00:00
jamiesensei
000e408c0e MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" small change to how we do this. 2008-06-22 09:30:02 +00:00
moodlerobot
6a80889b9a Updated the HEAD build version to 20080622 2008-06-22 01:33:27 +00:00
jamiesensei
01f3ba1350 CONTRIB-490 "Adding support for generation of test calculated question type" replacing old dml function call with new call to method on $DB. Ooops, and adding DB as global variable in method. 2008-06-21 16:35:26 +00:00
jamiesensei
c9f4940e64 CONTRIB-490 "Adding support for generation of test calculated question type" replacing old dml function call with new call to method on $DB. 2008-06-21 16:33:55 +00:00
moodlerobot
377ba22684 Updated the HEAD build version to 20080621 2008-06-21 01:35:09 +00:00
moodlerobot
9441db4daa Automatic installer.php lang files by installer_builder (20080621) 2008-06-21 01:16:58 +00:00
gbateson
65656c537c added hidden "summarysource" field when updating a HotPot. This fixes "undefined property" error from mod/hotpot/lib.php 2008-06-20 22:59:36 +00:00
gbateson
33e0f22e19 replace get_jmatch_items by set_jmatch_items 2008-06-20 22:29:02 +00:00
skodak
4dd3bf0584 MDL-15320 fixed $cfg->library typo - thanks Andrei Bautu 2008-06-20 20:30:29 +00:00
tjhunt
fd45e5c37b MDL-15330 - Truefalse help file not found 2008-06-20 15:24:16 +00:00
agrabs
33a449406e MDL-15274 Asking for Excel file when no answers have been provided leads to a "file not found"
MDL-15107 feedback dml conversion
2008-06-20 14:54:19 +00:00
agrabs
02d3340ceb MDL-15329 - initializing the feedback-session 2008-06-20 14:46:12 +00:00
jamiesensei
f37f30d435 MDL-14754 "rename and reorder quiz reports tabs" added new db table quiz_report that lists reports and has a field for their display order. Standard reports are automatically added to table. Reports that are not on disk are ignored. 2008-06-20 13:43:06 +00:00
ethem
e5bd3250fa MDL-14959 Skip cert verification 2008-06-20 11:11:01 +00:00
ethem
b6398eb44b MDL-14129 Fix dongsheng's fixes and make dongsheng happy :) 2008-06-20 10:48:29 +00:00
nicolasconnault
50a12c87ce MDL-14905 Finished all basic tests. It should now be easy to extend these tests with more boundary conditions 2008-06-20 09:40:03 +00:00
scyrma
c020cec265 MDL-14741: use the value of the main killswitch, and add back missing functions 2008-06-20 09:31:19 +00:00
jamiesensei
7cdd8b2258 MDL-14191 "Add db folder for db installation / upgrade" and MDL-14193 "Automatic processing of access.php for adding / upgrading report capabilities" New plug in capabilities for quiz reports. 2008-06-20 09:11:08 +00:00
moodler
a8bdedab59 MDL-14992 $SESSION is a global 2008-06-20 07:33:33 +00:00
skodak
6566118c51 MDL-15320 support for other database driver types 2008-06-20 07:05:46 +00:00
moodlerobot
dc81d75374 Updated the HEAD build version to 20080620 2008-06-20 01:41:52 +00:00
tjhunt
c44889c088 MDL-15321 - Add a class to the last column and row of the table in print_table to help theming 2008-06-19 18:38:27 +00:00
tjhunt
941939ef51 MDL-13229 - Cannot export group events - now make it export group events if 'all' is selected. 2008-06-19 17:57:57 +00:00
jamiesensei
0b8953aec3 MDL-15165 "Essay quiz Manual grading "these are no attempts to show" when there are actually attempts" - not resolved. But while reviewing the query I found a LIMIT clause in sql that I've replace with params to the get_records_sql function. Also made the logic in attempt_sql method more robust.
Merged from 1.9
2008-06-19 15:24:27 +00:00
tjhunt
fa200431b1 MDL-15318 - url is a reserved word in JavaScript in IE, so the Gen Calendar URL button does not work there 2008-06-19 14:24:09 +00:00
jamiesensei
8b2f8253ad MDL-15264 "Bar graph image missed when group with no attempts selected" added a query to check for sure that there are some grades there to display in the graph. Also now displaying grades for all groups a user has permission to view - but only if that is up to 4 groups and only if there are less than 500 grades total.
Merged from 1.9 branch
2008-06-19 14:03:24 +00:00
scyrma
48d5652860 MDL-15310: moving capability checks out of the library + code formatting adjustments 2008-06-19 10:02:10 +00:00
scyrma
47a2c30b67 MDL-15310: removing unused variable, old commented code and adding a small adjustment to the tag code. 2008-06-19 09:21:45 +00:00
scyrma
cda19b7ade MDL-14679: fix regression in tag library 2008-06-19 08:16:12 +00:00
scyrma
f5488402ad MDL-15310: making the tag:create permission effective in user profile 2008-06-19 06:07:20 +00:00
gbateson
4262494a99 allow <img> and other tags in LHS of JMatch in "v6" output format 2008-06-19 05:59:58 +00:00
fmarier
874487c0d8 auth/ldap: fix PHP warnings and remove bad "Choose one" id
Merged from MOODLE_19_STABLE
2008-06-19 02:30:37 +00:00
pichetp
ea632e8846 closing properly questions <label> i.e. adding </label> line 459-61 when some errors 2008-06-19 01:43:52 +00:00
moodlerobot
e4655305bf Updated the HEAD build version to 20080619 2008-06-19 01:38:23 +00:00
robertall
5d0f79e1b2 [MDL-15308] Automatically download exported preset. Merged from MOODLE_19_STABLE. 2008-06-18 17:45:09 +00:00
thepurpleblob
376ca347ca MDL-15304
Handle empty names for labels (if only HTML tags in label text)
2008-06-18 15:31:47 +00:00
nicolasconnault
0088bd3167 MDL-14905 Added more unit tests, plus stubs for all methods to be tested. Also fixed a bug in moodle_database:get_recordset_list(), which was using " AND " between values instead of " OR " 2008-06-18 14:53:01 +00:00
robertall
a4736e2808 [MDL-15300] Remove temporary files created while exporting a preset as ZIP file. Merged from MOODLE_19_STABLE. 2008-06-18 14:49:44 +00:00
tjhunt
1f5645bc57 MDL-15290 - Missing question types not handled properly on backup. 2008-06-18 14:29:37 +00:00
robertall
933c129603 [MDL-15298] Don't create preset ZIP always in the same directory, as the same file name. Merged and ported from MOODLE_19_STABLE. 2008-06-18 11:53:15 +00:00