2432 Commits

Author SHA1 Message Date
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
stronk7
d70c9bda55 Finished the install_component class. It allows do do all the work
just with 2 calls. See embebed documentation about usage.

Next step, add some error strings and implement it both in pear and
environmental actions.
2006-01-30 23:19:13 +00:00
stronk7
d359b5ac14 first cut of the component download and install
library. Will be used for 1.6 langs, pear and
enviromental stuff install from moodle.org.

Not working yet!
2006-01-30 15:02:20 +00:00
moodler
fe9f19ef1e Added a fix to help user profile pictures under safe mode (from Mahmoud H. Hasan)
PHP manual mentions it too.
2006-01-28 14:15:56 +00:00
moodler
7d94fa91d5 Upgraded ADOdb to 4.71
http://sourceforge.net/project/shownotes.php?release_id=387862&group_id=42718
2006-01-28 06:04:42 +00:00
moodler
bdc003eb05 bug fixings 2006-01-27 04:39:53 +00:00
toyomoyo
a597f8a86a adding function print_progress from upgradeforumread 2006-01-27 02:54:51 +00:00
julmis
1ab4713da2 Merging from MOODLE_15_STABLE
- adding fix for Bug 4562. Fix posted by sgarcia.
2006-01-25 23:47:16 +00:00
moodler
3e42156be5 removed an extra echo statement 2006-01-25 06:23:33 +00:00
moodler
25d0380b6e bug fixing 2006-01-25 05:20:33 +00:00
moodler
0302c52fd2 adding a require_logout() function =) 2006-01-24 06:00:32 +00:00
vyshane
65342c76a3 Fixed syntax error on line 804. 2006-01-24 01:51:13 +00:00
moodler
a789577bf4 Fix Bug #4626 - weblib.php: $course object conversion error in "print_footer " function 2006-01-24 01:40:06 +00:00
stronk7
4d69a487e4 Cleaning of unnecessary 4th fields in the insert_record() function.
See http://moodle.org/bugs/bug.php?op=show&bugid=4583 for more
information.
2006-01-23 16:36:46 +00:00
moodler
0c25b4534e bug fixes 2006-01-23 03:15:45 +00:00
stronk7
d83f837385 Changed harcoded 'admin' to $CFG->admin
Merged from MOODLE_15_STABLE
2006-01-21 00:19:02 +00:00