moodler
|
d1465c3d12
|
Naming, people, naming ... keep it clear but minim
|
2005-03-30 02:59:41 +00:00 |
|
michaelpenne
|
23f5e2617c
|
bug fix: review button no longer displays on essay questions
|
2005-03-30 01:24:57 +00:00 |
|
michaelpenne
|
16518f15f7
|
removed some debug lines
|
2005-03-30 00:53:24 +00:00 |
|
michaelpenne
|
845a17e6f0
|
all the actions in lesson.php are now defined in mod/lesson/lessonactions/
|
2005-03-30 00:49:18 +00:00 |
|
michaelpenne
|
ea15ad0ece
|
This file contains the code for a single action that used to be defined in lesson.php. Now each action has its own file
|
2005-03-30 00:38:59 +00:00 |
|
danmarsden
|
6fd87e3bc7
|
Improved coice mod, allows an unlimited number of choices.
|
2005-03-29 23:46:17 +00:00 |
|
michaelpenne
|
c32bc595bd
|
on multichoice questions with multianswer, the code was not cleaning the variables correctly. Now sends the array through a foreach and then clean_param on each element in the array. Fix is around line 855.
|
2005-03-29 22:38:27 +00:00 |
|
michaelpenne
|
93943f6570
|
on line 1030, there was a division by zero when a student has not viewed any pages. Now it checks to makes sure $nviewed != 0. This is for the ongoing score feature.
|
2005-03-29 22:04:06 +00:00 |
|
gustav_delius
|
a5c5a1807f
|
fixed bug 2782
|
2005-03-29 19:24:04 +00:00 |
|
mjollnir_
|
816d9586c7
|
New indexes for forum_posts - created & mailed. Useful for performance for the cron mailout
|
2005-03-29 04:32:48 +00:00 |
|
stronk7
|
11c657f092
|
Now exercise->name supports filterall.
|
2005-03-27 23:52:56 +00:00 |
|
stronk7
|
c61d50b800
|
Now choice->name and choice->answerxx work under filterall.
|
2005-03-27 17:33:16 +00:00 |
|
stronk7
|
200371e9f7
|
Now chat->name works under filterall.
|
2005-03-27 11:36:54 +00:00 |
|
moodler
|
d1a5fbd493
|
Just fixing some errors, but these functions should really return some info
|
2005-03-27 06:12:58 +00:00 |
|
moodler
|
a71efae327
|
WHen deleting a chat, delete the messages etc too. Bug 2792
|
2005-03-27 05:56:23 +00:00 |
|
stronk7
|
2500b88bab
|
Now assignment->name works under filterall.
|
2005-03-26 18:14:46 +00:00 |
|
stronk7
|
e88b32089d
|
Missing parenthesis added.
|
2005-03-26 18:12:15 +00:00 |
|
stronk7
|
fac63246cc
|
Forum->intro is processed correctly by format_text() everywhere.
|
2005-03-26 17:31:01 +00:00 |
|
stronk7
|
c78ac79818
|
Now discussion->name works under filterall.
|
2005-03-26 17:11:30 +00:00 |
|
defacer
|
c2bf38fd9b
|
Fix for bug 2793: Unfinished quiz attempts no longer shown in the overview table.
|
2005-03-26 13:41:00 +00:00 |
|
stronk7
|
17dc3f3cc6
|
Now post->subject works under filterall too.
|
2005-03-26 11:43:16 +00:00 |
|
stronk7
|
3849dae80f
|
Now the FIRST string working under CFG->filterall is done:
forum->name
(everything tested but email)
(I'm going to maintain a list of strings in Developers Wiki)
|
2005-03-26 01:57:40 +00:00 |
|
moodler
|
61f0aace2a
|
Some more CSS changes (SE)
|
2005-03-24 13:59:59 +00:00 |
|
moodler
|
6aed9d10c2
|
Changes for XHTML, accessibility compatibility.
Removed THEME variable, inserted CSS classes where appropriate. (SE)
|
2005-03-24 12:43:22 +00:00 |
|
moodler
|
7105cf8d21
|
More generic indent tag
|
2005-03-24 02:37:11 +00:00 |
|
stronk7
|
a9b1b60bee
|
Avoided some excess of "QUESTION_VERSIONS" ;-)
|
2005-03-23 23:32:51 +00:00 |
|
gustav_delius
|
1909875912
|
Renamed quiz_question_version to quiz_question_versions as suggested by Eloy in bug 2777
|
2005-03-23 20:59:55 +00:00 |
|
moodler
|
843cd656f4
|
Changing some styles (SE)
|
2005-03-22 09:48:33 +00:00 |
|
gustav_delius
|
4dd7a7fd6e
|
Fixed log, bug 2778
|
2005-03-21 00:06:04 +00:00 |
|
stronk7
|
4f13e03055
|
Now working in restore:
- quiz_questions->hidden
- quiz_responses->originalquestion
- quiz_question_version table
- editquestions log action (although Bug 2778) needs to be solved!
Please, test, test....
|
2005-03-20 23:39:15 +00:00 |
|
martinlanghoff
|
0362d553eb
|
Merged from MOODLE_14_STABLE - More efficient SQL UPDATE in forum_mark_old_posts_as_mailed() -- improves performance under PostgreSQL.
|
2005-03-20 23:13:18 +00:00 |
|
stronk7
|
e4acc4ce48
|
Now, at backup time (not restore yet):
- quiz_questions->hidden
- quiz_responses->originalquestion
- quiz_question_version table
are properly exported. Restore code coming soon.
|
2005-03-20 20:00:43 +00:00 |
|
moodler
|
4f321bdb3d
|
SOme necessary fixes to searching to allow arbitrary SQL to be added to the
search, and also removed some old stuff
|
2005-03-20 12:05:58 +00:00 |
|
moodler
|
f9a0ea699c
|
New user tabs from Shane and myself ... these bring together the
profile interface a little better.
There is also a new feature for showing all posts from a user, as well
as all discussions from a user.
|
2005-03-20 12:02:14 +00:00 |
|
defacer
|
5d38e78fdf
|
Fixing the behavior of (de)select all javascript links, closing bug 2688.
Also, some very slight HTML improvements on the way there.
|
2005-03-18 14:46:11 +00:00 |
|
defacer
|
8d6c341045
|
Obsolete.
|
2005-03-18 14:38:46 +00:00 |
|
defacer
|
ab6d7869ca
|
Use global code in javascript-static.php instead of utility.js
|
2005-03-18 14:38:08 +00:00 |
|
defacer
|
88b917d614
|
Fixing behavior of (de)select all commands and some issues with non-JS-enabled clients.
|
2005-03-18 14:23:45 +00:00 |
|
gustav_delius
|
7760f60e69
|
Select all / Deselect all look better as links
|
2005-03-18 09:21:26 +00:00 |
|
moodler
|
a3e706fbcf
|
Small class changes (SE)
|
2005-03-17 20:59:36 +00:00 |
|
moodler
|
380c2091e1
|
Remove old div wrapper
|
2005-03-17 20:58:04 +00:00 |
|
gustav_delius
|
cd8d4471c8
|
Print course in footer
|
2005-03-17 15:12:07 +00:00 |
|
moodler
|
646d5a0281
|
Strip and slash alt tags on input radio buttons
|
2005-03-17 11:37:31 +00:00 |
|
gustav_delius
|
4e8bad7d31
|
Fix for bug 2749
|
2005-03-17 00:29:09 +00:00 |
|
gustav_delius
|
c6f99d9640
|
Fix for bug 2750
|
2005-03-17 00:17:47 +00:00 |
|
moodler
|
98cfbb9948
|
FIxed some wierd line feeds
|
2005-03-16 16:35:33 +00:00 |
|
moodler
|
4a96dbaccc
|
Removed a blank line ... bug 2746
|
2005-03-16 15:40:11 +00:00 |
|
gustav_delius
|
2f2aad664d
|
implemented fix for bug 2745 contributed by kagotani
|
2005-03-16 12:35:19 +00:00 |
|
defacer
|
3f95436073
|
Respect $CFG->showblocksonmodpages.
|
2005-03-16 03:26:21 +00:00 |
|
mjollnir_
|
9680ba9801
|
Merged from MOODLE_14_STABLE: Fix for bug 2742 - sequences out of sequences in postgres
|
2005-03-15 23:12:50 +00:00 |
|