]> git.mjollnir.org Git - moodle.git/log
moodle.git
16 years agobackup: MDL-17145 And actually copy the backup file there!
tjhunt [Thu, 6 Nov 2008 07:17:34 +0000 (07:17 +0000)]
backup: MDL-17145 And actually copy the backup file there!

16 years agobackup: MDL-17145 When a backup completes, send users to the backup file area
tjhunt [Thu, 6 Nov 2008 06:49:33 +0000 (06:49 +0000)]
backup: MDL-17145 When a backup completes, send users to the backup file area

16 years agoquiz results block: MDL-17137 block_quiz_results: manager links to group/overview...
tjhunt [Thu, 6 Nov 2008 06:13:09 +0000 (06:13 +0000)]
quiz results block: MDL-17137 block_quiz_results: manager links to group/overview are wrong.

Eloy told me exactly what to change. I don't know why he did not commit the fix himself!

16 years agouser selector: MDL-16966 Nicer handling of the situation where there are no users...
tjhunt [Thu, 6 Nov 2008 06:09:14 +0000 (06:09 +0000)]
user selector: MDL-16966 Nicer handling of the situation where there are no users at all.

A slight improvement of a patch by Dan Poltawski.

16 years agouser selector: MDL-16966 Properly preserce the enrolment start option through page...
tjhunt [Thu, 6 Nov 2008 05:54:46 +0000 (05:54 +0000)]
user selector: MDL-16966 Properly preserce the enrolment start option through page reloads.

16 years agogenerator: Fix to use role_assign, rather than screwing with the role_assignments...
tjhunt [Thu, 6 Nov 2008 04:10:22 +0000 (04:10 +0000)]
generator: Fix to use role_assign, rather than screwing with the role_assignments table directly.

16 years agomod/feedback: MDL-17142 Fix SQL statements incompatible with Oracle
fmarier [Thu, 6 Nov 2008 03:49:44 +0000 (03:49 +0000)]
mod/feedback: MDL-17142 Fix SQL statements incompatible with Oracle

16 years agoUpdated the HEAD build version to 20081106
moodlerobot [Thu, 6 Nov 2008 02:15:15 +0000 (02:15 +0000)]
Updated the HEAD build version to 20081106

16 years agoMDL-17140 should check if $data->id isn't empty before sending to get_record
danmarsden [Thu, 6 Nov 2008 01:04:40 +0000 (01:04 +0000)]
MDL-17140 should check if $data->id isn't empty before sending to get_record

16 years agoMDL-17129 dml/ddl: improved ddl exceptions when changing db structure
skodak [Wed, 5 Nov 2008 10:45:45 +0000 (10:45 +0000)]
MDL-17129 dml/ddl: improved ddl exceptions when changing db structure

16 years agoMDL-17110 snoopy: added import info
skodak [Wed, 5 Nov 2008 09:13:38 +0000 (09:13 +0000)]
MDL-17110 snoopy: added import info

16 years agoMDL-17110 snoopy: added import info
skodak [Wed, 5 Nov 2008 09:13:17 +0000 (09:13 +0000)]
MDL-17110 snoopy: added import info

16 years agorole overrides: MDL-17070 Improve override roles page to match the recent usability...
tjhunt [Wed, 5 Nov 2008 08:17:30 +0000 (08:17 +0000)]
role overrides: MDL-17070 Improve override roles page to match the recent usability improvements on the assign page.

Including:
MDL-11529 When assigning/overriding roles, the dropdown for switching to another role should have a number in brackets

MDL-16549 Should not be able to edit the permission associated with moodle/site:doanything on any role.

16 years agoFix misleading comment.
tjhunt [Wed, 5 Nov 2008 08:10:17 +0000 (08:10 +0000)]
Fix misleading comment.

16 years agoMDL-17071 fix misleading text - it's removing enrolments not assignments
danmarsden [Wed, 5 Nov 2008 07:13:26 +0000 (07:13 +0000)]
MDL-17071 fix misleading text - it's removing enrolments not assignments

16 years agoFix alphabetical order among the cannot... strings, and fix one typo.
tjhunt [Wed, 5 Nov 2008 03:55:44 +0000 (03:55 +0000)]
Fix alphabetical order among the cannot... strings, and fix one typo.

16 years agouser selector: MDL-16966 Work round IE bug. Also, deal with reload case.
tjhunt [Wed, 5 Nov 2008 02:16:07 +0000 (02:16 +0000)]
user selector: MDL-16966 Work round IE bug. Also, deal with reload case.

Listen you morons in Redmond: getElementById does not mean getElementByIdOrNameOrAnythingElseRandomWeFeelLike. Oh well. I have done a work-around.

16 years agoUpdated the HEAD build version to 20081105
moodlerobot [Wed, 5 Nov 2008 02:15:44 +0000 (02:15 +0000)]
Updated the HEAD build version to 20081105

16 years agoMDL-17130 dml: eliminated $CFG->dbfamily
skodak [Wed, 5 Nov 2008 00:12:30 +0000 (00:12 +0000)]
MDL-17130 dml: eliminated $CFG->dbfamily

16 years agoMDL-17020 pgsql: silenced php warnings
skodak [Wed, 5 Nov 2008 00:05:41 +0000 (00:05 +0000)]
MDL-17020 pgsql: silenced php warnings

16 years agoMDL-17129 dml: fixed dml exception handling in unit tests
skodak [Wed, 5 Nov 2008 00:05:18 +0000 (00:05 +0000)]
MDL-17129 dml: fixed dml exception handling in unit tests

16 years agoMDL-17129 dml: implemented exceptions in new drivers, yay!
skodak [Tue, 4 Nov 2008 23:07:14 +0000 (23:07 +0000)]
MDL-17129 dml: implemented exceptions in new drivers, yay!

16 years agoMDL-16920 mysqli: refactored driver to use new query logging
skodak [Tue, 4 Nov 2008 22:29:18 +0000 (22:29 +0000)]
MDL-16920 mysqli: refactored driver to use new query logging

16 years agoMDL-16920 mysqli: refactored driver to use new query logging
skodak [Tue, 4 Nov 2008 22:25:23 +0000 (22:25 +0000)]
MDL-16920 mysqli: refactored driver to use new query logging

16 years agoMDL-17020 pgsql: new port dboption
skodak [Tue, 4 Nov 2008 21:55:39 +0000 (21:55 +0000)]
MDL-17020 pgsql: new port dboption

16 years agoMDL-17129 basic dml exceptions
skodak [Tue, 4 Nov 2008 21:50:13 +0000 (21:50 +0000)]
MDL-17129 basic dml exceptions

16 years agoMDL-17128 SCORM backuplib generates invalid XML - causes backup to fail. thanks to...
danmarsden [Tue, 4 Nov 2008 20:33:03 +0000 (20:33 +0000)]
MDL-17128 SCORM backuplib generates invalid XML - causes backup to fail. thanks to Mark Nielsen for patch.

16 years agoMDLSITE-548 - langconfig: Adding thousands separator. Merged from 19_STABLE
stronk7 [Tue, 4 Nov 2008 16:53:16 +0000 (16:53 +0000)]
MDLSITE-548 - langconfig: Adding thousands separator. Merged from 19_STABLE

16 years agoMDLSITE-548 - langconfig: Adding thousands separator.
stronk7 [Tue, 4 Nov 2008 16:26:08 +0000 (16:26 +0000)]
MDLSITE-548 - langconfig: Adding thousands separator.

16 years agoMDL-13702 example replaced with simpler one
wildgirl [Tue, 4 Nov 2008 12:27:13 +0000 (12:27 +0000)]
MDL-13702 example replaced with simpler one

16 years agoSet images base path to Moodle dirroot
mudrd8mz [Tue, 4 Nov 2008 12:13:04 +0000 (12:13 +0000)]
Set images base path to Moodle dirroot

16 years agouser preferences: MDL-17123 cope correctly with multiple sessions.
tjhunt [Tue, 4 Nov 2008 10:49:31 +0000 (10:49 +0000)]
user preferences: MDL-17123 cope correctly with multiple sessions.

This steals the logic from accesslib used to detect dirty contexts and so reload cached access data when permissions are changed.

Here, we track when user preferences are changed, so that if necessary we can trigger a reaload. This helps in two situations:
1. When you are logged into Moodle with two different browsers.
2. When someone else changes one of your preferences.
After this change, you will see the changed user pref immediately in all sessions.

This adds one cheap DB query to any page that tries to access a user preference (which is almost all of them, because of deciding whether to show the messaging pop-up). It adds a few more queries in the cases when a user preference is changed. This is in the name of correctness.

16 years agouser selector: MDL-16966 Minor code cleanup.
tjhunt [Tue, 4 Nov 2008 10:08:37 +0000 (10:08 +0000)]
user selector: MDL-16966 Minor code cleanup.

16 years agouser selection: MDL-17073 add options to control the search in a collapsible region...
tjhunt [Tue, 4 Nov 2008 09:14:03 +0000 (09:14 +0000)]
user selection: MDL-17073 add options to control the search in a collapsible region - Fix IE layout glitch.

16 years agouser selector: MDL-16966 use a JavaScrip event name that works cross-browser for...
tjhunt [Tue, 4 Nov 2008 09:13:41 +0000 (09:13 +0000)]
user selector: MDL-16966 use a JavaScrip event name that works cross-browser for watching the check-boxes.

16 years agouser selection: MDL-17073 add options to control the search in a collapsible region...
tjhunt [Tue, 4 Nov 2008 07:51:49 +0000 (07:51 +0000)]
user selection: MDL-17073 add options to control the search in a collapsible region - Fix JavaScript error.

16 years agouser selection: MDL-17072 Polishing the role assign page: Do processing before print_...
tjhunt [Tue, 4 Nov 2008 07:26:32 +0000 (07:26 +0000)]
user selection: MDL-17072 Polishing the role assign page: Do processing before print_header in line with best practice.

16 years agoSlight tidy up for how the JS is included and initialised.
tjhunt [Tue, 4 Nov 2008 07:25:43 +0000 (07:25 +0000)]
Slight tidy up for how the JS is included and initialised.

16 years agouser selection: MDL-17073 add options to control the search in a collapsible region...
tjhunt [Tue, 4 Nov 2008 07:24:07 +0000 (07:24 +0000)]
user selection: MDL-17073 add options to control the search in a collapsible region - fix the preserve-selected option.

16 years agoweblib: MDL-17085 a function to print a collapsible region of the UI, with the collap...
tjhunt [Tue, 4 Nov 2008 07:22:23 +0000 (07:22 +0000)]
weblib: MDL-17085 a function to print a collapsible region of the UI, with the collapsed state stored in a user_perference - minor layout improvements for IE.

16 years agoMDL-10021: display iframe when the resource is on another domain, merged from 19
jerome [Tue, 4 Nov 2008 05:19:01 +0000 (05:19 +0000)]
MDL-10021: display iframe when the resource is on another domain, merged from 19

16 years agouser selection: MDL-17073 add options to control the search in a collapsible region.
tjhunt [Tue, 4 Nov 2008 05:12:12 +0000 (05:12 +0000)]
user selection: MDL-17073 add options to control the search in a collapsible region.

16 years agouser selection: MDL-17073 add options to control the search in a collapsible region.
tjhunt [Tue, 4 Nov 2008 05:12:12 +0000 (05:12 +0000)]
user selection: MDL-17073 add options to control the search in a collapsible region.

16 years agoMDL-10021: fix xhtml/javascript + build_navigation(), merged from 1.9
jerome [Tue, 4 Nov 2008 02:27:23 +0000 (02:27 +0000)]
MDL-10021: fix xhtml/javascript + build_navigation(), merged from 1.9

16 years agoUpdated the HEAD build version to 20081104
moodlerobot [Tue, 4 Nov 2008 02:02:13 +0000 (02:02 +0000)]
Updated the HEAD build version to 20081104

16 years agoAutomatic installer.php lang files by installer_builder (20081104)
moodlerobot [Tue, 4 Nov 2008 01:41:07 +0000 (01:41 +0000)]
Automatic installer.php lang files by installer_builder (20081104)

16 years agoMDL-17110 snoopy: imported new version 1.2.4
skodak [Mon, 3 Nov 2008 07:55:46 +0000 (07:55 +0000)]
MDL-17110 snoopy: imported new version 1.2.4

16 years agouser selection: MDL-17073 Clear button next to the search box
tjhunt [Mon, 3 Nov 2008 06:42:41 +0000 (06:42 +0000)]
user selection: MDL-17073 Clear button next to the search box

16 years agouser selection: MDL-17072 Polishing the role assign page:
tjhunt [Mon, 3 Nov 2008 06:06:08 +0000 (06:06 +0000)]
user selection: MDL-17072 Polishing the role assign page:
* Make the role being assigned clear in the title
* Make the options in the middle of the page be in a collapsable options section, collapsed by default.
* Put them in a smaller font too.
* Switch the date selectors here to use a shorter date format, and change 'Course start date' to 'Course start'.

16 years agoweblib: MDL-17085 a function to print a collapsible region of the UI, with the collap...
tjhunt [Mon, 3 Nov 2008 06:04:41 +0000 (06:04 +0000)]
weblib: MDL-17085 a function to print a collapsible region of the UI, with the collapsed state stored in a user_perference - improve the images by giving them a transparent background.

16 years agoweblib: MDL-17085 a function to print a collapsible region of the UI, with the collap...
tjhunt [Mon, 3 Nov 2008 05:27:10 +0000 (05:27 +0000)]
weblib: MDL-17085 a function to print a collapsible region of the UI, with the collapsed state stored in a user_perference - I forgot the PHP docs before.

16 years ago"MDL-16954, use rebert\'s patch to clean notice/warning in cron job via php cli,...
dongsheng [Mon, 3 Nov 2008 05:25:30 +0000 (05:25 +0000)]
"MDL-16954, use rebert\'s patch to clean notice/warning in cron job via php cli, merged from 1.9"

16 years agoweblib: MDL-17085 a function to print a collapsible region of the UI, with the collap...
tjhunt [Mon, 3 Nov 2008 05:04:23 +0000 (05:04 +0000)]
weblib: MDL-17085 a function to print a collapsible region of the UI, with the collapsed state stored in a user_perference.

16 years agouser selector: MDL-16996- followup - change optgroup label escaping funciton to keep...
tjhunt [Mon, 3 Nov 2008 05:03:00 +0000 (05:03 +0000)]
user selector: MDL-16996- followup - change optgroup label escaping funciton to keep Nicolas Martignoni happy. I can's say I full understand this issue.

16 years ago"MDL-13766, support iframe repository"
dongsheng [Mon, 3 Nov 2008 04:44:53 +0000 (04:44 +0000)]
"MDL-13766, support iframe repository"

16 years ago"MDL-16341, fix parameters list"
dongsheng [Mon, 3 Nov 2008 03:58:23 +0000 (03:58 +0000)]
"MDL-16341, fix parameters list"

16 years ago"MDL-16341, add upload function for flickrlib"
dongsheng [Mon, 3 Nov 2008 03:22:55 +0000 (03:22 +0000)]
"MDL-16341, add upload function for flickrlib"

16 years agoUpdated the HEAD build version to 20081103
moodlerobot [Mon, 3 Nov 2008 01:45:49 +0000 (01:45 +0000)]
Updated the HEAD build version to 20081103

16 years agofixed my silly typo from db conversion
skodak [Sun, 2 Nov 2008 21:37:41 +0000 (21:37 +0000)]
fixed my silly typo from db conversion

16 years agoUpdated the HEAD build version to 20081102
moodlerobot [Sun, 2 Nov 2008 01:43:12 +0000 (01:43 +0000)]
Updated the HEAD build version to 20081102

16 years agoAutomatic installer.php lang files by installer_builder (20081102)
moodlerobot [Sun, 2 Nov 2008 01:24:07 +0000 (01:24 +0000)]
Automatic installer.php lang files by installer_builder (20081102)

16 years agoMDL-17027: protect user profile images if $CFG->forcelogin enabled; merged from MOODL...
skodak [Sat, 1 Nov 2008 22:30:18 +0000 (22:30 +0000)]
MDL-17027: protect user profile images if $CFG->forcelogin enabled; merged from MOODLE_19_STABLE

16 years agoMDL-17065 user: profile iamges of deleted users are not accessible anymore; merged...
skodak [Sat, 1 Nov 2008 19:37:07 +0000 (19:37 +0000)]
MDL-17065 user: profile iamges of deleted users are not accessible anymore; merged from MOODLE_19_STABLE

16 years agoMDL-17094 Automatic language update can be disabled via $CFG->skiplangupgrade setting...
mudrd8mz [Sat, 1 Nov 2008 19:35:43 +0000 (19:35 +0000)]
MDL-17094 Automatic language update can be disabled via $CFG->skiplangupgrade settings. Merged from MOODLE_19_STABLE

16 years agoMDL-11789 fixed regressions preventing file caching when default used; merged from...
skodak [Sat, 1 Nov 2008 19:28:31 +0000 (19:28 +0000)]
MDL-11789 fixed regressions preventing file caching when default used; merged from MOODLE_19_STABLE

16 years agoMDL-17099 htmlpurifier: new version from upstream
skodak [Sat, 1 Nov 2008 18:58:29 +0000 (18:58 +0000)]
MDL-17099 htmlpurifier: new version from upstream

16 years agoCONTRIB-849 phpPgAdmin integration hook; merged from MOODLE_19_STABLE
skodak [Sat, 1 Nov 2008 17:54:04 +0000 (17:54 +0000)]
CONTRIB-849 phpPgAdmin integration hook; merged from MOODLE_19_STABLE

16 years agoUpdated the HEAD build version to 20081101
moodlerobot [Sat, 1 Nov 2008 01:40:58 +0000 (01:40 +0000)]
Updated the HEAD build version to 20081101

16 years agoMDL-14952 - roles: 'moodle/legacy:guest' was preventing admins to post
stronk7 [Sat, 1 Nov 2008 00:30:55 +0000 (00:30 +0000)]
MDL-14952 - roles: 'moodle/legacy:guest' was preventing admins to post
new discussions in fron page if $CFG->defaultfrontpageroleid = guest. Merged from 19_STABLE

16 years agoMDL-14998 - roles: add mod/forum:viewdiscussion protection to forum_get_discussions...
stronk7 [Fri, 31 Oct 2008 21:50:08 +0000 (21:50 +0000)]
MDL-14998 - roles: add mod/forum:viewdiscussion protection to forum_get_discussions() ; merged from 19_STABLE

16 years agoMDL-17091 Removing superfluous Zend framework files
nicolasconnault [Fri, 31 Oct 2008 21:36:57 +0000 (21:36 +0000)]
MDL-17091 Removing superfluous Zend framework files

16 years agoMDL-17094 Allow translators to disable automatic language update during Moodle upgrade.
mudrd8mz [Fri, 31 Oct 2008 21:11:46 +0000 (21:11 +0000)]
MDL-17094 Allow translators to disable automatic language update during Moodle upgrade.

One needs just add $CFG->skiplangupgrade = true; to their config.php and keep their language pack up-to-date manually. This is intended for lang pack maintainers with CVS access only.

This is backpported from MOODLE_19_STABLE admin/index.php

16 years agoMDL-14998 - roles: User needs to have mod/forum:viewdiscussion to be able to see...
stronk7 [Fri, 31 Oct 2008 19:05:56 +0000 (19:05 +0000)]
MDL-14998 - roles: User needs to have mod/forum:viewdiscussion to be able to see news block. Merged from 19_STABLE

16 years agoMDL-17091 Added zend framework to include_path
nicolasconnault [Fri, 31 Oct 2008 15:34:23 +0000 (15:34 +0000)]
MDL-17091 Added zend framework to include_path

16 years agoMDL-17091 Adding part of GoogleData API from the Zend Framework, in order to support...
nicolasconnault [Fri, 31 Oct 2008 15:33:45 +0000 (15:33 +0000)]
MDL-17091 Adding part of GoogleData API from the Zend Framework, in order to support portfolio and repository functions. Also completed basic portfolio plugin.

16 years agoMDL-16341 Fixed a missing $context in has_capability check for portfolio export,...
nicolasconnault [Fri, 31 Oct 2008 09:54:07 +0000 (09:54 +0000)]
MDL-16341 Fixed a missing $context in has_capability check for portfolio export, forum lib

16 years agoMDL-16341 Finished flickr plugin
nicolasconnault [Fri, 31 Oct 2008 09:14:06 +0000 (09:14 +0000)]
MDL-16341 Finished flickr plugin

16 years agoajax: MDL-17086 Add a CSS class name to <body> when JavaScript is enabled
tjhunt [Fri, 31 Oct 2008 08:45:35 +0000 (08:45 +0000)]
ajax: MDL-17086 Add a CSS class name to <body> when JavaScript is enabled

16 years agoajax: MDL-17084 provide a way for JavaScript to update user preferences.
tjhunt [Fri, 31 Oct 2008 08:25:19 +0000 (08:25 +0000)]
ajax: MDL-17084 provide a way for JavaScript to update user preferences.

16 years agoMDL-10021: change frame into object tag when display a Link Resource with navigation...
jerome [Fri, 31 Oct 2008 06:04:30 +0000 (06:04 +0000)]
MDL-10021: change frame into object tag when display a Link Resource with navigation bar, merged from 19

16 years agoMDL-15736 "deleting regrade report. Regrade functionality is now part of overview...
jamiesensei [Fri, 31 Oct 2008 04:52:29 +0000 (04:52 +0000)]
MDL-15736 "deleting regrade report. Regrade functionality is now part of overview report" putting quiz_regrade.php back into HEAD since lang files from HEAD are downloaded to use on older versions of Moodle, should not delete obsolete lang files.

16 years agoUpdated the HEAD build version to 20081031
moodlerobot [Fri, 31 Oct 2008 02:02:42 +0000 (02:02 +0000)]
Updated the HEAD build version to 20081031

16 years agoMDL-17050 excorising $_POST - thanks to mikec for patch - also check groupmode befor...
danmarsden [Fri, 31 Oct 2008 00:53:28 +0000 (00:53 +0000)]
MDL-17050 excorising $_POST - thanks to mikec for patch  - also check groupmode before bothering to get groupstuff to save some trees.

16 years agoMDL-15352: display only the folder containing at least one file
jerome [Fri, 31 Oct 2008 00:30:36 +0000 (00:30 +0000)]
MDL-15352: display only the folder containing at least one file

16 years agoMDL-15736 "deleting regrade report. Regrade functionality is now part of overview...
jamiesensei [Thu, 30 Oct 2008 12:31:11 +0000 (12:31 +0000)]
MDL-15736 "deleting regrade report. Regrade functionality is now part of overview report" seems I forgot to delete this language file earlier.

16 years agouser selection: MDL-16993 Convert the assign roles page to use the new components.
tjhunt [Thu, 30 Oct 2008 10:49:15 +0000 (10:49 +0000)]
user selection: MDL-16993 Convert the assign roles page to use the new components.

At the same time, I took the opportunity to try to work on some of the usability issues on this page. Note that I have not quite finished! So don't comment until tomorrow.

In the course of doing this, I also did: half of

MDL-11529 Show the number of assignees of each role in the change role dropdown on this page.
MDL-17067 Make it clear in the UI that admins are not allowed to unassign themselves.

16 years agoMDL-16300: use cache to minimize the use of "get_users_by_capability()"
gbateson [Thu, 30 Oct 2008 07:40:00 +0000 (07:40 +0000)]
MDL-16300: use cache to minimize the use of "get_users_by_capability()"

16 years ago"MDL-13766, fixed options saving bug"
dongsheng [Thu, 30 Oct 2008 07:12:54 +0000 (07:12 +0000)]
"MDL-13766, fixed options saving bug"

16 years agoroles admin: Improve the usability of the assign roles interface - this is the first...
tjhunt [Thu, 30 Oct 2008 06:26:18 +0000 (06:26 +0000)]
roles admin: Improve the usability of the assign roles interface - this is the first half of the work. Part of MDL-16993.

To do this, I found a way to clean up the method signatures of a couple of accesslib methods, so I did, hence the fact that this seems to touch some unrelated files.

Also, there is a nice new method in accesslib get_context_url, which gives you the natural URL for a context, so the course view page, or the user profile, etc.

16 years agouse "md5key" as secondary key on hotpot_strings table; allow for non-unique secondary...
gbateson [Thu, 30 Oct 2008 06:25:45 +0000 (06:25 +0000)]
use "md5key" as secondary key on hotpot_strings table; allow for non-unique secondary keys on hotpot tables (can happen on hotpot_strings)

16 years agouser selection: MDL-16966 Improve some of the wording - forgot to commit the lang...
tjhunt [Thu, 30 Oct 2008 06:21:38 +0000 (06:21 +0000)]
user selection: MDL-16966 Improve some of the wording - forgot to commit the lang strings when I did the other bits.

16 years agoMDL-15352: check that the peer has been setup
jerome [Thu, 30 Oct 2008 04:24:46 +0000 (04:24 +0000)]
MDL-15352: check that the peer has been setup

16 years agoprint_table: allow headings to span multiple columns.
tjhunt [Thu, 30 Oct 2008 04:20:03 +0000 (04:20 +0000)]
print_table: allow headings to span multiple columns.

16 years agouser selection: Make inserting the search term into lang strings in JavaScript more...
tjhunt [Thu, 30 Oct 2008 03:56:48 +0000 (03:56 +0000)]
user selection: Make inserting the search term into lang strings in JavaScript more robust.

16 years agocourse editing: MDL-17066 Assign roles icon next to activities when editing is on...
tjhunt [Thu, 30 Oct 2008 03:00:20 +0000 (03:00 +0000)]
course editing: MDL-17066 Assign roles icon next to activities when editing is on does not have a tool-tip

16 years agoMDL-15352: add warning message when no peer are set
jerome [Thu, 30 Oct 2008 02:54:11 +0000 (02:54 +0000)]
MDL-15352: add warning message when no peer are set

16 years agoMDL-15352: move local/remote common code into the repository library.
jerome [Thu, 30 Oct 2008 02:30:26 +0000 (02:30 +0000)]
MDL-15352: move local/remote common code into the repository library.

16 years ago"MDL-13766, the keylistener should be created dependently of the input element"
dongsheng [Thu, 30 Oct 2008 02:11:43 +0000 (02:11 +0000)]
"MDL-13766, the keylistener should be created dependently of the input element"

16 years agoUpdated the HEAD build version to 20081030
moodlerobot [Thu, 30 Oct 2008 01:48:42 +0000 (01:48 +0000)]
Updated the HEAD build version to 20081030

16 years agoMDL-17038 bugfixes
peterbulmer [Thu, 30 Oct 2008 01:18:32 +0000 (01:18 +0000)]
MDL-17038 bugfixes

Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>