vyshane
43e2425857
Fixed log_display inserts.
2006-04-24 08:28:21 +00:00
vyshane
670b1364a0
Fixed inserts for log_display.
2006-04-24 08:26:33 +00:00
vyshane
1b51a8ed9c
Fixed inserts for log_display table.
2006-04-24 08:23:19 +00:00
vyshane
f53d75517e
Fixed inserts for log_display table
2006-04-24 08:11:35 +00:00
toyomoyo
f21cc86bca
changed formats for log_display table
2006-04-24 08:10:55 +00:00
vyshane
cf29432dcd
Fixing inserts for log_display table.
2006-04-24 08:09:00 +00:00
toyomoyo
4dca83214b
new format for log_display
2006-04-24 08:00:51 +00:00
toyomoyo
7e7d06f30b
changing new format for log_display
2006-04-24 07:58:53 +00:00
gbateson
da6bacb7e2
fix bug 5304
2006-04-24 06:54:44 +00:00
bobopinna
bb3af8d431
Added memory to toc's collaps/expand mode
2006-04-24 06:42:45 +00:00
toyomoyo
4c3b42f7c5
just in case someone has the index elemeny and not element
2006-04-24 02:17:16 +00:00
gbateson
6774380b24
set default value for varchar 255 fields, to fix "truncated" errors in utf8 migration. Fields affected: hotpot.studentfeedbackurl, hotpot_responses.correct/wrong/ignored
2006-04-24 01:44:08 +00:00
stronk7
b692e95816
Looking much better now! B-)
...
More tests tomorrow (IE, mainly)
2006-04-24 00:11:59 +00:00
skodak
69e3c41688
page parameter cleanup
2006-04-23 21:07:44 +00:00
skodak
d2b23346c9
block editing now uses PARAM_BOOL
2006-04-23 20:58:06 +00:00
skodak
5d00b3ad99
page parameter cleanup
2006-04-23 20:33:01 +00:00
stronk7
0e8d48e9d5
Now the resize script supports both resources with and
...
without navigation menu.
2006-04-23 17:22:45 +00:00
stronk7
57eb7bb905
Styles are now 100% out from here.
2006-04-23 17:00:18 +00:00
gbateson
3da3e957f9
micro-increment version number to 2006042101 (release = v2.1.16)
2006-04-23 11:55:02 +00:00
gbateson
df795ee950
two fixes connected with UTF migration: (i) remove $CFG->prefix from all index names, (ii) force type of "name" field in "hotpot_questions" table to "text"
2006-04-23 11:53:38 +00:00
gbateson
ec161357c9
set $result even when $fromenc=="utf-8", to fix "unassigned variable" errors
2006-04-23 11:51:17 +00:00
stronk7
af6f079c3c
Moving some harcoded styles in ims cp to standard
2006-04-23 11:49:33 +00:00
gbateson
5320d678e9
type of "name" field in "hotpot_questions" table should be "text" after migrate
2006-04-23 11:48:58 +00:00
skodak
1182171459
moved php end tag from comment revisited
2006-04-23 11:40:25 +00:00
skodak
6550339d39
moved php end tag from comment
2006-04-23 11:37:57 +00:00
stronk7
3f5e294b97
Now the resize script hasn't anymore harcoded widths.
2006-04-23 09:59:04 +00:00
stronk7
0a1cf79f5f
TOC needs _parent because it's rendered in the iframe.
2006-04-23 02:21:00 +00:00
stronk7
dce3a7cb61
Now double-headers are out 100%
...
Some incorrect targets are out.
Scorm API (dummy) is working fine.
TODO: Move css styles to standard.
2006-04-23 01:57:02 +00:00
stronk7
282bf4a3f3
Moving script to a proper place (for XHTML validation)
...
(although the page still continues with some errors)
2006-04-22 22:52:34 +00:00
stronk7
13615e23c6
Avoid some warnings...
2006-04-22 22:51:15 +00:00
skodak
9cae379921
fixed typo, undefined $ents
2006-04-22 17:33:22 +00:00
skodak
f393f545d1
typo - fixed undefined $courseid
2006-04-22 17:29:46 +00:00
skodak
117987949a
fixed undefined $timenow
2006-04-22 17:28:18 +00:00
skodak
54bb46f55b
fixed undefined $course
2006-04-22 17:25:37 +00:00
skodak
d850b4e621
typo in switch
2006-04-22 13:38:24 +00:00
toyomoyo
2712ac665c
fix for 5205
2006-04-21 07:55:57 +00:00
moodler
c125d80c3e
Fixed Bug #5012 - assignment type uploadsingle does not log view actions
2006-04-21 07:01:01 +00:00
moodler
9e0f5d2abf
Added save changes button at top (Bug #1043 - submit button at top of journal report)
2006-04-21 02:23:33 +00:00
gustav_delius
6037288eeb
Fixed code that relied on globals hack. Fixed bug 5261
2006-04-20 23:10:45 +00:00
urs_hunkler
0e2b7205f5
removed width for multichoice feedback
2006-04-20 08:37:00 +00:00
moodler
20a730762f
No need for noapprovalrequired string
2006-04-20 07:55:07 +00:00
wildgirl
4c85af7b01
Added a check for is_object($item) to prevent possible warnings in preview_ims_generate_toc
...
Restored use of textlib in preview_ims_generate_toc
2006-04-20 06:53:07 +00:00
wildgirl
676fb87edc
Added a check for isset($this->resource->reference) to prevent warnings in resource_ims
...
Added a check for is_object($item) to prevent warnings in ims_generate_toc
Restored use of textlib in ims_generate_toc
2006-04-20 06:51:55 +00:00
moodler
ec536d7a48
Make sure the number is stored as a proper number
2006-04-20 04:07:50 +00:00
moodler
59f3b71781
New number field type
2006-04-20 04:02:30 +00:00
martinlanghoff
f83edcb114
mod/chat - use empty value instead of erroring out if $USER->lastIP and getremoteaddr() don't yield any interesting value
...
Sometimes we can't get any useful IP for the user -- and this may even be a
valid situation. So fudge an empty value -- the DB needs it as the IP field
is NOT NULL.
2006-04-19 21:22:36 +00:00
skodak
ef45822122
some extra cleaning of comments and feedback before storage. normaly the text is cleaned before display, this is just a preventive measure because I did not want to study this code all day ;-)
2006-04-19 20:21:42 +00:00
skodak
34ffb5cae2
some extra cleaning of comments and feedback before storage. normaly the text is cleaned before display, this is just a preventive measure because I did not want to study this code all day ;-)
2006-04-19 20:10:04 +00:00
skodak
d2963541e2
Security related parameter cleanup in workshop code, please test it. No bug fixes...
2006-04-19 19:48:46 +00:00
skodak
7282d18cf0
isguest() must be checked AFTER require_login() because the user may not be logged in yet ;-)
2006-04-19 19:42:47 +00:00