skodak
9d54b8cd95
MDL-19002 file size limits in filepicker + improved options
2009-05-11 18:49:04 +00:00
skodak
b96ddb7d55
MDL-19002 adding noclean option to editor utility functions
2009-05-11 18:24:19 +00:00
skodak
f630a546a6
fixed whitespace
2009-05-11 17:13:45 +00:00
skodak
8dc0ae8fe5
fixed typo
2009-05-11 17:11:29 +00:00
skodak
7b9be84bf8
MDL-19150 moving the $PAGE setup after debug level configuration
2009-05-11 17:10:28 +00:00
skodak
bf8a4ccffa
MDL-17458 removing magic_quotes test from setup.php when MOODLE_SANE_INPUT defined, scripts must find better way to inform admins, sorry
2009-05-11 16:58:52 +00:00
stronk7
d09af2e19f
MDL-18547 mysql floats - only none/both params (length & decimals) syntax is
...
allowed. So, if decimals are missing, enforce 0 if length is defined. Merged
from 19_STABLE
2009-05-11 15:11:23 +00:00
moodlerobot
562c2d5439
Updated the HEAD build version to 20090511
2009-05-11 00:36:06 +00:00
stronk7
0974051307
MDL-18746 get_user_courses_bycap() - avoid ambiguous (repeated) column names ; merged from 19_STABLE
2009-05-11 00:04:18 +00:00
stronk7
73ac87a4a9
MDL-19084 - backup_course_silently() missing call to xxx__check_backup_mods()
...
causing quizzes to be incorrect (thanks Piers Harding) plus problems with users,
files and role assignments. Merged from 19_STABLE
2009-05-10 23:17:19 +00:00
stronk7
5bd8324b24
MDL-15534 wiki special pages heading title. Apply ewiki_t() to get translated heading names ; merged from 19_STABLE
2009-05-10 15:31:03 +00:00
stronk7
3560ff18b9
MDL-12618 restore events - apply cross-db sql_compare_text(). MSSQL & Oracle were broken here. Merged from 19_STABLE
2009-05-10 14:45:59 +00:00
stronk7
4c63bd26a1
MDL-11144 - restore of mnet users. Another improvement... merged from 19_STABLE
2009-05-10 11:56:28 +00:00
skodak
da40fd3218
MDL-19139 selectgroups formslib element improvements - 1/ does not validate if optgroup array empty 2/ add optional $showchoose parameter which adds "Choose..." as first item of list with empty value; merged from MOODLE_19_STABLE
2009-05-10 11:49:00 +00:00
stronk7
adf8cf19bc
MDL-17009 restore of mnet users - prevent any user using local host to end with mnet auth ; merged from 19_STABLE
2009-05-10 01:16:10 +00:00
moodlerobot
bc68144cf8
Updated the HEAD build version to 20090510
2009-05-10 00:36:20 +00:00
moodlerobot
21b7d8cf03
Automatic installer.php lang files by installer_builder (20090510)
2009-05-10 00:26:39 +00:00
tjhunt
dc14c0767e
filterlib: Fix typo
2009-05-09 14:21:11 +00:00
mjollnir_
9e7d38b11a
portfolio/ replaced course_setup with $PAGE->set_course which seems to have been missed
2009-05-09 13:15:41 +00:00
fmarier
f17fcf9083
MDL-19117 clarification to the license
2009-05-09 04:34:11 +00:00
moodlerobot
d3b02e7472
Updated the HEAD build version to 20090509
2009-05-09 00:37:09 +00:00
skodak
edaf04d489
MDL-16957 explain why our htaccess is intentionally broken; merged from MOODLE_19_STABLE
2009-05-08 21:30:56 +00:00
skodak
d714732db3
MDL-14831 adding warning - excluded grades are not compatible with sum agg
2009-05-08 20:07:33 +00:00
mjollnir_
00f270bc6c
fix for MDL-19110
...
Author: Adrian Schlegel <adrian@liip.ch>
2009-05-08 14:24:56 +00:00
nicolasconnault
b31f8d294d
MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE
2009-05-08 13:31:30 +00:00
skodak
4b4c1d1d68
MDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE
2009-05-08 13:18:09 +00:00
skodak
551935cfc6
MDL-18476 fixed default guest role display hint; merged from MOODLE_19_STABLE
2009-05-08 12:23:22 +00:00
skodak
457c97291b
MDL-18704 fixed incorrect mnet logging; merged from MOODLE_19_STABLE
2009-05-08 12:16:09 +00:00
skodak
c679322bb8
MDL-18869 fixed full name display; merged from MOODLE_19_STABLE
2009-05-08 12:08:02 +00:00
tjhunt
4e1132a8c5
forum: MDL-19119 missing requires now course/lib.php is not included everywhere.
...
Put in most of the obvious missing require_once($CFG->libdir . '/completionlib.php');
2009-05-08 09:00:41 +00:00
dongsheng
e614d79991
"MDL-14412, fix cvs conflict mark"
2009-05-08 08:36:34 +00:00
tjhunt
6cbcbf0fb3
blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page
2009-05-08 08:22:59 +00:00
moodler
cf37931b7f
theme/standard MDL-19082 Added a margin to standard theme on redirects page (merged from 1.9)
2009-05-08 08:20:44 +00:00
tjhunt
9cd70d9d73
forum: MDL-19119 missing require now course/lib.php is not included everywhere.
2009-05-08 08:07:45 +00:00
skodak
3db835d1ae
MDL-18744 cas fix, credit goes to Thibault Le Meur
2009-05-08 07:54:24 +00:00
tjhunt
e03c0c1d49
blocklib: MDL-19010 fix editing block config and block roles.
2009-05-08 07:47:50 +00:00
tjhunt
cce1b0b9ca
exceptions: MDL-16175 new invalid_state_exception
...
This is for those situations where something basically impossible happens,
like $context->contextlevel not having one of the valid value, and you
want to throw an exception (for example in the default: case of a switch)
rather than just ignoring the possibility.
2009-05-08 07:47:02 +00:00
nicolasconnault
33e2e92453
MDL-18402 Put default value of 1 for grade item's aggregationcoef if parent category's aggregation is weighted mean. Put 0 for gradepass if field is empty, and 0 for grademin if left empty. This prevents SQL errors because all three fields (aggregationcoef, gradepass and grademin) are non-NULL. Merged from MOODLE_19_STABLE
2009-05-08 07:23:51 +00:00
tjhunt
f4d38d20fb
blocklib: MDL-19010 and now you can delete blocks too!
2009-05-08 06:34:40 +00:00
nicolasconnault
e3efd04c1e
MDL-16416 Created a new help file including explanations of extra credit for both "Sum of Grades" and "Mean with extra credit" aggregation types. This is used on the "Edit categories and items" page. Merging from MOODLE_19_STABLE
2009-05-08 06:30:46 +00:00
tjhunt
7130fb212c
blocklib: MDL-19010 once again you can add blocks, at least on the coures page.
2009-05-08 03:30:58 +00:00
tjhunt
1d00ec6a6a
blocklib: MDL-19010 finally fix the regressions that mean that you could not create a new course.
2009-05-08 03:11:24 +00:00
tjhunt
ac9e220734
admin settings/blocklib: MDL-19108 Error when saving any admin settings
...
Regression from MDL-19010
2009-05-08 02:43:06 +00:00
moodlerobot
31bb8f3e23
Updated the HEAD build version to 20090508
2009-05-08 00:36:14 +00:00
stronk7
b78ed27edb
MDL-15690, MDL-16518 backup - include roles with overrides (not only with assignments). Merged from 19_STABLE
2009-05-07 23:54:46 +00:00
gbateson
801ab89d93
when searhcing for urls of next quiz, remove requirement for navigation buttons to have class="NavButton"
2009-05-07 23:02:34 +00:00
stronk7
99e8a8a838
MDL-13826 link/file resource - check maximum length ; merged from 19_STABLE
2009-05-07 20:41:33 +00:00
stronk7
3ea24f884a
MDL-19112 choosecoursefile group element - pass specified attrs to text element ; merged from 19_STABLE
2009-05-07 20:30:48 +00:00
skodak
fa5ac78bed
MDL-19111 fixed dimming of hidden until items; merged from MOODLE_19_STABLE
2009-05-07 17:38:40 +00:00
nicolasconnault
2458773012
Removed cvs conflict diff line
2009-05-07 12:20:28 +00:00