45549 Commits

Author SHA1 Message Date
Sam Hemelryk
e0be5f1f34 NOBUG: Fixed minor navigation issue 2010-11-05 08:40:45 +00:00
Petr Skoda
2cadd443df NOBUG fixed infinite loop when zlib compression enabled 2010-11-05 08:32:36 +00:00
Andrew Davis
46505ee75e message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version 2010-11-05 08:04:40 +00:00
Sam Hemelryk
c48a07c64e mod-forum MDL-24895 Fixed up CSS classes in forum posts 2010-11-05 07:53:08 +00:00
Petr Skoda
ad26248c3a MDL-25053 invalid SQL syntax
postgresql requires AS when defining column aliases, credit goes to Alan Peter Carter
2010-11-05 07:29:24 +00:00
Sam Hemelryk
4c066ce7da NOBUG: Turned off zlib compression when serving javascript files. 2010-11-05 07:03:05 +00:00
jerome mouneyrac
6d153e67b4 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 2010-11-05 06:55:43 +00:00
Sam Hemelryk
8fb93005f8 themes MDL-24895 Fixed phantom scroll bar bug that was occurring on OSX Firefox, Chrome, and Safari 2010-11-05 06:37:06 +00:00
Dongsheng Cai
cde2709a88 MDL-15573, question export rewrite 2010-11-05 06:34:00 +00:00
Andrew Davis
cc7719396e rss MDL-25076 made forum rss feeds that are displaying discussions instead of posts correctly set the item titles 2010-11-05 06:13:31 +00:00
Sam Hemelryk
66f6369763 output MDL-24895 Removed debugging notice when setting an unchangeable pagelayout 2010-11-05 04:19:08 +00:00
Sam Hemelryk
bf2b43dfe1 blocks MDL-25074 When adding pretend blocks if the requested region doesn't exist it now uses the default region. 2010-11-05 03:45:32 +00:00
Sam Hemelryk
367a75fae4 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.
2010-11-05 02:53:47 +00:00
Dongsheng Cai
2412f8b882 MDL-25069, chat, check if user loggedin 2010-11-05 02:41:16 +00:00
Sam Hemelryk
486fe803c1 block-blog_recent MDL-22942 Fixed up block config function, blog_recent doesn't have global settings 2010-11-05 01:55:51 +00:00
Moodle Robot
9fb3c12d75 Updated the HEAD build version to 20101105 2010-11-05 00:47:33 +00:00
Helen Foster
73ecfcb5cc MDL-21395 rewording help string 2010-11-04 17:48:43 +00:00
Helen Foster
323dcc8e34 MDL-21395 deleting unused string 2010-11-04 17:04:50 +00:00
Helen Foster
df04f0fe3b cap rewording 2010-11-04 15:11:47 +00:00
David Mudrak
c3a1f30f1c Workshop aggregation is not expected to produce any output, just redirects back to the workshop main page 2010-11-04 14:45:03 +00:00
Tim Hunt
93971a3b0f question type upgrade MDL-24863 Fix broken upgrade on MSSQL.
Thanks to mark williams for the report.
2010-11-04 09:49:00 +00:00
Andrew Davis
a46c9a2ab4 message MDL-24763 altered a debugging() call to have a unique message 2010-11-04 06:36:56 +00:00
Andrew Davis
80c83382f9 message MDL-24763 prevented notifications from appearing in the messages block 2010-11-04 06:04:40 +00:00
Sam Hemelryk
eff674ae35 NOBUG: Fixed syntax error 2010-11-04 05:20:09 +00:00
Dongsheng Cai
3942626d07 MDL-22663, fixed webdav type option 2010-11-04 03:46:41 +00:00
Moodle Robot
4800eef4d6 Updated the HEAD build version to 20101104 2010-11-04 00:48:47 +00:00
David Mudrak
c883a74f6f 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.
2010-11-03 20:44:35 +00:00
David Mudrak
d2e3d259fa MDL-24896 Removed hmm-note - PHPMailer's LE property is part of public API 2010-11-03 20:44:23 +00:00
David Mudrak
beee71f2e7 MDL-21276 removed forgotten MNet global variable declaration and unused static cache 2010-11-03 20:44:10 +00:00
David Mudrak
f180f99a6d 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.
2010-11-03 20:43:58 +00:00
David Mudrak
d21616ecb1 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.
2010-11-03 20:43:46 +00:00
David Mudrak
e83b7a2023 MDL-24896 MDL-23240 class.phpmailer.php reverted to the vanilla upstream version 2010-11-03 20:43:34 +00:00
David Mudrak
e46b01d893 NOMDL Typo3 expects charset names in lower case 2010-11-03 19:33:08 +00:00
Andrew Davis
d8d32f1aac 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. 2010-11-03 07:57:31 +00:00
Andrew Davis
fe8373bcd2 message MDL-25033 made message search appear by default 2010-11-03 07:33:26 +00:00
Andrew Davis
9647deaead message MDL-25033 made the contact paging elements clickable even if they spill over into the right hand pane 2010-11-03 06:56:17 +00:00
Aparup Banerjee
bb560cfadb global search MDL-25030 fixed forum url anchor in index 2010-11-03 04:09:59 +00:00
Andrew Davis
ee5ae29752 message MDL-24970 removed more no longer used code 2010-11-03 03:58:13 +00:00
Andrew Davis
a51a2f5c54 message MDL-24970 removed no longer used messaging code 2010-11-03 03:49:30 +00:00
Aparup Banerjee
7ee2741bb8 global search MDL-25009 indexing failures in each module are now handled so that indexing can proceed to the next module. 2010-11-03 03:47:52 +00:00
Aparup Banerjee
737a1ef41a global search MDL-25010 indexer now recurses through every forum post.
also a temp fix (MDL-24822) for forum groupid.
2010-11-03 03:23:07 +00:00
jerome mouneyrac
042bb40e79 publication MDL-24687 fix pb with screenshots sent during a second course sharing 2010-11-03 02:43:40 +00:00
Sam Hemelryk
b1d2d048b0 theme-anomaly MDL-25028 Removed unused function is anomaly's lib.php file. 2010-11-03 02:26:16 +00:00
Moodle Robot
fa537aced8 Updated the HEAD build version to 20101103 2010-11-03 00:48:32 +00:00
Tim Hunt
6cb034c9d2 MDL-25018 stop html_to_text from breaking utf-8 multibyte characters. 2010-11-02 20:03:48 +00:00
Tim Hunt
29946ad595 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.
2010-11-02 19:49:09 +00:00
Tim Hunt
222fb6e5fe quiz MDL-24140 navigating to a question that was not first on the page was broken. 2010-11-02 19:20:58 +00:00
Tim Hunt
6723a0390b MDL-24140 Each attempt builds on last setting was being ingored in one place.
The code was behaving as if it was always true.
2010-11-02 19:12:21 +00:00
Tim Hunt
20d891228f 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.
2010-11-02 18:38:50 +00:00
Sam Marshall
b608881ca4 Unit tests MDL-24981 Fixed portfolio unit test so it at least runs (update: glossary too) 2010-11-02 16:21:34 +00:00