35252 Commits

Author SHA1 Message Date
dongsheng
d7860ff9f1 "RESOURCE/MDL-17696, remove extra div, merged from 1.9" 2009-02-18 08:10:35 +00:00
dongsheng
5fa358d1ce "REPOSITORY/MDL-13766, separate page and path in get_listing function" 2009-02-18 06:52:54 +00:00
tjhunt
2aef1fe52f question editing: MDL-18035 Nice refactoring from Oleg Sychev that saves 50+ lines of code between the various editing forms. 2009-02-18 06:52:11 +00:00
dongsheng
20df4f501f "REPOSITORY/MDL-13766, add thumbnail_alt, thumbnail_title and shorttitle parameters to repository api" 2009-02-18 05:33:14 +00:00
jerome
924cd0aac3 web service MDL-12886 add xmlrpc documentation generator 2009-02-18 05:10:00 +00:00
jerome
d3425d87e1 web service MDL-12886 add xmlrpc documentation generator 2009-02-18 05:08:35 +00:00
jerome
63cea891b9 web service MDL-12886 add beta documentation generator 2009-02-18 05:01:10 +00:00
dongsheng
159840f02b "FORMSLIB,EDITOR/MDL-16698, add filepicker to editor element" 2009-02-18 02:18:06 +00:00
moodlerobot
7c21a62597 Updated the HEAD build version to 20090218 2009-02-17 23:32:58 +00:00
moodlerobot
dd2c0ba223 Automatic installer.php lang files by installer_builder (20090218) 2009-02-17 23:22:59 +00:00
skodak
1e12b91217 MDL-18223 removed repeated format_text() - should be applied only once 2009-02-17 23:01:30 +00:00
skodak
6acb6a3dde MDL-18223 XHTML strrrict 2009-02-17 22:56:47 +00:00
skodak
ad0cf519df MDL-18223 merging missing strings from MOODLE_19_STABLE 2009-02-17 22:49:51 +00:00
skodak
209c122b65 MDL-18223 fixed theoretical XSS 2009-02-17 22:44:38 +00:00
skodak
2e3f66d728 MDL-18223 merged spam cleaner into head + removed legacy code + fixed report title 2009-02-17 22:37:48 +00:00
skodak
ff08798b11 MDL-11313 merged strings into HEAD (will not be used there) 2009-02-17 22:25:13 +00:00
skodak
9c6972d630 MDL-18293 exception and DML cleanup 2009-02-17 17:32:36 +00:00
skodak
013376dec4 MDL-18293 exception and DML cleanup 2009-02-17 17:23:56 +00:00
skodak
68fbad4417 MDL-18293 exception and DML cleanup 2009-02-17 17:15:47 +00:00
skodak
5e2f308b91 MDL-18293 exception and DML cleanup 2009-02-17 16:50:36 +00:00
skodak
b25263ffa1 MDL-18293 exception cleanup 2009-02-17 16:44:48 +00:00
skodak
90ee78e21c MDL-18293 removing unused error strings (now replaced by exceptions) 2009-02-17 16:33:32 +00:00
skodak
644d506ac1 MDL-16698 towards new general editor element + converted course section summaries 2009-02-17 16:18:05 +00:00
skodak
cd010c0b2f MDL-18286 fixed incorrect version number bump - thanks Anthony 2009-02-17 13:33:06 +00:00
sam_marshall
54ab56b349 MDL-18208: Make xmldb give sensible error if you try to generate documentation without having xsl extension installed 2009-02-17 12:53:51 +00:00
nicolasconnault
c4c97a6d82 MDL-18004 2009-02-17 11:17:29 +00:00
nicolasconnault
d4a93c208a MDL-18004 Redirecting report preference forms to their respective reports when submitted or cancelled 2009-02-17 09:12:25 +00:00
nicolasconnault
54c4a2cb4f MDL-18004 Separated gradebook course settings from report preferences 2009-02-17 09:01:48 +00:00
skodak
9c023be3cd MDL-18282 fixed incorrect version number bump - thanks Anthony 2009-02-17 07:26:29 +00:00
nicolasconnault
233ae5a323 MDL-18247 Merged from MOODLE_19_STABLE 2009-02-17 07:25:24 +00:00
tjhunt
1bd66f3914 quiz attempts: MDL-18283 add accept-charset="utf-8" to avoid encoding problems. 2009-02-17 07:21:56 +00:00
tjhunt
5348b899c4 random question: MDL-18174 Fix notice when adding a random question to a quiz. 2009-02-17 06:14:54 +00:00
tjhunt
c1d9eeb920 tex filter: MDL-18230 ensure we always generate valid XHTML. 2009-02-17 05:24:41 +00:00
dongsheng
c4fa91692f "FILEPICKER/MDL-13766, fix type" 2009-02-17 01:47:25 +00:00
moodlerobot
c28c290bd0 Updated the HEAD build version to 20090217 2009-02-16 23:32:03 +00:00
skodak
7cdee7486d MDL-16698 towarsd general editor element 2009-02-16 20:54:30 +00:00
skodak
b5cb48de8f MDL-16597 default to unlimited number of files instead of 0 which means no files 2009-02-16 20:53:23 +00:00
skodak
3156b8ca48 MDL-14589 implemented browsing of course section files + fixed bug when getting parent dirs of stored files 2009-02-16 20:47:22 +00:00
stronk7
23a6c9d68c MDL-18243 data module filter - make it cross-db by using sql_compare_text() ; merged from 19_STABLE 2009-02-16 17:58:50 +00:00
wildgirl
ee0c136a4f welcometocoursetext lang string: MDL-18260 small rewording 2009-02-16 17:13:52 +00:00
poltawski
041a1e4173 performance/mymoodle MDL-18241 - Assigments were very expensive
Reworked to take queries out of loops and let it scale. Unfortunately
I don't think we can get the get_users_by_capability() call out of the
loop on assignments.

Real query numbers before/after:
Teacher: 12,509 / 314
Student: 127 / 72
Admin: 718 / 133

Conflicts:

	mod/assignment/lib.php

Merged from 19_STABLE (with dmlib changes)
2009-02-16 13:14:30 +00:00
stronk7
31f9d77191 MDL-18222 restore - fixed restoring of course->summary links. Was being handled too early. Moved to final decoding links process. Merged from 19_STABLE 2009-02-16 10:33:08 +00:00
jerome
d27c5d3383 web service MDL-17135 add moodle/site:usewebservice capability - display only web service users into administration page 2009-02-16 08:06:14 +00:00
dongsheng
5bed810261 "FILTER/MDL-17703, reverse changes to work within p tag, merged from 1.9" 2009-02-16 07:09:50 +00:00
tjhunt
e4e5ba8c6f weblib: finish documenting print_user_picture. 2009-02-16 04:16:10 +00:00
dongsheng
e47d5adef3 "FILTER/MDL-18230, remove hardcoded style for TeX formulas image, merged from 1.9" 2009-02-16 03:10:01 +00:00
stronk7
37d975e11f Fix tests (missing declaration) and add tests for sql_length() 2009-02-15 23:43:34 +00:00
moodlerobot
5b20cde0b2 Updated the HEAD build version to 20090216 2009-02-15 23:32:15 +00:00
stronk7
aab0cd1851 MDL-18244 sql_length() - apply new function to resource names filter ; merged from 19_STABLE 2009-02-15 23:23:41 +00:00
moodlerobot
56adfb3357 Automatic installer.php lang files by installer_builder (20090216) 2009-02-15 23:22:48 +00:00