martinlanghoff
cf8133c457
lib/setup moodelib: Introducing moodle_request_shutdown()
...
Now Moodle will have a 'shutdown_function' function. Right now
registered (and useful) only when running under apache + mod_php.
This initial function checks whether memory usage in this process exceeded
10MiB or $CFG->apachemaxmem (int, in bytes). This is really useful to prevent
using more RAM than we have.
2007-04-05 05:04:06 +00:00
toyomoyo
f20d7c41af
fix for MDL-9197. multilang filter is not applied to default role in course settings
2007-04-05 03:56:50 +00:00
nicolasconnault
366ce9f848
Finally fixed XHTML error on this page.
2007-04-05 03:37:12 +00:00
moodler
33fc9b1920
Automatic installer.php lang files by installer_builder (20070405)
2007-04-05 03:29:25 +00:00
nicolasconnault
ac4c12c5bd
MDL-9204 New submission wasn't given a timemodified upon creation.
2007-04-05 03:19:58 +00:00
nicolasconnault
2bf7e0b1be
Fixed broken XHTML
2007-04-05 02:12:28 +00:00
nicolasconnault
a2ff2e0992
MDL-9207 Changed $extcourse to $coursefield in lines 92 to 111
2007-04-05 01:54:44 +00:00
nicolasconnault
30052948b1
MDL-9090
2007-04-05 01:44:54 +00:00
skodak
c57d88740f
MDL-8802 fixed byteserving broken by adobe anti xss patch; merged from MOODLE_18_STABLE
2007-04-04 19:45:17 +00:00
tjhunt
1b16ecd1ca
MDL-9208 - Only hightlight the correct answer if that option is set.
2007-04-04 18:01:36 +00:00
tjhunt
288731fa09
Bug 2951 - correct PARAM_ types for answers to multichoice and shortanswer questions. Merged from OU Moodle.
2007-04-04 16:51:10 +00:00
tjhunt
b3396fe91d
MDL-9183 - yet another invisiblefieldset causing layout problems. Merged from MOODLE_18_STABLE.
2007-04-04 15:30:41 +00:00
csantossaenz
730d42b336
DB UPGRADE for SCORM 2004
2007-04-04 12:34:22 +00:00
jamiesensei
db8e700b0a
fixes MDL-9195 mform->hardFreeze() doesn't remove id attribute of label for checkbox
2007-04-04 10:16:22 +00:00
skodak
f76cfc7a3a
MDL-9191 fix for potential incorrect use of get_auth_plugin; merged from MOODLE_18_STABLE
2007-04-04 09:19:31 +00:00
toyomoyo
07076b70a4
fix for MDL-9095, increase blog tag length
2007-04-04 09:13:32 +00:00
moodler
97e7e624f7
Merged MDL-6553 from 1.8 stable
2007-04-04 07:24:14 +00:00
nicolasconnault
468f5d6896
MDL-9124 Added a visual notification when group membership doesn't allow adding discussions.
2007-04-04 06:27:50 +00:00
nicolasconnault
008bc40114
Added rows and cols to menu options textarea, fixing xhtml break.
2007-04-04 04:39:23 +00:00
nicolasconnault
e025351854
MDL-9144
2007-04-04 04:31:22 +00:00
nicolasconnault
1034c280ec
MDL-9135
2007-04-04 04:22:16 +00:00
nicolasconnault
7d4db46aa8
MDL-9136: Added a $selected attribute to the profile_field_menu object, which gets set during initialisation.
2007-04-04 04:09:47 +00:00
toyomoyo
2d7617c67f
merged fix for MDL-9185
2007-04-04 04:05:53 +00:00
moodler
11cc8e64a6
Automatic installer.php lang files by installer_builder (20070404)
2007-04-04 03:54:08 +00:00
nicolasconnault
20355e5ac2
MDL-9138; Edited lib/xmlize.php to return false when the passed file doesn't return any entries (when it's not valid XML or is empty). Also made it much clearer that glossary/import requires an XML file, not just any old file.
2007-04-04 03:35:23 +00:00
nicolasconnault
5effd72fc4
MDL-9192
2007-04-04 02:40:21 +00:00
nicolasconnault
f08054d974
MDL-9193
2007-04-04 02:22:34 +00:00
nicolasconnault
f595adf57b
MDL-9145 Fixed 1) and 2)
2007-04-04 01:43:31 +00:00
stronk7
8d2191e60c
Show continue button after importing glossary. MDL-9071
...
Merged from MOODLE_18_STABLE
2007-04-03 15:44:17 +00:00
skodak
ad56b73774
MDL-9170 https redirect doesn't happen on login page - fixed problem when guest button disabled; merged from MOODLE_18_STABLE
2007-04-03 14:59:56 +00:00
nfreear
9f9217cda1
Fixes bug MDL-9175 "Groups simpletest, fatal errors", also DONOTCOMMIT. Merged.
2007-04-03 10:21:38 +00:00
nfreear
008b2b07ab
Fixes bug MDL-9175 "Groups simpletest, fatal errors", also DONOTCOMMIT.
2007-04-03 10:16:51 +00:00
skodak
d04d6bcbec
MDL-9190 Site policy xhtml compliance and other minor fixes; merged from MOODLE_18_STABLE
2007-04-03 09:51:53 +00:00
toyomoyo
49860445a6
fix for MDL-8739, restore in course category
2007-04-03 09:19:09 +00:00
nicolasconnault
7cff0caeda
MDL-9147
2007-04-03 08:43:30 +00:00
tjhunt
5081e0a635
Better way to detect whether a function exists in this version of PHP before redefining it.
2007-04-03 08:34:39 +00:00
nicolasconnault
e4596a4a1c
MDL-9167 and MDL-9113 both solved
2007-04-03 06:41:58 +00:00
nicolasconnault
bfe1e789de
MDL-8774: Also an effort to refactorise the poorly designed mod/data/Preset code.
2007-04-03 03:32:46 +00:00
moodler
97c3141cc3
Merged some more fixes for checkbox alignment MDL-9126 in all browsers
2007-04-03 02:21:28 +00:00
moodler
60e14e020c
Merged ie6 fixes from stable for MDL-9126
2007-04-03 02:14:09 +00:00
moodler
aef91d21f2
Merged login box fix for MDL-9126
2007-04-03 02:01:10 +00:00
stronk7
0746aeca03
Fixed one wrong urlencode after error.
...
Merged from MOODLE_18_STABLE
2007-04-02 22:03:03 +00:00
stronk7
208f08e2d1
Disable the "save" button if the file isn't writable.
...
Merged from MOODLE_18_STABLE
2007-04-02 21:51:16 +00:00
stronk7
ef0d378cb7
Centering buttons in some actions...
...
Merged from MOODLE_18_STABLE
2007-04-02 21:37:28 +00:00
skodak
fdf562fb3c
MDL-9180 Change password screen doesn't show the username like it should; merged from MOODLE_18_STABLE
2007-04-02 18:03:13 +00:00
skodak
90a32fd5e6
MDL-9168 nested site policy when forcelogin enabled; merged from MOODLE_18_STABLE
2007-04-02 16:13:41 +00:00
tjhunt
1aa7b31dd9
Make sure print_object output is always left-aligned. Also, make it look more like other debugging output.
2007-04-02 15:28:43 +00:00
tjhunt
7d0763a008
Missing format_string. Merged from MOODLE_18_STABLE.
2007-04-02 15:26:31 +00:00
skodak
b7a5dfb884
MDL-9174 do not use PARAM_URL for site policy - it is too restrictive; merged from MOODLE_18_STABLE
2007-04-02 15:14:19 +00:00
skodak
e78d624f79
fixed warning when upload fails; merged from MOODLE_18_STABLE
2007-04-02 14:57:56 +00:00