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
vyshane
77dc6d0b26
Discussions from a forum of type 'single' should not be splittable. Merge from 1.6 branch.
2006-09-25 05:12:01 +00:00
vyshane
66035aafd9
Merged fix for MDL-6521
2006-09-25 05:00:36 +00:00
vyshane
10b6398401
Fixed - wrong constant name
2006-09-25 04:11:41 +00:00
vyshane
87c7fce004
Merged fix for MDL-6363
2006-09-25 04:03:18 +00:00
vyshane
2a692058d0
Fix in forum_make_mail_post()
2006-09-25 02:34:52 +00:00
vyshane
4be6bced7f
Fixed sql query in assignment_get_unmailed_submissions() - we can't rely on user_students anymore.
2006-09-25 02:04:11 +00:00
vyshane
0ee186d9ca
Typo in capability name.
2006-09-25 01:35:49 +00:00
vyshane
b343df8690
Merged fix for MDL-6615.
2006-09-24 15:28:16 +00:00
vyshane
583b57b42d
Changed <module>_print_recent_activity() functions so that they don't use $isteacher. However, I've left the $isteacher parameter in the functions, for backward compatibility so as not to break thrid party modules. Should we remove the parameter now?
2006-09-24 14:01:50 +00:00
vyshane
57244db359
Removed the following module configurations (converted to use roles):
...
participants, assesspublic and ratings. Changed assessed field to only use 1 (ratings on) or 0 (off).
2006-09-24 13:58:54 +00:00
moodler
847a041fb7
Better use of mod/quiz:view to hide quiz information (they already have the
...
name from the course page etc)
2006-09-24 13:54:22 +00:00
moodler
bf7288a2c0
Simplified a bit and removed a notice
2006-09-24 12:02:00 +00:00
skodak
189bb4a628
fixed warning in hotpot lib when running cron from commandline
2006-09-24 07:38:15 +00:00
mark-nielsen
31b50f6442
Fix for MDL-6628: the lesson object was not being cloned correctly.
2006-09-23 19:57:35 +00:00
mark-nielsen
6707a280a9
Moved endofbranch redirect up to avoid double printing of messages.
2006-09-23 19:32:25 +00:00
mark-nielsen
c7c404b964
Fixed alignment issue in IE
2006-09-23 18:51:49 +00:00
mark-nielsen
563106f0a8
Fixed branch table buttons to work with JavaScript turned off. This fix lead to some minor changes to the button output, but hopefully simplified things.
...
Also, removed .hidden-label class because it was no longer in use due to label fixes earlier.
2006-09-23 18:45:59 +00:00
skodak
7eb0b60a1f
debugging and error reporting level fixes and improvements MDL-6671
2006-09-23 09:38:39 +00:00
stronk7
b8547480b7
Moving a bunch of database module fields to NULLable
...
(http://docs.moodle.org/en/XMLDB_Problems#NOT_NULL_fields_using_a_DEFAULT_.27.27_clause )
2006-09-23 09:37:53 +00:00
mark-nielsen
9b5274b96d
Fixed a label
2006-09-23 01:01:14 +00:00
moodler
d7e8ffebbf
Merged fixes from 1.6
2006-09-22 13:27:56 +00:00