]>
git.mjollnir.org Git - moodle.git/log
skodak [Tue, 19 May 2009 13:02:13 +0000 (13:02 +0000)]
MDL-19211 more inline docs and comments
skodak [Tue, 19 May 2009 13:01:37 +0000 (13:01 +0000)]
MDL-14589 fixed recent file api improvements regression
stronk7 [Tue, 19 May 2009 10:35:59 +0000 (10:35 +0000)]
MDL-19163 - Fixed problem when cancreatecourse users were restoring to sites with only 1 course ; merged from 19_STABLE
samhemelryk [Tue, 19 May 2009 08:02:55 +0000 (08:02 +0000)]
accesslib MDL-19237 corrected non existent fields
samhemelryk [Tue, 19 May 2009 07:50:54 +0000 (07:50 +0000)]
accesslib MDL-19236 added phpdocs and copyrights
Moodle HQ git importer [Tue, 19 May 2009 00:38:47 +0000 (00:38 +0000)]
Fixing drift between CVS and git
moodlerobot [Tue, 19 May 2009 00:38:47 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090519
skodak [Mon, 18 May 2009 19:04:07 +0000 (19:04 +0000)]
MDL-14589 file api improvements - converting more params to general $options array
skodak [Mon, 18 May 2009 19:04:06 +0000 (19:04 +0000)]
MDL-14589 file api improvements - converting more params to general $options array
skodak [Mon, 18 May 2009 08:17:52 +0000 (08:17 +0000)]
MDL-19211 spellchecker TODOs
fmarier [Mon, 18 May 2009 04:47:58 +0000 (04:47 +0000)]
MDL-19222 sessionlib: add a check and error message when initialising file sessions in case there is no free space on the partition
dongsheng [Mon, 18 May 2009 04:06:55 +0000 (04:06 +0000)]
"MDL-16597, passing maxbytes and maxfiles to file picker"
dongsheng [Mon, 18 May 2009 03:51:09 +0000 (03:51 +0000)]
"MDL-19180, repository url plugin, download file into moodle by inputing url directly"
peterbulmer [Mon, 18 May 2009 02:38:02 +0000 (02:38 +0000)]
MDL19219 mnet, mitigate arrkey loss in transit
When usernames are numeric, they are lost in mnet transit when used as
keys in the array result of course_enrolments(). As the username is not
sent with the enrolment details, it was not previously recoverable.
This patch adds the information to the enrolment details,
(enrol/mnet/enrol.php), and adds support for recovering the username if
it was numeric (and hence lost) (admin/mnet/enr_course_enrol.php)
dongsheng [Mon, 18 May 2009 02:36:43 +0000 (02:36 +0000)]
"MDL-16597, fixed empty returnvalue and file type options, improve javascript code"
moodlerobot [Mon, 18 May 2009 00:39:47 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090518
skodak [Sun, 17 May 2009 21:10:06 +0000 (21:10 +0000)]
MDL-19211 text editor plugins configuration
skodak [Sun, 17 May 2009 19:19:33 +0000 (19:19 +0000)]
MDL-19218 fixed missing method grade_category::is_extracredit_used() - not merged to HEAD
skodak [Sun, 17 May 2009 19:12:46 +0000 (19:12 +0000)]
MDL-16592 fixed link to nonexistent css, probably caused by recent YUI update
skodak [Sun, 17 May 2009 18:56:34 +0000 (18:56 +0000)]
MDL-13766 fixed htts detection logic bug
skodak [Sun, 17 May 2009 18:51:24 +0000 (18:51 +0000)]
MDL-13766 fixed xhtml strict
skodak [Sun, 17 May 2009 18:49:30 +0000 (18:49 +0000)]
MDL-19184 fixed typos
skodak [Sun, 17 May 2009 18:45:00 +0000 (18:45 +0000)]
MDL-19119 moving get_fast_modinfo() to moodlelib.php - the recent changes related to inclusion of course/lib.php were causing regressions
skodak [Sun, 17 May 2009 17:29:38 +0000 (17:29 +0000)]
MDL-12212 readme improvements
skodak [Sun, 17 May 2009 17:10:21 +0000 (17:10 +0000)]
MDL-12212 implemented better merging of our string changes with tinymce upstream
skodak [Sun, 17 May 2009 17:07:54 +0000 (17:07 +0000)]
MDL-12212 fixed missing globals
skodak [Sun, 17 May 2009 16:58:16 +0000 (16:58 +0000)]
MDL-19184 moodle specific tinymce localization - fixed sloppy includes
skodak [Sun, 17 May 2009 13:26:05 +0000 (13:26 +0000)]
MDL-19184 moodle specific tinymce localization
skodak [Sun, 17 May 2009 10:46:16 +0000 (10:46 +0000)]
MDL-19184 moodle specific tinymce localization
skodak [Sun, 17 May 2009 08:48:42 +0000 (08:48 +0000)]
MDL-19184 moodle specific tinymce localization
skodak [Sun, 17 May 2009 08:08:30 +0000 (08:08 +0000)]
MDL-19184 - moodle specific tinymce localization
skodak [Sun, 17 May 2009 07:47:04 +0000 (07:47 +0000)]
MDL-19184 more tinymce integration and upgrade related improvements
skodak [Sun, 17 May 2009 07:37:42 +0000 (07:37 +0000)]
MDL-19184 more tinymce integration and upgrade related improvements
moodlerobot [Sun, 17 May 2009 00:40:23 +0000 (00:40 +0000)]
Updated the HEAD build version to
20090517
moodlerobot [Sun, 17 May 2009 00:29:55 +0000 (00:29 +0000)]
Automatic installer.php lang files by installer_builder (
20090517 )
skodak [Sat, 16 May 2009 20:53:21 +0000 (20:53 +0000)]
MDL-19184, MDL-19212 - refactoring, cleanup and improvements in text editors support; localization support is not finished, inline docs incomplete, expect more commits soon
skodak [Sat, 16 May 2009 17:37:56 +0000 (17:37 +0000)]
MDL-19212 upgrading DragMath to 0.7.7, moving to proper lib location and adding required readme_moodle.txt file
moodlerobot [Sat, 16 May 2009 00:37:51 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090516
sam_marshall [Fri, 15 May 2009 13:31:41 +0000 (13:31 +0000)]
MDL-19202 fixed stupid bug in conditionlib, moved a static to a global
skodak [Fri, 15 May 2009 07:21:29 +0000 (07:21 +0000)]
MDL-19194 fixed regression - recursive cretion of dirs on win32 works again
fmarier [Fri, 15 May 2009 03:37:07 +0000 (03:37 +0000)]
Fix typo
moodlerobot [Fri, 15 May 2009 00:38:39 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090515
moodlerobot [Fri, 15 May 2009 00:28:51 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (
20090515 )
stronk7 [Thu, 14 May 2009 20:42:53 +0000 (20:42 +0000)]
Adding one more require_once($CFG->dirroot . '/course/lib.php') to another rebuild_course_cache()
skodak [Thu, 14 May 2009 11:49:13 +0000 (11:49 +0000)]
MDL-19162 added error string for missing JS libs
sam_marshall [Thu, 14 May 2009 10:55:14 +0000 (10:55 +0000)]
MDL-19186 Fixed couple warnings on moodleform_mod when completion is enabled
skodak [Thu, 14 May 2009 09:18:11 +0000 (09:18 +0000)]
MDL-19162 updated links for elements no longer beta and experiment
skodak [Thu, 14 May 2009 08:31:11 +0000 (08:31 +0000)]
MDL-19183 imported HTMLpurifier 3.3.0
skodak [Thu, 14 May 2009 08:20:14 +0000 (08:20 +0000)]
MDL-19162 imported latest YUI 2.7.0 - to be backported into MOODLE_19_STABLE later
jerome [Thu, 14 May 2009 07:03:27 +0000 (07:03 +0000)]
authentication MDL-18273 Custom Authentication Plugin title can be retrieved from specific language file, merged from 19
fmarier [Thu, 14 May 2009 06:04:35 +0000 (06:04 +0000)]
MDL-19179 cache superfluous queries when listing categories on front page
moodlerobot [Thu, 14 May 2009 00:38:17 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090514
nicolasconnault [Wed, 13 May 2009 12:22:17 +0000 (12:22 +0000)]
MDL-15666 Fixed for HEAD. No longer any need for URL variables to run from browser. Doesn't generate quizzes properly yet.
moodlerobot [Wed, 13 May 2009 00:35:50 +0000 (00:35 +0000)]
Updated the HEAD build version to
20090513
stronk7 [Tue, 12 May 2009 14:57:40 +0000 (14:57 +0000)]
MDL-19163 restore - enable course selection for teachers having perms in more than 1 course ; merged from 19_STABLE
stronk7 [Tue, 12 May 2009 09:29:18 +0000 (09:29 +0000)]
MDL-19161 - DB 2.0 reqs. Updated to fulfil 2.0 Roadmap ; merged from 19_STABLE
stronk7 [Tue, 12 May 2009 08:32:16 +0000 (08:32 +0000)]
MDL-18547 xmldb floats - recommend to switch to number fields when possible
mudrd8mz [Tue, 12 May 2009 08:12:48 +0000 (08:12 +0000)]
Module can define its version to 0 so it is not installed.
moodler [Tue, 12 May 2009 05:10:28 +0000 (05:10 +0000)]
course/format/social MDL-18483 For social course format, print forum intro on course page (Merged from 1.9)
moodlerobot [Tue, 12 May 2009 00:36:59 +0000 (00:36 +0000)]
Updated the HEAD build version to
20090512
stronk7 [Tue, 12 May 2009 00:23:26 +0000 (00:23 +0000)]
MDL-16879 run upgrade_fix_incorrect_mnethostids() in upgrade. Bump.
stronk7 [Tue, 12 May 2009 00:21:28 +0000 (00:21 +0000)]
MDL-16879 fix mnet hosts - upgrade_fix_incorrect_mnethostids() merged to HEAD
fmarier [Mon, 11 May 2009 23:39:43 +0000 (23:39 +0000)]
MDL-19156: auth/fc: clarifying the licensing terms as per author's email
diml [Mon, 11 May 2009 19:59:58 +0000 (19:59 +0000)]
MDL-16979 - protects update queries by setting a real value in $CFG->search_indexer_update_date
diml [Mon, 11 May 2009 19:52:49 +0000 (19:52 +0000)]
addresses MDL-19154. May not fix every thing here... more tests in progress.
skodak [Mon, 11 May 2009 19:35:37 +0000 (19:35 +0000)]
MDL-19002 fixed string concatenation with "+" typos, added file size restrictions, unfortunately filepicker does not work for some reason
skodak [Mon, 11 May 2009 18:55:03 +0000 (18:55 +0000)]
MDL-19002 standardized constructor parameter order
skodak [Mon, 11 May 2009 18:49:04 +0000 (18:49 +0000)]
MDL-19002 file size limits in filepicker + improved options
skodak [Mon, 11 May 2009 18:24:19 +0000 (18:24 +0000)]
MDL-19002 adding noclean option to editor utility functions
skodak [Mon, 11 May 2009 17:13:45 +0000 (17:13 +0000)]
fixed whitespace
skodak [Mon, 11 May 2009 17:11:29 +0000 (17:11 +0000)]
fixed typo
skodak [Mon, 11 May 2009 17:10:28 +0000 (17:10 +0000)]
MDL-19150 moving the $PAGE setup after debug level configuration
skodak [Mon, 11 May 2009 16:58:52 +0000 (16:58 +0000)]
MDL-17458 removing magic_quotes test from setup.php when MOODLE_SANE_INPUT defined, scripts must find better way to inform admins, sorry
stronk7 [Mon, 11 May 2009 15:11:23 +0000 (15:11 +0000)]
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
moodlerobot [Mon, 11 May 2009 00:36:06 +0000 (00:36 +0000)]
Updated the HEAD build version to
20090511
stronk7 [Mon, 11 May 2009 00:04:18 +0000 (00:04 +0000)]
MDL-18746 get_user_courses_bycap() - avoid ambiguous (repeated) column names ; merged from 19_STABLE
stronk7 [Sun, 10 May 2009 23:17:19 +0000 (23:17 +0000)]
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
stronk7 [Sun, 10 May 2009 15:31:03 +0000 (15:31 +0000)]
MDL-15534 wiki special pages heading title. Apply ewiki_t() to get translated heading names ; merged from 19_STABLE
stronk7 [Sun, 10 May 2009 14:45:59 +0000 (14:45 +0000)]
MDL-12618 restore events - apply cross-db sql_compare_text(). MSSQL & Oracle were broken here. Merged from 19_STABLE
stronk7 [Sun, 10 May 2009 11:56:28 +0000 (11:56 +0000)]
MDL-11144 - restore of mnet users. Another improvement... merged from 19_STABLE
skodak [Sun, 10 May 2009 11:49:00 +0000 (11:49 +0000)]
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
stronk7 [Sun, 10 May 2009 01:16:10 +0000 (01:16 +0000)]
MDL-17009 restore of mnet users - prevent any user using local host to end with mnet auth ; merged from 19_STABLE
moodlerobot [Sun, 10 May 2009 00:36:20 +0000 (00:36 +0000)]
Updated the HEAD build version to
20090510
moodlerobot [Sun, 10 May 2009 00:26:39 +0000 (00:26 +0000)]
Automatic installer.php lang files by installer_builder (
20090510 )
tjhunt [Sat, 9 May 2009 14:21:11 +0000 (14:21 +0000)]
filterlib: Fix typo
mjollnir_ [Sat, 9 May 2009 13:15:41 +0000 (13:15 +0000)]
portfolio/ replaced course_setup with $PAGE->set_course which seems to have been missed
fmarier [Sat, 9 May 2009 04:34:11 +0000 (04:34 +0000)]
MDL-19117 clarification to the license
moodlerobot [Sat, 9 May 2009 00:37:09 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090509
skodak [Fri, 8 May 2009 21:30:56 +0000 (21:30 +0000)]
MDL-16957 explain why our htaccess is intentionally broken; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 20:07:33 +0000 (20:07 +0000)]
MDL-14831 adding warning - excluded grades are not compatible with sum agg
mjollnir_ [Fri, 8 May 2009 14:24:56 +0000 (14:24 +0000)]
fix for MDL-19110
Author: Adrian Schlegel <adrian@liip.ch>
nicolasconnault [Fri, 8 May 2009 13:31:30 +0000 (13:31 +0000)]
MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 13:18:09 +0000 (13:18 +0000)]
MDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 12:23:22 +0000 (12:23 +0000)]
MDL-18476 fixed default guest role display hint; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 12:16:09 +0000 (12:16 +0000)]
MDL-18704 fixed incorrect mnet logging; merged from MOODLE_19_STABLE
skodak [Fri, 8 May 2009 12:08:02 +0000 (12:08 +0000)]
MDL-18869 fixed full name display; merged from MOODLE_19_STABLE
tjhunt [Fri, 8 May 2009 09:00:41 +0000 (09:00 +0000)]
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');
dongsheng [Fri, 8 May 2009 08:36:34 +0000 (08:36 +0000)]
"MDL-14412, fix cvs conflict mark"
tjhunt [Fri, 8 May 2009 08:22:59 +0000 (08:22 +0000)]
blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page
moodler [Fri, 8 May 2009 08:20:44 +0000 (08:20 +0000)]
theme/standard MDL-19082 Added a margin to standard theme on redirects page (merged from 1.9)