vyshane
|
94bcea7983
|
Removed mod/lesson:view
|
2006-09-22 02:58:39 +00:00 |
|
vyshane
|
7949f21b5f
|
Removed 'mod/glossary:view' capability
|
2006-09-22 02:52:48 +00:00 |
|
moodler
|
b32c8ddadd
|
Fixed typos in capability names
|
2006-09-21 14:05:58 +00:00 |
|
stronk7
|
db33348f53
|
When journal to assignment migration is performed, journal
upgrade hasn't been upgraded yet so the journal_entries->comment
field is still called "comment"
|
2006-09-21 10:04:49 +00:00 |
|
stronk7
|
0bc94c9990
|
Last reserved word is out now!
journal_entries->comment to entrycomment
Only 2 tables have reserved names but they aren't
a problem if we force $CFG->prefix always
|
2006-09-21 09:54:00 +00:00 |
|
stronk7
|
ea6432fede
|
Moved assignment_submission->comment to submissioncomment
(because comment is DB reserved word)
|
2006-09-21 09:35:20 +00:00 |
|
vyshane
|
9222e72167
|
Removed capability mod/forum:viewforum. We will use moodle/course:viewhiddenactivities and hide/unhide forums instead.
|
2006-09-21 08:32:05 +00:00 |
|
vyshane
|
2b15a08dc9
|
Added some notes for future reference
|
2006-09-21 07:40:24 +00:00 |
|
vyshane
|
49a0ba9438
|
Cleanups in view.php. Also moved logging of a forum view so that the event is not logged if the user does not have permission to view discussions in a forum (user never sees the discussions, so not counted as a view).
Tidy up of error display in discuss.php for when a user does not have permission to view the discussion.
|
2006-09-21 05:42:35 +00:00 |
|
vyshane
|
9ae965d379
|
Removed column ratings from data table
|
2006-09-21 04:10:36 +00:00 |
|
skodak
|
d43d749a1b
|
forum throttling capability meaning reversed
|
2006-09-20 21:25:51 +00:00 |
|
skodak
|
eef868d17d
|
major whitespace cleanup - fixed trailng whitespace in new files and admin area
|
2006-09-20 21:00:45 +00:00 |
|
skodak
|
6124048972
|
major whitespace cleanup - fixed tabs
|
2006-09-20 20:31:09 +00:00 |
|
skodak
|
03f5a0f87c
|
major whitespace cleanup - fixed \r\n line-ending
|
2006-09-20 19:46:52 +00:00 |
|
skodak
|
6c450d9f7e
|
test commit for lineending cleanup
|
2006-09-20 19:20:34 +00:00 |
|
vyshane
|
36acdd6df9
|
Updated to reflect changes to data table
|
2006-09-20 18:08:30 +00:00 |
|
vyshane
|
741c4d0b04
|
Upgrade to roles code for data module.
|
2006-09-20 17:46:20 +00:00 |
|
tjhunt
|
e7d57d9e6c
|
MDL-6380 - added required include to make blocks work on the quiz pages.
|
2006-09-20 17:22:38 +00:00 |
|
tjhunt
|
15995c4ab6
|
Fix typos in string concatenation.
|
2006-09-20 17:01:19 +00:00 |
|
vyshane
|
7f2586640e
|
Upgrade to roles code, as well as restoring from 1.6 on a 1.7 install code.
|
2006-09-20 16:57:01 +00:00 |
|
vyshane
|
2a1b4af377
|
Added course module groupmodes in convertion to roles logic
|
2006-09-20 16:54:50 +00:00 |
|
stronk7
|
a6e0172869
|
renaming question_dataset_items->number to itemnumber (reserved word) and
question->commentarytext to question->generalfeedback
|
2006-09-20 16:22:19 +00:00 |
|
tjhunt
|
40cc892b6a
|
Fix bug with getting the capability.
|
2006-09-20 16:17:27 +00:00 |
|
skodak
|
43a8ceeaf1
|
fixed missing ;
|
2006-09-20 15:04:01 +00:00 |
|
toyomoyo
|
dc5586907d
|
replacing deprecated calls and references to capability calls
|
2006-09-20 09:00:04 +00:00 |
|
skodak
|
1d126f4fe4
|
mostly removed old isadmin() calls
|
2006-09-20 06:59:32 +00:00 |
|
vyshane
|
6adc1e975d
|
Added more overrides during restore process for forums from 1.6. Plus some bug fixes.
|
2006-09-20 02:59:43 +00:00 |
|
vyshane
|
689b19297f
|
Fixed notice
|
2006-09-20 02:47:57 +00:00 |
|
tjhunt
|
15677ae4a5
|
Fix JavaScript problem reported in this thread: http://moodle.org/mod/forum/discuss.php?d=54432. Merged from MOODLE_16_STABLE.
|
2006-09-19 21:48:16 +00:00 |
|
toyomoyo
|
9ce384ba1e
|
relacing deprecated functions with capability checks
|
2006-09-19 14:16:40 +00:00 |
|
tjhunt
|
a4514d91de
|
Renamed new commentary feature to 'general feedback'.
|
2006-09-19 13:35:42 +00:00 |
|
tjhunt
|
717cfb0a7b
|
Rename column question_dataset_items->number to itemnumber, to avoid reserved word.
|
2006-09-19 10:56:00 +00:00 |
|
toyomoyo
|
9c37662f22
|
replacing deprecated funciton calls with capability calls
|
2006-09-19 09:16:24 +00:00 |
|
mark-nielsen
|
096a664c01
|
Attempted to improve the display of the table in collapsed view
|
2006-09-19 05:57:57 +00:00 |
|
mark-nielsen
|
7c03355aab
|
Fix for the instance mentioned in MDL-3058
|
2006-09-19 05:11:57 +00:00 |
|
mark-nielsen
|
4bea0828a2
|
Got ahead of myself, fixed by bug fix
|
2006-09-19 04:49:45 +00:00 |
|
mark-nielsen
|
51c870d253
|
Notice fix in report for numerical question types
|
2006-09-19 04:48:13 +00:00 |
|
mark-nielsen
|
9ae4e9f5de
|
Fix in addpage.php when one deletes all pages in a lesson then adds a new one
Fix numerical questions were not displaying the student's answer in the feedback
|
2006-09-19 04:45:18 +00:00 |
|
mark-nielsen
|
b14123498f
|
Saw several problems with lesson_choose_from_menu, so finally replaced its use with choose_from_menu in lib/weblib.php
|
2006-09-19 04:06:32 +00:00 |
|
mark-nielsen
|
f08769317f
|
Removed hard-coded strings and fixed labels
|
2006-09-19 03:47:49 +00:00 |
|
mark-nielsen
|
63d4c906c7
|
Removed a hard-coded string and added PHPdoc comments for the page
|
2006-09-19 02:54:57 +00:00 |
|
mark-nielsen
|
7adb975062
|
removed some unecessary comments
|
2006-09-19 02:48:29 +00:00 |
|
mark-nielsen
|
2817bc1aed
|
Fixed a bug when detecting a user as eligible for posting their name for high scores
|
2006-09-19 02:41:10 +00:00 |
|
mark-nielsen
|
8271e5cec8
|
Fixed alignment problem with the buttons for password protected lessons
|
2006-09-19 02:29:42 +00:00 |
|
toyomoyo
|
d76a5a7fed
|
replacing references to user_* tables
|
2006-09-19 01:44:33 +00:00 |
|
tomflannaghan
|
f33beb0b3d
|
Preset added. This is a basic javascript based preset.
|
2006-09-19 01:21:13 +00:00 |
|
skodak
|
21b6db6eff
|
added capabilty risks into access.php and GUI for define role and override; minor fixes for capability types in forum
|
2006-09-18 21:32:49 +00:00 |
|
vyshane
|
20821a1266
|
Added new capabilities, renamed mod/data:readentry to mod/data:viewentry to make capability name more consistent with the rest of moodle.
|
2006-09-18 13:46:09 +00:00 |
|
vyshane
|
e51e3fcb34
|
Fixed notice
|
2006-09-18 12:48:00 +00:00 |
|
tomflannaghan
|
b8fb348277
|
Adds Javascript Support for the presets.
|
2006-09-18 11:45:12 +00:00 |
|