skodak
|
63e6a80976
|
MDL-19183 imported HTMLpurifier 3.3.0
|
2009-05-14 08:31:11 +00:00 |
|
skodak
|
1cc9acedbe
|
MDL-19162 imported latest YUI 2.7.0 - to be backported into MOODLE_19_STABLE later
|
2009-05-14 08:20:14 +00:00 |
|
jerome
|
2a274f2a93
|
authentication MDL-18273 Custom Authentication Plugin title can be retrieved from specific language file, merged from 19
|
2009-05-14 07:03:27 +00:00 |
|
fmarier
|
dc247e5232
|
MDL-19179 cache superfluous queries when listing categories on front page
|
2009-05-14 06:04:35 +00:00 |
|
moodlerobot
|
f5afcd5d2e
|
Updated the HEAD build version to 20090514
|
2009-05-14 00:38:17 +00:00 |
|
nicolasconnault
|
9dbb51ba7e
|
MDL-15666 Fixed for HEAD. No longer any need for URL variables to run from browser. Doesn't generate quizzes properly yet.
|
2009-05-13 12:22:17 +00:00 |
|
moodlerobot
|
34c75aafcf
|
Updated the HEAD build version to 20090513
|
2009-05-13 00:35:50 +00:00 |
|
stronk7
|
94ba4c9eb8
|
MDL-19163 restore - enable course selection for teachers having perms in more than 1 course ; merged from 19_STABLE
|
2009-05-12 14:57:40 +00:00 |
|
stronk7
|
d4e15ca389
|
MDL-19161 - DB 2.0 reqs. Updated to fulfil 2.0 Roadmap ; merged from 19_STABLE
|
2009-05-12 09:29:18 +00:00 |
|
stronk7
|
a12fbc0125
|
MDL-18547 xmldb floats - recommend to switch to number fields when possible
|
2009-05-12 08:32:16 +00:00 |
|
mudrd8mz
|
c1fe2368b0
|
Module can define its version to 0 so it is not installed.
|
2009-05-12 08:12:48 +00:00 |
|
moodler
|
609bc82be7
|
course/format/social MDL-18483 For social course format, print forum intro on course page (Merged from 1.9)
|
2009-05-12 05:10:28 +00:00 |
|
moodlerobot
|
c63393928f
|
Updated the HEAD build version to 20090512
|
2009-05-12 00:36:59 +00:00 |
|
stronk7
|
ecdf5d17a0
|
MDL-16879 run upgrade_fix_incorrect_mnethostids() in upgrade. Bump.
|
2009-05-12 00:23:26 +00:00 |
|
stronk7
|
02caf1e799
|
MDL-16879 fix mnet hosts - upgrade_fix_incorrect_mnethostids() merged to HEAD
|
2009-05-12 00:21:28 +00:00 |
|
fmarier
|
2a8eb90471
|
MDL-19156: auth/fc: clarifying the licensing terms as per author's email
|
2009-05-11 23:39:43 +00:00 |
|
diml
|
4bce399460
|
MDL-16979 - protects update queries by setting a real value in $CFG->search_indexer_update_date
|
2009-05-11 19:59:58 +00:00 |
|
diml
|
a2669a1866
|
addresses MDL-19154. May not fix every thing here... more tests in progress.
|
2009-05-11 19:52:49 +00:00 |
|
skodak
|
b7335412ca
|
MDL-19002 fixed string concatenation with "+" typos, added file size restrictions, unfortunately filepicker does not work for some reason
|
2009-05-11 19:35:37 +00:00 |
|
skodak
|
34d39b792c
|
MDL-19002 standardized constructor parameter order
|
2009-05-11 18:55:03 +00:00 |
|
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 |
|