tjhunt
2628f0bc16
MDL-11416 - Support for nonsortable columns in table lib. Backported from MOODLE_19_STABLE so that the fix for MDL-5262 works.
2007-10-29 15:25:09 +00:00
poltawski
070a606c68
MDL-11813 - Use existing group setting strings on course edit form so can be
...
better translated. Patch from Daniel Miksik
Merged from MOODLE_19_STABLE
2007-10-29 09:49:53 +00:00
poltawski
8ef593442b
MDL-10810 silence warnings in PHP 4.x - the last param was added in PHP 5.0.2
...
copied apporach used further up file.. yukyukyuk
2007-10-29 00:58:01 +00:00
moodler
83a66c9f3b
Automatic installer.php lang files by installer_builder (20071028)
2007-10-28 05:12:00 +00:00
tjhunt
f312622c4e
MDL-11825 - Force penaltyfactor to 1 for truefalse questions on GIFT import, as is done on the editing form.
2007-10-25 09:42:19 +00:00
danmarsden
5fa1dcdb43
MDL-11397 bug with IE 6 not displaying anonymous results correctly.
...
merged from HEAD
2007-10-24 21:33:16 +00:00
whchuang
f2c0c26767
Fixed MDL-10506 Hide/Show Advanced button does not toggle in IE and Safari when edit profile
2007-10-23 22:12:57 +00:00
moodler
f96fdd4505
Automatic installer.php lang files by installer_builder (20071023)
2007-10-23 05:10:33 +00:00
arborrow
4e36e57bcb
MDL-11869 - javascript syntax error was preventing the call to the calc function. Adding in the double slashes around CDATA resolves the problem.
2007-10-22 20:29:45 +00:00
tjhunt
dc99997eac
MDL-11708 - Zero answers are not allowed in Matching questions - sometimes I hate PHP.
2007-10-22 16:56:24 +00:00
tjhunt
32a6bb301e
MDL-11824 - Literal asterisk (\*) in shortanswer question not handled correctly by get_correct_responses + Unit tests.
2007-10-22 15:36:50 +00:00
gbateson
b1062ec362
improve XHTML compatability of HotPot reports; correct termination of <input> tags in JCloze and JQuiz
2007-10-22 01:36:20 +00:00
moodler
14a6c97e6c
Automatic installer.php lang files by installer_builder (20071021)
2007-10-21 04:21:13 +00:00
gbateson
a78a688961
improvements to XHTML compatability in index.php:
...
(1) remove unnecessary quote in <form ";
(2) change </A> to lowercase;
(3) correctly terminate <input .. /> and <img /> tags;
(4) change & to & in URLs
2007-10-21 02:33:10 +00:00
gbateson
661b8d9dec
improvements to XHTML compatability:
...
(1) lib.php: change "&" to "&" in URLs in "hotpot_print_show_links" function;
(2) mod.html: change size=40 to size="40", remove obselete </span>, change nowrap to nowrap="true", change "&" to "&" in URLs;
(3) view.php: add closing </div> tags for "page" and "content" divs, change "&" to "&" in URLs;
(4) template/v6.php: change "<=" to "<="in strLastQCaption, change "=>" to "=>" in strNextQCaption
2007-10-21 02:09:28 +00:00
skodak
909abddce3
MFC: MDL-8605 fixed user image restore code
2007-10-20 21:04:27 +00:00
skodak
5678d4e4fa
MFC: MDL-11857 missing addslashes on idnumber field during backup restore
2007-10-20 19:29:41 +00:00
skodak
ee9568e574
MFC: MDL-11857 missing addslashes on idnumber field during backup restore
2007-10-20 19:29:02 +00:00
stronk7
60b5a1e50a
Booleans are not always transformed to 0 /1. This was preventing install
...
under mysqli. Define block->multiple if needed.
2007-10-19 17:36:19 +00:00
stronk7
44f2b37760
Adding support to course/formats from within the editor. MDL-11842
2007-10-19 16:48:02 +00:00
poltawski
c3b4148b48
MDL-11840 - curl was set to use CONNECTs for all http requests. This is disallowed
...
by most http proxies to prevent tunneling. Added some debugging in case of failure.
merged from MOODLE_19_STABLE
2007-10-19 14:48:38 +00:00
poltawski
8569a0b96f
MDL-11766 download_file_content is quite broken with proxies - lacking global
...
CFG definition, so must never have worked, also incorrectly specified proxyhost..
Merged from MOODLE_19_STABLE
2007-10-19 11:46:58 +00:00
toyomoyo
1b14f9daf5
MDL-11667, admin blocks page should not count blocks not placed on courses
2007-10-19 07:52:16 +00:00
toyomoyo
0d2521b4d3
MDL-11831, gradebook will not show all participants when groups are defined but groupmode not set
2007-10-19 06:50:57 +00:00
toyomoyo
29a8cc034b
MDL-9059, broken sql in calendar_set_filters()
2007-10-19 02:27:27 +00:00
donal72
5862de1d22
Remove reference to other applications from the Moodle 1.8 source. This is a 1.9+ feature.
2007-10-19 00:45:56 +00:00
toyomoyo
2022d08058
MDL-11241, adding logs for roles management
2007-10-18 05:45:14 +00:00
moodler
e3d945e86a
Automatic installer.php lang files by installer_builder (20071018)
2007-10-18 05:39:03 +00:00
donal72
b3225d1a2f
Laying groundwork for more Mnet error reporting
2007-10-17 08:14:17 +00:00
donal72
d029c122af
Rewrite testclient.php to be a service browser for remote Moodles. This should be useful to people who are trying to connect to the API from non-Moodle hosts, or write software to connect to Moodle. MDL-10214, MDL-10174, MDL-10172, MDL-10171
2007-10-17 08:11:29 +00:00
donal72
eb1bf09594
Change reflection methods to only report on methods that are being published to the inquiring host (instead of all methods that could be published). MDL-10214, MDL-10174, MDL-10172, MDL-10171
2007-10-17 08:07:24 +00:00
toyomoyo
6fdadd110b
MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page
2007-10-17 05:35:36 +00:00
toyomoyo
b57ddf7b1d
MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page
2007-10-17 05:29:56 +00:00
tjhunt
3c7d829b22
MDL-5262 - PHP notice when sorting on R% coloumn in the Item analysis report - I adopted the simple solution of stopping people sorting on that column, since it is the same as sorting on rcount, I think. Backported from MOODLE_19_STABLE.
2007-10-16 21:26:38 +00:00
donal72
4a1db8bd3d
Log error code and text in mnet_server_fault_xml function. MDL-10196
2007-10-16 14:02:17 +00:00
donal72
ed548587ab
Label for wwwroot field
2007-10-16 10:19:34 +00:00
donal72
dbd1755a42
MDL-11329: fixed text: "Local courses for external users:"
2007-10-16 09:14:25 +00:00
skodak
09d1d1ac2e
MDL-10535 Categories with quote in name cannot be added
2007-10-16 09:01:56 +00:00
donal72
90f3a22a0b
More helpful MNet error messages in debug mode
2007-10-16 09:01:46 +00:00
donal72
753775479c
MDL-11040: get_complete_user_data doesn't get the complete user data. Replace with get_record to bring over the user's description.
2007-10-16 08:50:41 +00:00
skodak
c47b3a935b
MDL-11759 missing RISK_XSS in manage groups capability
2007-10-16 08:42:51 +00:00
donal72
2eff9d1367
Removed a constraint that caused mnet to fail on clusters, vservers and other network configurations where the mnet client's hostname (as specified in the wwwroot) resolves to an IP address that differs from the IP address that it uses to contact other hosts. This should address MDL-10672
2007-10-16 08:00:03 +00:00
toyomoyo
1437b25532
fixing a warning
2007-10-16 04:33:04 +00:00
toyomoyo
4e39b6ff35
MDL-9059, admins don't see group event in course
2007-10-16 03:45:32 +00:00
thepurpleblob
01c48affff
MDL-11769:
...
question name is properly truncated to less than 255 characters tom
stop PostGRES choking.
2007-10-15 13:48:48 +00:00
nfreear
d6949b0238
Follow up fix for MDL-11436 'Encapsulate "accesshide" HTML class in function', and use. Merged.
2007-10-15 10:11:39 +00:00
nicolasconnault
f60ecf6045
MDL-10905 iterating properly through readdir()
2007-10-15 05:42:36 +00:00
toyomoyo
f0af72d2f9
MDL-10353, adding couse variable to nav bar in calendar preferences
2007-10-15 04:45:38 +00:00
moodler
9f51b7c925
Automatic installer.php lang files by installer_builder (20071015)
2007-10-15 04:31:36 +00:00
gbateson
4ad794c524
where the correct responses on a JQuiz multiple choice question all have a score of 0%, the scores will be corrected to 100%
2007-10-15 00:55:51 +00:00