8344 Commits

Author SHA1 Message Date
Sam Marshall
f1035deb97 MDL-21009 Group selector must use absolute links in order to work with javascript off 2009-11-30 17:12:48 +00:00
Dongsheng Cai
d31629c6e1 "MDL-14818, fixed database module search in head" 2009-11-27 05:24:08 +00:00
Eloy Lafuente
1f1cae8311 MDL-20982 glossary - make print view to respect current theme ; merged from 19_STABLE 2009-11-26 11:35:25 +00:00
Dongsheng Cai
bb8024536a "MDL-8677, fixed mimetype name" 2009-11-25 06:40:25 +00:00
Dongsheng Cai
9452219941 "MDL-20345, improve glossary comments migrate script" 2009-11-25 05:58:13 +00:00
Sam Hemelryk
9f42276c59 mod-feedback MDL-16090 Fixed recent regressions and converted htmleditor instance 2009-11-25 01:46:12 +00:00
Dan Marsden
ad97538d8a SCORM MDL-20955 fix bad use of update_record - thanks Petr 2009-11-24 21:03:46 +00:00
Petr Skoda
e8f1ec0f77 NOBUG - more upgrade details 2009-11-23 16:12:25 +00:00
Andrew Davis
c4f1e62c76 forums MDL-20578 no longer using like in queries so removed retrieval of db like keyword 2009-11-23 05:07:25 +00:00
Petr Skoda
b3e229f979 MDL-20930 fixed input validation 2009-11-22 12:42:51 +00:00
Petr Skoda
afb6f77dd9 MDL-20929 fixed input validation 2009-11-22 11:09:11 +00:00
Petr Skoda
e657980dfd MDL-20928 fixed glossary entry access control 2009-11-22 10:35:20 +00:00
Petr Skoda
afc9bd4ea3 MDL-20927 fixed module login issue 2009-11-21 23:50:14 +00:00
Petr Skoda
1797784624 MDL-20901 fixed input validation 2009-11-21 22:23:32 +00:00
Petr Skoda
c66bbb3021 MDL-20901 fixed input validation 2009-11-21 15:33:10 +00:00
Petr Skoda
441bef0f7a MDL-20901 fixed input validation 2009-11-21 15:26:54 +00:00
Petr Skoda
adef30995b MDL-20901 fixed input validation 2009-11-21 15:16:09 +00:00
Petr Skoda
dba386b573 MDL-20901 fixed input validation 2009-11-20 08:50:12 +00:00
Petr Skoda
c2dcbfe3a6 MDL-20901 fixed input validation 2009-11-20 08:33:33 +00:00
Petr Skoda
a19dffc021 MDL-20901 fixed input validation, unfortunately the assignment in HEAD is borked in several places 2009-11-20 08:25:11 +00:00
Sam Hemelryk
9e6b608fcb assignment MDL-15904 Tidied up unused globals and removed reliance on $PAGE->course->maxbytes 2009-11-20 07:21:42 +00:00
Sam Hemelryk
c561f44c4e assignment MDL-15904 Converted final htmleditor elements and fixed a couple of VERY minor regressions 2009-11-20 06:57:03 +00:00
Sam Hemelryk
9b72d37e93 assignment MDL-19803 Converted deprecated calendar functions 2009-11-20 06:44:36 +00:00
Tim Hunt
5ffd1421a5 manual grading: MDL-20581 Fix potential XSS problem.
Thanks to Penny for spotting this.
Merged from MOODLE_19_STABLE.
2009-11-19 17:31:41 +00:00
Penny Leach
887160c7cb portfolio MDL-20896 added mimetype checking for portfolio plugins for single-file exports 2009-11-18 15:34:58 +00:00
Petr Skoda
59d8d79d7a MDL-20346 adding missing version bump to match upgrade.php 2009-11-18 12:52:51 +00:00
Dongsheng Cai
431107399b "MDL-20346, improve upgrade script" 2009-11-18 09:56:22 +00:00
Penny Leach
b07e1666c0 Portfolio: MDL-20884 - make assignment portfolio implementation use paths relative to dirroot 2009-11-18 09:37:33 +00:00
Andrew Davis
6959330979 all MDL-20821 Removed more deprecated functions 2009-11-18 06:05:10 +00:00
Dongsheng Cai
e998effa3d "MDL-20346, comments api for data module" 2009-11-18 06:00:48 +00:00
Dongsheng Cai
3e5769b5fe "MDL-19806, options should be an array" 2009-11-18 03:51:57 +00:00
Petr Skoda
664d7d6e72 NOBUG: mention navigation changes in module upgrade notes 2009-11-11 10:47:16 +00:00
Petr Skoda
af34490a37 NOBUG: mention outputlib changes in module upgrade notes 2009-11-11 10:40:46 +00:00
Petr Skoda
6c669efd01 MDL-19118 comments migration info 2009-11-11 10:39:58 +00:00
Petr Skoda
56f7ff7446 MDL-20191 new db/uninstall.php info 2009-11-11 10:38:29 +00:00
Petr Skoda
9cb565783b NOBUG: fixed typos 2009-11-11 10:35:45 +00:00
Petr Skoda
032216500d MDL-20700 coding style - new sloppy trailing whitespace fixed, yes I am guilty too :-( 2009-11-09 11:33:14 +00:00
Gordon Bateson
bf38af3f55 ensure user has_capability('mod/hotpot:attempt', $module) when viewing a HotPot or submitting results 2009-11-09 01:29:57 +00:00
Dongsheng Cai
c8092ea5e3 "MDL-20345, use new comments api in glossary module" 2009-11-08 14:12:12 +00:00
Petr Skoda
7c7d3afab5 MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems" 2009-11-07 10:27:57 +00:00
Petr Skoda
d5a8d9aa71 MDL-20625 new delegated transaction support in DML 2009-11-07 08:52:56 +00:00
Petr Skoda
14a960ac7b MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 19:53:01 +00:00
Petr Skoda
0ac940b3bf MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported 2009-11-04 19:24:12 +00:00
Petr Skoda
8319260833 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:58:30 +00:00
Petr Skoda
3fac41f8dd MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:57:54 +00:00
Petr Skoda
aeb15530b8 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-04 11:57:52 +00:00
Sam Hemelryk
6fe060569b forum MDL-20739 Fixed bad conversion of html_select component 2009-11-04 03:15:09 +00:00
Sam Hemelryk
ecf922b8bb forum MDL-20737 Fixed bug causing exception in forum move to drop down 2009-11-04 02:46:18 +00:00
Tim Hunt
82165a0cf0 quiz: MDL-20706 prevent XSRF.
Uses new require_sesskey function from MDL-20702.
2009-11-02 17:10:31 +00:00
Tim Hunt
dfc133c09b lesson: MDL-20705 Fix XSRF issues.
Uses new require_sesskey funciton from MDL-20702.
2009-11-02 17:01:02 +00:00