Aparup Banerjee [Fri, 5 Nov 2010 08:53:57 +0000 (08:53 +0000)]
global search MDL-25056 added a port of the global_config.html to settings.php. Leaving the html file behind for regression checks.
Petr Skoda [Fri, 5 Nov 2010 08:44:51 +0000 (08:44 +0000)]
NOBUG fixed infinite loop when zlib compression enabled revisited
Rossiani Wijaya [Fri, 5 Nov 2010 08:41:53 +0000 (08:41 +0000)]
MDL-21559: fixed force password change for internal and external authentication in user upload.
Sam Hemelryk [Fri, 5 Nov 2010 08:40:45 +0000 (08:40 +0000)]
NOBUG: Fixed minor navigation issue
Petr Skoda [Fri, 5 Nov 2010 08:32:36 +0000 (08:32 +0000)]
NOBUG fixed infinite loop when zlib compression enabled
Andrew Davis [Fri, 5 Nov 2010 08:04:40 +0000 (08:04 +0000)]
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
Sam Hemelryk [Fri, 5 Nov 2010 07:53:08 +0000 (07:53 +0000)]
mod-forum MDL-24895 Fixed up CSS classes in forum posts
Petr Skoda [Fri, 5 Nov 2010 07:29:24 +0000 (07:29 +0000)]
MDL-25053 invalid SQL syntax
postgresql requires AS when defining column aliases, credit goes to Alan Peter Carter
Sam Hemelryk [Fri, 5 Nov 2010 07:03:05 +0000 (07:03 +0000)]
NOBUG: Turned off zlib compression when serving javascript files.
jerome mouneyrac [Fri, 5 Nov 2010 06:55:43 +0000 (06:55 +0000)]
webservice MDL-18655 add new capability moodle/user:viewalldetails allowing to see all user information. This capability is set up copying the current moodle/user:update assignations
Sam Hemelryk [Fri, 5 Nov 2010 06:37:06 +0000 (06:37 +0000)]
themes MDL-24895 Fixed phantom scroll bar bug that was occurring on OSX Firefox, Chrome, and Safari
Dongsheng Cai [Fri, 5 Nov 2010 06:34:00 +0000 (06:34 +0000)]
MDL-15573, question export rewrite
Andrew Davis [Fri, 5 Nov 2010 06:13:31 +0000 (06:13 +0000)]
rss MDL-25076 made forum rss feeds that are displaying discussions instead of posts correctly set the item titles
Sam Hemelryk [Fri, 5 Nov 2010 04:19:08 +0000 (04:19 +0000)]
output MDL-24895 Removed debugging notice when setting an unchangeable pagelayout
Sam Hemelryk [Fri, 5 Nov 2010 03:45:32 +0000 (03:45 +0000)]
blocks MDL-25074 When adding pretend blocks if the requested region doesn't exist it now uses the default region.
Sam Hemelryk [Fri, 5 Nov 2010 02:53:47 +0000 (02:53 +0000)]
themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
Dongsheng Cai [Fri, 5 Nov 2010 02:41:16 +0000 (02:41 +0000)]
MDL-25069, chat, check if user loggedin
Sam Hemelryk [Fri, 5 Nov 2010 01:55:51 +0000 (01:55 +0000)]
block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings
Moodle Robot [Fri, 5 Nov 2010 00:47:33 +0000 (00:47 +0000)]
Updated the HEAD build version to
20101105
Helen Foster [Thu, 4 Nov 2010 17:48:43 +0000 (17:48 +0000)]
MDL-21395 rewording help string
Helen Foster [Thu, 4 Nov 2010 17:04:50 +0000 (17:04 +0000)]
MDL-21395 deleting unused string
Helen Foster [Thu, 4 Nov 2010 15:11:47 +0000 (15:11 +0000)]
cap rewording
David Mudrak [Thu, 4 Nov 2010 14:45:03 +0000 (14:45 +0000)]
Workshop aggregation is not expected to produce any output, just redirects back to the workshop main page
Tim Hunt [Thu, 4 Nov 2010 09:49:00 +0000 (09:49 +0000)]
question type upgrade MDL-24863 Fix broken upgrade on MSSQL.
Thanks to mark williams for the report.
Andrew Davis [Thu, 4 Nov 2010 06:36:56 +0000 (06:36 +0000)]
message MDL-24763 altered a debugging() call to have a unique message
Andrew Davis [Thu, 4 Nov 2010 06:04:40 +0000 (06:04 +0000)]
message MDL-24763 prevented notifications from appearing in the messages block
Sam Hemelryk [Thu, 4 Nov 2010 05:20:09 +0000 (05:20 +0000)]
NOBUG: Fixed syntax error
Dongsheng Cai [Thu, 4 Nov 2010 03:46:41 +0000 (03:46 +0000)]
MDL-22663, fixed webdav type option
Moodle Robot [Thu, 4 Nov 2010 00:48:47 +0000 (00:48 +0000)]
Updated the HEAD build version to
20101104
David Mudrak [Wed, 3 Nov 2010 20:44:35 +0000 (20:44 +0000)]
MDL-24896 Do not access PHPMailer's private properties but use public API only
There was a problem with properties $to, $ReplyTo and $error_count that
are now private. $error_count is accessible via public IsError() method.
For the other two, we needed them just because of post-processing charset
conversion. So I just made sure that the charset is converted before
the recipent and reply-to names are added to the PHPMailer.
Also, I do not instantiate Typo3 during every email if it is not needed
and I pass the character set to it in lower case now as stated in
textlib documentation.
David Mudrak [Wed, 3 Nov 2010 20:44:23 +0000 (20:44 +0000)]
MDL-24896 Removed hmm-note - PHPMailer's LE property is part of public API
David Mudrak [Wed, 3 Nov 2010 20:44:10 +0000 (20:44 +0000)]
MDL-21276 removed forgotten MNet global variable declaration and unused static cache
David Mudrak [Wed, 3 Nov 2010 20:43:58 +0000 (20:43 +0000)]
MDL-24896 MDL-12596 RFCDate declared explicitly as public as it is in the parent class
The method used to be set as private in PHPdocs @access property in the
versions for PHP4. But apparenty upstream considers the function public.
Also, if the function did not declare visibility explicitly, it was
considered public anyway.
David Mudrak [Wed, 3 Nov 2010 20:43:46 +0000 (20:43 +0000)]
MDL-24896 no more returning explicit reference by get_mailer
PHP5 passes and returns reference to objects automatically, no need for
reference operator any more.
David Mudrak [Wed, 3 Nov 2010 20:43:34 +0000 (20:43 +0000)]
MDL-24896 MDL-23240 class.phpmailer.php reverted to the vanilla upstream version
David Mudrak [Wed, 3 Nov 2010 19:33:08 +0000 (19:33 +0000)]
NOMDL Typo3 expects charset names in lower case
Andrew Davis [Wed, 3 Nov 2010 07:57:31 +0000 (07:57 +0000)]
message MDL-24694 made the email message processor report success if the recipient has said they don't want to receive emails so that code sending messages isnt bothered by what looks like a failure.
Andrew Davis [Wed, 3 Nov 2010 07:33:26 +0000 (07:33 +0000)]
message MDL-25033 made message search appear by default
Andrew Davis [Wed, 3 Nov 2010 06:56:17 +0000 (06:56 +0000)]
message MDL-25033 made the contact paging elements clickable even if they spill over into the right hand pane
Aparup Banerjee [Wed, 3 Nov 2010 04:09:59 +0000 (04:09 +0000)]
global search MDL-25030 fixed forum url anchor in index
Andrew Davis [Wed, 3 Nov 2010 03:58:13 +0000 (03:58 +0000)]
message MDL-24970 removed more no longer used code
Andrew Davis [Wed, 3 Nov 2010 03:49:30 +0000 (03:49 +0000)]
message MDL-24970 removed no longer used messaging code
Aparup Banerjee [Wed, 3 Nov 2010 03:47:52 +0000 (03:47 +0000)]
global search MDL-25009 indexing failures in each module are now handled so that indexing can proceed to the next module.
Aparup Banerjee [Wed, 3 Nov 2010 03:23:07 +0000 (03:23 +0000)]
global search MDL-25010 indexer now recurses through every forum post.
also a temp fix (MDL-24822) for forum groupid.
jerome mouneyrac [Wed, 3 Nov 2010 02:43:40 +0000 (02:43 +0000)]
publication MDL-24687 fix pb with screenshots sent during a second course sharing
Sam Hemelryk [Wed, 3 Nov 2010 02:26:16 +0000 (02:26 +0000)]
theme-anomaly MDL-25028 Removed unused function is anomaly's lib.php file.
Moodle Robot [Wed, 3 Nov 2010 00:48:32 +0000 (00:48 +0000)]
Updated the HEAD build version to
20101103
Tim Hunt [Tue, 2 Nov 2010 20:03:48 +0000 (20:03 +0000)]
MDL-25018 stop html_to_text from breaking utf-8 multibyte characters.
Tim Hunt [Tue, 2 Nov 2010 19:49:09 +0000 (19:49 +0000)]
quiz 'secure' mode MDL-21085 remove popup-blocker check.
It was unnecessary on modern browsers, since they let thought a pop-up if you just clicked on a link, so this check was just causing an annoying and misleading alert.
Since the popupchecker was only used here, and since it was implemented in a way that does not work on all browsers, I just deleted the function. If anyone ever finds that they acutally need this functionality, they can re-implement it in a way that works.
Tim Hunt [Tue, 2 Nov 2010 19:20:58 +0000 (19:20 +0000)]
quiz MDL-24140 navigating to a question that was not first on the page was broken.
Tim Hunt [Tue, 2 Nov 2010 19:12:21 +0000 (19:12 +0000)]
MDL-24140 Each attempt builds on last setting was being ingored in one place.
The code was behaving as if it was always true.
Tim Hunt [Tue, 2 Nov 2010 18:38:50 +0000 (18:38 +0000)]
MDL-24256 question category editing was messed up.
The unerlying problem seemed to be too many uses of pass-by-reference in listlib, where it was not necessary.
In investigating this code, I ended up doing a fair bit of cleaning up. Apologies that it leads to an unclear changeset.
Sam Marshall [Tue, 2 Nov 2010 16:21:34 +0000 (16:21 +0000)]
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (update: glossary too)
Sam Marshall [Tue, 2 Nov 2010 15:04:21 +0000 (15:04 +0000)]
Unit tests MDL-24976 Fixed conditionlib unit test (also added thing to ensure that debug warning in conditionlib is shown in unit test if applicable)
David Mudrak [Tue, 2 Nov 2010 14:59:32 +0000 (14:59 +0000)]
MDL-25015 documenting the usage of M.util.get_string()
David Mudrak [Tue, 2 Nov 2010 14:24:19 +0000 (14:24 +0000)]
MDL-25015 get_string() logic implementation in javascript
The new function allows to substitute {$a} placeholders on client side.
Version bump needed to clear javascript caches.
Sam Marshall [Tue, 2 Nov 2010 14:18:11 +0000 (14:18 +0000)]
Unit tests MDL-24907 Fix blog unit tests
Sam Marshall [Tue, 2 Nov 2010 14:14:00 +0000 (14:14 +0000)]
Unit tests MDL-24975 Completion unit tests fix
Pierre Pichet [Tue, 2 Nov 2010 13:28:06 +0000 (13:28 +0000)]
MDL-24503 eliminating diagnostic echo or print_r()
Andrew Davis [Tue, 2 Nov 2010 08:35:33 +0000 (08:35 +0000)]
condition MDL-24180 added a help item to the conditional activity availability config UI
Andrew Davis [Tue, 2 Nov 2010 07:58:16 +0000 (07:58 +0000)]
message MDL-24972 removed some no longer required references to tabs
Andrew Davis [Tue, 2 Nov 2010 07:37:25 +0000 (07:37 +0000)]
message MDL-24972 made sure all strings in messages are in the message recipient's language
David Mudrak [Tue, 2 Nov 2010 06:44:08 +0000 (06:44 +0000)]
MDL-24932 moodlemedia tinymce: fixed JavaScript syntax to make IE7 happy
Credit goes to Mauno Korpelainen for spotting this.
Andrew Davis [Tue, 2 Nov 2010 06:09:10 +0000 (06:09 +0000)]
message MDL-24972 integrated message search into /message/index.php instead of having it happen on a separate page. This removed the need for contacts.php to exist.
Dongsheng Cai [Tue, 2 Nov 2010 05:19:37 +0000 (05:19 +0000)]
MDL-25002, fixed wiki preview
Aparup Banerjee [Tue, 2 Nov 2010 03:50:09 +0000 (03:50 +0000)]
global search MDL-24625 setting groupid to 0 for indexing
Dongsheng Cai [Tue, 2 Nov 2010 03:26:10 +0000 (03:26 +0000)]
MDL-24888, fixed tags itemtype in lib/db/upgrade.php
Andrew Davis [Tue, 2 Nov 2010 03:09:56 +0000 (03:09 +0000)]
message MDL-24972 removed the repeated restatement of your search terms in the search results
Andrew Davis [Tue, 2 Nov 2010 03:05:11 +0000 (03:05 +0000)]
message MDL-24972 made search box smaller and added highlighting of currently selected user
Sam Hemelryk [Tue, 2 Nov 2010 03:02:08 +0000 (03:02 +0000)]
mod-wiki MDL-25001 Added missing arguments to optional_param_calls
Dongsheng Cai [Tue, 2 Nov 2010 02:29:21 +0000 (02:29 +0000)]
MDL-24917, display activity backup area in restore-pre ui
Eloy Lafuente [Tue, 2 Nov 2010 01:59:20 +0000 (01:59 +0000)]
MDL-24996 - make forum_print_post() to specify context on format_text() calls
Dan Marsden [Tue, 2 Nov 2010 01:38:56 +0000 (01:38 +0000)]
Assignment MDL-24948 fix depreceated calls to get group info
Eloy Lafuente [Tue, 2 Nov 2010 01:05:43 +0000 (01:05 +0000)]
MDL-25000 backup - prevent calling get_mapping() with empty ids. Yay, 25000!
Moodle Robot [Tue, 2 Nov 2010 00:48:51 +0000 (00:48 +0000)]
Updated the HEAD build version to
20101102
Eloy Lafuente [Mon, 1 Nov 2010 22:09:44 +0000 (22:09 +0000)]
MDL-24962 backup - now destroying circular refs manually to help PHP 5.2
David Mudrak [Mon, 1 Nov 2010 19:53:53 +0000 (19:53 +0000)]
MDL-24932 moodleemoticon tinymce: use restoreSelection() instead of custom bookmark hack
Credit goes to Mauno Korpelainen for the tip on how to sort out this IE
behaviour. Also, I moved compressed dialog.js to the revision directory to prevent
browser caching issues.
Tim Hunt [Mon, 1 Nov 2010 18:14:27 +0000 (18:14 +0000)]
qtype_multichoice MDL-24937 multichoice questions were getting marked as answered even when they weren't.
Sam Marshall [Mon, 1 Nov 2010 18:06:10 +0000 (18:06 +0000)]
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue (ahem, not using ereg)
Sam Marshall [Mon, 1 Nov 2010 18:04:26 +0000 (18:04 +0000)]
Unit tests MDL-24992 Fixed mod/wiki unit test CRLF issue
Sam Marshall [Mon, 1 Nov 2010 18:00:57 +0000 (18:00 +0000)]
Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (albeit with 23 exceptions and only 2 passes)
Tim Hunt [Mon, 1 Nov 2010 17:44:59 +0000 (17:44 +0000)]
quiz/question javascript MDL-24170 Enter in a shortanswer question preview should not flag the question.
That bit of JavaScript from mod/quiz/attempt.php is needed in question preview too, so refactor a bit.
I was disappointed to find that the
$PAGE->requires->js_module('core_question_engine');
line was needed in quiz_get_js_module, but it seems to be.
Also change non-Moodle-y string "End test..." to "Finish attempt..."
Tim Hunt [Mon, 1 Nov 2010 17:36:15 +0000 (17:36 +0000)]
quiz lang MDL-24170 move an old string to a more logical name, before making the real change.
AMOS BEGIN
MOV [finishattempt,mod_quiz],[submitallandfinish,mod_quiz]
AMOS END
Sam Marshall [Mon, 1 Nov 2010 16:33:30 +0000 (16:33 +0000)]
Backup MDL-24906 Fixed unit test failures
Petr Skoda [Mon, 1 Nov 2010 16:00:47 +0000 (16:00 +0000)]
MDL-22584 fixed non standard space char breaking file upgrades
Eloy Lafuente [Mon, 1 Nov 2010 15:55:59 +0000 (15:55 +0000)]
NOBUG: Clean already implemented TODO
Eloy Lafuente [Mon, 1 Nov 2010 15:55:12 +0000 (15:55 +0000)]
MDL-23478 backup - Implement glossary_random & quiz_results after_restore() methods
Eloy Lafuente [Mon, 1 Nov 2010 15:53:35 +0000 (15:53 +0000)]
NOBUG: Added support for after_restore() methods on restore. Will help some blocks.
Eloy Lafuente [Mon, 1 Nov 2010 15:52:18 +0000 (15:52 +0000)]
NOBUG: Added note to avoid forgetting it
Eloy Lafuente [Mon, 1 Nov 2010 15:51:20 +0000 (15:51 +0000)]
MDL-22164 backup - cleaning old backup & restore code in blocks
Eloy Lafuente [Mon, 1 Nov 2010 15:49:01 +0000 (15:49 +0000)]
MDL-24817 backup - added support for decode contents in plugins (and qtypes)
Eloy Lafuente [Mon, 1 Nov 2010 15:47:07 +0000 (15:47 +0000)]
MDL-22164 backup - more cleanup of old 1.9 backup/restore code
Sam Marshall [Mon, 1 Nov 2010 15:46:58 +0000 (15:46 +0000)]
Unit tests MDL-24994 Numerical question unit test was broken
Sam Marshall [Mon, 1 Nov 2010 15:20:16 +0000 (15:20 +0000)]
Unit tests MDL-24982 testrepositorylib uses old test class
Sam Marshall [Mon, 1 Nov 2010 15:14:37 +0000 (15:14 +0000)]
Unit tests MDL-24909 Unit tests used 5 minute time limit per test class; this is insufficient for gradebook tests on slow server. Changed to use 60 second limit per test function instead. Added constant and comment defining this behaviour.
Sam Marshall [Mon, 1 Nov 2010 14:46:07 +0000 (14:46 +0000)]
Backup MDL-24906 Fixed unit test failures
Tim Hunt [Mon, 1 Nov 2010 14:40:25 +0000 (14:40 +0000)]
quiz MDL-24499 simple typo when putting values into a string.
Thanks to Manish Verma for noticing this.
Tim Hunt [Mon, 1 Nov 2010 14:36:58 +0000 (14:36 +0000)]
quiz reports MDL-24603 columns in the overview report should be collapsible.
Tim Hunt [Mon, 1 Nov 2010 13:40:06 +0000 (13:40 +0000)]
themes/unit tests MDL-24983 move the pretty colour styles to the base theme.
Patch thanks to James Brisland.
I know that in general, we should not have specific pretty colours in the base theme, but I think unit tests are an exception. The concept of "the bar being green" is so fundamental to unit testing, and this bit of the UI is developer only.
Sam Marshall [Mon, 1 Nov 2010 13:35:27 +0000 (13:35 +0000)]
xmldb MDL-24979 Made xmldb (a) not hide libxml errors permanently, (b) not incorrectly report previous errors with a later, working file