28824 Commits

Author SHA1 Message Date
donal72
4ce054f348 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:12:06 +00:00
donal72
f633d85d72 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:08:12 +00:00
toyomoyo
82f66bed7b closing the $rs 2007-10-17 07:28:17 +00:00
toyomoyo
b592b8040e MDL-11738 merged, chat message not shown 2007-10-17 07:18:56 +00:00
toyomoyo
74204b6188 MDL-11687, the string 'capability' should not be translated in the links to capabilties docs page 2007-10-17 05:37:12 +00:00
toyomoyo
08eb5c4605 MDL-11687, the string 'capability' should not be translated in the links to capabilities docs page 2007-10-17 05:30:57 +00:00
toyomoyo
e8f78c916d MDL-11553, reducing the number of bulk user selection buttons and lang changes 2007-10-17 04:30:22 +00:00
toyomoyo
f23aee73d0 MDL-11770, broken userid in add_to_log 2007-10-17 03:02:17 +00:00
toyomoyo
cccd44e2b7 MDL-11779, blog tagging code broken 2007-10-17 02:55:16 +00:00
tjhunt
d309fd0926 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. Merged from MOODLE_19_STABLE. 2007-10-16 21:26:50 +00:00
tjhunt
4f189a8e17 Fix possible notice. Merged from MOODLE_19_STABLE. 2007-10-16 20:52:28 +00:00
tjhunt
263c81b0ad MDL-11794 - Blocks editing on button is not XHTML Strict when produced by page_generic_activity. Merged from MOODLE_19_STABLE. 2007-10-16 20:44:55 +00:00
tjhunt
76c619ea16 MDL-11791 - Custom corners broken on the quiz view page because I missed a global declaration, and PHP empty was hiding the problem. Merged from MOODLE_19_STABLE. 2007-10-16 20:29:20 +00:00
stronk7
226a1d9dfc Move the update of digestmailtimelast to the end of the
loop to allow digests to be sent over multiple cron
executions if something crash in the middle. MDL-11657

Merged from MOODLE_19_STABLE
2007-10-16 16:10:19 +00:00
urs_hunkler
2dfe6b1b80 merged from 1.9 :: Added mod-data-view to the custom corners include list for properly displayed custom corners. They where missing arounfd the contetn area.
Replaced strstr with the faster strpos.
2007-10-16 14:56:19 +00:00
tjhunt
01b609d9fa Fix restore notice when a role has no capabilities. Merged from MOODLE_19_STABLE. 2007-10-16 14:03:23 +00:00
donal72
3d706b4989 Log error code and text in mnet_server_fault_xml function. MDL-10196 2007-10-16 14:02:40 +00:00
donal72
4275772978 Display a breakdown of certificate credentials information to assist in debugging. MDL-11020, MDL-10326 2007-10-16 13:30:13 +00:00
donal72
77ba581090 Create DistinguishedName records with a subjectAltName field, and recognise incoming certificates' subjectAltName fields: MDL-11020, MDL-10326 2007-10-16 13:28:45 +00:00
donal72
00d3c66b3a New check_credentials function, and the check_common_name function how handles the subjectAltName type. MDL-11020, MDL-10326 2007-10-16 13:27:06 +00:00
donal72
3e2dd3f6af Label for wwwroot field 2007-10-16 10:20:26 +00:00
donal72
22f9befe82 MDL-11329: fixed text: "Local courses for external users:" 2007-10-16 09:15:02 +00:00
donal72
9c7096364c More helpful MNet error messages in debug mode 2007-10-16 09:02:26 +00:00
urs_hunkler
4138b5e4bf merged from 1.9 :: Updates for IE problems, mainly for RTL language display. IE6 still refuses to work properly :-( 2007-10-16 09:01:11 +00:00
donal72
b263e3b721 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:51:57 +00:00
skodak
d5c60087a1 MDL-11759 missing RISK_XSS in manage groups capability; merged from MOODLE_18_STABLE 2007-10-16 08:45:01 +00:00
gustav_delius
84dfbdd2f6 Fixed error in the SQL in get_users_by_capability() that made many things not work properly on the course front page. 2007-10-16 08:42:23 +00:00
toyomoyo
9a10e2d8e9 MDL-11679, merged fix grade overview report should only show 'mycourses' 2007-10-16 05:35:24 +00:00
nicolasconnault
2d4cf36b14 MDL-8605 Upgrade of user folder will not occur if the user folder already exists 2007-10-16 04:54:15 +00:00
toyomoyo
24028abc95 fixing a warning 2007-10-16 04:33:46 +00:00
toyomoyo
02d5eba3f8 MDL-9059, admins can't see group events in calendar 2007-10-16 03:47:41 +00:00
donal72
a2c6ab59d5 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 03:26:39 +00:00
stronk7
157597deca Reverting last commit. This is an EXTERNAL library file and shouldn't
be modified. And it was broken (strange linefeeds). MDL-11779

Merged from MOODLE_19_STABLE
2007-10-15 22:04:02 +00:00
nfreear
17a6161d20 Follow up for MDL-11430, Flickr & Youtube tag blocks should use list markup - Fix styles. 2007-10-15 16:59:17 +00:00
nfreear
292ad3bfc9 MDL-11775 "Undefined constant 'data_submitted' ..." - it's a function! Merged. 2007-10-15 15:04:09 +00:00
nfreear
932e97ea6d Follow up fix for MDL-11535 "Blog block sql error" - ...MAX(ordering) max_order - adding "AS" 2007-10-15 14:47:34 +00:00
nfreear
87d52a0a30 Follow up fix for MDL-11535 "Blog block sql error" - GROUP BY, added ", tg.name" etc. 2007-10-15 14:18:40 +00:00
thepurpleblob
0db7823cf9 MDL-11769:
question name is properly truncated to less than 255 characters tom
stop PostGRES choking.
2007-10-15 13:50:57 +00:00
nfreear
4213137651 Fixes MDL-11430, Flickr & Youtube tag blocks should use list markup. 2007-10-15 12:31:39 +00:00
nfreear
53420696a6 Preparation for MDL-11430 - whitespace. 2007-10-15 12:26:54 +00:00
nfreear
f79f249490 Follow up fix for MDL-11436 'Encapsulate "accesshide" HTML class in function', and use. 2007-10-15 10:04:41 +00:00
tjhunt
bddd9f6f40 MDL-11762 - Navigation not set up properly for resources - $this->navlinks was not being initialised in the base class. Merged from MOODLE_19_STABLE. 2007-10-15 07:32:15 +00:00
urs_hunkler
634d20d380 mergerd from 1.9 :: removed the javascript to correct the header display :: IE7 hangs. Need to find a different solution. 2007-10-15 07:19:17 +00:00
nicolasconnault
ed818bbdbf MDL-10905 iterating correctly with readdir (as shown in php doc) 2007-10-15 05:18:58 +00:00
nicolasconnault
546526ed42 MDL-8605 putting versions in sync between 1.9 and head 2007-10-15 05:17:55 +00:00
toyomoyo
9ba76792ca MDL-10353, adding couse variable to nav bar in calendar preferences 2007-10-15 04:46:31 +00:00
moodler
9458576640 Automatic installer.php lang files by installer_builder (20071015) 2007-10-15 04:22:53 +00:00
toyomoyo
548bf94678 merged fix for MDL-11717, adding dimmed_text a, to dim links as well 2007-10-15 02:08:03 +00:00
gbateson
2958e18586 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 01:00:38 +00:00
urs_hunkler
b941632b2f merged from 1.9 :: corrected IE calendar display, removed CSS bugs. 2007-10-14 16:18:16 +00:00