1069 Commits

Author SHA1 Message Date
moodler
b5839add55 Passing cleanup 2006-09-15 09:04:23 +00:00
moodler
6a12bc4836 Bringing phpinfo into the fold 2006-09-15 08:59:02 +00:00
moodler
4934c49719 Cleaning up assign and override interfaces 2006-09-15 06:04:10 +00:00
moodler
7513cd6936 Tidying 2006-09-14 15:20:44 +00:00
moodler
9584965f9c Tidied up the role assignment pages 2006-09-14 14:49:45 +00:00
moodler
02862df518 Allow columns to be zero 2006-09-14 14:12:51 +00:00
moodler
698337128b Reorganise settings a bit 2006-09-14 13:56:27 +00:00
moodler
10e17638da Some fixes to user policies (removed some which are no longer relevant) 2006-09-14 13:54:21 +00:00
moodler
8f8ed475f7 Added a new setting called $CFG->defaultuserroleid which defines
the role that ALL users get by default when they log in.
2006-09-14 09:39:23 +00:00
toyomoyo
ea8158c118 changing sql calls from user_students table to role_assignments table 2006-09-14 09:08:07 +00:00
tjhunt
aa4f6af41a MDL-6542 - Don't run the unit tests until the user is ready. 2006-09-13 16:19:56 +00:00
tjhunt
45f501a54b Put the unit test styles in the standard theme, rather than using the previous nasty hack that had been broken by the admin page changes. 2006-09-13 16:16:39 +00:00
stronk7
12bda5832f Two more tests added: add_field() and drop_field() 2006-09-12 22:21:51 +00:00
skodak
bc202f4390 fixed harcoded string "Select a Role" 2006-09-12 20:54:21 +00:00
stronk7
3be91b01b6 Added support for add_field, drop_field and rename_field PHP code generation. 2006-09-12 17:45:25 +00:00
stronk7
cb78437d64 Changed some PHP comments. 2006-09-12 17:41:22 +00:00
moodler
e4d81c60a9 Tidying up a bit 2006-09-12 09:30:05 +00:00
moodler
b1ce7811ad Fixed MDL-6479 by adding two block columns on admin pages.
Also we now hide the blocks and headers completely until $SITE is properly
defined.
2006-09-12 09:22:27 +00:00
toyomoyo
87e5a0cd9e changed code to use get_role_users function 2006-09-12 07:38:07 +00:00
stronk7
eafc2b70e8 Some more improvements. Not finished yet. 2006-09-11 22:06:35 +00:00
skodak
244368e643 fixed default values and types of requested teacher and student strings 2006-09-11 21:24:57 +00:00
skodak
8dcc447689 fixed funny continue button during installation 2006-09-11 21:20:47 +00:00
skodak
55f3a4db69 removed useless "changes saved" messages from redirects in administration and user management 2006-09-11 18:56:41 +00:00
stronk7
c5a6ae177a Initial verion. Not working yep but I needed to send it now. 2006-09-11 13:15:36 +00:00
skodak
451d82c840 move newly created admin_tree block to the left column during upgrade from 1.6 2006-09-10 22:11:46 +00:00
skodak
aa893d6b76 fixed several bogus errors and warnings during installation and upgrades, forced logout when upgrading from 1.6 2006-09-10 21:10:48 +00:00
stronk7
a84634a1d4 improved display of errors... 2006-09-10 18:53:47 +00:00
stronk7
091789788f Linking to the tests from the main page. 2006-09-10 18:42:23 +00:00
stronk7
f4bb0ad8f7 Adding support for tests of DDL statements within the XMLDBEditor 2006-09-10 18:41:34 +00:00
skodak
fefea008bc fixed errors when switching dbsessions from amin gui 2006-09-10 11:15:31 +00:00
skodak
5d3e0e837a removed redirect message, because it was sometimes breaking upgrades due to double redirects 2006-09-07 19:18:48 +00:00
stronk7
8bb7147620 If one course, hasn't teaches, both under roles and no-roles
installations, default to admin language.
2006-09-07 17:25:06 +00:00
vinkmar
0f4a73b0dd Fixed bug (sectionname mismatch) similar to MDL-6475 2006-09-07 16:15:35 +00:00
vinkmar
502871b479 Fixed MDL-6475. 2006-09-07 14:53:07 +00:00
moodler
f43ce1ad1d Added moodle/role:unassignself which replaces $CFG->allowunenroll 2006-09-07 08:35:30 +00:00
stronk7
386c23c9da PHP code for dropping and renaming tables added. Note that the DDL
functions doesn't exist yet. ;-)
2006-09-06 22:34:09 +00:00
stronk7
3ab430fbc5 The XMLDBEditor is generating automatic PHP code for create_table 2006-09-06 19:49:13 +00:00
skodak
6a5a62b096 allow less verbose operation of forget_password.php SC#282 2006-09-06 10:11:24 +00:00
vinkmar
7683a0377d removed pause during redirect when there are no new settings 2006-09-06 02:36:38 +00:00
vinkmar
7f35bd73b4 removed hard-coded language strings (MDL-6448) 2006-09-06 02:20:16 +00:00
stronk7
270643ca72 Modified get_users_by_capability() call to use the new limit
parameters and cleanup a bit of code.
2006-09-05 18:57:37 +00:00
stronk7
bc942ab58a Added support to retrofit tables without prefix 2006-09-05 17:55:59 +00:00
moodler
dbed4286da Cleaned up headers when editing roles for blocks 2006-09-05 09:15:52 +00:00
skodak
e778a40617 minor include cleanup 2006-09-05 08:27:14 +00:00
moodler
ccbdfdc720 Just changed the order around a bit 2006-09-05 06:13:53 +00:00
moodler
42093cca5c Added coursesperpage so paging can be controlled 2006-09-05 03:28:25 +00:00
vinkmar
8f5c4adbd7 Changed so that the settingpage titles are shown (see MDL-6402) 2006-09-04 21:38:23 +00:00
skodak
4b83ec33fe merging collisions cleanup 2006-09-04 20:32:59 +00:00
stronk7
71db9136fb Now the temp backup directory is properly created/cleaned
and indexes info are properly stored there.
2006-09-04 19:27:53 +00:00
toyomoyo
cc398c7262 adding caapabilities 2006-09-04 08:45:08 +00:00