42365 Commits

Author SHA1 Message Date
David Mudrak
995f2d51d7 MDL-12192 Language specific label separator instead of hardcoded ': '
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.

There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.

Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
Eloy Lafuente
8bf1e5295e MDL-22151 assignment backup - added backup for assignment with subplugin support MDL-22245 2010-07-02 11:24:56 +00:00
Eloy Lafuente
060df4c8f7 MDL-22245 backup - added activities subplugin support 2010-07-02 11:13:00 +00:00
Petr Skoda
400475947a MDL-22609 fixed regression in my previous commit, sorry 2010-07-02 10:04:30 +00:00
Petr Skoda
8cf8f2b743 MDL-22609 undoing directory variables magic from last commit, keeping just the userid-->submissionid itemid change 2010-07-02 10:00:00 +00:00
Martin Dougiamas
246c082a4c NOBUG course is not a required param (we assume site level if none specified) 2010-07-02 08:43:27 +00:00
jerome mouneyrac
24a9a618d1 webservice MDL-23052 fix lang string on add service form 2010-07-02 08:38:49 +00:00
Sam Hemelryk
029f5dbe78 admin MDL-23049 Fixed default settings for colour picker admin setting 2010-07-02 08:29:49 +00:00
Andrew Davis
cee9228252 message MDL-23051 made the contact list display properly after removing a contact from within the contact search results. 2010-07-02 08:08:11 +00:00
Sam Hemelryk
3c3a3c3ced admin MDL-23049 Added support for multiple selectors: fixed regression 2010-07-02 07:19:35 +00:00
Sam Hemelryk
bb9e93626b admin MDL-23049 Added support for multiple selectors 2010-07-02 07:12:12 +00:00
jerome mouneyrac
86dcc6f0a2 webservice MDL-21792 refactor webservice authorised users pages 2010-07-02 06:40:36 +00:00
Sam Hemelryk
5933f064fb admin MDL-23049 Fixed bug with colour picker admin setting and added support for empty values 2010-07-02 06:23:19 +00:00
Sam Hemelryk
3b17690ca4 javascript MDL-22920 Added support for CSS images within the new module code and added missing requirement 2010-07-02 05:39:59 +00:00
jerome mouneyrac
5cbbcc1ae6 registration MDL-22964 check if xmlrpc is enabled on the registration pages, publication pages and community block page. 2010-07-02 03:40:12 +00:00
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