24141 Commits

Author SHA1 Message Date
jamiesensei
5ce73257ab some bug fixes in setHelpButton internals.
added new editorhelpbutton function that can be used to refer to several help topics.
2007-01-04 10:23:06 +00:00
moodler
81693ac7f1 Make logout work without needing openssl MDL-8070 2007-01-04 08:32:50 +00:00
moodler
defd0467f4 Latest tags 2007-01-04 08:06:37 +00:00
toyomoyo
4a8f3398f9 adding fieldset MDL-7861, needs new css class for border? 2007-01-04 07:19:55 +00:00
martinlanghoff
1734e61a41 mnet: check for openssl extension 2007-01-04 06:19:56 +00:00
martinlanghoff
b763d139b4 mnet: xhtml strrrrrrrrrrickt mein herr 2007-01-04 06:13:20 +00:00
moodler
786dceabb3 Fixed a typo SQL call 2007-01-04 06:08:37 +00:00
moodler
244f6f3248 Removed old attributes on moodle mlogo 2007-01-04 06:06:17 +00:00
martinlanghoff
8124343856 mnet: environment now recommends openssl 2007-01-04 05:58:28 +00:00
toyomoyo
2558aa7fe8 adding fieldset MDL-7861 2007-01-04 05:49:29 +00:00
toyomoyo
dc808910e1 MDL-7861, fixing xhtml 2007-01-04 05:32:23 +00:00
moodler
86498e7913 Included index.html to avoid conflicts 2007-01-04 05:16:21 +00:00
moodler
d21a5865cf Added CFG->frametarget (defined by frametarget()) MDL-8050 2007-01-04 04:57:50 +00:00
martinlanghoff
b9ddb2d5ea multiauth: migrated all files to the new OO API, written new API documentation
Author: Martin Langhoff <martin@catalyst.net.nz>
2007-01-04 04:52:42 +00:00
moodler
d7275959a6 FIxes for XHTML strict 1.0 MDL-7861 2007-01-04 04:44:54 +00:00
martinlanghoff
56f8ff513e lang/en_utf8/mnet: Language pack updates
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:38:52 +00:00
martinlanghoff
e2d4f75c40 admin/mnet/peers: Allow admins to manually update a remote server's public
key


Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:38:30 +00:00
martinlanghoff
a9308edef3 admin/mnet/index: Allow admins to expire an SSL key
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:37:42 +00:00
martinlanghoff
0947d69da2 admin/mnet/index.html: UI Tweaks
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:37:20 +00:00
martinlanghoff
f0e4c2701c mnet/xmlrpc/client & parser: Diff time between servers and break if it's
too large


Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:36:24 +00:00
martinlanghoff
8c99567eec mnet/environment: Bugfix
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:34:48 +00:00
martinlanghoff
735c7beb0a mnet: We now keep several generations of SSL keys
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:34:14 +00:00
martinlanghoff
7492722632 mnet/lib: Bugfix: mnet_generate_keypair: Declare USER as global
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:33:34 +00:00
martinlanghoff
f32689ad4b mnet/environment: Fixup to make proper use of Moodle dml functions
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:33:14 +00:00
martinlanghoff
13c9d7e082 mnet: Some very minor style (etc) fixes
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:32:55 +00:00
martinlanghoff
840c12f362 user/view: Bugfix for broken XHTML on non-local user view
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:31:52 +00:00
martinlanghoff
66ebd55b6b mnet/xmlrpc/xmlparser: Fix code layout/alignment
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:31:26 +00:00
martinlanghoff
42f7353911 admin/mnet/mnet_services: Concatenated query to sidestep Moodle
requirement that firest field of resultset is unique


Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:31:10 +00:00
martinlanghoff
f509ce0657 lib/db/access: Capability for roaming to remote Moodles
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:30:37 +00:00
martinlanghoff
5f88a475c5 mnet: fix a merge-related typo 2007-01-04 03:29:01 +00:00
martinlanghoff
357f08fa49 mnet: polish db changes to match upgrade and clean inst 2007-01-04 03:27:58 +00:00
martinlanghoff
5cd129c7f9 mnet/multiauth: table setup scripts 2007-01-04 03:27:05 +00:00
martinlanghoff
63b1e3513b mnet: fixed merge typo 2007-01-04 03:26:24 +00:00
martinlanghoff
c72fe8018d mnet: new auth plugin 2007-01-04 03:26:04 +00:00
martinlanghoff
d09d923b92 mnet: somewhat hackish changes to course_list. Needs further work 2007-01-04 03:25:18 +00:00
martinlanghoff
6e6b8c8516 mnet: new mnet_hosts block 2007-01-04 03:23:48 +00:00
martinlanghoff
c215b32be7 mnet: courses and activity log know about mnet remote users 2007-01-04 03:22:51 +00:00
martinlanghoff
d14383e0a0 mnet/multienrol: admin area changes, including test for curl extension 2007-01-04 03:19:49 +00:00
toyomoyo
9fcdacfdaf adding fieldset to form MDL-7861 2007-01-04 03:18:10 +00:00
martinlanghoff
28f2875622 mnet: core langpack changes 2007-01-04 03:08:12 +00:00
martinlanghoff
bf1a3d2010 mnet: new enrolment plugin 2007-01-04 03:05:48 +00:00
martinlanghoff
af9c5226c4 mnet: login operations (change pw, forgotpw) now handle multiauth and mnet remote users 2007-01-04 03:03:57 +00:00
martinlanghoff
56f5274232 mnet: user/* now handles remote users and multi-auth 2007-01-04 03:01:30 +00:00
martinlanghoff
03d820c788 mnet: changes to core moode libs
- get_user_listing() is now aware of remote users
 - require_login() is now aware of remote users
 - new auth plugins infrastructure in place
 - is_internal_auth() is now a deprecated legacy call
 - create_user_record()/update_user_record()/authenticate_user_login() handle multi-auth
 - is_mnet_remote_user() checks for remoteness
 - clean_param() handles PARAM_PEM and PARAM_BASE64

Also
 - user_login_string() knows to offer a link to remote users to login @ their host
 - XMLTDBTable field creation returns the field obj so that
   the caller has a chance to set additional properties such as comment
2007-01-04 02:52:44 +00:00
toyomoyo
2ea7548245 post table will be used for storing comments as well so the type has to be specified when querying blogs 2007-01-04 02:51:21 +00:00
martinlanghoff
71558f8502 mnet: core libraries and admin pages 2007-01-04 02:33:51 +00:00
vyshane
10daca92c5 Added missing img alt text. 2007-01-04 02:17:47 +00:00
vyshane
f9921edcfc Added language strings needed for image alt text. 2007-01-04 02:14:50 +00:00
vyshane
5c53988f96 Added show/hide icons to calendar event filter. Related to MDL-7433. 2007-01-04 01:59:51 +00:00
toyomoyo
7dc6c73e33 users with screenreader flag set should only see 1 link to manual refresh chat rooms 2007-01-04 01:13:26 +00:00