Commit graph

8079 commits

Author SHA1 Message Date
dongsheng
b8aa76c1a4 "MDL-19037, use getremoteaddr to get remote ip address" 2009-05-01 03:04:10 +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
49ba2b61b9 MDL-19030 even uglier hack - do not try to add id to labels of static element - they do not have it; merged from MOODLE_19_STABLE 2009-04-30 10:09:13 +00:00
skodak
5c89242e50 MDL-19030 very ugly hack - do not try to add id to labels of element group - they do not have it; merged from MOODLE_19_STABLE 2009-04-30 10:06:11 +00:00
skodak
8c453e41f7 MDL-19030 fixed xhtml strictness when label attached to frozen element; merged from MOODLE_19_STABLE 2009-04-30 09:50:02 +00:00
skodak
35079f539c MDL-18951 standardised group support in grader report (not complete yet) 2009-04-30 08:07:43 +00:00
tjhunt
e8c8cee99a blocklib: MDL-19010 add standard boilerplate at the top of the file. 2009-04-30 03:50:00 +00:00
skodak
a9e38ac8a7 MDL-19008 extra credis should not be dropped when drop low or keep high specified (including unit tests) 2009-04-29 13:42:03 +00:00
skodak
b9b199beba MDL-18993 implemented frull support for droplow and keephigh in sum aggregation type 2009-04-29 10:05:55 +00:00
nicolasconnault
9810d8a08c MDL-14909 Preventing the border from being assigned to label list elements. Merged from MOODLE_19_STABLE 2009-04-29 09:31:24 +00:00
skodak
59080eee21 MDL-18993 implemented frull support for droplow and keephigh in sum aggregation type 2009-04-29 08:55:25 +00:00
skodak
85db95e708 MDL-19002 new simplified file api file limits; docs are still not finished 2009-04-29 07:52:35 +00:00
dongsheng
90dc80b3e6 "MDL-16911, display video name for youtube link" 2009-04-29 05:02:57 +00:00
tjhunt
a8320eeae9 filters: MDL-19000 don't do ORDER BY in subqueries (thanks Eloy)
Problem introduced by MDL-7336.
2009-04-29 03:12:31 +00:00
stronk7
0aa060602f MDL-14679 mssql fix - Fix boolean handling in mssql + set_field() without params. 2009-04-28 23:49:33 +00:00
skodak
c94882ffa2 MDL-19002 new simplified file api file limits; docs are still not finished 2009-04-28 21:20:43 +00:00
skodak
a08171c5c2 MDL-19002 file upload limits support 2009-04-28 19:08:33 +00:00
tjhunt
dc740f9788 MDL-18132 - fix upgrade SQL for MS SQL. 2009-04-28 09:55:46 +00:00
stronk7
e37cd84ad4 MDL-18577 drop enums support - step1: transforming all enums to nomal varchar + prevent creation of new ones 2009-04-27 20:29:01 +00:00
skodak
b3d965212e MDL-17248 fixed incorrect sum when scales involved; merged from MOODLE_19_STABLE (regrading will be forced later) 2009-04-27 15:21:09 +00:00
stronk7
6bdf4c99b3 MDL-16824 messaging - move unread messages from deleted users to message_read.
Pending to commit changes to uploaduser.php. Credit goes to Anthony Borrow. Thanks!
Merged from 19_STABLE
2009-04-26 22:56:56 +00:00
skodak
d9ae2ab53b MDL-12942 new extra credit option for simple mean agg; merged from MOODLE_19_STABLE 2009-04-24 16:24:49 +00:00
tjhunt
6db66ba11c Disable the bloody eventslib unit tests until someone fixes them! 2009-04-24 09:49:43 +00:00
skodak
29712788b7 MDL-18948 fixed handling of indexes when removing options; merged from MOODLE_19_STABLE 2009-04-24 07:15:45 +00:00
dongsheng
7b58fb4179 "webdav plugin/MDL-16908, fix header check code, reformat code" 2009-04-23 09:50:30 +00:00
nicolasconnault
577d5f9e32 MDL-15931 More unit tests of file_info_* classes 2009-04-23 09:06:59 +00:00
nicolasconnault
a196c5ace7 MDL-15931 More unit tests of file_info_* classes 2009-04-23 09:02:21 +00:00
nicolasconnault
ce75fef1c6 MDL-15931 More unit tests of file_info_* classes 2009-04-23 08:58:49 +00:00
nicolasconnault
472a4b92c8 MDL-9306 Converting tabs to spaces. Merged from MOODLE_19_STABLE 2009-04-23 07:22:27 +00:00
skodak
398a160d4d MDL-18934 removed legacy grading support 2009-04-22 21:03:38 +00:00
skodak
121d8006e4 MDL-18927 fixed performance regression 2009-04-22 19:40:21 +00:00
skodak
7d2948bdd0 MDL-18910 full support for module intro editor with embedded images 2009-04-22 07:19:56 +00:00
skodak
43b44d5ea6 MDL-18910 full support for module intro editor with embedded images 2009-04-22 07:14:19 +00:00
skodak
3268cf9921 MDL-18910 full support for module intro editor with embedded images 2009-04-22 06:48:15 +00:00
skodak
ac3668bfae MDL-18910 full support for module intro editor with embedded images 2009-04-22 05:10:08 +00:00
skodak
dc5c2bd9eb MDL-18910 full support for module intro editor with embedded images 2009-04-21 21:17:21 +00:00
nicolasconnault
d263168375 MDL-15931 Using $CFG->unittestprefix now for filelib unit tests. MUCH slower but safe(r) 2009-04-21 12:22:36 +00:00
skodak
42f103be4c MDL-18910 moving modedit features to modname_supports() 2009-04-21 08:57:20 +00:00
nicolasconnault
f91a05e0e1 MDL-15931 More unit tests of file_info_* classes 2009-04-20 14:42:17 +00:00
nicolasconnault
2b726e9f3a MDL-15931 More unit tests of file_info_* classes 2009-04-20 13:10:42 +00:00
skodak
7467e72197 MDL-18900 reimplemented trusttext - now using separate db field; the API will be improved and documented together with the new support functions needed for new Editor element 2009-04-20 11:37:39 +00:00
skodak
cbc2b5df03 MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields 2009-04-20 10:05:50 +00:00
dongsheng
37051e5877 "MDL-18848, add default module to curl class" 2009-04-20 09:21:28 +00:00
skodak
0266b1ade4 MDL-15931 there is no need to pollute public api with tons of public functions that are in fact private ;-) 2009-04-20 09:04:53 +00:00
dongsheng
e189ec00f0 "MDL-18486, remove php varible from file picker code, all javascript code goes into a static file" 2009-04-20 08:53:21 +00:00
nicolasconnault
dd13271188 MDL-15931 refactored file_browser.php 2009-04-20 08:18:33 +00:00
tjhunt
c39a460735 simpletestlib: Fix typo in error message 2009-04-20 06:47:01 +00:00
tjhunt
7a9d505bb9 category paths: MDL-18897 call fix_course_sortorder eveywhere we insert a category to set category.path and .depth 2009-04-20 05:59:11 +00:00
tjhunt
3bba572f0e filters: MDL-7336 was missing the table prefix from one column.
Probably does not matter, but I'm adding it in case.
2009-04-20 02:07:46 +00:00
nicolasconnault
edfbf2fe81 MDL-15931 Adding testfilelib.php and a few comments in file API code 2009-04-18 15:16:13 +00:00