42350 Commits

Author SHA1 Message Date
Dongsheng Cai
195827d35b MDL-23019, fixed post_form validation function. 2010-07-02 03:26:55 +00:00
Moodle Robot
2480143725 Updated the HEAD build version to 20100702 2010-07-02 00:43:45 +00:00
David Mudrak
67c1d98de0 MDL-23037 Improved handling of the language preferred by remote users
Strips _utf8 suffix for remote users roaming from Moodle 1.x sites.
Checks that the preferred language is actually installed, uses the site
default otherwise.
2010-07-01 15:11:44 +00:00
David Mudrak
5db29f49f2 MNet: Fixed remote user profile display
Fixed SQL, strings usage, CSS class. In the future, we can distinguish
information displayed for the owner and for the others, as well as what
to display in the course profile (user/view.php) and public profile
(user/profile.php).
2010-07-01 12:56:31 +00:00
Martin Dougiamas
d992f53d8c mod/assignment MDL-22609 Checking in Aparup's patch fixing the file upgrade (itemid now is submission->id, not user->id). Also fixed some buggy uses of $OUTPUT->notification in uploadsingle->upload() (redirect works better) 2010-07-01 09:41:06 +00:00
Rossiani Wijaya
484617d255 MDL-22887 - changing variable $courseid to $calendar->courseid; 2010-07-01 09:07:05 +00:00
aparup
261b585daa Assignment MDL-22611 cosmetics - spaces after if and no spaces in parenthesis. - thanks petr 2010-07-01 09:05:08 +00:00
Martin Dougiamas
6ca6177a48 MDL-22338 Make general embedding larger, like PDFs 2010-07-01 08:12:16 +00:00
Petr Skoda
4129338c04 MDL-22910 fixing more DISTINCT+text field issues, hopefully this is all from enrol 2010-07-01 07:40:24 +00:00
Petr Skoda
d693882f7f MDL-22910 oh, I have introduced email requirement field into user picture too, sorry 2010-07-01 07:05:03 +00:00
Rossiani Wijaya
377d7b82f6 MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00
Rossiani Wijaya
36099bd4d5 MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:24:14 +00:00
Rossiani Wijaya
12a24e00cf MDL-21610 (partial) - converting table to css for discussion display controls. 2010-07-01 04:45:54 +00:00
Martin Dougiamas
5e044efd52 MDL-23037 Make current_language more robust in case xxx_utf8 names slip in 2010-07-01 04:31:40 +00:00
Martin Dougiamas
6902335084 MDL-22813 Credit to Mark Nelson of Pukunui Technologies - tidied up the portfolio management even further. Thanks!! 2010-07-01 03:48:18 +00:00
Sam Hemelryk
a481b2c60c navigation MDL-23031 Removed show my history feature from the navigation.... goodbye! 2010-07-01 03:46:17 +00:00
Sam Hemelryk
1af67ecb1a navigation MDL-23036 Fixed issue when generation was limited to course+categories causing JS to error 2010-07-01 03:33:16 +00:00
Martin Dougiamas
e3b8897c3a NOBUG Removed unused string 'searchconcept' 2010-07-01 03:30:50 +00:00
Martin Dougiamas
9b22ac0aac NOBUG Fixed a bad string callto "alphabet" 2010-07-01 03:28:20 +00:00
Andrew Davis
d5afd6c9b0 gradebook MDL-23033 made use of user_picture::fields() 2010-07-01 02:34:17 +00:00
Martin Dougiamas
9bf0881743 MDL-22910 Fixing regression caused by adding email as a required field for user pictures 2010-07-01 02:31:28 +00:00
Sam Hemelryk
2b722f8707 javascript MDL-22920 Added functionality to allow inclusion of Moodle-YUI JS modules easily 2010-07-01 02:26:21 +00:00
Andrew Davis
627bb9ec78 message MDL-23034 now making use of user_picture::fields() 2010-07-01 02:12:46 +00:00
Andrew Davis
abfe77eaef gradebook MDL-22820 grader report per row classes were missing a space 2010-07-01 01:35:33 +00:00
Moodle Robot
d6ea58b7aa Updated the HEAD build version to 20100701 2010-07-01 00:44:38 +00:00
Patrick Malley
835349a9b8 MDL-23030 - first commit of binarius theme 2010-06-30 23:34:21 +00:00
Patrick Malley
8c2b51bf10 MDL-22875 - Added forumheaderlist to table styles and fixed up calendar issues caused by recent changes there 2010-06-30 23:32:09 +00:00
Patrick Malley
e4f0c78a76 Adding same HTML to view.php that exists in profile.php 2010-06-30 22:55:07 +00:00
Petr Skoda
eae1948cee MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs 2010-06-30 20:42:11 +00:00
Patrick Malley
9e39483a01 MDL-23028 - adding GPL License statement 2010-06-30 16:17:30 +00:00
Patrick Malley
6f60ed4f97 MDL-23028 - adding standard README content to all existing themes 2010-06-30 15:59:28 +00:00
Martin Dougiamas
6585e9f83b MDL-23023 prevent the user from adding or editing the community block if they can't use it 2010-06-30 13:17:34 +00:00
Martin Dougiamas
c0210b9144 Bumped to Preview Release 4 2010-06-30 09:37:50 +00:00
Martin Dougiamas
3bd9a7fe59 NOBUG: Added a little notice about the new interface coming soon 2010-06-30 09:29:31 +00:00
Martin Dougiamas
9fcec30dcc MDL-22963 Fixed some regressions caused by undeleted $ratings parameters in some forum modes 2010-06-30 09:22:19 +00:00
Martin Dougiamas
8295918f96 MDL-22963 Fixing renderer regression that broke the forum mode selector 2010-06-30 09:14:55 +00:00
Rossiani Wijaya
b08cff857a MDL-20509 - remove http:// prefix from input box.
Add http:// prefix if:
1) there is no :// in the string already, and
2) the string doesn't start with /
2010-06-30 07:52:26 +00:00
Rossiani Wijaya
b4701159b8 MDL-22647 - add missing string $strsectionname 2010-06-30 07:07:12 +00:00
Andrew Davis
8a811c5674 message MDL-22320 message notification overlay stick to the bottom right of the screen fix for IE 6 2010-06-30 06:37:52 +00:00
Andrew Davis
290d9fe42a message MDL-22320 made the message notification overlay stick to the bottom right of the screen 2010-06-30 06:37:07 +00:00
Andrew Davis
9356de8111 message MDL-22320 Corrected a not quite right method description 2010-06-30 06:35:47 +00:00
Andrew Davis
78e873c89f message MDL-22320 moved the new message notification to the bottom right corner of the screen 2010-06-30 03:29:52 +00:00
Andrew Davis
3788900dbd message MDL-22320 assorted message notification improvements 2010-06-30 03:29:02 +00:00
Andrew Davis
0c656060a8 message MDL-22320 altered strings to allow message notifications to tell you who is messaging you 2010-06-30 03:27:29 +00:00
Dan Marsden
2c0b7ba20e MNET MDL-23001 bad use of get_config causing mnet SSO fail. 2010-06-30 02:08:35 +00:00
Moodle Robot
8d86a2ad3e Updated the HEAD build version to 20100630 2010-06-30 00:44:46 +00:00
Martin Dougiamas
65fbace7f0 messaging MDL-22320 Fixed a typo causing undefined variable notice 2010-06-29 14:57:45 +00:00
Martin Dougiamas
1291a79fd7 MDL-21655 Fixing one missed has_coursemanager_role -> has_coursecontact_role 2010-06-29 14:29:28 +00:00
Martin Dougiamas
e30fabaec5 NOBUG Fixed an obvious typo 2010-06-29 14:27:10 +00:00
Andrew Davis
0a91ee230f blocks MDL-22320 removed a popup 2010-06-29 08:30:02 +00:00