Commit graph

24808 commits

Author SHA1 Message Date
moodler
5bf0415584 Fixed "can't add RSS feed" bug MDL-8180 2007-01-25 06:37:59 +00:00
ikawhero
88dda743cf Using new function to print out custom categories and fields. This shouldn't
interfere with skodaks work on splitting the user edit form.
2007-01-25 05:23:56 +00:00
ikawhero
7240a6ea65 Placed the work behind printing out the categories and fields into a
function.
2007-01-25 05:20:10 +00:00
moodler
8b74cd23f4 Added some documentation and renamed thngs for clarity 2007-01-25 04:51:37 +00:00
moodler
698a966098 Fixes to styles and new images to finalise new tabs as per MDL-7782
Looking much better!  Thanks, Urs!
2007-01-25 04:44:51 +00:00
moodler
36e8c122d5 Improved classes for new tabs MDL-7782
Improved inclusion of meta.php avoids notices for non-existent files
2007-01-25 04:43:26 +00:00
vyshane
e50b0ad904 Merged from 1.7. 2007-01-25 04:37:39 +00:00
skodak
25c09fc90c MDL-8096 - fixed footer 2007-01-25 00:17:06 +00:00
skodak
ad6226fba2 MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-)
* new editadvanced form for creating of users and editing without restrictions
* elliminated fantom changeme user
* updated links and installation process
* see TODO comments in code
2007-01-25 00:04:02 +00:00
donal72
3e008de804 Mnet: We haven't been updating the last_connect_time field. Let's do that. 2007-01-24 23:17:08 +00:00
donal72
6e783f21ec Mnet: Minor: Fix a comment 2007-01-24 23:15:24 +00:00
martinlanghoff
36e6379ef8 mnet: $CFG->mnet_dispatcher_mode - ensure we set it on install and upgrade, silence warnings - MDL-8284 2007-01-24 22:17:42 +00:00
bobopinna
3efde7e21a Added conditional rename/add for field external 2007-01-24 20:24:51 +00:00
stronk7
83c9a8a29a Modified a bit the child iterator that wasn't working under Safari.
Tested with FF and Safari. Needs test with IE.
2007-01-24 19:39:59 +00:00
stronk7
bb3172c038 Prevent rename_field() to be executed if no full specs of
the original field are provided. MDL-8296
2007-01-24 17:54:53 +00:00
stronk7
704b9031ac Add full specs for current field in rename_field() PHP
generation from the editor. Part of MDL-8296
2007-01-24 16:54:49 +00:00
bobopinna
e9c0b9ecbf Changed drop and add with rename
Fixed a problem with md5hash field
2007-01-24 15:33:46 +00:00
jamiesensei
552d35c187 fixed some small typos I introduced. 2007-01-24 15:13:46 +00:00
moodler
0e4c5b5210 New IE-only css 2007-01-24 13:22:11 +00:00
moodler
b717101071 New pix from Urs 2007-01-24 13:21:00 +00:00
moodler
fdaacd8b70 A small bug in rename_field means that you need to specify the field in detail for it to work.
This will be fixed by Eloy later.

MDL-8237
2007-01-24 13:17:03 +00:00
bobopinna
a679d64d39 renamed external to updatefreq
renamed md5_result to md5hash
2007-01-24 10:39:24 +00:00
bobopinna
6a6fd8acbc renamed field external changed it to updatefreq
renamed filed md5_result in md5hash
2007-01-24 10:32:45 +00:00
moodler
79f533c388 Added some new settings to theme config.php so that a file meta.php can be
automatically included into the HEAD section of the current theme.

Supports parent and standard files too.

I added this to support the inclusion of some IE specific CSS  :-( which needs
to be done from HTML and not CSS, (MDL-7782) but it could be used to include other things
as well, or even to run some PHP code, set various vriables etc without messing
up the theme header.html (and regardless of the theme being used).
2007-01-24 09:20:32 +00:00
csantossaenz
fcdd946422 Added code to the scorm_view_display function to update the SCORM activities which have to be updated every time they are used 2007-01-24 07:27:40 +00:00
csantossaenz
bfe8c2f0ae Added code to the scorm_cron function to update the SCORM activity every day when this option is selected 2007-01-24 07:26:37 +00:00
moodler
eb8cc38e65 Added some docs from MDL-6798 2007-01-24 07:08:50 +00:00
vyshane
4c72307e24 Merged from 1.7 2007-01-24 05:58:59 +00:00
martinlanghoff
4c1c5d2638 mnet: auth/mnet cron() now clears out stale sessions -- how did we miss this? 2007-01-24 04:25:56 +00:00
martinlanghoff
4e04772745 mnet: fix SSO breakage if the same user was using multiple browsers 2007-01-24 04:15:50 +00:00
vyshane
77ea333014 UI now selects the relevant grouping and/or group when these are passed as GET parameters to the script.
Also fixed javascript for hiding view buttons. Was not working in IE [insert swear words here].
2007-01-24 03:03:10 +00:00
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