2447 Commits

Author SHA1 Message Date
thepurpleblob
ff4b6492a0 Moved import/export functions. 2006-02-24 15:44:53 +00:00
gustav_delius
f02c6f017e Renamed QUIZ_QTYPES to QTYPES 2006-02-24 13:48:43 +00:00
gustav_delius
4b32fd66ab Moved function quiz_question_used from mod/quiz/locallib.php to question_used in lib/questionlib. Fixed some more links. 2006-02-24 12:53:47 +00:00
gustav_delius
e56a08dc15 Updated questionlib to work with the new location of the question scripts 2006-02-24 10:25:16 +00:00
gustav_delius
516cf3eb59 Moving quiz-independent question scripts to their new location. In a following commit these files will be updated to actually work in their new location. 2006-02-24 10:21:40 +00:00
toyomoyo
e98ae339ef see changes to admin/utfdbmigrate.php 2006-02-24 07:33:31 +00:00
mjollnir_
0a0bcdd259 Merged from MOODLE_15_STABLE: Fixing a problem reported about self enrolment in child courses and not being able to access the parent without logging in and out again at http://moodle.org/mod/forum/post.php?reply=185699 2006-02-23 22:15:30 +00:00
ikawhero
9677eb79c5 Making custom scripts path generic so it is not forced to be in the
dataroot directory which is writable by the web server.
Path cleaned to avoid relative directory links.
2006-02-23 07:04:13 +00:00
thepurpleblob
b9709b76d9 Corrected oversight with uploaded file filters change
See http://moodle.org/mod/forum/discuss.php?d=40177
2006-02-21 12:54:24 +00:00
thepurpleblob
e11108a580 $CFG->filteruploadedfiles off by default.
See http://moodle.org/mod/forum/discuss.php?d=40177
2006-02-21 12:39:16 +00:00
thepurpleblob
2f9bd37cc3 Added proper check for $CFG->filteruploadedfiles, so that text/plain files
are not converted to text/html if this is 'off'
See discussion: http://moodle.org/mod/forum/discuss.php?d=40177
2006-02-21 10:43:23 +00:00
stronk7
8630fd4be7 Done, changing some files with DOS linefeeds to Unix linefeeds. Bug 4763.
(http://moodle.org/bugs/bug.php?op=show&bugid=4763)
2006-02-19 10:31:21 +00:00
gustav_delius
1bc28beba0 Improved the comment for set_field() 2006-02-15 12:13:20 +00:00
mjollnir_
35cfff0e66 added to magpie the ability to do POSTs as well as GETs.. submitted this patch upstream but upstream doesn't seem to look at patches on sf.net 2006-02-14 20:33:40 +00:00
mjollnir_
f9648e77cf Added cron support for blocks - it was already there in the tables, now we just need to use it 2006-02-14 03:24:08 +00:00
mjollnir_
3a11c548b2 Fixing a warning in debug mode 2006-02-14 02:01:31 +00:00
toyomoyo
89ac329bd0 taking out adodb_logsql table 2006-02-13 01:58:42 +00:00
toyomoyo
4dc78ff1c1 taking out pma tables as they are not mandatory 2006-02-13 01:57:04 +00:00
skodak
9b9ae915d7 scales.php fixed page parameters and removed isset_param(); scale parameter now named scaleid when listing only 2006-02-12 19:43:17 +00:00
stronk7
feba81cc49 Avoid one notice. Bug 4690. Credits go to fad. B-)
(http://moodle.org/bugs/bug.php?op=show&bugid=4690)
2006-02-11 16:17:06 +00:00
vyshane
74142cc5a7 Reverted back rss_get_link() function. We've decided that the data module will
store it's XML RSS stuff in another path.
2006-02-10 03:16:59 +00:00
vyshane
d1dbc96fea Modified function rss_get_link() so that we ignore $userid if it is empty when
we build the path to the XML file.

We need this for RSS feeds for the data module, where it does not make sense
to generate an XML file for each user when they will all be seeing the same
feed.
2006-02-10 03:03:29 +00:00
toyomoyo
55e87e5386 added code to remove possible warnings 2006-02-10 01:26:16 +00:00
toyomoyo
2cdd87a70f fix for 4720, added code to make sure en_utf8 is searchable in dirroot as well 2006-02-10 01:21:52 +00:00
toyomoyo
7919264b84 bug fixing for 4720 2006-02-10 01:16:54 +00:00
gustav_delius
e7cb8f3e7a Now one can set the title attribute for a tab separately from its text 2006-02-09 13:38:04 +00:00
gustav_delius
27998b9e2f Added a NOT NULL to a text field just because others have it and now it agrees with my recent commit to STABLE. 2006-02-09 12:23:49 +00:00
toyomoyo
527ec51af5 fix for 4726 2006-02-09 06:41:18 +00:00
toyomoyo
656411a550 adding pma tables 2006-02-07 05:57:54 +00:00
toyomoyo
24d8b724da bug 4504 2006-02-07 01:39:22 +00:00
stronk7
882e59b93b Main Moodle SOAP library. It uses nusoap or phpsoap
as needed. Copied from rqp question type.
2006-02-07 00:20:50 +00:00
stronk7
157278118e wrapper library to use internal PHP5 SOAP library. Copied from
rqp quiz questions.
2006-02-07 00:19:38 +00:00
stronk7
b6b970705e Initially the get_string() function, if any string wasn't found under
one lang (or its parent), was searched from "en" or "en_utf8"
(depending of the status of the DB migration).

But "en" isn't one full lang anymore under 1.6 but one "child" of "en_utf8" and
it's completely empty so we must look for the string into his new parent too.

This should solve problems with upgraded sites using non-english languages
that were showing brackets everywhere. Now they will show the english strings
until they manually install lang packages (1.5 packs) or automatically (1.6 packs).
2006-02-07 00:08:47 +00:00
mjollnir_
f5f270a188 Adding missing default perfdebug 2006-02-06 23:02:05 +00:00
stronk7
a25a4a7356 Nusoap lib is now uder the soap dir. Bug 4646.
(http://moodle.org/bugs/bug.php?op=show&bugid=4646)
2006-02-06 19:39:18 +00:00
stronk7
2797078a69 Moving the nusoap library from nusoap to the new soap dir. 2006-02-06 19:37:17 +00:00
stronk7
f1144867da nusoap lib updated to latest revision.
Point 1 of bug 4646
(http://moodle.org/bugs/bug.php?op=show&bugid=4646)
2006-02-06 19:20:22 +00:00
stronk7
8859e0b6ca Now "en" lang has "en_utf8" as parent so we must allow
it to look for parent strings... Only "en_utf8" remains
as root language to save us from some checks (because
it cannot have parentlaguage defined).
2006-02-06 13:45:00 +00:00
moodler
089e8937f7 Removing delDirContents because we already have remove_dir 2006-02-06 04:03:30 +00:00
moodler
cc0a632f1e fixing ' problems 4679 2006-02-06 02:15:44 +00:00
stronk7
74506a51a3 Perform one aditional check to avoid one, in my opinion,
bad behaviour of PHP5.
2006-02-05 10:11:12 +00:00
stronk7
76bb0d20a3 We only allow to bypass "required" checks. 2006-02-04 18:57:22 +00:00
stronk7
b0e2a189ce Now every test in the enviromental check can by bypassed by one
function execution. Currently it's used to check for MySQL 4.1.12
and if present, result will be ok, showing a notice about
possible problems with non latin languages.
2006-02-04 18:30:22 +00:00
stronk7
9e2d15e559 Now environment.xml file can define for all the tests (database,
php and php_extension) some feedback notes to be showed on error,
on check and on ok.

Tomorrow, I'll include de bypass mechanism that will allow us to
change results of any text based in function call results.
2006-02-03 00:40:49 +00:00
mjollnir_
510b75ae64 Merged from MOODLE_15_STABLE: Moved check_dir_exists function from backup/lib.php to moodlelib 2006-02-02 20:30:34 +00:00
mjollnir_
3abd1a5552 Merged from MOODLE_15_STABLE: Fixing bug#4659 - don't make upload directories unless there's something to save 2006-02-01 20:01:50 +00:00
stronk7
71de0d55f8 Bug solved. make_upload_directory() is relative to
dataroot by definition.
2006-01-31 14:32:20 +00:00
moodler
001fc706ef fixing bugs in event table 2006-01-31 08:37:00 +00:00
moodler
136b6ab33f changed to use utfconvert function 2006-01-31 02:15:21 +00:00
stronk7
c6fd7d80f3 Minor modifications. 2006-01-31 00:14:48 +00:00