]>
git.mjollnir.org Git - moodle.git/log
jamiesensei [Mon, 9 Oct 2006 08:32:30 +0000 (08:32 +0000)]
added 2 new methods to form class data_submitted and setDefault
Fixed bug in id generation
bobopinna [Mon, 9 Oct 2006 07:36:51 +0000 (07:36 +0000)]
Fixed some bugs in the datamodel definition
skodak [Sun, 8 Oct 2006 21:44:59 +0000 (21:44 +0000)]
index.html of assignment help needs update. MDL-6888
cap2501 [Sun, 8 Oct 2006 21:24:38 +0000 (21:24 +0000)]
added main.getString function to better emulate php-moodle. In the future this could be extended to dynamically pull strings from moodle.php.
cap2501 [Sun, 8 Oct 2006 21:23:51 +0000 (21:23 +0000)]
delete confirmation now useing main.getString function.
cap2501 [Sun, 8 Oct 2006 21:10:14 +0000 (21:10 +0000)]
resolved: MDL-6579
added string for 'resource'
cap2501 [Sun, 8 Oct 2006 21:09:47 +0000 (21:09 +0000)]
resolved: MDL-6579
created language independant prompt for resource/activity deletion
cap2501 [Sun, 8 Oct 2006 21:09:18 +0000 (21:09 +0000)]
resolved: MDL-6579
Added strings needed for delete confirmation.
skodak [Sun, 8 Oct 2006 20:29:13 +0000 (20:29 +0000)]
change_password.php produces JS error fixed typo MDL-6750
cap2501 [Sun, 8 Oct 2006 20:26:25 +0000 (20:26 +0000)]
removed code for the old way of updating the block weight.
cap2501 [Sun, 8 Oct 2006 20:25:10 +0000 (20:25 +0000)]
movement of the blocks is now handled completely seperately on the serverside and on the clientside. This was unavoidable.
cap2501 [Sun, 8 Oct 2006 20:24:15 +0000 (20:24 +0000)]
made changes to the way the block movment was handled to eliminate some errors that came up.
cap2501 [Sun, 8 Oct 2006 20:23:30 +0000 (20:23 +0000)]
removed some debugging output accidently left in.
cap2501 [Sun, 8 Oct 2006 20:21:15 +0000 (20:21 +0000)]
created blocks_execute_repositioning_atomic as an extension of blocks_execute_repositioning, the original did adjust the column that the block was coming from but it did not insert it properly into the target column (adjusting the weights of the other blocks). This is currently only really nessicary for the ajax formats.
skodak [Sun, 8 Oct 2006 19:45:29 +0000 (19:45 +0000)]
fixed data/index.php when no databases available, initialized array in get_all_instances_in_course() from datalib.php; merged from MOODLE_16_STABLE
skodak [Sun, 8 Oct 2006 18:55:18 +0000 (18:55 +0000)]
problem with incorrect redirect url - wwwroot without the trailning slash in not standard compliant MDL-6193
skodak [Sun, 8 Oct 2006 18:16:18 +0000 (18:16 +0000)]
docs for advanced uploading of files assignment type
skodak [Sun, 8 Oct 2006 17:35:27 +0000 (17:35 +0000)]
a small typo 'helpupload' on /lang/en_utf8/assignment.php MDL-6883, found by Mitsuhiro Yoshida
skodak [Sun, 8 Oct 2006 11:00:49 +0000 (11:00 +0000)]
fixed 'capabilitities' typos and removed forgotten debug_print_backtrace() commited with MDL-6728
skodak [Sun, 8 Oct 2006 10:52:54 +0000 (10:52 +0000)]
Typo in lib/accesslib.php MDL-6728, found by Nicolas Martignoni.
skodak [Sun, 8 Oct 2006 10:07:03 +0000 (10:07 +0000)]
Insert a Chinese charachter string to label resource result error MDL-6757
stronk7 [Sun, 8 Oct 2006 09:58:11 +0000 (09:58 +0000)]
Now Oracle uses the new find_sequence_name() function to find the
correct sequence name for each table on insert.
Also, introduced initial hooks to support Oracle LOBs in insert_record()
skodak [Sun, 8 Oct 2006 09:51:22 +0000 (09:51 +0000)]
removed obsoleted backup configuration scripts
stronk7 [Sun, 8 Oct 2006 09:38:09 +0000 (09:38 +0000)]
Added find_sequence_name() to be used by insert_record() to get the correct sequence
stronk7 [Sun, 8 Oct 2006 09:36:33 +0000 (09:36 +0000)]
Adding getSequenceFromDB() for Oracle in order to detect the correct
sequence name in the insert_record() function.
skodak [Sun, 8 Oct 2006 09:20:46 +0000 (09:20 +0000)]
add note to admin settings to check max_allowed_packet when enabling db sessions in MySQL - MDL-6866 , fixed quotes :-(
skodak [Sun, 8 Oct 2006 09:16:38 +0000 (09:16 +0000)]
add note to admin settings to check max_allowed_packet when enabling db sessions in MySQL - MDL-6866
skodak [Sun, 8 Oct 2006 09:04:59 +0000 (09:04 +0000)]
Grades computed incorrectly if assignment name appears more than twice in a course MDL-6876 , patch submitted by Gary Anderson
skodak [Sun, 8 Oct 2006 08:52:15 +0000 (08:52 +0000)]
fixed wrong strip_slashes() when printing blog entry
skodak [Sun, 8 Oct 2006 08:44:32 +0000 (08:44 +0000)]
Error when adding Recent activity as a sticky block MDL-6801
skodak [Sun, 8 Oct 2006 08:36:45 +0000 (08:36 +0000)]
fixed wrong redirect when editing blocks in stickyblocks page
skodak [Sun, 8 Oct 2006 08:29:35 +0000 (08:29 +0000)]
fixed encoding header() in messaging frames MDL-6128 - 1.6, special chars and messaging system.
skodak [Sun, 8 Oct 2006 08:20:38 +0000 (08:20 +0000)]
Resource frameset error in IE6 MDL-6842, patch submitted by Chris Fryer.
skodak [Sun, 8 Oct 2006 08:13:41 +0000 (08:13 +0000)]
Scalable Vector Graphics (SVG) files in Moodle are not correctly displayed in many Browsers MDL-6878, patch submitted by Geoffrey Rowland, thanks!
skodak [Sun, 8 Oct 2006 08:06:04 +0000 (08:06 +0000)]
added 'Reviewed' assignment status to My moodle page MDL-6834, patch submitted by Stephen Bourget - thanks!
moodler [Sun, 8 Oct 2006 02:52:12 +0000 (02:52 +0000)]
Automatic installer.php lang files by installer_builder (
20061008 )
skodak [Sat, 7 Oct 2006 20:47:54 +0000 (20:47 +0000)]
fixed some incorrect strtolower() calls that were breaking non ascii languages MDL-6135
gustav_delius [Sat, 7 Oct 2006 17:20:35 +0000 (17:20 +0000)]
Don't strip slashes from data send to htmlarea, after all it is not being stripped from data going to the normal textarea either.
gustav_delius [Sat, 7 Oct 2006 17:18:15 +0000 (17:18 +0000)]
Don't use stripslashes on data coming from database
gbateson [Sat, 7 Oct 2006 14:57:37 +0000 (14:57 +0000)]
simplified the javascript to hide "name", "studentfeedbackurl" and dates when not required
stronk7 [Sat, 7 Oct 2006 10:33:58 +0000 (10:33 +0000)]
Allow load average to be displayed in servers using the comma as
decimal separator.
gbateson [Sat, 7 Oct 2006 08:59:59 +0000 (08:59 +0000)]
added PARAM types for all calls to "optional_param()" and "required_param()"
gbateson [Sat, 7 Oct 2006 05:03:52 +0000 (05:03 +0000)]
adjust "best grade" to range 0 to hotpot->maxgrade
gbateson [Sat, 7 Oct 2006 02:00:53 +0000 (02:00 +0000)]
removed "thiscourse" and "allmycourses" as they are no longer used in hotpot/report.php
gbateson [Sat, 7 Oct 2006 01:57:57 +0000 (01:57 +0000)]
remvoved course selection for admins, and tidied up handling of capabilities
gbateson [Sat, 7 Oct 2006 01:53:49 +0000 (01:53 +0000)]
remove "Selecting a course" section
stronk7 [Fri, 6 Oct 2006 22:25:49 +0000 (22:25 +0000)]
Wood-ising the adminsettings fieldset
tjhunt [Fri, 6 Oct 2006 17:22:08 +0000 (17:22 +0000)]
MDL-6731 Can't save manual comment on a quiz question. I had missed one instance of the comment -> manualcomment column rename.
tjhunt [Fri, 6 Oct 2006 17:20:37 +0000 (17:20 +0000)]
Typo.
tjhunt [Fri, 6 Oct 2006 16:48:54 +0000 (16:48 +0000)]
Hopefully improve performance on site with lots of question categories Merged from MOODLE_16_STABLE.
stronk7 [Fri, 6 Oct 2006 15:26:13 +0000 (15:26 +0000)]
One malformed XML was preventing wiki_logs to be properly UTF8-ised. MDL-6854
stronk7 [Fri, 6 Oct 2006 15:03:46 +0000 (15:03 +0000)]
Typo recently introduced. MDL-6336
(merged from MOODLE_16_STABLE)
skodak [Fri, 6 Oct 2006 10:11:52 +0000 (10:11 +0000)]
Code cleanup in blog.
MDL-6805 Fixed redirects in blog; MDL-6807 partially fixed use of capabilitites - it needs more testing and possibly minor fixing, the commit contains other blog bugfixes too. In general it should work exactly the same. The introduction of roles makes proper setup more difficult :-(
Expect some more fixes soon, no other bigger changes...
gbateson [Fri, 6 Oct 2006 09:36:40 +0000 (09:36 +0000)]
fix undefined variable $context on line 135
toyomoyo [Fri, 6 Oct 2006 08:26:37 +0000 (08:26 +0000)]
fix for MDL-6336
gbateson [Fri, 6 Oct 2006 08:02:07 +0000 (08:02 +0000)]
allow display and deletion of attempts by "All users" including unenrolled students
vyshane [Fri, 6 Oct 2006 07:56:37 +0000 (07:56 +0000)]
Some fixes for MDL-6674. This should fix moving activities (resources).
Thanks to Dan Poltawski for suggestions.
gbateson [Fri, 6 Oct 2006 07:09:27 +0000 (07:09 +0000)]
fix typo on line 89: get_context_instance(CONTEXT_COURSE, $course) ... should be ... get_context_instance(CONTEXT_COURSE, $course->id)
moodler [Fri, 6 Oct 2006 06:47:12 +0000 (06:47 +0000)]
Drop the user_xxx tables after Roles install
moodler [Fri, 6 Oct 2006 06:42:33 +0000 (06:42 +0000)]
Removed some references to user_teachers that will probably cause a bug
moodler [Fri, 6 Oct 2006 06:39:29 +0000 (06:39 +0000)]
Remove user_students references
moodler [Fri, 6 Oct 2006 06:37:58 +0000 (06:37 +0000)]
Added missing cap strings
moodler [Fri, 6 Oct 2006 06:34:08 +0000 (06:34 +0000)]
Added some defaults to make sure Exercise is off by default
moodler [Fri, 6 Oct 2006 06:26:06 +0000 (06:26 +0000)]
Fix some doc links
gbateson [Fri, 6 Oct 2006 06:22:15 +0000 (06:22 +0000)]
added "format_string" and "stripslashes" when print HotPot name to browser
moodler [Fri, 6 Oct 2006 06:15:57 +0000 (06:15 +0000)]
Disable the exercise module as it's not maintained or upgraded for roles
toyomoyo [Fri, 6 Oct 2006 06:04:32 +0000 (06:04 +0000)]
fix for MDL-6859, MDL-6860
moodler [Fri, 6 Oct 2006 06:02:17 +0000 (06:02 +0000)]
Fixes for naming of forms to make them XHTML compatible
moodler [Fri, 6 Oct 2006 05:57:07 +0000 (05:57 +0000)]
Fixed a misplaced form tag MDL-6861
gbateson [Fri, 6 Oct 2006 05:56:53 +0000 (05:56 +0000)]
renamed all $hp to $hotpot; added/update/delete calendar events when adding/updating/deleting hotpots; add functions required for participation report;
moodler [Fri, 6 Oct 2006 05:53:28 +0000 (05:53 +0000)]
Made alt tags translatable MDL-6861
moodler [Fri, 6 Oct 2006 05:44:05 +0000 (05:44 +0000)]
Fixed some unencoded & in urls
moodler [Fri, 6 Oct 2006 05:28:57 +0000 (05:28 +0000)]
MOre fixes to remove erros due to JS
moodler [Fri, 6 Oct 2006 05:06:25 +0000 (05:06 +0000)]
FIxed some incorrect backslashes MDL-6861
gbateson [Fri, 6 Oct 2006 04:03:39 +0000 (04:03 +0000)]
In "Selecting Users" section, added "All users" and modified "All participants" and "Existing students"
toyomoyo [Fri, 6 Oct 2006 04:03:02 +0000 (04:03 +0000)]
adding utf8 support for new fields
gbateson [Fri, 6 Oct 2006 03:46:46 +0000 (03:46 +0000)]
added $string['allusers'] = 'All users'; for "hotpot/report.php"
moodler [Fri, 6 Oct 2006 02:56:20 +0000 (02:56 +0000)]
Automatic installer.php lang files by installer_builder (
20061006 )
gbateson [Fri, 6 Oct 2006 02:03:43 +0000 (02:03 +0000)]
removed all references to obsolete indexes on "hotpot_questions.name" and "hotpot_strings.string"
gbateson [Fri, 6 Oct 2006 01:25:56 +0000 (01:25 +0000)]
reset version number in HotPot v1 with over-advanced version number
gustav_delius [Thu, 5 Oct 2006 22:45:01 +0000 (22:45 +0000)]
Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570. For some reason this script is not using get_users() but is instead constructing its own sql, so the change to get_users() had to be duplicated here.
gustav_delius [Thu, 5 Oct 2006 22:21:09 +0000 (22:21 +0000)]
Incomplete user record (the one where the username is still 'changeme') should not be included in user listing. See bug 4570
stronk7 [Thu, 5 Oct 2006 19:51:47 +0000 (19:51 +0000)]
Avoid some notices. Part of MDL-6854
stronk7 [Thu, 5 Oct 2006 19:29:39 +0000 (19:29 +0000)]
Avoid some notices. Part of MDL-6854
tjhunt [Thu, 5 Oct 2006 15:58:08 +0000 (15:58 +0000)]
MDL-6837 - move warning about pupup blockers into the lang file. Merged from MOODLE_16_STABLE.
andreabix [Thu, 5 Oct 2006 09:52:38 +0000 (09:52 +0000)]
overlapping fix
toyomoyo [Thu, 5 Oct 2006 08:54:35 +0000 (08:54 +0000)]
fixed a bug with user listing where user_lastaccess entries are not set, e.g. after a resotre
vyshane [Thu, 5 Oct 2006 08:47:13 +0000 (08:47 +0000)]
Some small formatting changes.
Added some missing semi-colons in js code.
moodler [Thu, 5 Oct 2006 08:41:06 +0000 (08:41 +0000)]
Fix to ignore hidden courses when using switchrole in a course MDL-6841
vyshane [Thu, 5 Oct 2006 08:05:55 +0000 (08:05 +0000)]
Fix for MDL-6682. Removed duplicate string quiz:grade
vyshane [Thu, 5 Oct 2006 07:22:48 +0000 (07:22 +0000)]
Merged fix for MDL-6819
moodler [Thu, 5 Oct 2006 07:05:06 +0000 (07:05 +0000)]
Removed user_students, user_teachers, user_coursecreators and user_admins
as they are now irrelevant MDL-6830
moodler [Thu, 5 Oct 2006 07:01:28 +0000 (07:01 +0000)]
Moved sticky blocks to Appearance section
bobopinna [Thu, 5 Oct 2006 06:48:30 +0000 (06:48 +0000)]
Fixed comments_from_learner data element to fit ADL requirements
toyomoyo [Thu, 5 Oct 2006 06:05:02 +0000 (06:05 +0000)]
droppinf utf8 support for user_* tables
toyomoyo [Thu, 5 Oct 2006 04:05:07 +0000 (04:05 +0000)]
a few fixes, for MDL-6836, MDL-6835, and MDL-6765
toyomoyo [Thu, 5 Oct 2006 03:26:22 +0000 (03:26 +0000)]
removing some debugging statements
vyshane [Thu, 5 Oct 2006 03:18:29 +0000 (03:18 +0000)]
Merged fixes for MDL-2583
koenr [Wed, 4 Oct 2006 21:40:18 +0000 (21:40 +0000)]
closing MDL-5510
skodak [Wed, 4 Oct 2006 21:22:57 +0000 (21:22 +0000)]
fixed nocache option in format_text()