1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-21 08:00:37 +01:00

20144 Commits

Author SHA1 Message Date
stronk7
7071d6d908 Deleted a bunch of js code and trying another (the last) way
to resize the iframe properly. Tests at home 100% reliable.
I hope it'll work ok remotely... Depending of results  we'll
decide the final system.
2006-04-27 19:45:00 +00:00
mark-nielsen
718dbada67 [Fix] Notices were being printed in PHP5 for NULL objects. Checking for NULL now before using in multichoice and truefalse questions 2006-04-27 16:48:38 +00:00
mark-nielsen
066c0af9bf [Fix] Error with PHP5. Needed to clone the lesson object before saving the $default object 2006-04-27 16:20:55 +00:00
nfreear
b656d9226c Subtle fix to style-selectors/ background colours
- Bug 5161 "Course format weekscss looks unfinished".
2006-04-27 16:03:24 +00:00
ethem
ee80cc094c lib.php : restore & backup functions removed. 2006-04-27 15:48:55 +00:00
ethem
53bf37b4f6 Backup library. 2006-04-27 13:41:53 +00:00
gbateson
530cd21dc2 Fix "data truncated errors" by setting set NULL values in int field to 0 before changing to NOT NULL DEFAULT 0 2006-04-27 08:45:34 +00:00
vyshane
a42ca12218 Fix for Bug . 2006-04-27 07:52:40 +00:00
gustav_delius
125bb7003e sortorder is now remembered between pages, fixing bug 5328 2006-04-27 07:46:34 +00:00
gustav_delius
239d373ff9 Had to change attribute of select tag from disabled to readonly in order to get the feedback popups to work, see bug 5338 2006-04-27 07:21:55 +00:00
gustav_delius
a60a7b0d21 Fixing filtering of category names, now using PARAM_NOTAGS. Fixing bug 5349 2006-04-27 06:55:38 +00:00
gustav_delius
dc454ef428 question category is not remembered correctly by import and export pages, fixing bug 5348 2006-04-27 06:42:10 +00:00
toyomoyo
7396321249 fix for 4976 2006-04-27 04:12:58 +00:00
vyshane
137624c78d Fix for Bug - Hidden resource/activity modules still show up in jump
menu. Forced course catch rebuild if a module is hidden or shown.
2006-04-27 03:31:10 +00:00
toyomoyo
f69f1b498a trying to fix bug 5266 2006-04-27 02:34:16 +00:00
stronk7
d8606dc543 Defining width and height seems to improve resizing
behaviour under some browsers (source: some blogs)
It also helps when resize doesn't work, defaulting
to a nice size.
2006-04-26 22:18:47 +00:00
skodak
eac8ac87c7 fixed notice and corrected the use of new s() and p() 2006-04-26 21:25:50 +00:00
skodak
3f73372fe5 fixed warning when no stats data yet 2006-04-26 21:13:45 +00:00
gustav_delius
754d6f1bb3 Corrected location of restorelibpre15.php, see http://moodle.org/mod/forum/discuss.php?d=44156 2006-04-26 20:32:54 +00:00
gustav_delius
50530eb782 The information from question_rqp_types table should not be loaded every time questionlib.php is loaded but only when the questiontype menu is actually needed. 2006-04-26 20:29:32 +00:00
gustav_delius
a2c0f03e5e I incorrectly had renamed quiz_ to question_ in some places. 2006-04-26 20:05:21 +00:00
ethem
e13958e08b Don't use $courseid in require_login(). User may want to see old orders. Course enrolment is not required. 2006-04-26 17:39:13 +00:00
ethem
a37c274b90 Use global parameters in authorize_print_orders(): $courseid & $userid 2006-04-26 17:29:52 +00:00
ethem
71f7797f28 Don't duplicate header. 2006-04-26 17:16:34 +00:00
moodler
6f7d1382eb Just tidying up, and removed the logs link (it's in reports) 2006-04-26 16:09:43 +00:00
moodler
0b0ac96794 Just some tidy-ups 2006-04-26 16:03:16 +00:00
ethem
e66012b563 Penny made it this way on purpose, apparently, to make it work properly on Postgresql, so it reverted. 2006-04-26 15:23:01 +00:00
urs_hunkler
8c75d90f8d bug - JS code after page end??? corrected 2006-04-26 15:00:22 +00:00
nfreear
31d35603ce Fix bug 5345 "Calendar block overflows in 'weekscss' course format." 2006-04-26 13:56:39 +00:00
ethem
f506249f70 Merged from MOODLE_15_STABLE. First time install detection. 2006-04-26 12:38:09 +00:00
moodler
0e1baec9a7 Allow colors to the editor 2006-04-26 08:18:42 +00:00
moodler
7c8b82a9a7 Set default value for message_emailformat 2006-04-26 08:17:11 +00:00
toyomoyo
49487025ea just in case message_emailformat is not set 2006-04-26 08:07:12 +00:00
toyomoyo
cb24115c8e trying to change all the default NULL fields to NOT NULL default '0'/'', hope i didn't mess up. Please report any bugs asap! 2006-04-26 05:48:04 +00:00
moodler
5ae598c757 Use the fullclone function instead of clone() because objects are in an array bug 5339 2006-04-26 04:40:14 +00:00
moodler
35ca0d6a45 Add a new function fullclone() to forcibly make a complete copy of a structure 2006-04-26 04:39:34 +00:00
gbateson
2e2a27a9bc changed line 10 to: $index = "{$table}_{$field}_idx"; (bug 5315) 2006-04-26 03:26:12 +00:00
gbateson
4f6a57d173 change single quotes to double quotes. Probable fix for bug 5315 2006-04-26 03:07:38 +00:00
vyshane
d70d141846 Fix for: Bug - [[allchanges]] missing
Added allchanges lang string.
2006-04-26 02:48:57 +00:00
stronk7
81c7ef5ada Supresing footer() output in this page because it continues causing
important problems under Safari and I really think it isn't critical
to have it here at all costs.
2006-04-26 00:09:00 +00:00
stronk7
d860c55c84 Handle some debugs properly. 2006-04-25 23:52:42 +00:00
stronk7
d9f9d943b5 Now the deploy-all button works! 2006-04-25 23:47:46 +00:00
martinlanghoff
50fc296d8d auth/cas: dos2unix on index_form.html - bug 2006-04-25 23:15:08 +00:00
stronk7
9fe25ab4f1 Diference between moodle.xml file not found and moodle.xml file
incorrect at restore time. Bug 5334.
(http://moodle.org/bugs/bug.php?op=show&bugid=5334)
2006-04-25 22:55:29 +00:00
martinlanghoff
b76169a214 filterlib/filter_phrases() - try to escape magic characters used internally by the filter mechanism -- Bug#5236 / WR#422
This is an attempt to fix filter problems caused by glossary matches on %
(which also affect matches on * and #). Works for the sample cases I have,
but we may be breaking subtly in other places.
2006-04-25 22:47:42 +00:00
mjollnir_
b8a25300b6 Fixing bug : I don't know how this worked for restore and not for import, but it works for both now 2006-04-25 20:47:44 +00:00
stronk7
5adb5b02db And the standard footer is back again. Andrew Walker, the
JavaScript Superman did the work! B-) Tested under FF, IE
and Safari.
2006-04-25 15:44:34 +00:00
stronk7
4d939c7283 Bypass div#footer style in resource view pages to get
all the space avaliable, making an exception in the
global one.
2006-04-25 15:35:39 +00:00
moodler
f2dcfac0fd Make these icons transparent 2006-04-25 14:01:13 +00:00
moodler
3131d5c6de Removed overview.php 2006-04-25 13:19:52 +00:00