Commit graph

32804 commits

Author SHA1 Message Date
skodak
0537d4a071 MDL-15094 removed remaining references to $db 2008-06-15 12:34:08 +00:00
dongsheng
5c2f6a7fb1 "MDL-14129, fix print_error" 2008-06-15 12:24:36 +00:00
skodak
9d068cd64a MDL-15249 improving cli installer 2008-06-15 12:23:53 +00:00
skodak
c3175af5d5 MDL-15094 lib/db/upgrade.php is required file 2008-06-15 12:17:39 +00:00
dongsheng
777f042ff5 "MDL-14129, fix print_error" 2008-06-15 12:10:32 +00:00
dongsheng
bd8ee7c1c4 "MDL-14129, fix print_error" 2008-06-15 12:02:43 +00:00
dongsheng
fd9f6cd330 "MDL-14129, fix print_error" 2008-06-15 12:02:43 +00:00
jamiesensei
c025084022 MDL-14203 "split report into two seperate reports - Quiz Statistics report and Individual Item Analysis report" added start of "Quiz structure analysis" table 2008-06-15 11:58:16 +00:00
skodak
6807d2b3c6 MDL-14905 towards functional DB tests 2008-06-15 11:53:05 +00:00
jamiesensei
26a29b1ab5 MDL-15250 "Adding a new function quiz_question_action_icons that outputs a string of html" 2008-06-15 11:52:07 +00:00
dongsheng
e6edb40e7a "MDL-14129, fix print_error" 2008-06-15 11:47:27 +00:00
skodak
6db04f1124 MDL-15094 protected adodb used instead of protected db - we will be able to search for obsoleted $db easier now 2008-06-15 11:41:02 +00:00
dongsheng
1aef51b8e3 "MDL-14129, fix print_error" 2008-06-15 11:40:25 +00:00
skodak
3dce78e125 MDL-15247 lib/dmllib.php is now obsolete 2008-06-15 11:35:25 +00:00
dongsheng
535a6fa0b5 "MDL-14129, fix print_error" 2008-06-15 11:34:42 +00:00
dongsheng
bcc45748f5 "MDL-14129, fix print_error" 2008-06-15 11:25:45 +00:00
dongsheng
d9f30321da "MDL-14129, fix print_error" 2008-06-15 11:07:51 +00:00
dongsheng
655ce32e33 "MDL-14129, add new lang string" 2008-06-15 11:00:53 +00:00
dongsheng
08b56f936d "MDL-14129, fix print_error" 2008-06-15 11:00:30 +00:00
dongsheng
0e942f2056 "MDL-14129, add new lang string" 2008-06-15 10:47:40 +00:00
dongsheng
4d6ba0f097 "MDL-14129, fix print_error" 2008-06-15 10:47:14 +00:00
skodak
07e6860901 MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) 2008-06-15 10:43:20 +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
skodak
e81ebb9abe MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) 2008-06-15 10:15:51 +00:00
dongsheng
4f2a63c81e "MDL-14129, fix print_error" 2008-06-15 10:13:30 +00:00
skodak
004efe6629 MDL-15245 converted dml searchlib 2008-06-15 10:12:27 +00:00
dongsheng
5c22165459 "MDL-14129, fix print_error" 2008-06-15 10:06:06 +00:00
ethem
d36e65162a fix skodak's fix, i hope this is last bug. 2008-06-15 09:57:48 +00:00
dongsheng
d32482383a "MDL-14129, fix print_error" 2008-06-15 09:48:42 +00:00
dongsheng
161ef22b3f "MDL-14129, fix print_error" 2008-06-15 09:48:42 +00:00
skodak
4a5164ba53 MDL-15094 added some overlook conversions - thanks to Eloy's script ;-) 2008-06-15 09:32:36 +00:00
dongsheng
28800f0269 "MDL-14129,fix print_error" 2008-06-15 09:19:10 +00:00
dongsheng
83b10e578e "MDL-14129, fix print_error" 2008-06-15 09:14:55 +00:00
dongsheng
25a5f14b8d "MDL-14129, add lang string" 2008-06-15 08:35:34 +00:00
dongsheng
b3c4db7c1a "MDL-14129, fix print_error" 2008-06-15 08:34:35 +00:00
pichetp
857caf3b69 MDL-14625 more tolerant to missing subquestions 2008-06-15 03:47:04 +00:00
moodlerobot
bf99c91b82 Updated the HEAD build version to 20080615 2008-06-15 01:35:04 +00:00
jamiesensei
f36a330892 MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" initialize array. 2008-06-14 13:18:14 +00:00
moodlerobot
623014b0d7 Updated the HEAD build version to 20080614 2008-06-14 01:36:08 +00:00
stronk7
a77aaef267 Fix some missing $this-> in ddl/dml stuff. MDL-15236 2008-06-14 00:00:26 +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
skodak
251387d087 MDL-14956 basic exception support in Moodle + other minor related refactoring 2008-06-13 17:51:34 +00:00
nicolasconnault
08d9fb369c MDL-14864 Removed old $db variable, replaced by global $DB. This was breaking install on pgsql database. 2008-06-13 14:45:11 +00:00
jamiesensei
1f9ca535fd MDL-14187 "Improve tablelib - improve api and add functionality to download table contents in a variety of formats - XLS, ODS and CSV" moved format row method and related methods and properties onto parent class to make it available for use for tables that don't use the functionality in table_sql 2008-06-13 14:30:35 +00:00
thepurpleblob
7ba71c513b MDL-15228
The old 1.9 code ignored any multiple results so I guess this can do the
same.
2008-06-13 11:13:31 +00:00
thepurpleblob
e5d7d1dc02 MDL-15229
Fixed incorrect options array for DB call
2008-06-13 10:52:58 +00:00
skodak
f659219406 MDL-14679 magic quotes gpc are strongly discouraged now :-) 2008-06-13 09:14:41 +00:00
dongsheng
a5047f1553 "MDL-14129, fix print_error" 2008-06-13 09:10:05 +00:00
skodak
d19c1ab676 MDL-14905 towards functional DB tests 2008-06-13 08:48:24 +00:00