moodler
|
2939bfe444
|
Fixed some notices
|
2006-09-15 13:46:11 +00:00 |
|
moodler
|
405f64c7fd
|
Fixed some SQL error
|
2006-09-15 13:42:40 +00:00 |
|
moodler
|
2f089dd5f9
|
Guest account could be getting the default role
|
2006-09-15 13:28:18 +00:00 |
|
moodler
|
5bd66aa964
|
Some random quote fixing
|
2006-09-15 13:26:39 +00:00 |
|
tjhunt
|
4e5a0168f8
|
Fix typo.
|
2006-09-15 13:18:28 +00:00 |
|
moodler
|
2febd88e67
|
Just tidying
|
2006-09-15 12:53:23 +00:00 |
|
ethem
|
0fbf82ea78
|
Tidy up
|
2006-09-15 12:35:08 +00:00 |
|
ethem
|
dbe35d21bc
|
Tidy up
|
2006-09-15 12:05:27 +00:00 |
|
ethem
|
a2610c215d
|
Tidy up
|
2006-09-15 11:40:37 +00:00 |
|
ethem
|
068cf579bd
|
New string for capability: Manage payments
|
2006-09-15 10:13:06 +00:00 |
|
ethem
|
58b450e92b
|
New string for capability: Manage Payments
|
2006-09-15 10:11:19 +00:00 |
|
ethem
|
4044e868eb
|
Goodbye old config
|
2006-09-15 09:57:10 +00:00 |
|
vyshane
|
15dabc3074
|
Merge from 1.6 stable. Small fixes to make xhtml validate.
|
2006-09-15 09:38:46 +00:00 |
|
moodler
|
c26a8f2ffa
|
FIxed navigation
|
2006-09-15 09:23:58 +00:00 |
|
toyomoyo
|
71dea306b4
|
changing lib functions to work with roles, some functions might not work as expected now
|
2006-09-15 09:08:48 +00:00 |
|
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
|
3bac4f9fce
|
FIxed docs
|
2006-09-15 08:23:40 +00:00 |
|
moodler
|
3cc8b355c2
|
Fixed a notice when course->modinfo is empty
|
2006-09-15 06:16:35 +00:00 |
|
moodler
|
b977b0a365
|
Fixed some subscription typos
|
2006-09-15 06:15:01 +00:00 |
|
moodler
|
e49e61bfe9
|
Updates for visual stuff
|
2006-09-15 06:07:29 +00:00 |
|
vyshane
|
67875aa108
|
Fixed bug in forum_search_posts(). More testing needed still.
|
2006-09-15 06:04:23 +00:00 |
|
moodler
|
4934c49719
|
Cleaning up assign and override interfaces
|
2006-09-15 06:04:10 +00:00 |
|
vyshane
|
3d5fb99f00
|
Fixed bug in get_records_sql(). This call:
$rs = get_recordset_sql($sql, $limitfrom='', $limitnum='');
should really be:
$rs = get_recordset_sql($sql, $limitfrom, $limitnum);
|
2006-09-15 06:03:32 +00:00 |
|
vyshane
|
e521770c84
|
Small SQL fix. Removed unneeded WHERE clause
|
2006-09-15 03:18:59 +00:00 |
|
gbateson
|
e69c04db5a
|
do not add $restore->course_startdateoffset to ANY empty dates
|
2006-09-14 21:50:37 +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 |
|
thepurpleblob
|
6d9b8e5678
|
Merged from STABLE
Provides fix for bug MDL-5893
|
2006-09-14 13:59:08 +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 |
|
gbateson
|
de2ded1a43
|
moved restorelog code to "hotpot_restore_mods", so it is only executed when backing up a HotPot record. Also, modified restorelog code so that "course_startdateoffset" is not added to TIMEOPEN or TIMECLOSE if those fields are currently empty (empty has a special meaning for those fields)
|
2006-09-14 11:10:54 +00:00 |
|
moodler
|
ca23ffdb74
|
Don't overwrite capabilities when loading default role
|
2006-09-14 09:41:09 +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 |
|
vyshane
|
b1342e1869
|
Minor formatting tidyup
|
2006-09-14 08:57:41 +00:00 |
|
vyshane
|
42fb3c858f
|
Converted forum searches so that they take into account the new Roles system. Search results will only include what the searcher should be able to see based on his/her capabilities.
|
2006-09-14 08:44:45 +00:00 |
|
bobopinna
|
9b3496f265
|
Removed two style definitions (bug MDL-6209)
|
2006-09-14 08:28:26 +00:00 |
|
moodler
|
438c5b8098
|
Removed a PHP4 notice
|
2006-09-14 07:35:53 +00:00 |
|
gbateson
|
29f4a60ffe
|
add get_coursemodule_from_id/instance functions for compatability with Moodles <1.7
|
2006-09-14 07:29:22 +00:00 |
|
gbateson
|
2a532aa68c
|
reduce length of worksheet name to 31 chars if running under Moodle 1.5
|
2006-09-14 07:17:53 +00:00 |
|
gbateson
|
3c4f45c2d9
|
remove from blank cells when generating Excel sheet
|
2006-09-14 07:16:14 +00:00 |
|
moodler
|
966620586e
|
Better handling of forum id/object
|
2006-09-14 07:13:08 +00:00 |
|
moodler
|
503eecab20
|
Strip tags from block skip link names
|
2006-09-14 07:00:43 +00:00 |
|
moodler
|
71832a910b
|
Fixed some typos
|
2006-09-14 06:54:54 +00:00 |
|
moodler
|
d78596d804
|
Fixed a notice
|
2006-09-14 06:48:58 +00:00 |
|
toyomoyo
|
c5a3467aa0
|
fixing missing bracket
|
2006-09-14 06:43:01 +00:00 |
|
moodler
|
89d57596bd
|
Fixed a typo
|
2006-09-14 06:30:02 +00:00 |
|
moodler
|
c64633f6f6
|
Merged fix from http://moodle.org/mod/forum/discuss.php?d=38860 (Brian Jones)
|
2006-09-14 05:46:49 +00:00 |
|