patrickslee
48643b4918
Do not show the category list with courses if there are more than 200 courses in the system
...
Otherwise the front page/course list will be flooded with courses.
2006-02-08 03:34:20 +00:00
toyomoyo
70eed352e6
fixing a problem with enum
2006-02-08 03:30:26 +00:00
gbateson
cfbaea0056
small change to get CSS background images displayed on site where PHP's server API is "CGI". Micro increment version number to 2.1.12
2006-02-08 02:47:22 +00:00
toyomoyo
1a395c082d
added a missing prefix
2006-02-08 02:42:12 +00:00
toyomoyo
5698c19d7a
prints all SQLs if debug is set to true
2006-02-08 02:20:43 +00:00
toyomoyo
f8cf297a7a
bug fix for 4709
2006-02-08 02:02:28 +00:00
toyomoyo
d9e61eacfd
setting time to 0
2006-02-07 07:05:01 +00:00
toyomoyo
656411a550
adding pma tables
2006-02-07 05:57:54 +00:00
toyomoyo
0a43c46b3b
hardcode all encodings, so we don't need to rely on old lang files
2006-02-07 02:57:35 +00:00
toyomoyo
24d8b724da
bug 4504
2006-02-07 01:39:22 +00:00
patrickslee
8e227aa767
Added a parameter to print_courses() to hide site course
...
This parameter is used in index.php because if the moodle site have more than one category the site course will be displayed in the course list in the front page.
This problem appeared after the "front page format" feature is introduced. As the old front page will show a category tree with courses if there are more than one category in the system when "list of courses" is chosen as the front page.
2006-02-07 01:13:27 +00:00
gustav_delius
bfb55c1870
now loading central soap library
2006-02-07 01:13:20 +00:00
gustav_delius
cd00e988bb
Introduced function quiz_delete_question() and questiontype methods delete_question()
2006-02-07 00:44:27 +00:00
stronk7
de4217730a
Deleted soap libraries from quiz. Now they are part of the central libraries
...
(lib/soaplib.php and lib/soap). Bug 4646.
(http://moodle.org/bugs/bug.php?op=show&bugid=4646 )
2006-02-07 00:26:54 +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
patrickslee
bfb2ed3bdd
Fixed nusoap include problem in lams module caused by the rename of nusoap lib directory
2006-02-06 23:45:43 +00:00
gustav_delius
c9dfed37c2
Silenced notices produced by flush() and ob_flush() in regrading code.
2006-02-06 23:28:30 +00:00
gustav_delius
3bf0212c24
Another improvement on regrading. The code thought that grading for a question changed if the grade was like 1/3. The precision in the database is different than the newly calculated grade, so now we round both values to 5 decimal places, which should fix this problem. This was committed to STABLE by Julian a long time ago
2006-02-06 23:25:15 +00:00
gustav_delius
27aa2243ea
I was adding the slashes twice
2006-02-06 23:15:59 +00:00
mjollnir_
f5f270a188
Adding missing default perfdebug
2006-02-06 23:02:05 +00:00
gustav_delius
46fbd65ab7
Show grading details only if $options->scores is true
2006-02-06 22:52:05 +00:00
gustav_delius
adce1ab5c1
Fixing problem from earlier merge
2006-02-06 21:22:07 +00:00
mjollnir_
f90672bf85
Added back a field I missed when reworking the sql for quiz reports - qa.uniqueid as attemptuniqueid - after skype discussion with gustav
2006-02-06 20:58:27 +00:00
michaelpenne
8e7cf8d4c9
[Fixed] Activity linking was not useing the course module id correctly.
2006-02-06 20:49:03 +00:00
gustav_delius
668bc1f3a6
reverting change made by Martin D when going to version 1.230
2006-02-06 20:44:43 +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
thepurpleblob
f6dc60844f
Added provision for resetting values to default. Bug #4123
2006-02-06 16:48:32 +00:00
thepurpleblob
e9512cdda9
Added ability to reset to default. Bug #4123
2006-02-06 16:36:28 +00:00
thepurpleblob
cda8673c5f
Added ability to reset page to defaults. bug #4123
2006-02-06 16:32:44 +00:00
thepurpleblob
56a031c9ac
Added string for resettodefaults for filters pages. bug #4123
2006-02-06 16:31:36 +00:00
thepurpleblob
7be6fd6684
Added new reset button. bug #4123
2006-02-06 16:30:30 +00:00
thepurpleblob
0ae6a2cad5
Added test for cache directory. Suppresses errors if it does not exist.
2006-02-06 15:35:31 +00:00
andreabix
dbda947cf0
Fixed uneven spacing in minicalendar table. Thanks to Daniele Cordella for the hint.
2006-02-06 14:46:47 +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
stronk7
e973824c94
parentlanguage is the correct name
2006-02-06 13:24:49 +00:00
moodler
a956203b48
Added a missing string
2006-02-06 13:02:23 +00:00
moodler
bdad561a9e
DOS format
2006-02-06 12:59:57 +00:00
moodler
ff2fccc971
Updated README
2006-02-06 12:59:20 +00:00
moodler
919ece0f88
Slightly more documentation
2006-02-06 12:52:12 +00:00
moodler
0b85bf5430
New stub file for "en" language
2006-02-06 12:51:05 +00:00
moodler
c1a1e8e465
New base version of English in UTF8
2006-02-06 09:30:09 +00:00
moodler
49aafb90bd
New base version of English in Unicode format
2006-02-06 09:28:59 +00:00
moodler
cfa40737cf
Removing all the language packs from HEAD!! 8-D
2006-02-06 09:22:14 +00:00
vyshane
f9eab7b0c9
Fixed bug in /mod/data/filter.php - content list for autolinking was not being
...
generated properly.
Updated /mod/data/fields.php - deletion of a field now also deletes
data_contents and any files associated as well.
Add/update/delete fields - template now gets updates in the following cases:
1) Deletion: remove template tags for the field from all templates
2) Edit: search and replace template tags for the field in all templates
3) Add: append template tag for field into the signe and rss templates, but
only if these templates are not empty. Otherwise we'd rather the user uses the
automatic template generation facility, which produces better display.
2006-02-06 09:13:37 +00:00
moodler
20f601d324
editting of langs take place in $CFG->dataroot/lang now, Editting of en_utf8 is disabled
2006-02-06 08:41:21 +00:00
toyomoyo
5d9a7c352e
group 0 records are visible to all now
2006-02-06 06:30:18 +00:00