]>
git.mjollnir.org Git - moodle.git/log
jamiesensei [Tue, 5 Feb 2008 12:14:46 +0000 (12:14 +0000)]
MDL-13298 "Question bank displays always page 1 after adding new question" this was caused because the question creation page was redirecting back to the question back edit page and telling it to change to the category of the question that was just saved. This was causing the edit page to go back to page 0 of the new category. Now we only go back to page 0 if the category has actually changed. Merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 11:49:39 +0000 (11:49 +0000)]
MDL-3942 fixed warnings; merged from MOODEL_19_STABLE
skodak [Tue, 5 Feb 2008 11:45:05 +0000 (11:45 +0000)]
MDL-12795 length specification in configtext constructor instead of css; merged from MOODLE_19_STABLE
jamiesensei [Tue, 5 Feb 2008 11:27:02 +0000 (11:27 +0000)]
MDL-13005 When trying to restore a course when you have more then one quiz and you choose only one quiz, the restore fails when trying to create categories and questions. Fixed this by ignoring module context level q categories in backup when the course module has not already been restored. merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 11:22:13 +0000 (11:22 +0000)]
MDL-3942 - various forum scoring types - patch by Anthony Borrow; merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 10:52:20 +0000 (10:52 +0000)]
MDL-13335 rewritten caching in forum cron; merged from MOODLE_19_STABLE
skodak [Tue, 5 Feb 2008 10:41:05 +0000 (10:41 +0000)]
MDL-13334 get_role_access() static cache in cron only; merged from MOODLE_19_STABLE
nicolasconnault [Tue, 5 Feb 2008 10:39:56 +0000 (10:39 +0000)]
MDL-12158 Applied Matt's patch, merging from 1.9
nicolasconnault [Tue, 5 Feb 2008 10:30:27 +0000 (10:30 +0000)]
MDL-12888 Removing redundant form
nicolasconnault [Tue, 5 Feb 2008 10:26:57 +0000 (10:26 +0000)]
MDL-12497 Disabled the "override site defaults" checkbox for admin page, and removed redundant help buttons, merging from 1.9
nicolasconnault [Tue, 5 Feb 2008 09:58:05 +0000 (09:58 +0000)]
MDL-10451 Fixed HTML errors, merging from 1.9
jamiesensei [Tue, 5 Feb 2008 09:23:51 +0000 (09:23 +0000)]
this function should work for all modules but forgot to remove 'quiz' from sql.
mits [Tue, 5 Feb 2008 09:16:28 +0000 (09:16 +0000)]
Updated config.php for theme oceanblue.
scyrma [Tue, 5 Feb 2008 08:42:34 +0000 (08:42 +0000)]
Merge from 19_STABLE for MDL-10639.
gbateson [Tue, 5 Feb 2008 04:25:19 +0000 (04:25 +0000)]
MDL-10451 remove extraneous closing </b> tag from lang/en_utf8/help/hotpot/outputformat.html
gbateson [Tue, 5 Feb 2008 04:13:51 +0000 (04:13 +0000)]
MDL-13048 fix indefined course id when importing a Hot Potatoes quiz into the Lesson module
moodler [Tue, 5 Feb 2008 03:16:07 +0000 (03:16 +0000)]
Cleaning up logic from MDL-6826
skodak [Mon, 4 Feb 2008 23:53:26 +0000 (23:53 +0000)]
MDL-13038 update_record now works with boolean false; merged from MOODLE_19_STABLE
danmarsden [Mon, 4 Feb 2008 22:13:01 +0000 (22:13 +0000)]
MDL-6373 add MyMoodle support for Choice module. - thanks to Stephen Bourget for partial code.
urs_hunkler [Mon, 4 Feb 2008 21:02:08 +0000 (21:02 +0000)]
merged from 1.9 :: MDL-13329 :: Buttons in the sidblocks looked quite different in the different browsers. Changed several CSS aspects to make them look more similar, specially added IE "hacks".
nicolasconnault [Mon, 4 Feb 2008 14:29:45 +0000 (14:29 +0000)]
MDL-13087 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 13:57:36 +0000 (13:57 +0000)]
MDL-13050 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 13:02:07 +0000 (13:02 +0000)]
MDL-6826 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 12:18:23 +0000 (12:18 +0000)]
MDL-13103 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 11:03:29 +0000 (11:03 +0000)]
MDL-13103 merging from 1.9
nicolasconnault [Mon, 4 Feb 2008 10:08:40 +0000 (10:08 +0000)]
MDL-13103 merging from 1.9
scyrma [Mon, 4 Feb 2008 06:45:56 +0000 (06:45 +0000)]
merge from 19_STABLE
scyrma [Mon, 4 Feb 2008 00:48:41 +0000 (00:48 +0000)]
MDL-13060 - removing old entries fro VA and CD
stronk7 [Mon, 4 Feb 2008 00:05:20 +0000 (00:05 +0000)]
Save one extra query per user being restored. $newid contains the user id along all the iteration.
Merged from MOODLE_19_STABLE
stronk7 [Sun, 3 Feb 2008 23:53:01 +0000 (23:53 +0000)]
Now custom profile fields and user tags are restored. MDL-6856 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 18:44:14 +0000 (18:44 +0000)]
Only insert outcome_course if it doesn't exist. MDL-13308 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 18:33:09 +0000 (18:33 +0000)]
Add some outcomes missing strings. MDL-13318 ; merged from 19_STABLE
stronk7 [Sun, 3 Feb 2008 18:26:58 +0000 (18:26 +0000)]
Fix restore of outcomes, reusing them when possible. MDL-13309 ; merged from 19_STABLE
skodak [Sun, 3 Feb 2008 17:57:50 +0000 (17:57 +0000)]
MDL-13320 typo in lang/en_utf8/forum.php, found by Mitsuhiro Yoshida; merged from MOODLE_19_STABLE
skodak [Sun, 3 Feb 2008 17:28:25 +0000 (17:28 +0000)]
MDL-13319 skip disabled modules and blocks in cron; merged from MOODLE_19_STABLE
urs_hunkler [Sun, 3 Feb 2008 17:07:59 +0000 (17:07 +0000)]
Merged from 1.9 :: Chameleon restrictions info added.
urs_hunkler [Sun, 3 Feb 2008 17:01:18 +0000 (17:01 +0000)]
Merged from 1.9 :: MDL-13268 :: CSS cleanup and moved from the end of the file to the other admin CSS definitions
urs_hunkler [Sun, 3 Feb 2008 16:55:32 +0000 (16:55 +0000)]
Merged from 1.9 :: MDL-13268 :: CSS added
stronk7 [Sun, 3 Feb 2008 16:40:34 +0000 (16:40 +0000)]
Detect used scales in course outcomes too. MDL-13307 ; merged from 19_STABLE
skodak [Sun, 3 Feb 2008 16:23:54 +0000 (16:23 +0000)]
MDL-13317 use cached system context in get_user_access_sitewide and when rebuilding paths; merged from MOODLE_19_STABLE
skodak [Sun, 3 Feb 2008 16:01:33 +0000 (16:01 +0000)]
MDL-13316 added static cache for time zone info; merged from MOODLE_19_STABLE
urs_hunkler [Sun, 3 Feb 2008 15:57:35 +0000 (15:57 +0000)]
merged from 1.9 :: MDL-13181 :: added to handle changed xhtml
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
display: inline;
}
skodak [Sun, 3 Feb 2008 12:53:33 +0000 (12:53 +0000)]
MDL-13312 fixed notices caused by previous commit, patch by Gary Anderson; merged from MOODLE_19_STABLE
skodak [Sun, 3 Feb 2008 10:57:07 +0000 (10:57 +0000)]
MDL-13310 added static cron cache into format_text() to prevent some db access; merged from MOODLE_19_STABLE
skodak [Sun, 3 Feb 2008 10:37:03 +0000 (10:37 +0000)]
MDL-13306 option to skip logging of blocked emails in forum cron; merged from MOODLE_19_STABLE
stronk7 [Sun, 3 Feb 2008 10:33:15 +0000 (10:33 +0000)]
Add missing description to grade_outcomes backup. Merged from 19_STABLE
skodak [Sun, 3 Feb 2008 10:21:27 +0000 (10:21 +0000)]
MDL-13305 , MDL-13304 - fixed memory leak in forum cron and saved 10% of queries when printing user pictures in mails; merged from MOODLE_19_STABLE
moodler [Sun, 3 Feb 2008 03:20:44 +0000 (03:20 +0000)]
Automatic installer.php lang files by installer_builder (
20080203 )
stronk7 [Sun, 3 Feb 2008 00:48:32 +0000 (00:48 +0000)]
Add some browser output when restoring a lot of users. Merged from 19_STABLE
stronk7 [Sat, 2 Feb 2008 23:59:48 +0000 (23:59 +0000)]
Now we are reading user_profile_fields and user_tags + some small fixes on roles. MDL-6856 ; merged from 19_STABLE
skodak [Sat, 2 Feb 2008 23:00:19 +0000 (23:00 +0000)]
MDL-12901 undo weird IE6 hack on bulk and manage users filter form; merged from MOODLE_19_STABLE
skodak [Sat, 2 Feb 2008 21:53:28 +0000 (21:53 +0000)]
MDL-12710 no wrapping of user selection columns in user bulk form; merged from MOODLE_19_STABLE
skodak [Sat, 2 Feb 2008 21:34:08 +0000 (21:34 +0000)]
MDL-12900 prevent fatal errors when incorrect scale id specified in grade_item; mergedfrom MOODLE_19_STABLE
skodak [Sat, 2 Feb 2008 21:23:41 +0000 (21:23 +0000)]
MDL-13147 fixing undefined ungraded array and its indexes; merged from MOODLE_19_STABLE
stronk7 [Sat, 2 Feb 2008 20:43:18 +0000 (20:43 +0000)]
Respect $showfeedback when deleting groups and groupings. Merged from 19_STABLE
skodak [Sat, 2 Feb 2008 18:56:28 +0000 (18:56 +0000)]
MDL-13257 fixed problems when section 0 does not exist yet; merged from MOODLE_19_STABLE
skodak [Sat, 2 Feb 2008 16:22:47 +0000 (16:22 +0000)]
MDL-13239 improved smtp bulk setting based on feedback from Gary; merged from MOODLE_19_STABLE
moodler [Sat, 2 Feb 2008 03:28:31 +0000 (03:28 +0000)]
Automatic installer.php lang files by installer_builder (
20080202 )
stronk7 [Fri, 1 Feb 2008 17:19:33 +0000 (17:19 +0000)]
Change some conditions to properly check if the custom-profile-field really is using a duplicate shortname. MDL-13288 ; merged from 19_STABLE
skodak [Fri, 1 Feb 2008 14:10:49 +0000 (14:10 +0000)]
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE
exe-cutor [Fri, 1 Feb 2008 13:40:06 +0000 (13:40 +0000)]
Merged typo corrections from STABLE
exe-cutor [Fri, 1 Feb 2008 12:48:27 +0000 (12:48 +0000)]
Merged Shibboleth integrated WAYF service from 19_STABLE
exe-cutor [Fri, 1 Feb 2008 12:45:24 +0000 (12:45 +0000)]
Merged Shibboleth integrated WAYF service from 18_STABLE
skodak [Fri, 1 Feb 2008 09:12:33 +0000 (09:12 +0000)]
MDL-12945 modfullnames typo; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 09:09:04 +0000 (09:09 +0000)]
MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE
exe-cutor [Fri, 1 Feb 2008 08:30:17 +0000 (08:30 +0000)]
Added integrated Shibboleth WAYF service on alternative login page
Updated README
skodak [Fri, 1 Feb 2008 08:23:11 +0000 (08:23 +0000)]
MDL-13220 rebuild course cache after ajax edits - patch by Myles Carrick; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 08:15:38 +0000 (08:15 +0000)]
MDL-7547 yet more speed improvements in rebuild_course_cache() ; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 07:48:26 +0000 (07:48 +0000)]
MDL-13214 rebuild_course_cache fixes and speed improvements; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 07:33:37 +0000 (07:33 +0000)]
MDL-12945 disabled mods are not returned from get_course_mods() anymore, the results are used in scheduled backup and other parts that do not expect disabled mods; merged from MOODLE_19_STABLE
skodak [Fri, 1 Feb 2008 07:05:58 +0000 (07:05 +0000)]
MDL-13239 smtp bulk sending; merged from MOODLE_19_MERGED
moodler [Fri, 1 Feb 2008 05:49:15 +0000 (05:49 +0000)]
Merged better error page from stable 19
moodler [Fri, 1 Feb 2008 03:22:46 +0000 (03:22 +0000)]
Automatic installer.php lang files by installer_builder (
20080201 )
moodler [Fri, 1 Feb 2008 03:06:11 +0000 (03:06 +0000)]
Merged fix for notice when feed dies
fmarier [Thu, 31 Jan 2008 22:24:45 +0000 (22:24 +0000)]
Merged from MOODLE_19_STABLE: MDL-13244 - weblib - Add 'summary' attribute to print_table()
mjollnir_ [Thu, 31 Jan 2008 22:02:44 +0000 (22:02 +0000)]
Merged from MOODLE_19_STABLE: MDL-12440: take out auth title and description into base class, plugins can override. updated places that use get_string to call these methods. Credit: Luke Hudson <luke@catalyst.net.nz>
gbateson [Thu, 31 Jan 2008 07:28:30 +0000 (07:28 +0000)]
fix for MDL-13174 ' replace calls to html_entity_decode() with hotpot_charcode_to_utf8() because html_entity_decode is broken in PHP4
moodler [Thu, 31 Jan 2008 07:04:23 +0000 (07:04 +0000)]
MDL-13260 Fixing misplaced variable (notice)
moodler [Thu, 31 Jan 2008 05:52:04 +0000 (05:52 +0000)]
MDL-13263 Merged nopostforum string from stable
moodler [Thu, 31 Jan 2008 03:28:00 +0000 (03:28 +0000)]
Automatic installer.php lang files by installer_builder (
20080131 )
moodler [Thu, 31 Jan 2008 01:30:43 +0000 (01:30 +0000)]
MDL-13245 Merged viewallfix from stable 1.9
scyrma [Thu, 31 Jan 2008 00:39:02 +0000 (00:39 +0000)]
MDL-11594 - Changes in image location broke chameleon
stronk7 [Thu, 31 Jan 2008 00:20:19 +0000 (00:20 +0000)]
Quick fix for not working glossary index. Related to MDL-12949 that needs more improvements. Merged from 19_STABLE
poltawski [Wed, 30 Jan 2008 21:00:58 +0000 (21:00 +0000)]
MDL-13255 - hidden activity capability check was wrong
merged from 19_STABLE
poltawski [Wed, 30 Jan 2008 20:58:55 +0000 (20:58 +0000)]
MDL-13255 - hidden activity capability check was wrong, but require_login()
handles it for us when passsed $cm
poltawski [Wed, 30 Jan 2008 20:42:41 +0000 (20:42 +0000)]
MDL-13221 - doing wrong capability check for hidden activites. But we
don't need it at all as require_login() with the $cm argument does the
check for us
tjhunt [Wed, 30 Jan 2008 18:18:36 +0000 (18:18 +0000)]
MDL-13110 - Manually grading random questions does not work. Fix thanks to Ken Burres.
mchurch [Wed, 30 Jan 2008 16:43:19 +0000 (16:43 +0000)]
MDL-13252 Fix context to always use course context, rather than instance->page.
tjhunt [Wed, 30 Jan 2008 16:34:04 +0000 (16:34 +0000)]
MDL-13253 - Should use separate language strings for user and module idnumber. Merged from MOODLE_19_STABLE.
tjhunt [Wed, 30 Jan 2008 16:04:09 +0000 (16:04 +0000)]
MDL-13238 - Optionally show the user's idnumber in the grader report. Merged from MOODLE_19_STABLE.
scyrma [Wed, 30 Jan 2008 07:29:36 +0000 (07:29 +0000)]
Merged from MOODLE_19_STABLE
moodler [Wed, 30 Jan 2008 06:59:25 +0000 (06:59 +0000)]
Merged MDL-13245 from 1.9
moodler [Wed, 30 Jan 2008 03:24:33 +0000 (03:24 +0000)]
Automatic installer.php lang files by installer_builder (
20080130 )
stronk7 [Wed, 30 Jan 2008 01:10:57 +0000 (01:10 +0000)]
Now user profile fileds and user tags are included in backups. Part of MDL-6856 ; merged from 19_STABLE
moodler [Wed, 30 Jan 2008 00:34:50 +0000 (00:34 +0000)]
Applied patch from Yazel Hernandez to fix XHTML strict MDL-13230
danmarsden [Tue, 29 Jan 2008 20:50:48 +0000 (20:50 +0000)]
MDL-3721 Wiki adds lots of invalid tags to the top of the page in every edit.
skodak [Tue, 29 Jan 2008 17:30:46 +0000 (17:30 +0000)]
MDL-13237 rceche limiting through intcachemax finally implemented - this should prevent major memory leaks; merged from MOODLE_19_STABLE
poltawski [Tue, 29 Jan 2008 16:22:02 +0000 (16:22 +0000)]
MDL-13226 - allow user digest settings to be set with bulk user actions
merged from MOODLE_19_STABLE
scyrma [Tue, 29 Jan 2008 05:54:42 +0000 (05:54 +0000)]
Upgrade path for MDL-13060. (merge from 19_STABLE)
scyrma [Tue, 29 Jan 2008 03:35:55 +0000 (03:35 +0000)]
No changes - only recoded to utf8. (MDL-13060) (Merged from 19_STABLE)