24727 Commits

Author SHA1 Message Date
donal72
560b3acc85 Mnet: Bugfix for rev 1.10: Update user's enrolment information on jump/land 2007-01-23 23:07:29 +00:00
donal72
83b9f9d825 Mnet: Restore query to check that an outgoing RPC call is permitted by the client machine's admin 2007-01-23 22:30:43 +00:00
donal72
3a1edc56f4 Mnet: Users mnethostid now defaults to the admin user's mnethostid: MDL-8253 2007-01-23 22:03:48 +00:00
donal72
2541d297cf Auth: Typo fix: exprire -> expire MDL-8151 2007-01-23 21:35:08 +00:00
donal72
cdf2232920 Mnet: Rename field: access to accessctrl for Oracle interop: MDL-8237 2007-01-23 21:27:50 +00:00
martinlanghoff
f6b9882c42 mnet: as reported by Eloy - login failures should be helpful to mnet users _only_ if mnet and auth/mnet are running 2007-01-23 20:56:59 +00:00
nfreear
6e55c60a94 Fixes incorrect group function documentation (MDL-7380) 2007-01-23 19:51:05 +00:00
nfreear
0414d79d93 Fixes bug MDL-8234, "New groups code & AS keyword" - fixed typo in last commit. 2007-01-23 19:11:40 +00:00
nfreear
e5902150b5 Fixes bug MDL-8234, "New groups code & AS keyword" 2007-01-23 19:08:22 +00:00
stronk7
150b5fb0e0 $form is an object (from data_submitted). 2007-01-23 16:33:15 +00:00
stronk7
2cf089c94f Changing some more incorrect uses of get_records and count_records with '1'. MDL-8280 2007-01-23 16:21:21 +00:00
stronk7
c4b654bc3c WHERE '1' is not cross-db. MDL-8280 2007-01-23 16:09:00 +00:00
skodak
5cd2273fe1 MDL-8096 two submit buttons not needed anymore now that we have advanced settings button; two submit buttons are accessibility problem anyway 2007-01-23 10:11:12 +00:00
skodak
f017ea3045 MDL-8096 fixed country selection 2007-01-23 10:04:59 +00:00
moodler
1a8b5f9568 Set some sizes on the selects for group management (make it look better) 2007-01-23 09:06:10 +00:00
moodler
3b456f6ae2 Added a summary to layout tables "layout tables" for further accessibility 2007-01-23 08:28:55 +00:00
vyshane
95bea1edfa Fixed some JS issues for IE. MDL-8183. 2007-01-23 06:20:47 +00:00
vyshane
38f169e25a Fix for MDL-6966. 2007-01-23 05:42:15 +00:00
moodler
e6b9fd5147 Added styles to support recent changes to MDL-8101 2007-01-23 05:41:35 +00:00
moodler
8f36e33ec3 Fixed up styles for simple boxes see MDL-8101 2007-01-23 05:37:26 +00:00
vyshane
4a384c5bbe PEAR Services_JSON. 2007-01-23 05:19:28 +00:00
moodler
d53a487d65 FIxed site identifier 2007-01-23 04:58:50 +00:00
moodler
8b4315fd33 Little fix for typo (see MDL-8061) 2007-01-23 03:39:56 +00:00
moodler
dbc9b11236 Automatic installer.php lang files by installer_builder (20070123) 2007-01-23 03:20:01 +00:00
donal72
573f8b025c Mnet: Update user's enrolment information on jump/land 2007-01-23 02:38:54 +00:00
moodler
3de34ccf68 FIxed extra debugging info 2007-01-23 02:14:29 +00:00
moodler
f269a562a8 Fixed a typo 2007-01-23 01:15:13 +00:00
stronk7
d46e149179 Changing some stripslashes() to stripslashes_safe() because it
was causing some real backslashes to be lost in some qtypes. MDL-8217

Merged from MOODLE_17_STABLE
2007-01-22 23:23:30 +00:00
skodak
d02bc6ce69 MDL-8250 moved version include before main install to allow release info display before install 2007-01-22 22:32:00 +00:00
skodak
371a32e308 (MDL-8250) install/upgrade autopilot 2007-01-22 20:15:12 +00:00
skodak
9f741612e5 MDL-8262 fixed require_course_login and $COURSE logic 2007-01-22 18:49:42 +00:00
skodak
2463ef818f MDL-7861 fixed regression caused by one of previous commit related to print_single_button() and friends - old & handling restored, thanks Eloy for spotting the problem :-) 2007-01-22 18:23:14 +00:00
stronk7
85bb13e776 Adding FK + Unique Indexes to the groups module. MDL-8240 2007-01-22 17:50:42 +00:00
stronk7
e267037b86 Fix XMLDBEditor for groups. Wasn't being intanciated properly. 2007-01-22 17:27:04 +00:00
skodak
c35e8b1c15 removed xhtml strict todo comment - already fixed 2007-01-22 16:03:34 +00:00
csantossaenz
44ded09781 Corrected a warning related to a variable which could be used with no assigned value 2007-01-22 08:48:38 +00:00
moodler
8f8de2cc87 Made is_mnet_remote_user() a bit more robust MDL-8253 2007-01-22 08:25:20 +00:00
vyshane
298481260e Fixed MDL-8183. 2007-01-22 06:57:40 +00:00
vyshane
ac433d418a Fixed loader image removal. MDL-8183. 2007-01-22 06:06:08 +00:00
martinlanghoff
62d78bf508 mnet: update_enrolments() WIP 2007-01-22 05:46:40 +00:00
martinlanghoff
56eec24397 mnet: remove extra paranoid check in the mnet xmlrpc client
- Donal - this needs review. I don't think we can assume the remote
   end has the same service/method mappings we do. This will preclude
   us from using stuff we don't have installed the "server" code for
   but perhaps we do have the client code for.
2007-01-22 05:32:14 +00:00
martinlanghoff
15e4772380 mnet: send user enrolment information from SP to IDP at landing time, WIP 2007-01-22 04:41:17 +00:00
moodler
1cbf4fccc4 Whoops, forgot to set the cache :-) MDL-8149 2007-01-22 03:28:06 +00:00
moodler
8e82745aed A little bit of caching for get_my_courses, related to MDL-8149
Resetting it in load_all_capabilities() means it gets flushed everytime
role_assign() or role_unassign() is called on the current user, which should
be enough.

The cache is not reset when others assign/unassign roles, but Moodle has
always had this problem.
2007-01-22 03:24:27 +00:00
martinlanghoff
caa90d5642 mnet: print_remote_host() must be xhtml strrrrikt! 2007-01-22 01:57:05 +00:00
martinlanghoff
1a5d0b7f54 debugging() - tell us who/where/when called us, like trigger_error() does 2007-01-22 01:55:09 +00:00
martinlanghoff
985d7a350d mnet: remove debugging statements 2007-01-22 01:31:15 +00:00
stronk7
79804e2805 Convert DB lang fields to 30cc. Part of MDL-7157 2007-01-21 23:49:23 +00:00
stronk7
deb12ef4cd Convert DB lang fields to 30cc. Part of MDL-7157 2007-01-21 23:37:54 +00:00
skodak
afd2b29984 fixed perfdebug warning during install 2007-01-21 21:46:55 +00:00