22444 Commits

Author SHA1 Message Date
gbateson
f7f630bce7 added PARAM types to calls using "required_param" and "optional_param" functions 2006-09-28 13:24:36 +00:00
jamiesensei
909ec807cb moved styles in theme\standard\styles_form.css to theme\standard\styles_layout.css and removed theme\standard\styles_form.css and all references to it. In line with discussion here : http://moodle.org/mod/forum/discuss.php?d=54907 2006-09-28 10:32:23 +00:00
toyomoyo
89a66e5405 changes in backup/restore for roles. fixed bug related to wrong context in backuplib.php added code to handle addition of new roles in restorelib.php, added code to do role overrides in restore.php new functionalities requires proper handling 2006-09-28 09:15:14 +00:00
moodler
8d73640e7f Unenrol fixed to support other users too and better workflow 2006-09-28 08:55:04 +00:00
moodler
41763b02da One more debugging removed 2006-09-28 08:38:27 +00:00
moodler
130672189c Removed excess debugging that is no longer very useful 2006-09-28 08:37:19 +00:00
vyshane
9ed7d7e162 Merged fix for MDL-6681 2006-09-28 08:29:17 +00:00
vyshane
cef1ce6abf Fixes for MDL-3975
Changes to discuss.php and post.php so that the single discussion type forums are handled more consistently.
2006-09-28 07:29:50 +00:00
moodler
eae2bad46f Updated tags 2006-09-28 07:22:36 +00:00
moodler
2d14e8a8fe Removed duplicate capability moodle/course:managequestions MDL-6610 2006-09-28 07:17:39 +00:00
moodler
9e27d59600 Documentation and strings for Default Role 2006-09-28 07:07:54 +00:00
moodler
605522f315 FIxed heading on assign roles in course context 2006-09-28 07:00:28 +00:00
moodler
70ce923e0a Fixed a typo 2006-09-28 06:48:50 +00:00
moodler
77c645df28 Started out fixing MDL-6624 and it turned into a fairly major cleanup
of the participant listing.  I think it's a lot better now.

Bulk messaging fixed too, and is controlled by a new capability

      moodle/course:bulkmessaging
2006-09-28 06:41:07 +00:00
moodler
3e21903846 Cleaning up user index a bit 2006-09-28 06:04:39 +00:00
vinkmar
3b904bc94f calendar admin page cleaned up 2006-09-28 04:46:09 +00:00
moodler
b90e2f199f First cut at an overview page for the user listing (when you first arrive) 2006-09-28 04:45:39 +00:00
moodler
bac2f88ae8 Added count_role_users() as a more efficient thing to do than get_role_users() 2006-09-28 04:42:49 +00:00
jamiesensei
15fdf6199e wrapping group element in a fieldset tag 2006-09-28 04:19:56 +00:00
jamiesensei
ec929cd596 now wrapping a group element in a fieldset tag, brought id tag on checkboxes and radio boxes in line with moodle universal form structure 2006-09-28 04:18:35 +00:00
martinlanghoff
f5896f0fb6 enrol/db/enrol.php ignore delt'd usrs when enroling
Previously the import process would throw a non-fatal error when it found a
non-one number of users with the remote key.  This meant that
when there was a deleted user with the same remote key as an existing user, it
would throw an error, and report that there were no users for that remote key.
Fixed it so that it now ignores deleted users, and provides more accurate
and more precise error messages in the event that there are further
problems.

Author: Peter Bulmer
2006-09-28 01:20:42 +00:00
martinlanghoff
13e8d6e46f auth/db/lib (bugfix) only update mdl fields during login if 'onlogin' set
Previous operation was update all moodle fields from the external database
during each login & sync ignoring this setting. Now if this setting is
'oncreation' then the field is only copied once (on creation of user).
2006-09-28 01:05:10 +00:00
martinlanghoff
897e0712e8 Comments. 2006-09-28 00:13:07 +00:00
martinlanghoff
c0adb54de4 Allow Chinese/Japanese UTF-8 strings to be truncated at character
boundaries instead of word boundaries. (fix MDL-5378)
2006-09-28 00:10:23 +00:00
martinlanghoff
6402cd4679 Fix for breadcrumb problem (MDL-6271). 2006-09-28 00:08:50 +00:00
skodak
250934b8e0 fixed logic of moodle_install_roles() - it now calls update_capabilities() after creation of default roles, but before first role_assign(). The problem was that role_assign calls code from forum lib which already uses capabilities, this might cause even bigger problems later. 2006-09-27 22:59:37 +00:00
jgraham909
6fc73d59b8 Merging in changes from Doug Dixon and Mike Lee to update the codebase 2006-09-27 22:57:33 +00:00
skodak
6727c1753f added default settings for admin_setting_special_backupdays() 2006-09-27 22:25:15 +00:00
skodak
5d0df39db4 fixed array_shift($roles) warning during upgrade from 1.6 2006-09-27 22:16:23 +00:00
skodak
1cd3eba948 fixed validation of course category for site course MDL-6715 2006-09-27 20:43:04 +00:00
jamiesensei
49c5368707 changes to html structure for rendering of forms in line with http://moodle.org/mod/forum/discuss.php?d=54907#250816 2006-09-27 19:12:52 +00:00
jamiesensei
57a763a733 changes to style sheet in line with http://moodle.org/mod/forum/discuss.php?d=54907#250816 2006-09-27 19:10:31 +00:00
stronk7
97bd35b284 Fixed bug in PHP generation of indexes. 2006-09-27 18:47:24 +00:00
skodak
7bfa3101df add checks for stale contextid in role_assignments and overrides into load_user_capability() MDL-6708 2006-09-27 18:11:36 +00:00
skodak
a36a3a3f98 added strict context level checks to get_context_instance() MDL-6709 , the reason is to find typos and buggy code that would be otherwise unnoticed 2006-09-27 17:58:17 +00:00
skodak
3ca2dea51d sanitise request in create_context() and show debug info when appropriate MDL-6715 2006-09-27 17:50:53 +00:00
stronk7
13e9de1c67 Fixed Bug MDL-6647 - PG version not being fetched properly.
(http://tracker.moodle.org/browse/MDL-6647)
2006-09-27 17:48:45 +00:00
moodler
05e8f81eeb A notice about versions 2006-09-27 16:45:40 +00:00
jamiesensei
f0e2d0ac80 upgraded tableless pear quickform packages 2006-09-27 16:31:11 +00:00
jamiesensei
04ad8eee82 added empty setHelpButton method to moodleform_hidden 2006-09-27 16:09:15 +00:00
jamiesensei
e249661fbb fixed small typo 2006-09-27 16:07:37 +00:00
jamiesensei
ef625b6bac added comments to show how to add nested fieldset container for groups of items 2006-09-27 16:06:56 +00:00
jamiesensei
42f248e659 new security features added acceptGet, optional_param, required_param, clean_param, methods added to form class 2006-09-27 16:00:19 +00:00
jamiesensei
5f2256f3ee modifications made to demo new security features 2006-09-27 15:58:45 +00:00
jamiesensei
7b9cdb60cf demos new security features optional_param, acceptGet 2006-09-27 15:57:21 +00:00
moodler
924ccd683a Fixed up some wrong entries in the log_display table MDL-6516
NOTE:  The dates are a month in advance for $version here!  We need
to increment very slowly until it catches up, and make sure that we
manage the versions in HEAD very carefully after we branch for 1.7
2006-09-27 14:08:17 +00:00
moodler
bd10f85d94 Add eu to allowed domains 2006-09-27 12:57:33 +00:00
sam_marshall
4db1861a8d Wiki: Improve page locking to make it more robust and support non-javascript users (not very friendlily, though...) 2006-09-27 11:22:57 +00:00
sam_marshall
5c135dd4fd Wiki: correct behaviour in Postgres with pages that have ' in name 2006-09-27 11:21:59 +00:00
sam_marshall
13ef403f3b Wiki: correct column type on Postgres update (fixes Search and Links tabs, matches what's in install.xml anyhow) 2006-09-27 11:21:01 +00:00