skodak
55b4d09637
new advanced upload assignmet type - replaces old upload type, existing data and settings not fully compatible
2006-09-30 15:41:20 +00:00
moodler
2c13082db0
Fixed up Preset name
2006-09-30 14:13:22 +00:00
skodak
7d47261645
towards new upload assignment - expect brand-new version tomorrow :-)
2006-09-29 21:45:04 +00:00
vyshane
825d73aa33
Fixed missing separator (MDL-3975).
2006-09-29 07:28:11 +00:00
bobopinna
aaa267965a
Moved to scorm_1x.js.php
2006-09-29 06:45:25 +00:00
bobopinna
ea5928ee16
No more used
2006-09-29 06:43:58 +00:00
bobopinna
5a40140ec4
New icon to support toc bug fix
2006-09-29 06:43:36 +00:00
bobopinna
cfc74f324c
Changes no datadir error message from bad manifest to bad package
2006-09-29 06:29:10 +00:00
bobopinna
3c6c4eaf66
Fixed completed status for launched Asset
2006-09-29 06:27:47 +00:00
bobopinna
172ec29fcc
Added _ to version data element
2006-09-29 06:26:36 +00:00
bobopinna
530a61d5d3
Fixed a bug in toc display
2006-09-29 06:25:56 +00:00
toyomoyo
a0db31e7e5
commentary text renamed to general feedback
2006-09-29 05:45:24 +00:00
skodak
8ba4cbd2a3
reverting last commit, expect new fixes soon
2006-09-28 15:34:54 +00:00
gbateson
f7f630bce7
added PARAM types to calls using "required_param" and "optional_param" functions
2006-09-28 13:24:36 +00:00
vyshane
9ed7d7e162
Merged fix for MDL-6681
2006-09-28 08:29:17 +00:00
vyshane
cef1ce6abf
Fixes for MDL-3975
...
Changes to discuss.php and post.php so that the single discussion type forums are handled more consistently.
2006-09-28 07:29:50 +00:00
jgraham909
6fc73d59b8
Merging in changes from Doug Dixon and Mike Lee to update the codebase
2006-09-27 22:57:33 +00:00
moodler
05e8f81eeb
A notice about versions
2006-09-27 16:45:40 +00:00
moodler
924ccd683a
Fixed up some wrong entries in the log_display table MDL-6516
...
NOTE: The dates are a month in advance for $version here! We need
to increment very slowly until it catches up, and make sure that we
manage the versions in HEAD very carefully after we branch for 1.7
2006-09-27 14:08:17 +00:00
sam_marshall
4db1861a8d
Wiki: Improve page locking to make it more robust and support non-javascript users (not very friendlily, though...)
2006-09-27 11:22:57 +00:00
sam_marshall
5c135dd4fd
Wiki: correct behaviour in Postgres with pages that have ' in name
2006-09-27 11:21:59 +00:00
sam_marshall
13ef403f3b
Wiki: correct column type on Postgres update (fixes Search and Links tabs, matches what's in install.xml anyhow)
2006-09-27 11:21:01 +00:00
sam_marshall
228501678b
Wiki: Fix wiki-linking to not be case-sensitive.
2006-09-27 11:20:16 +00:00
skodak
90eca94be8
fixed incorrectly quoted $LIKE in forum recent activity sql
2006-09-27 10:44:25 +00:00
toyomoyo
a2a020ea6b
adding support for roles in backups
2006-09-27 08:59:27 +00:00
moodler
bea0bd7725
CHecking Enrique Castro's fix for MDL-6366, to help wiki pagenames not get reset
2006-09-27 08:49:42 +00:00
moodler
0cfafdc769
Fixed MDL-6334 by removing the group-setting popup
2006-09-27 08:29:24 +00:00
bobopinna
e54a9c39cf
Added skipview field backup and restore
2006-09-27 06:58:28 +00:00
skodak
fbc88f3886
fixed legacy comment upgrade code in assignment and journal
2006-09-26 19:18:21 +00:00
stronk7
7bd1b4f5ba
Ops, scorm->skipview default must be 1
2006-09-26 16:58:49 +00:00
stronk7
d5a28fdae9
Adding scorm->skipview to PostgreSQL
2006-09-26 15:56:18 +00:00
stronk7
d107d19057
Adding scorm->skipview to XMLDB file!
2006-09-26 15:25:29 +00:00
bobopinna
8e45ba4522
Added the new features MDL-4482 and MDL-6534 (Course structure view.php skip)
2006-09-26 14:40:00 +00:00
bobopinna
57d52eebfa
Fixed a bug in mode selection
2006-09-26 14:37:13 +00:00
bobopinna
32cfa4dbf8
Added skip view page feature
2006-09-26 14:25:59 +00:00
bobopinna
a9d22c84b6
Fixed a problem with Firefox
2006-09-26 10:26:03 +00:00
bobopinna
c9a2f27e80
Downgraded a new feature to fix the module
2006-09-26 10:23:37 +00:00
vyshane
83da3d286c
Fix for MDL-3975. Also added function in rsslib.php to delete cached RSS feeds for the source and destination forums when moving a discussion between 2 forums.
2006-09-26 08:37:56 +00:00
bobopinna
d292466ca6
Moved in datamodels directory
2006-09-26 08:21:46 +00:00
bobopinna
9096a47876
Not used for now
2006-09-26 08:20:23 +00:00
bobopinna
dc383b6f23
Splitted all the scorm/aicc library in type separeted files
2006-09-26 08:00:16 +00:00
bobopinna
d380567f82
Fixed a problem with reporting and multiattempts
2006-09-26 07:57:33 +00:00
bobopinna
a30b6819fc
Fixed some problems with reporting and multiattempts
2006-09-26 07:56:07 +00:00
martinlanghoff
ea9a729f80
mod/lesson, mod/quiz: remove deprecated sql_paging_limit(), use offset, limit parameters
2006-09-26 05:11:29 +00:00
martinlanghoff
1ad5c6380f
mod/quiz: remove deprecated sql_paging_limit(), use offset, limit parameters
2006-09-26 05:11:05 +00:00
martinlanghoff
a8f4522dfa
data, forum, glossary: use sql_ilike() for a portable LIKE operator
2006-09-26 05:08:18 +00:00
martinlanghoff
d2715c70b6
mod/glossary, mod/hotpot: use sql_concat() and sql_concat_join()
...
Cleaned up several dbtype conditionals too.
2006-09-26 05:06:44 +00:00
martinlanghoff
27176468fe
mod/quiz: replace $db->Concat() with sql_concat()
2006-09-26 05:05:10 +00:00
vyshane
ee8e000823
Fixed bug in forum_make_mail_post()
2006-09-26 02:02:27 +00:00
stronk7
b017120ce0
Ops! I forgot to commit this 2 days ago! Now a lot of
...
data fields will be null!
2006-09-25 22:48:43 +00:00