]>
git.mjollnir.org Git - moodle.git/log
dongsheng [Fri, 3 Apr 2009 07:32:51 +0000 (07:32 +0000)]
"MDL-18520, fix warning in file system plugin"
dongsheng [Fri, 3 Apr 2009 07:31:43 +0000 (07:31 +0000)]
"MDL-17475, fix bad sql when add repository instances"
tjhunt [Fri, 3 Apr 2009 05:47:59 +0000 (05:47 +0000)]
Fix XHTML strict problems in XMLDB.
dongsheng [Fri, 3 Apr 2009 02:26:43 +0000 (02:26 +0000)]
"MDL-17261, add language string, see details on tracker"
fmarier [Fri, 3 Apr 2009 02:22:52 +0000 (02:22 +0000)]
Password policy: MDL-17602 new "max consecutive identical characters" setting
dongsheng [Fri, 3 Apr 2009 02:16:48 +0000 (02:16 +0000)]
"MDL-17475, if webdav_server is empty, return null"
fmarier [Fri, 3 Apr 2009 01:13:42 +0000 (01:13 +0000)]
mod/resource: MDL-18641 ability for resource type plugins to specify their own icon
moodlerobot [Fri, 3 Apr 2009 00:34:34 +0000 (00:34 +0000)]
Updated the HEAD build version to
20090403
sam_marshall [Thu, 2 Apr 2009 16:32:12 +0000 (16:32 +0000)]
MDL-18094: course/viewhiddenactivities didn't work (in some parts of the code) at module level
nicolasconnault [Thu, 2 Apr 2009 12:53:04 +0000 (12:53 +0000)]
MDL-17273 Preventing import of corrupted csv files. Merged from MOODLE_19_STABLE
nicolasconnault [Thu, 2 Apr 2009 12:51:14 +0000 (12:51 +0000)]
MDL-13501 Removing stats and visual reports from HEAD
sam_marshall [Thu, 2 Apr 2009 12:00:09 +0000 (12:00 +0000)]
MDL-17810: Fix to stop you making activities depend on themselves
tjhunt [Thu, 2 Apr 2009 09:37:29 +0000 (09:37 +0000)]
lang editing: MDL-18776 fix regression from MDL-18669.
tjhunt [Thu, 2 Apr 2009 07:50:33 +0000 (07:50 +0000)]
Update a comment as a test of committing via git.
jerome [Thu, 2 Apr 2009 06:59:14 +0000 (06:59 +0000)]
web service MDL-12886 merged Pigui's Team work on course external file + some refactoring
dongsheng [Thu, 2 Apr 2009 06:21:05 +0000 (06:21 +0000)]
"MDL-18520, change block_list into a static member of class"
dongsheng [Thu, 2 Apr 2009 03:32:10 +0000 (03:32 +0000)]
"MDL-13224, language string for mymoodle options"
dongsheng [Thu, 2 Apr 2009 02:49:54 +0000 (02:49 +0000)]
"MDL-13224, convert type of courses limit, everything coming from database is string, merged from 1.9"
tjhunt [Thu, 2 Apr 2009 02:42:11 +0000 (02:42 +0000)]
translation: MDL-18766 reverting. I guess it was not yet ready for prime-time.
I'll commit the patch to contrib in case anyone wishes to experiment further.
moodlerobot [Thu, 2 Apr 2009 00:33:24 +0000 (00:33 +0000)]
Updated the HEAD build version to
20090402
stronk7 [Wed, 1 Apr 2009 09:04:21 +0000 (09:04 +0000)]
MDL-18766 Towards improved translation
dongsheng [Wed, 1 Apr 2009 07:38:32 +0000 (07:38 +0000)]
"MDL-13224, select how many courses can be shown in mymoodle page"
dongsheng [Wed, 1 Apr 2009 07:32:57 +0000 (07:32 +0000)]
"MDL-13224, select how many courses can be shown in mymoodle page"
dongsheng [Wed, 1 Apr 2009 05:47:14 +0000 (05:47 +0000)]
"REPOSITORY/MDL-17466, display which plugin is valid"
dongsheng [Wed, 1 Apr 2009 05:40:37 +0000 (05:40 +0000)]
"REPOSITORY/MDL-17466, display which plugin is valid"
tjhunt [Wed, 1 Apr 2009 04:34:58 +0000 (04:34 +0000)]
file api: MDL-18754 improve the names of some functions.
The new names are documented on
http://docs.moodle.org/en/Development:Convert_Draftarea_Files
tjhunt [Wed, 1 Apr 2009 00:39:17 +0000 (00:39 +0000)]
translation: MDL-18766 Prototype automatic translation system for Moodle.
If Google can do something like http://translate.google.com/, surely we
can do something just as good in Moodle. Here is a first attempt. It is
a bit rough around the edges, and only a couple of target lananguages
have been implemented so far. (More and better attempts welcome!)
In order to ensure that this gets adequate testing, I have made sure that
it gets turn on by default. However, if you really don't like it, you can
turn it off under Administration > Development -> Experimental settings.
moodlerobot [Wed, 1 Apr 2009 00:33:21 +0000 (00:33 +0000)]
Updated the HEAD build version to
20090401
skodak [Tue, 31 Mar 2009 10:03:10 +0000 (10:03 +0000)]
MDL-18552 different TeX trouble fix
jerome [Tue, 31 Mar 2009 03:29:01 +0000 (03:29 +0000)]
web service MDL-12886 administration: implement settings for servers (add amf debug option)
tjhunt [Tue, 31 Mar 2009 03:24:21 +0000 (03:24 +0000)]
MDL-15484 Avoid JavaScript errors after a popup has been blocked.
Also clean up coding style of some nearby functions.
moodlerobot [Tue, 31 Mar 2009 00:35:40 +0000 (00:35 +0000)]
Updated the HEAD build version to
20090331
skodak [Mon, 30 Mar 2009 17:09:39 +0000 (17:09 +0000)]
MDL-18540 fixing "extra" memory strings
dongsheng [Mon, 30 Mar 2009 10:07:24 +0000 (10:07 +0000)]
"MDL-18540, change the uses of option"
tjhunt [Mon, 30 Mar 2009 10:01:39 +0000 (10:01 +0000)]
editor formslib element: symbolic constant EDITOR_UNLIMITED_FILES instead of hard-coded -1.
dongsheng [Mon, 30 Mar 2009 09:42:28 +0000 (09:42 +0000)]
"MDL-18540, change option name to extramemorylimit"
dongsheng [Mon, 30 Mar 2009 09:17:44 +0000 (09:17 +0000)]
"MDL-18540, use admin_setting_configselect to set option"
tjhunt [Mon, 30 Mar 2009 09:15:46 +0000 (09:15 +0000)]
qtypes: MDL-18711 Allow qtype plugins to have custom CSS and JavaScript on the editing page.
tjhunt [Mon, 30 Mar 2009 08:33:13 +0000 (08:33 +0000)]
filters: MDL-17684 Look for the filter name in filter_myfilter.php first.
This makes filters more plugginable, becuase with this lang file name, get_string will look for the filter name in filter/myfilter/lang/en_utf8/filter_myfilter.php.
To do this, there is a new function filter_get_name in filterlib that contains the logic.
Also, a new function filter_get_all_installed to replace the logic for getting all filters that was duplicated in three places.
filter_get_name no longer does such a nice fall-back if the name is missing, to encourage people to supply the right string. The fallback now looks like '[[filtername]] (filter/tidy)'.
gbateson [Mon, 30 Mar 2009 07:09:56 +0000 (07:09 +0000)]
MDL-18409: new message required for "Remove grade item" form element
tjhunt [Mon, 30 Mar 2009 07:05:29 +0000 (07:05 +0000)]
DB unit tests: improve the class so it is easier to use.
gbateson [Mon, 30 Mar 2009 07:03:55 +0000 (07:03 +0000)]
when search for media players, remove requirment for <object> tag to contain a space, and make closing </A> tag lowercase
tjhunt [Mon, 30 Mar 2009 06:13:35 +0000 (06:13 +0000)]
get_string: MDL-13816 allow third-partly modules to register sub-plugin types that have their own lang files.
I suppose to be really useful we should deal with database, capabiltities, etc. too in due course. Still, this is a start.
tjhunt [Mon, 30 Mar 2009 06:11:32 +0000 (06:11 +0000)]
help.php: related to MDL-13816. Clean up the URLs used for help files by removing unused parameters.
dongsheng [Mon, 30 Mar 2009 04:42:55 +0000 (04:42 +0000)]
"MDL-18540, fixed default value of memorylimit"
tjhunt [Mon, 30 Mar 2009 02:21:27 +0000 (02:21 +0000)]
get_string: Refactoring, performance improvements, bug fixes and unit tests
MDL-18669 get_string refactored to elimiate duplicate code and make it easier to understand.
MDL-17763 parent language not processed correctly when getting a plugin string.
MDL-16181 more intelligent caching to avoid repeated file_exists checks.
MDL-12434 move values to array keys to improve lookup times.
The main part of the refactoring is to create a singleton string_manager class to encapsulate the cached data and the processing, while breaking the code up into more smaller methods.
Other performance improvements include:
* Cache results of plugin name -> locations to search array.
* Cache parent lang lookup.
* Skip eval if the string does not contain $ \ or %.
* Remove the unnecessary sprintf from the eval.
There is a performance testing script in lib/simpletest/getstringperformancetester.php. For now this script has the old get_string implementation copied and pasted to the end, and renamed to old_get_string to allow for comparitive timings.
There are now some unit tests for get_string in lib/simpletest/teststringmanager.php. I think I have managed to cover most of the tricky cases.
tjhunt [Mon, 30 Mar 2009 01:57:47 +0000 (01:57 +0000)]
Remove failing unit tests. (We are going to remove enum support from the database layer anyway.)
moodlerobot [Mon, 30 Mar 2009 00:40:05 +0000 (00:40 +0000)]
Updated the HEAD build version to
20090330
agrabs [Sun, 29 Mar 2009 01:30:38 +0000 (01:30 +0000)]
MDL-18716 - ALL Notification E-Mails are sent to System Admins
moodlerobot [Sun, 29 Mar 2009 00:35:19 +0000 (00:35 +0000)]
Updated the HEAD build version to
20090329
skodak [Sat, 28 Mar 2009 22:18:53 +0000 (22:18 +0000)]
DML fix
skodak [Sat, 28 Mar 2009 22:15:12 +0000 (22:15 +0000)]
MDL-14591 adding standard access control
skodak [Sat, 28 Mar 2009 22:02:00 +0000 (22:02 +0000)]
MDL-14591 adding standard access control
skodak [Sat, 28 Mar 2009 21:45:54 +0000 (21:45 +0000)]
MDL-18733 adding note - we need to use user keys instead of cookies here
skodak [Sat, 28 Mar 2009 15:59:26 +0000 (15:59 +0000)]
MDL-14679 fixed DML
skodak [Sat, 28 Mar 2009 15:57:16 +0000 (15:57 +0000)]
MDL-18163 removed bogus archive
skodak [Sat, 28 Mar 2009 15:51:42 +0000 (15:51 +0000)]
MDL-18727 param types ARE required
skodak [Sat, 28 Mar 2009 15:46:34 +0000 (15:46 +0000)]
MDL-18729 param types ARE required
skodak [Sat, 28 Mar 2009 15:45:41 +0000 (15:45 +0000)]
MDL-18728 dml cleanup
skodak [Sat, 28 Mar 2009 15:39:31 +0000 (15:39 +0000)]
MDL-18163 noting arrayview.php design is not acceptable in official moodle
skodak [Sat, 28 Mar 2009 15:18:38 +0000 (15:18 +0000)]
MDL-18726 dml cleanup
skodak [Sat, 28 Mar 2009 15:15:22 +0000 (15:15 +0000)]
MDL-17458 prevent trailing whitespace problems in config.php
skodak [Sat, 28 Mar 2009 15:07:24 +0000 (15:07 +0000)]
MDL-14589 removed obsoleted comments
moodlerobot [Fri, 27 Mar 2009 23:33:47 +0000 (23:33 +0000)]
Updated the HEAD build version to
20090328
jerome [Fri, 27 Mar 2009 04:38:47 +0000 (04:38 +0000)]
web service MDL-12886 remove some old comments
fmarier [Fri, 27 Mar 2009 03:21:10 +0000 (03:21 +0000)]
mod/resource: MDL-18691 allow custom resource types to specify their name in their own lang directory
Before this change, the full name of the resource type had to be stored in the "resource" namespace (for example in /mod/resource/lang/en_utf8/resource.php).
Now it can be put in the "resource_foo" namespace:
e.g. in /mod/resource/type/foo/lang/en_utf8/resource_foo.php:
<?php
$string['resourcetypefoo'] = 'Link to a Foo Bar document';
?>
danmarsden [Fri, 27 Mar 2009 01:46:39 +0000 (01:46 +0000)]
SCORM MDL-18626 - fix SCORM navigation breadcrumbs
moodlerobot [Thu, 26 Mar 2009 23:34:39 +0000 (23:34 +0000)]
Updated the HEAD build version to
20090327
stronk7 [Thu, 26 Mar 2009 21:34:59 +0000 (21:34 +0000)]
MDL-18552 TeX filter - add string ; merged from 19_STABLE
danmarsden [Thu, 26 Mar 2009 21:23:25 +0000 (21:23 +0000)]
Choice MDL-18600 fix sort to be sorted by surname,firstname - thanks to Mihai Sucan for the fix
skodak [Thu, 26 Mar 2009 21:15:12 +0000 (21:15 +0000)]
MDL-18417 fixed DML conversion
skodak [Thu, 26 Mar 2009 20:53:03 +0000 (20:53 +0000)]
MDL-18472 fixed missing argument in deprecated function, thanks Gordon Bateson
danmarsden [Thu, 26 Mar 2009 20:22:43 +0000 (20:22 +0000)]
AICC MDL-18702 Completion Logic incorrect - thanks to Martin Holden for the fix!
skodak [Thu, 26 Mar 2009 19:56:11 +0000 (19:56 +0000)]
MDL-18676 auth plugins should run before enrol because it may create new users - proposed by Jason Hardin
skodak [Thu, 26 Mar 2009 19:46:15 +0000 (19:46 +0000)]
MDL-18686 removing ancient readme file
stronk7 [Thu, 26 Mar 2009 19:17:25 +0000 (19:17 +0000)]
MDL-18552 TeX filter - blacklist unsecure commands + protect texdebug ; merged from 19_STABLE
dongsheng [Thu, 26 Mar 2009 13:32:28 +0000 (13:32 +0000)]
"MDL-17966, fixed installation blocker, merged from 1.9"
poltawski [Thu, 26 Mar 2009 10:57:18 +0000 (10:57 +0000)]
course overview report: MDL-18286 - verson number bump wasn't merged properly
Grrrrrrrrrrrrrrrrr Petr! ;-)
dongsheng [Thu, 26 Mar 2009 08:56:08 +0000 (08:56 +0000)]
"ADMINLIB/MDL-17966, overwrite write_setting to update settings instead execute sql execute in get_settings, this will not hurt performance, merged from 1.9"
tjhunt [Thu, 26 Mar 2009 08:42:23 +0000 (08:42 +0000)]
questions: unit tests for default_questiontype::compare_responses.
dongsheng [Thu, 26 Mar 2009 02:52:59 +0000 (02:52 +0000)]
"EDITOR/MDL-16698, replace htmleditor element with editor element in forum, move draft files to correct file area"
dongsheng [Thu, 26 Mar 2009 02:39:35 +0000 (02:39 +0000)]
"ADMINLIB/MDL-17966, update after writing settings, fix dml calls"
dongsheng [Thu, 26 Mar 2009 02:34:42 +0000 (02:34 +0000)]
"ADMINLIB/MDL-17966, update after writing settings, merged from 1.9"
dongsheng [Thu, 26 Mar 2009 02:25:46 +0000 (02:25 +0000)]
"ADMINLIB/MDL-17966, update after writing settings, merged from 1.9"
dongsheng [Thu, 26 Mar 2009 02:09:28 +0000 (02:09 +0000)]
"MEMORY/MDL-18540,remove hard-coded php memory limit, added system setting for it, create a function reduce_memory_limit to reduce memroy limit and respect php.ini setting in the meanwhile, merged from 1.9"
jerome [Thu, 26 Mar 2009 01:54:56 +0000 (01:54 +0000)]
web service MDL-12886 fix syntax error for description generation
tjhunt [Thu, 26 Mar 2009 01:54:40 +0000 (01:54 +0000)]
random essay questions: MDL-8648 fix merge problem.
tjhunt [Thu, 26 Mar 2009 01:50:22 +0000 (01:50 +0000)]
quiz manual grading: MDL-17586 'Grade all 4 ungraded attempts' acutally does the opposite'
moodlerobot [Wed, 25 Mar 2009 23:33:40 +0000 (23:33 +0000)]
Updated the HEAD build version to
20090326
diml [Wed, 25 Mar 2009 21:28:43 +0000 (21:28 +0000)]
MDL-18672 and MDL-18679 fixed. DIRECTORY_SEPARATOR / PATH_SEPARATOR mismatch
poltawski [Wed, 25 Mar 2009 09:46:12 +0000 (09:46 +0000)]
Fix 'progile' typo MDL-18312
merged from MOODLE_19_STABLE
poltawski [Wed, 25 Mar 2009 09:43:19 +0000 (09:43 +0000)]
Fix 'drow-down' typo MDL-18320
merged from MOODLE_19_STABLE
poltawski [Wed, 25 Mar 2009 09:38:41 +0000 (09:38 +0000)]
lib/moodlelib.php MDL-18406 - use more robust require path
thanks to Daniel Neis
merged from MOODLE_19_STABLE
poltawski [Wed, 25 Mar 2009 09:33:06 +0000 (09:33 +0000)]
documentation/workshop MDL-2605 - bad helpfile link
merged from MOODLE_19_STABLE
poltawski [Wed, 25 Mar 2009 09:18:19 +0000 (09:18 +0000)]
lib/email_to_user MDL-10384 Recipeint names broken
When emailcharset is not utf8 the charset conversion was breaking
recipient/replyto names
thanks to Tatsuya Shirai
merged from MOODLE_19_STABLE
tjhunt [Wed, 25 Mar 2009 04:20:57 +0000 (04:20 +0000)]
switch roles: MDL-18132 New Role allow switches page finished.
I also set up a reasonable set of default allows, including setting up some sensible allow_overrides, whatever the rant in MDL-15841 says.
tjhunt [Wed, 25 Mar 2009 02:17:14 +0000 (02:17 +0000)]
switch roles: MDL-18132 Convert allow override page to use the shared code.
tjhunt [Wed, 25 Mar 2009 01:50:55 +0000 (01:50 +0000)]
switch roles: MDL-18132 Refactor role allow assign page
This is ready to eliminate the duplication between this and role allow override, and the soon-to-be-written role allow switch page.
dongsheng [Wed, 25 Mar 2009 01:49:52 +0000 (01:49 +0000)]
"DATA/MDL-18136, change to moodle coding style and fix incorrect parameter of data_get_field_from_id"
moodlerobot [Tue, 24 Mar 2009 23:32:49 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090325