9114 Commits

Author SHA1 Message Date
Rossiani Wijaya
dfc511888f MDL-20447 - add heading to the page and fix navbar content. 2010-05-28 03:38:41 +00:00
Rossiani Wijaya
91bc072a31 MDL-20447 - add heading to the page 2010-05-28 02:30:14 +00:00
Piers Harding
33f54da3cc MDL-22605 - Shift the debugger activation code, so that it gets access to the DOM. 2010-05-27 23:47:34 +00:00
Helen Foster
a58cfa73a2 MDL-21695 adding help and link strings 2010-05-27 13:21:13 +00:00
Dan Marsden
dd68016b6d Assignment MDL-7206 remove incorrect use of file api 2010-05-27 07:27:51 +00:00
Sam Hemelryk
24e27ac0c1 course MDL-8369 Front page combo list is now restructured and exandable by JavaScript
This patch also implements a course renderer.
2010-05-27 01:40:11 +00:00
Derek Woolhead
b00800bc48 Fix another trivial file syntax error 2010-05-26 11:45:30 +00:00
Derek Woolhead
f4c73c0643 Trivial fix missing quote generating file syntax error 2010-05-26 11:38:44 +00:00
Dongsheng Cai
b80ef420d0 MDL-22582, file_tree_viewer implementaion in core renderer 2010-05-26 08:32:31 +00:00
Dongsheng Cai
ac9c14dd29 MDL-22548, hide main file element completely 2010-05-26 07:09:02 +00:00
Andrew Davis
2519710d4b glossary MDL-22564 removed some commented out old code and slightly reformatted for clarity 2010-05-26 02:11:45 +00:00
Andrew Davis
59fe61bcc6 hotpot MDL-22564 added a missing definition of $OUTPUT 2010-05-26 02:01:05 +00:00
Andrew Davis
cda0469680 chat MDL-22564 removed old commented out code and added a missing definition of $OUTPUT 2010-05-26 01:53:27 +00:00
Pierre Pichet
eec8ba2343 MDL-21695 moving strings related to Choose dataset properties and Edit the datasets from quiz.php to qtype_calculated.php 2010-05-26 00:10:38 +00:00
Jordi Piguillem
2dd18a9323 [MDL-22553]
Fixing problems with sql sentences using LIMIT
2010-05-25 09:06:45 +00:00
Andrew Davis
07a27d84d9 filters MDL-22564 added global OUTPUT definition as it was being referenced 2010-05-25 08:41:20 +00:00
Dongsheng Cai
e425638049 MDL-16493, database module use filepicker to choose file/pciture, url field use file picker to choose link. 2010-05-24 09:05:40 +00:00
Piers Harding
dc28220096 MDL-18836 - tweak some SQL to run under postgres 2010-05-23 04:56:32 +00:00
Piers Harding
45b7e14fdc MDL-22395 - fix mod/scorm to pass 1.2 tests again. issues with iframe vs object in IE - further tweaking of this. 2010-05-23 04:50:02 +00:00
Helen Foster
3a1d485c4a MDL-21695 adding help strings 2010-05-22 20:34:15 +00:00
Petr Skoda
caf2bec906 MDL-16089 major mod/resource lang pack cleanup 2010-05-22 14:37:54 +00:00
Petr Skoda
81d5752083 MDL-22548 temporary workaround for horrible usability in mod/resource edit interface 2010-05-22 14:07:52 +00:00
Petr Skoda
9b56a34f7d MDL-16089 some resource lib and lang pack cleanup
AMOS START
 MOV [displayauto,mod_resource],[resourcedisplayauto,core]
 MOV [displaydownload,mod_resource],[resourcedisplaydownload,core]
 MOV [displayembed,mod_resource],[resourcedisplayembed,core]
 MOV [displayframe,mod_resource],[resourcedisplayframe,core]
 MOV [displaynew,mod_resource],[resourcedisplaynew,core]
 MOV [displayopen,mod_resource],[resourcedisplayopen,core]
 MOV [displaypopup,mod_resource],[resourcedisplaypopup,core]

AMOS END
2010-05-22 13:54:41 +00:00
Helen Foster
0b6dc629d8 MDL-21695 rewording help strings 2010-05-21 15:35:36 +00:00
Sam Marshall
ca3d4806a3 accesslib MDL-22527 (undoing file accidentally committed with previous change - grr eclipse - sorry) 2010-05-21 11:52:40 +00:00
Sam Marshall
31c9330392 accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00
Jordi Piguillem
74c6a62c73 [MDL-22112]
Finishing some todos and fixing some bugs
2010-05-21 11:07:43 +00:00
Andrew Davis
aeafd4366b rating MDL-22526 added item checks to rating submission 2010-05-21 07:50:38 +00:00
Rossiani Wijaya
942308b74d Change the fields value (3rd parameter) from 'id' to 'u.id' 2010-05-21 03:50:00 +00:00
Sam Hemelryk
34e1770111 navigation MDL-20276 Fixed version number 2010-05-21 03:22:51 +00:00
Sam Hemelryk
56ed242b51 navigation MDL-20276 Fixed up the navigation for the quiz module and question section as per Tim's recommendation.
* Routine navigation through the quiz and question modules
* Fixed navbar through quiz and questions
* Pages headers added throughout
* Added method to turn a navigation node into a tabs array suitable for use with print tabs
2010-05-21 03:15:48 +00:00
Rossiani Wijaya
ef7700377b fixed typo for parameter value from treu to true. 2010-05-21 02:33:43 +00:00
Dan Marsden
9df209c122 Quiz Events MDL-22539 add events to start and process attempts 2010-05-20 23:01:22 +00:00
Petr Skoda
2884fd8eeb MDL-22530 fixed regression in url module - missing encrypted parameter 2010-05-20 17:33:56 +00:00
Andreas Grabs
645ba122dc MDL-19835 - Produce list of emails for non-respondents 2010-05-20 15:33:00 +00:00
Andreas Grabs
8d7b8286c4 MDL-19835 - Produce list of emails for non-respondents 2010-05-20 14:32:26 +00:00
Andreas Grabs
da12126322 removed 'user' => CAP_ALLOW 2010-05-20 11:22:36 +00:00
Jordi Piguillem
7bc03dd55b [MDL-22112]
Removing access to $PAGE from this function
2010-05-20 10:49:00 +00:00
Petr Skoda
fc9d2fe1b2 fixed incorrect whitespace in glossary upgrade 2010-05-20 09:28:58 +00:00
Petr Skoda
e91f4190f0 fixed incorrect whitespace in data upgrade 2010-05-20 09:12:39 +00:00
Jordi Piguillem
ab35d722b9 [22352]
Fixing the error.
2010-05-20 08:15:02 +00:00
Dongsheng Cai
573e7e3396 revert some changes, my cvs client (smartcvs) goes wrong, commited all my local changes, MDL-8224 2010-05-20 06:35:41 +00:00
Dongsheng Cai
af140288c4 MDL-8224, minor changes to tweak ui 2010-05-20 06:26:40 +00:00
Dongsheng Cai
d8f3170367 MDL-16597, added some style to make filemanger prettier 2010-05-20 06:15:44 +00:00
Martin Dougiamas
765a1d4ba8 MDL-19628 getremoteaddr() now normally returns 0.0.0.0, which is good for logs and so on. It can be made to return null when that is required, by a new parameter. 2010-05-20 02:36:20 +00:00
Penny Leach
21512d5861 portfolio MDL-21079 make sure that mod/forum/locallib.php includes main forum lib 2010-05-19 17:42:47 +00:00
Dongsheng Cai
4d2ee4c2c0 MDL-16597, move print_filemanager to $OUTPUT->file_manager, now theme designers are able to costomize file manager. 2010-05-19 08:05:36 +00:00
Dan Marsden
4d10b5203b SCORM MDL-22340 use full path for includes. 2010-05-18 22:09:54 +00:00
David Mudrak
55fc1e5997 MDL-22507 workshop: old style rendering fixed for user planner 2010-05-18 20:48:29 +00:00
David Mudrak
f4b5c157f9 NOBUG workshop: putting a todo note to rewrite file API support for subplugins 2010-05-18 20:12:30 +00:00