Moodle Robot
71367aff75
Updated the HEAD build version to 20100704
2010-07-04 00:45:11 +00:00
Petr Skoda
6e7ddc697b
MDL-15136 full support for all plugins in plugin_supports() - fixed incorrect inline docs
2010-07-03 19:06:50 +00:00
Petr Skoda
190b387294
MDL-15136 full support for all plugins in plugin_supports()
2010-07-03 19:05:08 +00:00
Eloy Lafuente
332437c511
MDL-22245 backup - implementing changes in subplugins to offline assignments demo
2010-07-03 17:15:49 +00:00
Eloy Lafuente
4abf04ea06
MDL-22245 backup - improving subplugin support a bit, thanks to David for his comments
2010-07-03 17:12:39 +00:00
Petr Skoda
c82d7320a7
MDL-22983 fixed incorrect repo icon locations - the /pix/ subfolder is the only way now
2010-07-03 14:40:33 +00:00
Petr Skoda
a090554aaa
MDL-23067 fixed potential sql injection and improved SQL coding style
2010-07-03 14:33:48 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Anthony Borrow
ffc3f866d5
MDL-18011 - removing reference to loancalc block from core
2010-07-03 12:24:10 +00:00
Petr Skoda
33ecb2ee3b
loan calc not part of official distro any more
2010-07-03 09:42:30 +00:00
Moodle Robot
80abb60b56
Updated the HEAD build version to 20100703
2010-07-03 00:44:32 +00:00
Tim Hunt
728d60a1f6
question import/export: MDL-22100 ' / etc. in category names confuse the import/export.
2010-07-02 13:36:49 +00:00
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