Commit graph

22516 commits

Author SHA1 Message Date
stronk7
d54f85efa6 minor adjust. keytype to drop keys is not needed anymore. now it's
defined in mysql generator (the only one needing it)
2006-09-28 21:47:36 +00:00
koenr
2c79612205 one more 2006-09-28 21:32:20 +00:00
koenr
2c0d423d8c few typos. Thanks a lot for spotting Mits! 2006-09-28 21:31:34 +00:00
koenr
8f36981c51 fixed MDL-3484 2006-09-28 20:58:55 +00:00
stronk7
ac5ff0e787 fixed one wrong constant 2006-09-28 20:12:00 +00:00
stronk7
9c46a7e6f9 changed mysql drop index syntax. Nothing relevant. 2006-09-28 20:11:30 +00:00
stronk7
71ea93e023 Argh! More than 3 hours searching for this error! I was calling one
constructor with wrong number of parameters and PHP said nothing at
all (with DEVELOPER level of debugging). Horrible OOP !
2006-09-28 20:06:08 +00:00
stronk7
53d3b80798 prevent some warnings on tables without indexes 2006-09-28 19:43:17 +00:00
stronk7
4690f076ca Now keys and indexes are PERFECT (argh, Oracle, once more was causing problems) 2006-09-28 18:56:21 +00:00
stronk7
4df8b6cdfc some more settings go to XMLDBGenerator (as they are default) 2006-09-28 18:39:33 +00:00
stronk7
1a275daaaf some more settings go to XMLDBGenerator (as they are default) 2006-09-28 18:31:28 +00:00
skodak
30fce5000a removed one more unneeded file from adodb library 2006-09-28 18:29:54 +00:00
mits
15cfddc323 Fixed addmin setting colors. 2006-09-28 17:48:12 +00:00
stronk7
a8b7de48fe Adding some more tests about adding and dropping keys 2006-09-28 17:35:52 +00:00
stronk7
55c4b9435d add_key() and drop_key() are working (with sync of undelying
indexes automated)
2006-09-28 17:30:14 +00:00
stronk7
fac17f427f add_key() and drop_key() are working (with sync of undelying
indexes automated)
2006-09-28 17:25:00 +00:00
stronk7
0852990f9b Deleting some parameters that aren't needed anymore. Code will
decide if creating underlying indexes for keys automatically now.

Also, add_key() and drop_key() are working (with sync of undelying
indexes automated)
2006-09-28 17:20:21 +00:00
stronk7
662244cb77 Deleting some parameters that aren't needed anymore. Code will
decide if creating underlying indexes for keys automatically now.
2006-09-28 17:02:49 +00:00
stronk7
b399c397bf Added PHP 5.0.x restriction to Moodle 1.7. MDL-5653 2006-09-28 16:46:52 +00:00
skodak
8ba4cbd2a3 reverting last commit, expect new fixes soon 2006-09-28 15:34:54 +00:00
moodler
b7b0afb87f Fixed a capability name: MDL-6727 2006-09-28 15:06:07 +00:00
moodler
5e6893720e Guest should not see My Courses MDL-6736 2006-09-28 14:48:29 +00:00
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