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
stronk7
a653016d94
Some notes:
...
- Foreign keys are really cool (at the XMLDB Editor). Define them as necessary
as they allow as one "formal" structure of the DB. They won't cause problems
on generation, mainly because only the underlying index will be created.
- Please, put comments inside each table/field/key/index field, mainly because
XML comments will be deleted if the file is edited by
- The XMLDB Editor. Please use it ;-)
- Also, one unique index was wrong in the XML file, fixed now.
2006-09-25 21:37:29 +00:00
sam_marshall
98a7359506
change from UNIQUE KEY to UNIQUE INDEX
2006-09-25 17:49:33 +00:00
sam_marshall
5cee80e183
(prev. wiki fix) Fixed broken constant defines
2006-09-25 17:47:35 +00:00
sam_marshall
22e846cde2
Wiki enhancement: edit locking (uses AJAX)
2006-09-25 17:42:32 +00:00
skodak
499c621417
fixed quoting error
2006-09-25 14:15:55 +00:00
skodak
a69be0d861
improved handling of resource file/directory references when renaming and deleting files in file manager. It is now fully configurable too. MDL-6132
2006-09-25 14:12:46 +00:00
vyshane
7c900d5d62
Changed to require_capability where possible
2006-09-25 13:14:50 +00:00
vyshane
7fa8296f01
Bug fixes
2006-09-25 13:05:18 +00:00
vyshane
dcd8e5890e
Abstracted query in a new function forum_discussions_user_has_posted_in()
2006-09-25 08:50:00 +00:00
vyshane
cac40c2716
Added $forums[$i]->type == 'qanda' check to make things more explicit
2006-09-25 08:41:31 +00:00
vyshane
d50704bf19
Fix for MDL-6212. Forum searches now respect the qanda forums. In these forums, the user should not be able to see posts from discussions where the user has not yet posted, unless a post is the first post in the discussion (the question), or unless the user has the capabilitiy mod/forum:viewqandawithoutposting.
2006-09-25 08:25:58 +00:00