Commit graph

23121 commits

Author SHA1 Message Date
stronk7
abbd460ff9 Adding getSequenceFromDB() for Oracle in order to detect the correct
sequence name in the insert_record() function.
2006-10-08 09:36:33 +00:00
skodak
1c55ce748d add note to admin settings to check max_allowed_packet when enabling db sessions in MySQL - MDL-6866 , fixed quotes :-( 2006-10-08 09:20:46 +00:00
skodak
25bbaee716 add note to admin settings to check max_allowed_packet when enabling db sessions in MySQL - MDL-6866 2006-10-08 09:16:38 +00:00
skodak
91b678f306 Grades computed incorrectly if assignment name appears more than twice in a course MDL-6876 , patch submitted by Gary Anderson 2006-10-08 09:04:59 +00:00
skodak
b3cbe3a333 fixed wrong strip_slashes() when printing blog entry 2006-10-08 08:52:15 +00:00
skodak
b15d469ec2 Error when adding Recent activity as a sticky block MDL-6801 2006-10-08 08:44:32 +00:00
skodak
14df27ad3c fixed wrong redirect when editing blocks in stickyblocks page 2006-10-08 08:36:45 +00:00
skodak
cf0c601fb9 fixed encoding header() in messaging frames MDL-6128 - 1.6, special chars and messaging system. 2006-10-08 08:29:35 +00:00
skodak
0ca30166f3 Resource frameset error in IE6 MDL-6842, patch submitted by Chris Fryer. 2006-10-08 08:20:38 +00:00
skodak
4db69ffb82 Scalable Vector Graphics (SVG) files in Moodle are not correctly displayed in many Browsers MDL-6878, patch submitted by Geoffrey Rowland, thanks! 2006-10-08 08:13:41 +00:00
skodak
c664a03609 added 'Reviewed' assignment status to My moodle page MDL-6834, patch submitted by Stephen Bourget - thanks! 2006-10-08 08:06:04 +00:00
moodler
67a6156c5a Automatic installer.php lang files by installer_builder (20061008) 2006-10-08 02:52:12 +00:00
skodak
57f1b91497 fixed some incorrect strtolower() calls that were breaking non ascii languages MDL-6135 2006-10-07 20:47:54 +00:00
gustav_delius
6a8b20b790 Don't strip slashes from data send to htmlarea, after all it is not being stripped from data going to the normal textarea either. 2006-10-07 17:20:35 +00:00
gustav_delius
1ca20e0272 Don't use stripslashes on data coming from database 2006-10-07 17:18:15 +00:00
gbateson
c0e19266db simplified the javascript to hide "name", "studentfeedbackurl" and dates when not required 2006-10-07 14:57:37 +00:00
stronk7
dd00dbd799 Allow load average to be displayed in servers using the comma as
decimal separator.
2006-10-07 10:33:58 +00:00
gbateson
fb414b62e5 added PARAM types for all calls to "optional_param()" and "required_param()" 2006-10-07 08:59:59 +00:00
gbateson
cc4782064d adjust "best grade" to range 0 to hotpot->maxgrade 2006-10-07 05:03:52 +00:00
gbateson
1cc9e57b94 removed "thiscourse" and "allmycourses" as they are no longer used in hotpot/report.php 2006-10-07 02:00:53 +00:00
gbateson
dee022991a remvoved course selection for admins, and tidied up handling of capabilities 2006-10-07 01:57:57 +00:00
gbateson
967cede92e remove "Selecting a course" section 2006-10-07 01:53:49 +00:00
stronk7
b7e58d8f8c Wood-ising the adminsettings fieldset 2006-10-06 22:25:49 +00:00
tjhunt
13835c77b6 MDL-6731 Can't save manual comment on a quiz question. I had missed one instance of the comment -> manualcomment column rename. 2006-10-06 17:22:08 +00:00
tjhunt
8ff134db82 Typo. 2006-10-06 17:20:37 +00:00
tjhunt
b20ea66988 Hopefully improve performance on site with lots of question categories Merged from MOODLE_16_STABLE. 2006-10-06 16:48:54 +00:00
stronk7
29bbfb339a One malformed XML was preventing wiki_logs to be properly UTF8-ised. MDL-6854 2006-10-06 15:26:13 +00:00
stronk7
b695b9106b Typo recently introduced. MDL-6336
(merged from MOODLE_16_STABLE)
2006-10-06 15:03:46 +00:00
skodak
e96f2a77db 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...
2006-10-06 10:11:52 +00:00
gbateson
bd9c7e8473 fix undefined variable $context on line 135 2006-10-06 09:36:40 +00:00
toyomoyo
837bde0cc0 fix for MDL-6336 2006-10-06 08:26:37 +00:00
gbateson
a81468432a allow display and deletion of attempts by "All users" including unenrolled students 2006-10-06 08:02:07 +00:00
vyshane
64e5a68d91 Some fixes for MDL-6674. This should fix moving activities (resources).
Thanks to Dan Poltawski for suggestions.
2006-10-06 07:56:37 +00:00
gbateson
8e6461f749 fix typo on line 89: get_context_instance(CONTEXT_COURSE, $course) ... should be ... get_context_instance(CONTEXT_COURSE, $course->id) 2006-10-06 07:09:27 +00:00
moodler
83ea392ee1 Drop the user_xxx tables after Roles install 2006-10-06 06:47:12 +00:00
moodler
47545d4161 Removed some references to user_teachers that will probably cause a bug 2006-10-06 06:42:33 +00:00
moodler
f0c9f676db Remove user_students references 2006-10-06 06:39:29 +00:00
moodler
cf85513250 Added missing cap strings 2006-10-06 06:37:58 +00:00
moodler
99938ae7b6 Added some defaults to make sure Exercise is off by default 2006-10-06 06:34:08 +00:00
moodler
95056a03f9 Fix some doc links 2006-10-06 06:26:06 +00:00
gbateson
259bcf0c8b added "format_string" and "stripslashes" when print HotPot name to browser 2006-10-06 06:22:15 +00:00
moodler
e27a943788 Disable the exercise module as it's not maintained or upgraded for roles 2006-10-06 06:15:57 +00:00
toyomoyo
1b19e8107e fix for MDL-6859, MDL-6860 2006-10-06 06:04:32 +00:00
moodler
010b211f51 Fixes for naming of forms to make them XHTML compatible 2006-10-06 06:02:17 +00:00
moodler
e32fb9a4f7 Fixed a misplaced form tag MDL-6861 2006-10-06 05:57:07 +00:00
gbateson
2398e835a8 renamed all $hp to $hotpot; added/update/delete calendar events when adding/updating/deleting hotpots; add functions required for participation report; 2006-10-06 05:56:53 +00:00
moodler
76b41407ea Made alt tags translatable MDL-6861 2006-10-06 05:53:28 +00:00
moodler
46f8bacfc8 Fixed some unencoded & in urls 2006-10-06 05:44:05 +00:00
moodler
670fc5123a MOre fixes to remove erros due to JS 2006-10-06 05:28:57 +00:00
moodler
4418a1125a FIxed some incorrect backslashes MDL-6861 2006-10-06 05:06:25 +00:00