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
skodak
4aec47adba
MDL-8605 eh, forgot to undo some testing code before commit, sorry
2007-10-13 22:14:38 +00:00
skodak
f38de13d68
MDL-8605 quick fix for broken user pix upgrade
2007-10-13 22:05:17 +00:00
mark-nielsen
e6096b71e5
Fix for MDL-11684
2007-10-13 03:05:41 +00:00
mark-nielsen
8a789e52cc
Fix for MDL-11696
2007-10-13 02:24:56 +00:00
mark-nielsen
bbb0032181
Fix for MDL-11636
2007-10-13 01:54:25 +00:00
nicolasconnault
3751aaf098
MDL-8605 Backup and restore implemented, and using remove_dir instead of rmdir, which doesn't support deleting non-empty directories
2007-10-12 20:26:44 +00:00
nfreear
75e27a12be
MDL-11695, Skip block links inaccessible for many keyboard-only users. Merged.
2007-10-12 09:18:22 +00:00
nicolasconnault
c19977a6f5
MDL-8605 Minor typos and version.php fix
2007-10-11 14:16:32 +00:00
nicolasconnault
3d6d2b8153
MDL-8605 New user directories implemented
2007-10-11 13:19:53 +00:00
toyomoyo
7f4ea06814
MDL-9059, fixing students can't view group entries in calendar
2007-10-11 07:59:23 +00:00
moodler
3dda8f3cf3
Bumping post-1.8
2007-10-11 06:53:05 +00:00
moodler
d78ec260b2
Bumping to new release 1.8.3
2007-10-11 06:22:27 +00:00
toyomoyo
0572e4291d
MDL-10353, calender redirection broken when editting and exporting
2007-10-11 05:22:49 +00:00
moodler
8bc1d327c2
Automatic installer.php lang files by installer_builder (20071011)
2007-10-11 04:19:47 +00:00