Petr Skoda [Sat, 3 Jul 2010 13:37:13 +0000 (13:37 +0000)]
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
Anthony Borrow [Sat, 3 Jul 2010 12:24:10 +0000 (12:24 +0000)]
MDL-18011 - removing reference to loancalc block from core
Petr Skoda [Sat, 3 Jul 2010 09:42:30 +0000 (09:42 +0000)]
loan calc not part of official distro any more
Moodle Robot [Sat, 3 Jul 2010 00:44:32 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100703
Tim Hunt [Fri, 2 Jul 2010 13:36:49 +0000 (13:36 +0000)]
question import/export: MDL-22100 ' / etc. in category names confuse the import/export.
David Mudrak [Fri, 2 Jul 2010 12:15:36 +0000 (12:15 +0000)]
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.
Eloy Lafuente [Fri, 2 Jul 2010 11:24:56 +0000 (11:24 +0000)]
MDL-22151 assignment backup - added backup for assignment with subplugin support MDL-22245
Eloy Lafuente [Fri, 2 Jul 2010 11:13:00 +0000 (11:13 +0000)]
MDL-22245 backup - added activities subplugin support
Petr Skoda [Fri, 2 Jul 2010 10:04:30 +0000 (10:04 +0000)]
MDL-22609 fixed regression in my previous commit, sorry
Petr Skoda [Fri, 2 Jul 2010 10:00:00 +0000 (10:00 +0000)]
MDL-22609 undoing directory variables magic from last commit, keeping just the userid-->submissionid itemid change
Martin Dougiamas [Fri, 2 Jul 2010 08:43:27 +0000 (08:43 +0000)]
NOBUG course is not a required param (we assume site level if none specified)
jerome mouneyrac [Fri, 2 Jul 2010 08:38:49 +0000 (08:38 +0000)]
webservice MDL-23052 fix lang string on add service form
Sam Hemelryk [Fri, 2 Jul 2010 08:29:49 +0000 (08:29 +0000)]
admin MDL-23049 Fixed default settings for colour picker admin setting
Andrew Davis [Fri, 2 Jul 2010 08:08:11 +0000 (08:08 +0000)]
message MDL-23051 made the contact list display properly after removing a contact from within the contact search results.
Sam Hemelryk [Fri, 2 Jul 2010 07:19:35 +0000 (07:19 +0000)]
admin MDL-23049 Added support for multiple selectors: fixed regression
Sam Hemelryk [Fri, 2 Jul 2010 07:12:12 +0000 (07:12 +0000)]
admin MDL-23049 Added support for multiple selectors
jerome mouneyrac [Fri, 2 Jul 2010 06:40:36 +0000 (06:40 +0000)]
webservice MDL-21792 refactor webservice authorised users pages
Sam Hemelryk [Fri, 2 Jul 2010 06:23:19 +0000 (06:23 +0000)]
admin MDL-23049 Fixed bug with colour picker admin setting and added support for empty values
Sam Hemelryk [Fri, 2 Jul 2010 05:39:59 +0000 (05:39 +0000)]
javascript MDL-22920 Added support for CSS images within the new module code and added missing requirement
jerome mouneyrac [Fri, 2 Jul 2010 03:40:12 +0000 (03:40 +0000)]
registration MDL-22964 check if xmlrpc is enabled on the registration pages, publication pages and community block page.
Dongsheng Cai [Fri, 2 Jul 2010 03:26:55 +0000 (03:26 +0000)]
MDL-23019, fixed post_form validation function.
Moodle Robot [Fri, 2 Jul 2010 00:43:45 +0000 (00:43 +0000)]
Updated the HEAD build version to
20100702
David Mudrak [Thu, 1 Jul 2010 15:11:44 +0000 (15:11 +0000)]
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.
David Mudrak [Thu, 1 Jul 2010 12:56:31 +0000 (12:56 +0000)]
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).
Martin Dougiamas [Thu, 1 Jul 2010 09:41:06 +0000 (09:41 +0000)]
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)
Rossiani Wijaya [Thu, 1 Jul 2010 09:07:05 +0000 (09:07 +0000)]
MDL-22887 - changing variable $courseid to $calendar->courseid;
aparup [Thu, 1 Jul 2010 09:05:08 +0000 (09:05 +0000)]
Assignment MDL-22611 cosmetics - spaces after if and no spaces in parenthesis. - thanks petr
Martin Dougiamas [Thu, 1 Jul 2010 08:12:16 +0000 (08:12 +0000)]
MDL-22338 Make general embedding larger, like PDFs
Petr Skoda [Thu, 1 Jul 2010 07:40:24 +0000 (07:40 +0000)]
MDL-22910 fixing more DISTINCT+text field issues, hopefully this is all from enrol
Petr Skoda [Thu, 1 Jul 2010 07:05:03 +0000 (07:05 +0000)]
MDL-22910 oh, I have introduced email requirement field into user picture too, sorry
Rossiani Wijaya [Thu, 1 Jul 2010 05:35:27 +0000 (05:35 +0000)]
MDL-20410 - remove set_focuscontrol (bulk commit)
Rossiani Wijaya [Thu, 1 Jul 2010 05:24:14 +0000 (05:24 +0000)]
MDL-20410 - remove set_focuscontrol (bulk commit)
Rossiani Wijaya [Thu, 1 Jul 2010 04:45:54 +0000 (04:45 +0000)]
MDL-21610 (partial) - converting table to css for discussion display controls.
Martin Dougiamas [Thu, 1 Jul 2010 04:31:40 +0000 (04:31 +0000)]
MDL-23037 Make current_language more robust in case xxx_utf8 names slip in
Martin Dougiamas [Thu, 1 Jul 2010 03:48:18 +0000 (03:48 +0000)]
MDL-22813 Credit to Mark Nelson of Pukunui Technologies - tidied up the portfolio management even further. Thanks!!
Sam Hemelryk [Thu, 1 Jul 2010 03:46:17 +0000 (03:46 +0000)]
navigation MDL-23031 Removed show my history feature from the navigation.... goodbye!
Sam Hemelryk [Thu, 1 Jul 2010 03:33:16 +0000 (03:33 +0000)]
navigation MDL-23036 Fixed issue when generation was limited to course+categories causing JS to error
Martin Dougiamas [Thu, 1 Jul 2010 03:30:50 +0000 (03:30 +0000)]
NOBUG Removed unused string 'searchconcept'
Martin Dougiamas [Thu, 1 Jul 2010 03:28:20 +0000 (03:28 +0000)]
NOBUG Fixed a bad string callto "alphabet"
Andrew Davis [Thu, 1 Jul 2010 02:34:17 +0000 (02:34 +0000)]
gradebook MDL-23033 made use of user_picture::fields()
Martin Dougiamas [Thu, 1 Jul 2010 02:31:28 +0000 (02:31 +0000)]
MDL-22910 Fixing regression caused by adding email as a required field for user pictures
Sam Hemelryk [Thu, 1 Jul 2010 02:26:21 +0000 (02:26 +0000)]
javascript MDL-22920 Added functionality to allow inclusion of Moodle-YUI JS modules easily
Andrew Davis [Thu, 1 Jul 2010 02:12:46 +0000 (02:12 +0000)]
message MDL-23034 now making use of user_picture::fields()
Andrew Davis [Thu, 1 Jul 2010 01:35:33 +0000 (01:35 +0000)]
gradebook MDL-22820 grader report per row classes were missing a space
Moodle Robot [Thu, 1 Jul 2010 00:44:38 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100701
Patrick Malley [Wed, 30 Jun 2010 23:34:21 +0000 (23:34 +0000)]
MDL-23030 - first commit of binarius theme
Patrick Malley [Wed, 30 Jun 2010 23:32:09 +0000 (23:32 +0000)]
MDL-22875 - Added forumheaderlist to table styles and fixed up calendar issues caused by recent changes there
Patrick Malley [Wed, 30 Jun 2010 22:55:07 +0000 (22:55 +0000)]
Adding same HTML to view.php that exists in profile.php
Petr Skoda [Wed, 30 Jun 2010 20:42:11 +0000 (20:42 +0000)]
MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs
Patrick Malley [Wed, 30 Jun 2010 16:17:30 +0000 (16:17 +0000)]
MDL-23028 - adding GPL License statement
Patrick Malley [Wed, 30 Jun 2010 15:59:28 +0000 (15:59 +0000)]
MDL-23028 - adding standard README content to all existing themes
Martin Dougiamas [Wed, 30 Jun 2010 13:17:34 +0000 (13:17 +0000)]
MDL-23023 prevent the user from adding or editing the community block if they can't use it
Martin Dougiamas [Wed, 30 Jun 2010 09:37:50 +0000 (09:37 +0000)]
Bumped to Preview Release 4
Martin Dougiamas [Wed, 30 Jun 2010 09:29:31 +0000 (09:29 +0000)]
NOBUG: Added a little notice about the new interface coming soon
Martin Dougiamas [Wed, 30 Jun 2010 09:22:19 +0000 (09:22 +0000)]
MDL-22963 Fixed some regressions caused by undeleted $ratings parameters in some forum modes
Martin Dougiamas [Wed, 30 Jun 2010 09:14:55 +0000 (09:14 +0000)]
MDL-22963 Fixing renderer regression that broke the forum mode selector
Rossiani Wijaya [Wed, 30 Jun 2010 07:52:26 +0000 (07:52 +0000)]
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 /
Rossiani Wijaya [Wed, 30 Jun 2010 07:07:12 +0000 (07:07 +0000)]
MDL-22647 - add missing string $strsectionname
Andrew Davis [Wed, 30 Jun 2010 06:37:52 +0000 (06:37 +0000)]
message MDL-22320 message notification overlay stick to the bottom right of the screen fix for IE 6
Andrew Davis [Wed, 30 Jun 2010 06:37:07 +0000 (06:37 +0000)]
message MDL-22320 made the message notification overlay stick to the bottom right of the screen
Andrew Davis [Wed, 30 Jun 2010 06:35:47 +0000 (06:35 +0000)]
message MDL-22320 Corrected a not quite right method description
Andrew Davis [Wed, 30 Jun 2010 03:29:52 +0000 (03:29 +0000)]
message MDL-22320 moved the new message notification to the bottom right corner of the screen
Andrew Davis [Wed, 30 Jun 2010 03:29:02 +0000 (03:29 +0000)]
message MDL-22320 assorted message notification improvements
Andrew Davis [Wed, 30 Jun 2010 03:27:29 +0000 (03:27 +0000)]
message MDL-22320 altered strings to allow message notifications to tell you who is messaging you
Dan Marsden [Wed, 30 Jun 2010 02:08:35 +0000 (02:08 +0000)]
MNET MDL-23001 bad use of get_config causing mnet SSO fail.
Moodle Robot [Wed, 30 Jun 2010 00:44:46 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100630
Martin Dougiamas [Tue, 29 Jun 2010 14:57:45 +0000 (14:57 +0000)]
messaging MDL-22320 Fixed a typo causing undefined variable notice
Martin Dougiamas [Tue, 29 Jun 2010 14:29:28 +0000 (14:29 +0000)]
MDL-21655 Fixing one missed has_coursemanager_role -> has_coursecontact_role
Martin Dougiamas [Tue, 29 Jun 2010 14:27:10 +0000 (14:27 +0000)]
NOBUG Fixed an obvious typo
Andrew Davis [Tue, 29 Jun 2010 08:30:02 +0000 (08:30 +0000)]
blocks MDL-22320 removed a popup
Andrew Davis [Tue, 29 Jun 2010 07:50:20 +0000 (07:50 +0000)]
blocks MDL-22988 added missing include so that print_overview() is defined
Andrew Davis [Tue, 29 Jun 2010 07:27:24 +0000 (07:27 +0000)]
messaging MDL-22320 replaced the old popup index.php with the new non-popup index.php
Andrew Davis [Tue, 29 Jun 2010 07:26:07 +0000 (07:26 +0000)]
messaging MDL-22320 new string for messaging UI
Dongsheng Cai [Tue, 29 Jun 2010 07:20:51 +0000 (07:20 +0000)]
MDL-22980, move mod/data/field/*/icon.gif to mod/data/pix/field/*.gif
Andrew Davis [Tue, 29 Jun 2010 07:02:28 +0000 (07:02 +0000)]
messaging MDL-22320 switched messaging over to using an overlay rather than a popup to notify the user of new messages
jerome mouneyrac [Tue, 29 Jun 2010 06:59:25 +0000 (06:59 +0000)]
course MDL-22948 improve subjects select field (add None option + required + sorted)
Andrew Davis [Tue, 29 Jun 2010 06:57:21 +0000 (06:57 +0000)]
messaging MDL-22320 switched messaging over to usign a layout rather than a popup to notify the user of new messages
Andrew Davis [Tue, 29 Jun 2010 06:55:57 +0000 (06:55 +0000)]
messaging MDL-22320 added curly brackets to make weird looking php look less weird
Andrew Davis [Tue, 29 Jun 2010 06:53:09 +0000 (06:53 +0000)]
messaging MDL-22320 added a new string
Martin Dougiamas [Tue, 29 Jun 2010 05:41:04 +0000 (05:41 +0000)]
MDL-22338 PDFs now display in resources :/
Martin Dougiamas [Tue, 29 Jun 2010 04:09:55 +0000 (04:09 +0000)]
MDL-22978 Cleaned up styles for course overview and added a link to assignment grade page
Martin Dougiamas [Tue, 29 Jun 2010 03:51:12 +0000 (03:51 +0000)]
MDL-22864 Fixed string
Martin Dougiamas [Tue, 29 Jun 2010 03:49:37 +0000 (03:49 +0000)]
MDL-22864 Removed the JS confirm for delete as it never worked on the IMG
jerome mouneyrac [Tue, 29 Jun 2010 03:28:32 +0000 (03:28 +0000)]
web service MDL-22977 REST server return a "required" error on optional value
Dongsheng Cai [Tue, 29 Jun 2010 03:23:38 +0000 (03:23 +0000)]
MDL-22688, fixed branch table page type and added contentsformat field to lesson_pages table
Martin Dougiamas [Tue, 29 Jun 2010 03:19:22 +0000 (03:19 +0000)]
MDL-22864 More tidying up of blog display
aparup [Tue, 29 Jun 2010 03:09:55 +0000 (03:09 +0000)]
Assignment MDL-22611 added has_capability check to grade number that may link to gradebook.
Andrew Davis [Tue, 29 Jun 2010 03:09:05 +0000 (03:09 +0000)]
messaging MDL-22320 shortened a string
Andrew Davis [Tue, 29 Jun 2010 03:08:27 +0000 (03:08 +0000)]
messaging MDL-22320 changed message_popup_window() to work within the new plugin system
Andrew Davis [Tue, 29 Jun 2010 03:01:14 +0000 (03:01 +0000)]
messaging MDL-22320 removed a bunch of redundant settings and made a few other bug fixes to messaging
Martin Dougiamas [Tue, 29 Jun 2010 02:51:43 +0000 (02:51 +0000)]
MDL-22864 Fixed missing string, tidied up form and help strings too
Moodle Robot [Tue, 29 Jun 2010 00:44:39 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100629
Anthony Borrow [Mon, 28 Jun 2010 21:30:23 +0000 (21:30 +0000)]
MDL-18011 - removing loancalc block from HEAD (2.0) and moving to contrib
Eloy Lafuente [Mon, 28 Jun 2010 20:54:21 +0000 (20:54 +0000)]
MDL-22245 optigroup tests - check elements without conditions are applied by default
Petr Skoda [Mon, 28 Jun 2010 18:50:22 +0000 (18:50 +0000)]
fixed incorrect writer attributes
David Mudrak [Mon, 28 Jun 2010 17:05:39 +0000 (17:05 +0000)]
MDL-21695 switchroles_form() is not used any more, no place to put the help to
David Mudrak [Mon, 28 Jun 2010 17:05:24 +0000 (17:05 +0000)]
MDL-21695 Replaced surveys.html without AMOScript and removed a forgotten help file
David Mudrak [Mon, 28 Jun 2010 17:05:05 +0000 (17:05 +0000)]
MDL-21695 Replaced summaries.html
AMOS BEGIN
HLP summaries.html,[summary_help,core]
AMOS END
David Mudrak [Mon, 28 Jun 2010 17:04:50 +0000 (17:04 +0000)]
MDL-21695 Removing sitefilesused.html, not used any more
David Mudrak [Mon, 28 Jun 2010 17:04:35 +0000 (17:04 +0000)]
MDL-21695 Replaced search.html without AMOScript, to be translated from scratch