]>
git.mjollnir.org Git - moodle.git/log
skodak [Mon, 24 Dec 2007 21:16:30 +0000 (21:16 +0000)]
MDL-12725 remove_dir() does not return correct status and fails if dir does not exist + improved sanity test in check_dir_exists(); merged from MOODLE_19_STABLE
skodak [Mon, 24 Dec 2007 21:08:39 +0000 (21:08 +0000)]
MDL-12724 import of html purifier 2.1.3; merged from MOODLE_19_STABLE
skodak [Mon, 24 Dec 2007 20:54:12 +0000 (20:54 +0000)]
MDL-12713 all IE versions are broken beyond belief, rewrite of admin tree collapsing/expanding; merged from MOODLE_19_STABLE
moodler [Mon, 24 Dec 2007 03:09:11 +0000 (03:09 +0000)]
Automatic installer.php lang files by installer_builder (
20071224 )
arborrow [Mon, 24 Dec 2007 02:46:36 +0000 (02:46 +0000)]
added comment to see MDL-9609 for progress on resolving auto creation of MySQL database
skodak [Sun, 23 Dec 2007 20:01:14 +0000 (20:01 +0000)]
MDL-12720 removing confusing/not implemented CONTEXT_PERSONAL; merged from MOODLE_19_STABLE
skodak [Sun, 23 Dec 2007 19:48:32 +0000 (19:48 +0000)]
MDL-12720 removing confusing/not implemented CONTEXT_PERSONAL; merged from MOODLE_19_STABLE
poltawski [Sun, 23 Dec 2007 17:21:56 +0000 (17:21 +0000)]
MDL-9981 - remove hardcoded admin path, merged from MOODLE_19_STABLE
poltawski [Sun, 23 Dec 2007 16:42:42 +0000 (16:42 +0000)]
MDL-10611 - backslashes in username get doubled up with an nonsuccessful log in
merged from MOODLE_18_STABLE
poltawski [Sun, 23 Dec 2007 16:18:25 +0000 (16:18 +0000)]
MDL-10241 - unenrolling self wasn't working properly from user profile
because unenrol.php was doing wrong capability check when $userid set.o
Also improves the lanaguage used when unenrolling self.
merged from MOODLE_18_STABLE
poltawski [Sun, 23 Dec 2007 14:15:50 +0000 (14:15 +0000)]
MDL-10607 - also support backslashes in dbuser/password in installer
merged from MOODLE_19_STABLE
skodak [Sun, 23 Dec 2007 13:55:10 +0000 (13:55 +0000)]
MDL-12718 show the print_header navigation warning only if in DEBUG_DEVELOPER mode; merged from MOODLE_19_STABLE
poltawski [Sun, 23 Dec 2007 13:30:06 +0000 (13:30 +0000)]
MDL-10607 - support single quotes in db user/password in installer
merged from MOODLE_19_STABLE
skodak [Sun, 23 Dec 2007 13:10:35 +0000 (13:10 +0000)]
MDL-12716 fixed admin setting for rcache; more robust rcache handling in setup.php; merged from MOODLE_19_STABLE
skodak [Sun, 23 Dec 2007 12:05:54 +0000 (12:05 +0000)]
MDL-12717 use apply_default_exception_settings before other admin defaults; merged from MOODLE_19_STABLE
skodak [Sun, 23 Dec 2007 11:53:31 +0000 (11:53 +0000)]
MDL-12714 no guest autologin for admin settings; merged from MOODLE_19_STABLE
skodak [Sun, 23 Dec 2007 11:50:23 +0000 (11:50 +0000)]
MDL-12711 use 'checked' value for enabled resource_popup; merged from MOODLE_19_STABLE
skodak [Sat, 22 Dec 2007 21:58:10 +0000 (21:58 +0000)]
MDL-12712 fixed multiselect when nothing selected; merged from MOODLE_19_STABLE
poltawski [Sat, 22 Dec 2007 19:57:46 +0000 (19:57 +0000)]
MDL-12707 - moved hotpot/ lams to use new admin settings
skodak [Sat, 22 Dec 2007 18:17:15 +0000 (18:17 +0000)]
MDL-12705 disabled guest autoogin in upgrade scripts; merged from MOODLE_19_STABLE
poltawski [Sat, 22 Dec 2007 17:04:54 +0000 (17:04 +0000)]
MDL-12706 - fix caps typo
tjhunt [Fri, 21 Dec 2007 15:38:36 +0000 (15:38 +0000)]
Ensure links of the form /mod/quiz/view.php?q=332 are backed up and restored correctly.
tjhunt [Fri, 21 Dec 2007 15:37:47 +0000 (15:37 +0000)]
Sort the add activites dropdown using the locale.
poltawski [Fri, 21 Dec 2007 14:14:55 +0000 (14:14 +0000)]
MDL-12692 - missing second argument to help button
merged from MOODLE_19_STABLE
nfreear [Fri, 21 Dec 2007 11:58:15 +0000 (11:58 +0000)]
MDL-7493 further fix: clean up themes, and remove references to 'hide-show-image' background images. Document smartpix for theming icons in wood and orangewhite readmes.
nfreear [Fri, 21 Dec 2007 11:12:43 +0000 (11:12 +0000)]
MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
-From Martin D/moodler in moodleblock.class.php - thanks.
skodak [Fri, 21 Dec 2007 09:53:00 +0000 (09:53 +0000)]
MDL-12690 use the same title for block in admin tree as in blocks manage page; merged from MOODLE_19_STABLE
scyrma [Fri, 21 Dec 2007 08:19:14 +0000 (08:19 +0000)]
Let the admin choose if a textfield is to be shown as plain text or as a password (with '*' in place of normal text)
moodler [Fri, 21 Dec 2007 03:12:06 +0000 (03:12 +0000)]
Automatic installer.php lang files by installer_builder (
20071221 )
stronk7 [Thu, 20 Dec 2007 23:17:42 +0000 (23:17 +0000)]
tidy up phpdoc
Merged from MOODLE_19_STABLE
stronk7 [Thu, 20 Dec 2007 23:15:03 +0000 (23:15 +0000)]
After some more tests... apply the new preconfigure_dbconnection()
to core. MDL-12657
Merged from MOODLE_19_STABLE
stronk7 [Thu, 20 Dec 2007 22:52:55 +0000 (22:52 +0000)]
Adding the new preconfigure_dbconnection() function
to pre-define some BD/ADOdb stuff before connection. MDL-12657
Merged from MOODLE_19_STABLE
skodak [Thu, 20 Dec 2007 21:37:49 +0000 (21:37 +0000)]
MDL-12683 - fixing broken tex in windows (borked by my last commit) sorry; merged from MOODLE_19_STABLE
skodak [Thu, 20 Dec 2007 21:17:23 +0000 (21:17 +0000)]
MDL-12443 use "UTF-8" label instead of "None" in sitemailcharset select box; merged from MOODLE_19_STABLE
skodak [Thu, 20 Dec 2007 21:00:05 +0000 (21:00 +0000)]
MDL-12684 fixing wrong link to manual settings page - settings.php not implemented yet, sorry; merged from MOODLE_19_STABLE
poltawski [Thu, 20 Dec 2007 17:43:19 +0000 (17:43 +0000)]
MDL-12159 - We were only showing the filter selections to the user list when
there were more results than shown on the current page. This is unintuitive
with small lists where we were invisibly exluding users because of a filter
which is applied (but not shown on screen).
Now we always show the filter selections. Thanks to John Ryan.
merged from MOODLE_19_STABLE
skodak [Thu, 20 Dec 2007 17:38:38 +0000 (17:38 +0000)]
MDL-12680 Assignment count for groups not working - patch by Greg Humphreys; merged from MOODLE_19_STABLE
poltawski [Thu, 20 Dec 2007 17:32:08 +0000 (17:32 +0000)]
MDL-12668 - Various themes not respecting theme varaibles
merged from MOODLE_19_STABLE
skodak [Thu, 20 Dec 2007 16:31:04 +0000 (16:31 +0000)]
MDL-12678 moved pinned blocks setup page to Modules/Blocks/; merged from MOODLE_19_STABLE
skodak [Thu, 20 Dec 2007 16:25:49 +0000 (16:25 +0000)]
MDL-11814 use system context for pinned blocks; merged from MOODLE_19_STABLE
poltawski [Thu, 20 Dec 2007 16:17:50 +0000 (16:17 +0000)]
MDL-12638 - fixed typo
merged from MOODLE_19_STABLE
poltawski [Thu, 20 Dec 2007 16:11:10 +0000 (16:11 +0000)]
MDL-12670 - fix warning when groupings not enabled
merged from MOODLE_19_STABLE
poltawski [Thu, 20 Dec 2007 15:52:33 +0000 (15:52 +0000)]
MDL-12676 - generate navigation if none supplied to print_header_simple()
Merged from MOODLE_19_STABLE, also merged unmerged change from MDL-11812
poltawski [Thu, 20 Dec 2007 15:11:05 +0000 (15:11 +0000)]
MDL-12674 - use require_capability on the participants page to get
friendly error messages
merged from MOODLE_19_STABLE
tjhunt [Thu, 20 Dec 2007 15:11:03 +0000 (15:11 +0000)]
MDL-12675 - Give teachers a direct link from the quiz index page to the results.
skodak [Thu, 20 Dec 2007 14:39:12 +0000 (14:39 +0000)]
MDL12672 fixed parent::search trouble; merged from MOODLE_19_STABLE
tjhunt [Thu, 20 Dec 2007 11:28:18 +0000 (11:28 +0000)]
MDL-12666 - When moving questions between categories, we should default to copying amy linked files. Merged from MOODLE_19_STABLE.
skodak [Thu, 20 Dec 2007 10:55:05 +0000 (10:55 +0000)]
MDL-10464 user list download in bulk ops; merged from MOODLE_19_STABLE
skodak [Thu, 20 Dec 2007 09:01:44 +0000 (09:01 +0000)]
MDL-12659 fixed warning; merged from MOODLE_19_STABLE
moodler [Thu, 20 Dec 2007 06:45:32 +0000 (06:45 +0000)]
Something really old we'll need later
moodler [Thu, 20 Dec 2007 01:51:33 +0000 (01:51 +0000)]
Merged MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
mjollnir_ [Wed, 19 Dec 2007 23:32:53 +0000 (23:32 +0000)]
merged from MOODLE_19_STABLE: fixing lying phpdoc comments in role_cap_duplicate function that I moved to accesslib yesterday
skodak [Wed, 19 Dec 2007 22:39:05 +0000 (22:39 +0000)]
MDL-12656 indicate when current value is incorrect and propose default instead in admin settings; merged from MOODLE_19_STABLE
poltawski [Wed, 19 Dec 2007 22:37:45 +0000 (22:37 +0000)]
MDL-11561 - tweaking language a bit
merged from MOODLE_19_STABLE
skodak [Wed, 19 Dec 2007 22:32:43 +0000 (22:32 +0000)]
MDL-12655 set_config() should cast values to string because get_config does that too; merged from MOODLE_19_STABLE
poltawski [Wed, 19 Dec 2007 21:09:06 +0000 (21:09 +0000)]
MDL-11561 - remove unused variable merged from MOODLE_19_STABLE
skodak [Wed, 19 Dec 2007 18:42:44 +0000 (18:42 +0000)]
MDL-11561 use 60x8 text area to fit on all screens; merged from MOODLE_19_STABLE
skodak [Wed, 19 Dec 2007 18:26:12 +0000 (18:26 +0000)]
MDL-11561 nail the editor width to 640px in admin settings pages - prevents resize problems; merged from MOODLE_19_STABLE
skodak [Wed, 19 Dec 2007 18:05:09 +0000 (18:05 +0000)]
MDL-10401 redirect to site/admin/ if section error found; merged from MOODLE_19_STABLE
skodak [Wed, 19 Dec 2007 17:48:21 +0000 (17:48 +0000)]
MDL-12858 fix course category depths during upgrade to 1.9; merged from MOODLE_19_STABLE
skodak [Wed, 19 Dec 2007 17:35:20 +0000 (17:35 +0000)]
MDL-11561 admin tree improvements and bugfixing
skodak [Wed, 19 Dec 2007 17:06:47 +0000 (17:06 +0000)]
MDL-12598 use user context instead of personal; merged from MOODLE_19_STABLE
tjhunt [Wed, 19 Dec 2007 15:06:51 +0000 (15:06 +0000)]
Teach XMLDB about the local/db folder, but only include it if the local folders exists.
nfreear [Wed, 19 Dec 2007 13:35:25 +0000 (13:35 +0000)]
Followup for MDL-7493... - Finally the correct images! fix transparency, and improve contrast in Windows High Contrast Black mode.
tjhunt [Wed, 19 Dec 2007 13:31:03 +0000 (13:31 +0000)]
New option on print_single_button to all printing of disabled buttons.
nfreear [Wed, 19 Dec 2007 13:25:24 +0000 (13:25 +0000)]
Followup for MDL-7493... - revert images to fix transparency, and improve contrast in Windows High Contrast Black mode.
tjhunt [Wed, 19 Dec 2007 12:40:00 +0000 (12:40 +0000)]
gradebook / graded_users_iterator - Typo in conditional.
tjhunt [Wed, 19 Dec 2007 12:11:03 +0000 (12:11 +0000)]
MDL-12647 - Moving multiple_choice questions between contexts breaks them.
There was a subtle interaction between get_question_options and replace_file_links for this question type.
Merged from MOODLE_19_STABLE.
scyrma [Wed, 19 Dec 2007 05:58:27 +0000 (05:58 +0000)]
Fix a bug passed on after commit of by http://lists.moodle.org/arc/commits/2007-12/msg00352.html
There shouldn't be html tags in this place.
poltawski [Tue, 18 Dec 2007 21:27:45 +0000 (21:27 +0000)]
MDL-12639 - prevent debug warnings about help buttons on database presets
Merged from MOODLE_19_STABLE
mjollnir_ [Tue, 18 Dec 2007 20:51:07 +0000 (20:51 +0000)]
merged from MOODLE_19_STABLE: moving two functions from admin/roles/manage.php (switch_roles and role_cap_duplicate) to accesslib & added phpdoc. Fixes MDL-12621
tjhunt [Tue, 18 Dec 2007 18:20:25 +0000 (18:20 +0000)]
Improve the quiz_rescale_grade function, and call it from one other place, instead of duplicating code. Merged from MOODLE_19_STABLE.
skodak [Tue, 18 Dec 2007 17:38:22 +0000 (17:38 +0000)]
MDL-12496, MDL-11889 allow deleting of activities with disabled grading from gradebook; merged from MOODLE_19_STABLE
nfreear [Tue, 18 Dec 2007 17:18:19 +0000 (17:18 +0000)]
Fixes reopened MDL-7493 "Make sure standard themes are visible under "Windows High Contrast Black" mode" - foreground show/hide block icon/ALT text switched with Javscript.
tjhunt [Tue, 18 Dec 2007 16:12:11 +0000 (16:12 +0000)]
MDL-12635 - Manual grading report does not check capabilites - also, only show the tabs for the reports people can access. Merged from MOODLE_19_STABLE.
poltawski [Tue, 18 Dec 2007 15:36:45 +0000 (15:36 +0000)]
MDL-12515 Feedback not available to student on assignments unless a grade has been assigned
merged from MOODLE_19_STABLE
tjhunt [Tue, 18 Dec 2007 14:57:03 +0000 (14:57 +0000)]
MDL-12517 - fix typo in the last commit.
skodak [Tue, 18 Dec 2007 13:53:18 +0000 (13:53 +0000)]
MDL-12517 reverting the moving of data processign, returning array of warnings instead from function; merged from MOODLE_19_STABLE
skodak [Tue, 18 Dec 2007 13:27:31 +0000 (13:27 +0000)]
MDL-12517 null not treated properly, max instead of min typo and pretty please initialize all objects properly; merged from MOODLE_19_STABLE
skodak [Tue, 18 Dec 2007 12:00:32 +0000 (12:00 +0000)]
MDL-12628 acces typo fixed; merged from MOODLE_19_STABLE
scyrma [Tue, 18 Dec 2007 08:39:44 +0000 (08:39 +0000)]
Add some documentation
scyrma [Tue, 18 Dec 2007 08:17:58 +0000 (08:17 +0000)]
MDL-12613 - this should fix (part of) the problem with the search block (take 2)
scyrma [Tue, 18 Dec 2007 07:54:09 +0000 (07:54 +0000)]
MDL-12613 - this should fix the problem with the search block
moodler [Tue, 18 Dec 2007 03:15:11 +0000 (03:15 +0000)]
Automatic installer.php lang files by installer_builder (
20071218 )
skodak [Mon, 17 Dec 2007 23:44:25 +0000 (23:44 +0000)]
MDL-12103 new config option for mail newline chars; merged from MOODLE_19_STABLE
skodak [Mon, 17 Dec 2007 21:39:03 +0000 (21:39 +0000)]
MDL-12524 fixed quoting of phrases in mail header (problem with special chars in names of users); merged from MOODLE_19_STABLE
tjhunt [Mon, 17 Dec 2007 17:17:22 +0000 (17:17 +0000)]
Strip out an unneccessary HTML table that way causing a 'button moves when you try to click on it' problem.
tjhunt [Mon, 17 Dec 2007 16:56:42 +0000 (16:56 +0000)]
Minor quiz layout improvements. Merged from MOODLE_19_STABLE.
tjhunt [Mon, 17 Dec 2007 15:29:48 +0000 (15:29 +0000)]
Unset a meaningless id. This probably does not change anything in moodle, but it was part of a bug fix in the OU version of Moodle that seemed correct, so I am merging it over.
tjhunt [Mon, 17 Dec 2007 14:11:55 +0000 (14:11 +0000)]
Typo in redirect URL.
tjhunt [Mon, 17 Dec 2007 12:28:14 +0000 (12:28 +0000)]
MDL-12616 - Improve layout so you can distinguish the student's response to an essay question from the feedback. Merged from MOODLE_19_STABLE.
fmarier [Mon, 17 Dec 2007 04:49:27 +0000 (04:49 +0000)]
course/lib: Cache get_categories() using a static variable (MDL-11938)
Some recursive functions call get_categories() repeatedly to get all of the
child categories of the current one.
This commit create a lazily-initialized cache of all of the categories so
that the database is only queried once to retrieve all of the categories.
It speeds up the both the homepage and the course edit page (where the
categories are displayed in combo boxes).
moodler [Mon, 17 Dec 2007 04:17:02 +0000 (04:17 +0000)]
New tags file
moodler [Mon, 17 Dec 2007 01:25:18 +0000 (01:25 +0000)]
Testing commit message one more time, I think this is it
moodler [Mon, 17 Dec 2007 01:18:21 +0000 (01:18 +0000)]
Testing a commit
moodler [Mon, 17 Dec 2007 01:14:39 +0000 (01:14 +0000)]
Testing a commit message
poltawski [Sun, 16 Dec 2007 18:17:55 +0000 (18:17 +0000)]
MDL-12385 - glossary category edit page doesn't respect $CFG->pixpath
merged from MOODLE_19_STABLE
poltawski [Sun, 16 Dec 2007 16:14:48 +0000 (16:14 +0000)]
MDL-11086 - more tweaks to helpfile as per Rays suggestions
merged from MOODLE_19_STABLE
skodak [Sun, 16 Dec 2007 14:50:58 +0000 (14:50 +0000)]
MDL-12596 Timezone problem in PHPMailer RFCDate() Function - patch submitted by Leo Gaggl; merged from MOODLE_19_STABLE
skodak [Sun, 16 Dec 2007 14:14:17 +0000 (14:14 +0000)]
MDL-12597 fixed short php bugs; merged from MOODLE_19_STABLE