toyomoyo
84718c0056
fix for MDL-8885, teachers should not be able to hide courses if they can not view hidden courses
2007-03-14 04:34:54 +00:00
moodler
e7a5ad8da9
Fix for MDL-8318, show cost info on info page
2007-03-05 05:41:21 +00:00
martinlanghoff
757d66b504
Stopping warning and possible errors in graphlib.php caused by bugs in statsgraph.php
...
Ported from LDC (1.5) branch
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz >
2007-02-28 00:32:16 +00:00
moodler
6e2e65e499
fixing wrong capability check
2007-02-27 05:48:15 +00:00
moodler
997a36bb09
fix for MDL-8666, groups import broken
2007-02-27 05:42:01 +00:00
tjhunt
b430f84c4c
MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow.
2007-02-17 17:16:41 +00:00
vyshane
014161956c
Fix for MDL-7796 "Default permissions for Course Creators are too permissive". Changed some permissions from allow to inherit. Changed course deletion checks to allow course creators to delete courses.
2007-02-16 08:15:02 +00:00
moodler
08f4e03f53
FIxes so that no-one can "login as" users who have "doanything". MDL-8411
2007-02-13 08:30:25 +00:00
vyshane
085fecaf86
Changed require to require_once to fix function redeclaration error.
2007-02-07 07:08:02 +00:00
skodak
33ca51fbdf
backported fixes for warnings when exporting logs in excel format
2007-01-08 22:24:16 +00:00
skodak
ce499284a0
MDL-7903 Guests can not enter course that allows guests with key
2006-12-18 19:20:14 +00:00
skodak
15f93e462f
MDL-7767 Guests should not be able to hide course sections - section hiding is not stored in db for guests, only session is used now
2006-12-04 08:53:21 +00:00
skodak
e38e49335c
Students cannot enrol with PayPal plugin when using PHP4 MDL-7529; backported from HEAD
2006-11-23 20:17:23 +00:00
vyshane
f868caa529
Added indent left and indent right for resources
2006-11-22 07:35:53 +00:00
toyomoyo
0aa07c2fa0
adding capability checks
2006-11-21 05:31:03 +00:00
toyomoyo
4d15a1932a
fix for MDL-7426, remove teacher.php link
2006-11-21 04:44:35 +00:00
vyshane
c2540e76e1
Added class names in the html output for editing mode buttons. These will be used as hooks in the ajax course formats.
2006-11-21 04:22:47 +00:00
toyomoyo
9c71a2396b
fix for MDL-7540 wrong usage of context levels
2006-11-21 03:22:33 +00:00
vyshane
364f72aa05
Fix for MDL-7574.
2006-11-17 05:51:37 +00:00
toyomoyo
ad0d007abd
fixed a problem where user is not shown when the user has not visited a course page. changed get_user_roles to take in additional parameter
2006-11-16 05:16:07 +00:00
vyshane
f32f831749
Fix for MDL-7224. Switched from blocks_execute_repositioning_atomic() to blocks_move_block() for moving blocks.
2006-11-16 03:11:05 +00:00
skodak
a58e869ce2
Child courses import list empty MDL-7424; added new count_courses_notin_metacourse() function, the old one was kept for BC; backported from HEAD
2006-11-09 21:14:20 +00:00
toyomoyo
0d163e9ece
category page cleaning, MDL-7409
2006-11-09 06:21:06 +00:00
skodak
d4e2861046
prevent duplicate content in search engines MDL-7299
2006-11-06 21:48:04 +00:00
moodler
17e44aad44
Fix loginas at site level
2006-11-05 06:43:34 +00:00
sam_marshall
ed2bc33154
MDL-7344 Change 'import child course' timeout to 180 seconds per course because role creation takes a while for thousands of users.
2006-11-03 14:37:41 +00:00
toyomoyo
e7fcbec49e
fix for MDL-7300, mssql query error on group creation
2006-11-03 08:17:33 +00:00
moodler
67145bac78
Improved display of grades when grades should not be shown MDL-7150
2006-10-31 15:06:02 +00:00
moodler
cf299069d4
Added "drag" hook at the page level when dragging is enabled to make sure
...
the blocks have the right cursor styles.
2006-10-30 09:39:58 +00:00
skodak
d6a54ada6e
Turn AJAX off for now at site level MDL-7254
2006-10-27 20:32:01 +00:00
vyshane
3a1d81851f
Some refactoring.
2006-10-26 07:34:13 +00:00
moodler
b0d3c33001
Guests should always see two days of recent activity
2006-10-24 14:35:22 +00:00
vyshane
62e0242116
AJAX config for course format.
2006-10-24 08:15:09 +00:00
vyshane
0321eb66d0
AJAX config for course format
2006-10-24 08:14:09 +00:00
vyshane
604c996ca6
AJAX fixes.
2006-10-24 08:07:56 +00:00
moodler
3c9367fb62
Guests can't enrol. MDL-7182
2006-10-24 02:12:26 +00:00
stronk7
f0cb717a7e
Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
...
$limitnum parameters in all the get_recordXXX() functions. MDL-7167
2006-10-23 22:56:41 +00:00
stronk7
6d338ba5f9
Suppress all the uses of LIMIT in the get_field_sql() calls. MDL-7173
2006-10-23 15:55:22 +00:00
moodler
63d4e986d0
This new function called load_all_capabilities() should be used whenever
...
you want to completely reload the capabilities for the current user.
Basically it will deal nicely with the default site-wide permissions
depending on the current user.
More background in the comments on MDL-6963
2006-10-23 15:14:23 +00:00
moodler
9595f6a388
FIxed some rogue   characters (thanks, Samuli!) MDL-7179
2006-10-23 13:41:27 +00:00
moodler
1b068b9049
FIxed guest enrolment using course key MDL-6881
2006-10-23 06:37:06 +00:00
moodler
8069349d65
Fix strange zero lines in stats ... I thought the function above was supposed
...
to do that? Penny, help! MDL-7151
2006-10-23 05:17:38 +00:00
moodler
1752044872
Unenrol now does the right thing after you unenrol yourself
2006-10-23 03:09:11 +00:00
skodak
b52e9a106c
fixed incorrect context in user Outline report
2006-10-22 20:02:00 +00:00
moodler
85e21f03a1
FIxed this script to match prtin_recent_activity MDL-7134
2006-10-22 08:29:50 +00:00
moodler
ab05be1a23
Recent activity now again shows all the activity since your last session in
...
the course. MDL-7134
2006-10-22 07:40:51 +00:00
toyomoyo
d7355da165
fix for MDL-7115, teacher page replaced by generic role assign page
2006-10-20 05:47:49 +00:00
toyomoyo
f0769c5367
fix for MDL-7107, missing capability check for assignroles link
2006-10-20 03:14:49 +00:00
thepurpleblob
976fe7c655
Put cursor in edit box rather than do nothing for labels.
2006-10-18 13:02:53 +00:00
vyshane
6f7fcae9f2
Removed YUI debug since this is handled in lib/ajaxlib.php
2006-10-18 07:09:54 +00:00