]>
git.mjollnir.org Git - moodle.git/log
dwoolhead [Wed, 17 Jan 2007 14:35:55 +0000 (14:35 +0000)]
Missing groups version message (noted during clean installation) added
nfreear [Wed, 17 Jan 2007 14:33:29 +0000 (14:33 +0000)]
Partial fix for MDL-8048, undid bug introduced last commit.
donal72 [Wed, 17 Jan 2007 14:13:19 +0000 (14:13 +0000)]
Mnet: In auth config, show which hosts have mnet/auth configured
nfreear [Wed, 17 Jan 2007 13:56:09 +0000 (13:56 +0000)]
Partial fix for MDL-8048, groups cleanup including hiding unimplemented buttons in GUI, fixing error strings.
donal72 [Wed, 17 Jan 2007 12:12:11 +0000 (12:12 +0000)]
Mnet: Show non-mnet enrolments in the mnet/enrolment page
tjhunt [Wed, 17 Jan 2007 10:31:36 +0000 (10:31 +0000)]
Matching question rigth/wrong answer indication is broken.
martinlanghoff [Wed, 17 Jan 2007 06:13:09 +0000 (06:13 +0000)]
get_config(): fix a call using the oldstyle return value
donal72 [Wed, 17 Jan 2007 03:56:31 +0000 (03:56 +0000)]
Mnet: Minor oops - a variable in the last commit was not renamed
moodler [Wed, 17 Jan 2007 03:14:37 +0000 (03:14 +0000)]
Automatic installer.php lang files by installer_builder (
20070117 )
martinlanghoff [Wed, 17 Jan 2007 01:00:08 +0000 (01:00 +0000)]
mnet: restore_create_users() fixed mnethost lookup
Credit goes to Eloy for catching my error.
skodak [Tue, 16 Jan 2007 23:42:26 +0000 (23:42 +0000)]
MDL-8204 several installer improvements:
* dirroot can not be changed now to prevent future problems - because we rely on dirname(_FILE_) in several places already
* dirroot is now used to detect repeated installs into defferent directories in the same browser sessions
* fixed previous button
* changed library inlcudes again to fit the normal coding style
martinlanghoff [Tue, 16 Jan 2007 23:27:41 +0000 (23:27 +0000)]
get_config() callers in new MNET code switched to expect a single value returned
Again, this simplifies the logic in a few places.
martinlanghoff [Tue, 16 Jan 2007 23:27:14 +0000 (23:27 +0000)]
get_config() callers switched to expect a single value returned
This simplifies the logic in the callers -- a good hint that
that we are doing the right thing.
martinlanghoff [Tue, 16 Jan 2007 23:25:19 +0000 (23:25 +0000)]
get_config(): return a single value instead of a record when called with 2 params
get_config() was meant to return a single value when called with 2 params,
however, it never did. Change it to Do The Right Thing, and audit all callers.
donal72 [Tue, 16 Jan 2007 22:53:11 +0000 (22:53 +0000)]
Mnet: The tokenizer extension is now optional. MDL-8136
donal72 [Tue, 16 Jan 2007 22:52:24 +0000 (22:52 +0000)]
Mnet: Bugfix: Faulty logic - if the user has no local courses, we didn't bother to check for remote courses.
mchurch [Tue, 16 Jan 2007 22:02:07 +0000 (22:02 +0000)]
Fixing bug where quizzes from 1.4 will lose their answers when upgraded to later versions.
Fixes MDL-8207.
tjhunt [Tue, 16 Jan 2007 18:01:02 +0000 (18:01 +0000)]
missed defaults_reprocessing to data_preprocessing
tjhunt [Tue, 16 Jan 2007 17:51:05 +0000 (17:51 +0000)]
Fix multiple-choice multiple-answer grading code. Merged from MOODLE_17_STABLE.
stronk7 [Tue, 16 Jan 2007 17:41:58 +0000 (17:41 +0000)]
Fixed typo causing mysql fail on install without prefix. MDL-8203
jamiesensei [Tue, 16 Jan 2007 15:36:33 +0000 (15:36 +0000)]
changed name of moodleform_mod method 'defaults_preprocessing' to 'data_preprocessing' in line with change of set_defaults name to set_data.
bobopinna [Tue, 16 Jan 2007 14:08:22 +0000 (14:08 +0000)]
modified dirname call to scorm_dirname that works also with URLs
bobopinna [Tue, 16 Jan 2007 14:05:52 +0000 (14:05 +0000)]
added scorm 2004 sequencing/navigation support
bobopinna [Tue, 16 Jan 2007 14:03:15 +0000 (14:03 +0000)]
new sequencing engine
bobopinna [Tue, 16 Jan 2007 14:01:41 +0000 (14:01 +0000)]
fixed some typos. removed all tabs
nfreear [Tue, 16 Jan 2007 13:29:44 +0000 (13:29 +0000)]
Fixes bug MDL-8045, "Some strings are missing on the grouping interface".
bobopinna [Tue, 16 Jan 2007 13:23:07 +0000 (13:23 +0000)]
moved in locallib.php as a function
bobopinna [Tue, 16 Jan 2007 13:21:19 +0000 (13:21 +0000)]
Moved validation.php in locallib.php as a function. Now is called by lib.php add/updateinstance()
bobopinna [Tue, 16 Jan 2007 13:18:41 +0000 (13:18 +0000)]
The new edit page using QuickForm lib
bobopinna [Tue, 16 Jan 2007 13:16:34 +0000 (13:16 +0000)]
substitute by the new mod_form.php
thepurpleblob [Tue, 16 Jan 2007 12:12:26 +0000 (12:12 +0000)]
MDL-8100, defaultgrade not imported.\r Question obect initialisation and value import wrong way round - whoops!
thepurpleblob [Tue, 16 Jan 2007 11:23:32 +0000 (11:23 +0000)]
MDL-8130 Number of improvements to check name length and improve HTML Entity handling. Thanks to Paul Ortman.
skodak [Tue, 16 Jan 2007 09:56:15 +0000 (09:56 +0000)]
some minor user edit fixes MDL-8096
skodak [Tue, 16 Jan 2007 08:56:36 +0000 (08:56 +0000)]
MDL-8110 use standard _FILE_ for includes instead of path starting with dot
martinlanghoff [Tue, 16 Jan 2007 05:24:20 +0000 (05:24 +0000)]
auth/db/auth.php - fewer queries against the ext db
Previously sync script would query the ext db once for each field that
might be wanted (repeated for each user). Changed to query once for each
user.
Originally by Peter Bulmer <peter.bulmer@catalyst.net.net>
Somewhat adapted by Martin Langhoff ;-)
donal72 [Tue, 16 Jan 2007 05:00:18 +0000 (05:00 +0000)]
MNET: MyCourses block enriched with links to remote Moodles when roaming
martinlanghoff [Tue, 16 Jan 2007 03:28:57 +0000 (03:28 +0000)]
mnet: restore support - XML parser knows about MNET_EXTERNALUSERS, restore_check.html warns
This may need to be reworked to move the warning to an earlier stage. In the
meantime, we have
- at INFO parsing time we read MNET_EXTERNALUSERS into the backup info obj
- at restore_check time, we warn the user that external users are in the
package. If the situation looks dodgy, we say so. But don't block the
user, as it may be a valid situation.
moodler [Tue, 16 Jan 2007 03:13:08 +0000 (03:13 +0000)]
Automatic installer.php lang files by installer_builder (
20070116 )
martinlanghoff [Tue, 16 Jan 2007 02:52:51 +0000 (02:52 +0000)]
mnet: backup_general_info() now indicates whether it includes MNET_REMOTEUSERS
vyshane [Tue, 16 Jan 2007 02:44:13 +0000 (02:44 +0000)]
Merged from 1.7.
martinlanghoff [Tue, 16 Jan 2007 02:27:36 +0000 (02:27 +0000)]
mnet: backup_user_info() is faster, and it store mnethosturl for foreign users
Several changes to backup_user_info() rolled up here
- The main JOIN happens in SQL instead of PHP
- We now also join with mnet_host to get the wwwroot
- As part of the join, all the variables appear in $user -- $user_data is gone
- If the mnethostid is non-local we include MNETHOSTURL for that user
With this, backup_user_info() should be significantly faster for large
sets of users, though I haven't benchmarked it.
martinlanghoff [Tue, 16 Jan 2007 01:06:11 +0000 (01:06 +0000)]
XHTML Strrrickt: fixed a problem with a UL and LI tag mix up during restores.
martinlanghoff [Tue, 16 Jan 2007 00:56:15 +0000 (00:56 +0000)]
mnet: restore_create_users() is now mnet-aware
It will now default to $CFG->mnet_localhost_id and can
handle backup files containing an mnethosturl user property
which will be mapped to mnethostid.
Additional checks are needed to avoid restoring files
with mnethosturls we cannot handle.
donal72 [Mon, 15 Jan 2007 22:00:28 +0000 (22:00 +0000)]
Mnet: Show that a key has expired.
skodak [Mon, 15 Jan 2007 21:28:25 +0000 (21:28 +0000)]
xhtml fixing in logs and reports, code cleanup MDL-8187
martinlanghoff [Mon, 15 Jan 2007 19:57:12 +0000 (19:57 +0000)]
enrol/database: fix fields not read from external database MDL-7712
martinlanghoff [Mon, 15 Jan 2007 19:53:26 +0000 (19:53 +0000)]
auth/db: fix fields not read from external database MDL-7712
skodak [Mon, 15 Jan 2007 19:16:29 +0000 (19:16 +0000)]
print_footer('none') during install and upgrade to hide home link and xhtml strict fixes
sam_marshall [Mon, 15 Jan 2007 17:45:47 +0000 (17:45 +0000)]
MDL-8185: Added an extra \n to use_html_editor to make it happy in wiki editing (doesn't do any harm elsewhere)
sam_marshall [Mon, 15 Jan 2007 17:42:06 +0000 (17:42 +0000)]
MDL-8185: Changed wiki html tag balancer to leave CDATA sections alone
mudrd8mz [Mon, 15 Jan 2007 11:40:26 +0000 (11:40 +0000)]
The script used to fwrite \?\> instead of ?>. Fixes MDL-8129.
This was introduced in 1.80 by moodler. Don't know why but it caused an PHP critical
syntax error.
mudrd8mz [Mon, 15 Jan 2007 11:18:26 +0000 (11:18 +0000)]
The maximum length of the missing strings to display can be set now. Fixes MDL-8184.
Because the tags <pre>...</pre> are used when displaying original English
version of missing texts, the screen may get very wide. This patch displays
only first 60 characters followed by '...'. This produces better output.
jamiesensei [Mon, 15 Jan 2007 10:39:43 +0000 (10:39 +0000)]
removed print_object that got left in here
donal72 [Mon, 15 Jan 2007 09:14:41 +0000 (09:14 +0000)]
MNet: Display expiry date of local certificate
donal72 [Mon, 15 Jan 2007 09:03:39 +0000 (09:03 +0000)]
Mnet: Key rotation: A more robust changeover for fresh keys
donal72 [Mon, 15 Jan 2007 09:00:39 +0000 (09:00 +0000)]
Mnet: Stylefix: Array was returned with unusual numeric index
donal72 [Mon, 15 Jan 2007 08:40:24 +0000 (08:40 +0000)]
Mnet: Refactor: Split up mnet_server_fault function so we have option to send non-lang-file errors
donal72 [Mon, 15 Jan 2007 08:31:58 +0000 (08:31 +0000)]
Mnet: Bugfix: Prevent infinite loop when 2 community hubs peer for the first time
donal72 [Mon, 15 Jan 2007 08:26:56 +0000 (08:26 +0000)]
Mnet: Bugfix: Prevent a second record to be created for an existing host if the user entered http://example.com/ as the wwwroot
donal72 [Mon, 15 Jan 2007 08:20:10 +0000 (08:20 +0000)]
Mnet: Drop deprecated interface to mnet_get_public_key function
vyshane [Mon, 15 Jan 2007 08:15:04 +0000 (08:15 +0000)]
Fixes for MDL-7861.
vyshane [Mon, 15 Jan 2007 08:02:10 +0000 (08:02 +0000)]
Fixed text box display width.
vyshane [Mon, 15 Jan 2007 07:59:28 +0000 (07:59 +0000)]
Fixes for MDL-7861.
vyshane [Mon, 15 Jan 2007 07:29:25 +0000 (07:29 +0000)]
Fixes for MDL-7861.
moodler [Mon, 15 Jan 2007 03:39:48 +0000 (03:39 +0000)]
Fixed up alignment of buttons on course page
martinlanghoff [Sun, 14 Jan 2007 23:02:13 +0000 (23:02 +0000)]
rcache: cleanup, upgrade path, config options (MDL-8163)
record cache and caching schemes get a little cleanup, faster
if()s and a nice set of config options. Users who've been using
the internal cache get a nice upgrade too.
stronk7 [Sun, 14 Jan 2007 12:11:33 +0000 (12:11 +0000)]
Avoiding some itarations. MDL-7902. Thanks Samuli!
Merged from MOODLE_17_STABLE
stronk7 [Sat, 13 Jan 2007 20:17:20 +0000 (20:17 +0000)]
Now the list of downloadable langs (when no fopen is available) doesn't break XML. Related to MDL-7861
stronk7 [Sat, 13 Jan 2007 20:15:09 +0000 (20:15 +0000)]
Now all the filters global config pages are valid XML. Related to MDL-7861
stronk7 [Sat, 13 Jan 2007 20:14:40 +0000 (20:14 +0000)]
Now all the blocks global config pages are valid XML. Related to MDL-7861
stronk7 [Sat, 13 Jan 2007 20:13:58 +0000 (20:13 +0000)]
Now all the modules global config pages are valid XML. Related to MDL-7861
stronk7 [Sat, 13 Jan 2007 20:12:32 +0000 (20:12 +0000)]
Added some styles to display phpinfo properly.
stronk7 [Sat, 13 Jan 2007 20:11:31 +0000 (20:11 +0000)]
Now frame-less phpinfo page is valid XML. Part of MDL-7861
stronk7 [Sat, 13 Jan 2007 20:06:17 +0000 (20:06 +0000)]
Now help information is back again (typo in js) and, under MySQL, the script is
able to change DB encoding if empty.
gbateson [Sat, 13 Jan 2007 11:46:33 +0000 (11:46 +0000)]
fixed typo in SQL query when starting a new HotPot attempt
stronk7 [Sat, 13 Jan 2007 10:44:58 +0000 (10:44 +0000)]
Moving set_dbfamily() from dmllib.php to setuplib.php as it's
needed in early stages and we don't want the installer to
depend of dmllib.
moodler [Sat, 13 Jan 2007 10:25:45 +0000 (10:25 +0000)]
Automatic installer.php lang files by installer_builder (
20070113 )
jamiesensei [Sat, 13 Jan 2007 08:59:00 +0000 (08:59 +0000)]
more work on the calculated and datasetdependent qtype
moodler [Sat, 13 Jan 2007 07:06:46 +0000 (07:06 +0000)]
Added dmllib.php because we need set_dbfamily in the environment stuff
moodler [Sat, 13 Jan 2007 06:00:13 +0000 (06:00 +0000)]
Tidying up tab coloring
moodler [Sat, 13 Jan 2007 05:56:45 +0000 (05:56 +0000)]
POssible slight improvement to looks in standardwhite
moodler [Sat, 13 Jan 2007 05:38:37 +0000 (05:38 +0000)]
Admin registration page -> XHTML Strict
ikawhero [Sat, 13 Jan 2007 05:32:15 +0000 (05:32 +0000)]
Change to a table per category.
moodler [Sat, 13 Jan 2007 04:56:19 +0000 (04:56 +0000)]
Moved color CSS to the right file
moodler [Sat, 13 Jan 2007 04:54:44 +0000 (04:54 +0000)]
More fixes for the help on required fields
moodler [Sat, 13 Jan 2007 04:25:02 +0000 (04:25 +0000)]
Clean up notice boxes
moodler [Sat, 13 Jan 2007 04:24:15 +0000 (04:24 +0000)]
Tidying up form appearance
1) Changed required/advanced images to something language neutral (asterisks)
2) Moved them to pixpath so people can override them easily
3) Hide the images completely using CSS (keep them only for accessibility)
so that all the labels have a consistent alignment.
4) Use CSS to color the labels instead.
moodler [Sat, 13 Jan 2007 03:28:25 +0000 (03:28 +0000)]
Removed rogue print_object -- how did it get there? MDL-8170
gbateson [Sat, 13 Jan 2007 02:39:04 +0000 (02:39 +0000)]
removed db specific conditional clauses from SQL to get grades (see Moodle tracker - mdl-8169)
stronk7 [Sat, 13 Jan 2007 01:20:10 +0000 (01:20 +0000)]
Now environment stuff uses $CFG->dbfamily
stronk7 [Sat, 13 Jan 2007 00:52:59 +0000 (00:52 +0000)]
Some more uses of $CFG->dbfamily. MDL-7061
stronk7 [Sat, 13 Jan 2007 00:32:19 +0000 (00:32 +0000)]
Some more uses of $CFG->dbfamily. MDL-7061
stronk7 [Sat, 13 Jan 2007 00:09:02 +0000 (00:09 +0000)]
Some more uses of $CFG->dbfamily. MDL-7061
stronk7 [Sat, 13 Jan 2007 00:07:40 +0000 (00:07 +0000)]
Need to return the value too, to use it sometimes.
stronk7 [Fri, 12 Jan 2007 23:52:23 +0000 (23:52 +0000)]
Now set_dbfamily() will work properly when invoked from install.
stronk7 [Fri, 12 Jan 2007 23:44:00 +0000 (23:44 +0000)]
Introducing CFG->dbfamily and create a setter function for it
(to be able to use families at install). MDL-7061
stronk7 [Fri, 12 Jan 2007 19:42:42 +0000 (19:42 +0000)]
Introducing CFG->dbfamily and deleting check_db_compat(). MDL-7061
skodak [Fri, 12 Jan 2007 19:01:31 +0000 (19:01 +0000)]
MDL-8166 some forgotten set_defaults converted to set_data
stronk7 [Fri, 12 Jan 2007 18:53:09 +0000 (18:53 +0000)]
empty array as default value for a multiselect config variable.
skodak [Fri, 12 Jan 2007 18:52:09 +0000 (18:52 +0000)]
MDL-8166 rename in/out methods in formslib - HQ consensus