moodler
b1dc6929bc
10 per page by default
2005-05-06 12:50:49 +00:00
gustav_delius
c14199770b
Fix tooltip on question edit link, see bug 3139
2005-05-06 11:21:00 +00:00
gustav_delius
dea537e55e
loops in upgrade script no longer produce output
2005-05-06 10:50:59 +00:00
gustav_delius
43bc8c2929
In non-adaptive mode the mark is printed as in the old days and not as --/n
2005-05-06 07:36:54 +00:00
gustav_delius
978f438893
"Go" buttons are now enclosed in <noscript> tags.
2005-05-06 07:03:14 +00:00
gustav_delius
ee1fb969c8
Merging in from the MOODLE_15_QUIZREFACTOR branch.
...
The quiz module now can handle adaptive questions and can render remote questions via RQP web services.
2005-05-06 06:24:04 +00:00
moodler
51e041f42e
Prettied up choice with some styles (could use work)
2005-05-05 18:34:20 +00:00
urs_hunkler
e1ddfa6bc6
On the admin user page you select "forum posts" which becomes the active selection in the second row. This should be visualized in the tabs. Therefore I added the parameter "$activetwo" to the tabs functions to be able to set the class "activetwo" for the active tab in the second row.
...
added the parameter "$activetwo"
2005-05-05 09:35:21 +00:00
moodler
453b53140e
Fixed some excess SQL load and duplicate returns
2005-05-04 13:39:15 +00:00
gbateson
53fc076c19
two changes to "hotpot_db_update_field_type" to correct bugs when updating PostgreSQL database
...
- declare $db as global variable (line 760)
- curly brackets around $field when assigning $tmpfield (line 852)
2005-05-04 11:19:45 +00:00
moodler
7328a56c81
Fix for the jumpy flickering HTML editor!
2005-05-04 10:45:39 +00:00
bobopinna
b420f47c8e
Disabled some alert messages
2005-05-04 10:05:32 +00:00
bobopinna
bbc155d834
Fixed a bug with arrays data model element
2005-05-04 09:11:56 +00:00
moodler
167f3fae36
Removing commented line from previous commit. (SE)
2005-05-04 08:57:22 +00:00
moodler
4dca83a703
Fix for bug where forum search would return posts by users in other groups
...
when the course was in separate group mode. Bug 3073. (SE)
2005-05-04 08:54:07 +00:00
michaelpenne
9638a1f496
tried to make editing a lesson look nicer. Added generalbox class to tables and used tabs for selecting question types
2005-05-03 23:30:40 +00:00
michaelpenne
f5c864efff
moved View Lesson Statistics and Grade Essay Questions links in teacher view to top right corner. Also, lesson stats link displays how many users have taken the lesson and grade essay link displays how many essays need to be graded and how many essays that need to be sent out still
2005-05-03 22:26:01 +00:00
michaelpenne
1bbce48a7e
added div with class mod-lesson around the form to hide a label
2005-05-03 22:22:56 +00:00
michaelpenne
af9f2c05db
added addslashes to title, content, answer and response fields to help deal with quotes after a clean_param()
2005-05-03 21:16:30 +00:00
moodler
524f9dbe72
Added link to mark all posts in forum as read, and also removed
...
error notices from markposts.php because we don't really care
2005-05-03 16:32:25 +00:00
thepurpleblob
0b3c25f5d2
Checks for more than 10 answers where required. Fix for bug #3066
2005-05-03 16:20:34 +00:00
thepurpleblob
b6057bf570
Fixed hard coded path.
2005-05-03 13:23:04 +00:00
thepurpleblob
0455cc43a4
Changed name of folder from qti to qti2 to make QTI version clearer.
2005-05-03 13:14:11 +00:00
thepurpleblob
c68fc4c4ea
Effectively renaming qti to be qti2 to make it clear what QTI version we have here
2005-05-03 13:11:29 +00:00
moodler
792947b68d
Fixed a notice
2005-05-03 08:16:12 +00:00
danmarsden
48ee8c68f6
partial bug fix for mysql 5 - release is a reserved word - mysql.php probably still needs fixing - see bug #3062
2005-05-03 01:14:53 +00:00
bobopinna
ae377545b7
Fixed some typos
2005-05-02 06:49:03 +00:00
moodler
d494dd8351
Fixed a typo
2005-05-02 03:53:18 +00:00
mchurch
4822e9d26d
Added 'trackforums' to the fields retrieved for 'forum_subscribed_users' so
...
that emailed posts are marked as 'read' correctly.
2005-05-02 03:18:03 +00:00
moodler
b8a11dfff9
Only add a Wiki edit log entry when we have submitted changes. (SE)
2005-04-29 23:24:25 +00:00
stronk7
378b613d8e
Some changes to add format_text() to answers
...
and feedback across all the module.
Note: Essay questions and their teacher's feedback. I'm not
pretty sure it they should support the format_text() too. And
currently, they are cleaned at input, so it is impossible
to write <lang> or <span> tags with them!
2005-04-29 18:32:13 +00:00
bobopinna
26b3d26d2a
Added store datamodel and repot
2005-04-29 14:13:37 +00:00
stronk7
a2779dba53
This clean_text() shouldn't be here. Primary I changed it
...
to param_clean(PARAM_HTMLTEXT) but examining how other modules
do the work, I've deleted it finally.
2005-04-29 10:35:16 +00:00
paca70
6d9d3d1b27
postgres dont like "where 1"
...
CVS: ----------------------------------------------------------------------
2005-04-29 07:42:58 +00:00
mchurch
c39748f4b4
Re: Bug 3033 - fixed incorrect arguments in markposts for the forum index
...
screen.
2005-04-28 19:49:01 +00:00
moodler
1da8c5685a
New function to update the last post in a given discussion.
...
Called whenever deleting posts or splitting discussions - bug 3050 (SE).
2005-04-28 07:42:14 +00:00
bobopinna
a5463b3455
Added data store and reporting
2005-04-28 07:04:55 +00:00
fiedorow
858cf14dc2
Fix for Bug 3033
2005-04-27 21:23:26 +00:00
stronk7
0f9a668f08
When we are printing a definition, avoiding concepts and
...
aliases of he entry itself, take out all the <a>...<a>
tags too!. Bug 3056.
(http://moodle.org/bugs/bug.php?op=show&bugid=3056 )
2005-04-27 16:04:52 +00:00
moodler
8fbdc99251
Removed extra JOIN :-D
2005-04-27 14:45:28 +00:00
paca70
79fb043e3e
Use integer instead of tinyint with postgres
2005-04-27 13:14:54 +00:00
moodler
3814722905
Shane and I fixed a few things:
...
- preventlate works
- dates can be set to not be used
- optional assignment fields all getting passed to second screen now 8-I
2005-04-27 09:37:52 +00:00
moodler
e6ce125c68
Fixes for trackingtype upgrade and defaults
2005-04-27 06:14:01 +00:00
moodler
3ad7a8c7a8
Fixed a notice
2005-04-27 06:02:08 +00:00
moodler
77efef3e50
Dealing with forumid and forum_print_post in a more coherent way ... bug 3047
2005-04-27 05:55:30 +00:00
defacer
380bf7a6d3
Simply usertimezone(), baby! ;-)
2005-04-27 03:44:52 +00:00
stronk7
68dfc4deb6
Now lesson_pages->title supports filterall
2005-04-26 22:30:40 +00:00
defacer
630bd96bd9
Fixing read tracking link when tracking is forced.
2005-04-26 22:02:26 +00:00
defacer
c6c3a59941
Initializing $parent to new stdClass was a major oops. However, seems it doesn't
...
need to be initialized at all. So I won't hold this against the practice in general.
2005-04-26 21:50:44 +00:00
defacer
10426cefb6
Fixing the two other functions that feed stuff into forum_print_post_full as well.
2005-04-26 21:45:48 +00:00