- 05 Nov, 2010 6 commits
-
-
Sam Hemelryk authored
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 authored
-
Sam Hemelryk authored
block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings
-
Martin Dougiamas authored
-
Helen Foster authored
-
Helen Foster authored
-
- 04 Nov, 2010 15 commits
-
-
Helen Foster authored
-
David Mudrak authored
Workshop aggregation is not expected to produce any output, just redirects back to the workshop main page
-
Tim Hunt authored
Thanks to mark williams for the report.
-
Andrew Davis authored
-
Andrew Davis authored
-
Sam Hemelryk authored
-
Dongsheng Cai authored
-
Martin Dougiamas authored
-
David Mudrak authored
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 authored
-
David Mudrak authored
-
David Mudrak authored
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 authored
PHP5 passes and returns reference to objects automatically, no need for reference operator any more.
-
David Mudrak authored
-
David Mudrak authored
-
- 03 Nov, 2010 17 commits
-
-
Andrew Davis authored
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 authored
-
Andrew Davis authored
message MDL-25033 made the contact paging elements clickable even if they spill over into the right hand pane
-
Aparup Banerjee authored
-
Andrew Davis authored
-
Andrew Davis authored
-
Aparup Banerjee authored
global search MDL-25009 indexing failures in each module are now handled so that indexing can proceed to the next module.
-
Aparup Banerjee authored
also a temp fix (MDL-24822) for forum groupid.
-
jerome mouneyrac authored
-
Sam Hemelryk authored
-
Martin Dougiamas authored
-
Tim Hunt authored
-
Tim Hunt authored
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 authored
-
Tim Hunt authored
The code was behaving as if it was always true.
-
Tim Hunt authored
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 authored
-
- 02 Nov, 2010 2 commits
-
-
Sam Marshall authored
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 authored
-