37246 Commits

Author SHA1 Message Date
moodlerobot
3209773787 Updated the HEAD build version to 20090724 2009-07-24 00:37:20 +00:00
ethem
a7be540125 print_simple_box(_start/_end) and preg_replace() fixes 2009-07-23 10:38:41 +00:00
tjhunt
4262a2f806 lesson: MDL-19890 Fix block-printing code in lesson (I hope)
This got broken by one of the commits for MDL-19077 & MDL-19010
2009-07-23 10:01:19 +00:00
tjhunt
d18675a8d7 quiz: MDL-19891 fix that quiz navigation block that was broken by the blocks changes.
Sadly it now requries JavaScript again, at least for best operation.
2009-07-23 09:20:33 +00:00
jerome
75003899ae filemanager MDL-16597 fix YUI repository requires and remove style='display:none' from filemanager form - credit: Dongsheng 2009-07-23 07:48:30 +00:00
tjhunt
c966c8a27b ajaxlib MDL-19077 required_js_code::now, for those cases when you really want inline JS, and you may be building HTML before print_header
Both quiz and lesson need this.
2009-07-23 05:55:03 +00:00
tjhunt
ac63efae6d ajaxlib: MDL-19915 skip links need to be in a div for XHTML strict.
Refine Sam's solution.
2009-07-23 05:39:41 +00:00
samhemelryk
f0b529e0a9 ajaxlib MDL-19915 Squashed minor XHTML compliance issue, wrapped an 🅰️ in a :div: 2009-07-23 05:09:29 +00:00
nicolasconnault
b32e908271 MDL-19077 Fixed whitespace 2009-07-23 02:35:58 +00:00
nicolasconnault
fa1afe32a1 MDL-19077 Fixed PHPdocs, whitespace and all typos I could find, except for a few stub methods which have a TODO tag 2009-07-23 02:33:58 +00:00
moodlerobot
0b05582e1d Updated the HEAD build version to 20090723 2009-07-23 00:35:50 +00:00
tjhunt
6e5516bf27 Fix my silly mistake. Thanks for noticing Eloy. 2009-07-22 14:26:47 +00:00
tjhunt
d4ad9adf22 quiz: fix URL escaping issues. 2009-07-22 09:49:48 +00:00
tjhunt
82fd2e8bfb quiz: Check this is the users own attempt before sending them to the attempt.php page. 2009-07-22 09:25:46 +00:00
tjhunt
1ddfb914fd quiz reports: Fix ordering of reports broken by MDL-16438. 2009-07-22 09:20:04 +00:00
tjhunt
0f2d2de675 quiz: minor layout improvement. 2009-07-22 09:13:38 +00:00
tjhunt
3ceb69108a themes: MDL-19077 pass the region name ot the block output function.
Might be useful if a theme wants to render blocks differently in regions like 'top' or 'bottom'.
2009-07-22 07:13:43 +00:00
tjhunt
6acbb3192b Remove deprecated function call. 2009-07-22 07:05:57 +00:00
tjhunt
fb3611a567 blocks MDL-19902: were seeing empty block columns on the front page when not logged in.
It turns out the only reliable way to find out whether blocks will appear is to get the contents. :-(
2009-07-22 06:38:26 +00:00
tjhunt
78d27a9049 blocks MDL-19902: were seeing empty block columns on the front page when not logged in.
It turns out the only reliable way to find out whether blocks will appear is to get the contents. :-(
2009-07-22 05:38:28 +00:00
nicolasconnault
6a92312848 MDL-19840 Upgraded code of HTML-parsing assertions 2009-07-22 04:21:13 +00:00
nicolasconnault
1a504c8996 MDL-19077 Added requires->yui_lib('event') to required_event_handler constructor 2009-07-22 04:02:54 +00:00
nicolasconnault
647df7e372 MDL-19077 Added the required_event_handler class and event_handler method 2009-07-22 03:54:13 +00:00
tjhunt
9e43d2b395 ajaxlib: fix variable name typo. 2009-07-22 03:44:14 +00:00
tjhunt
c05e49c71a themes: MDL-19077 make sure that errors displayed by blocks are displayed properly.
Note: blocks should not be calling print_error anyway, but some did!
2009-07-22 02:34:24 +00:00
tjhunt
cfc3f57e38 tags: MDL-19823 missed one $PAGE->set_context yesterday. 2009-07-22 02:32:41 +00:00
peterbulmer
81e2ef2e26 MDL19901 fix typeo
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2009-07-22 01:09:55 +00:00
moodlerobot
54887f8b29 Updated the HEAD build version to 20090722 2009-07-22 00:37:01 +00:00
tjhunt
a8c310c253 Fix new install with developer debug on. Can't print context name in the page footer before DB tables exist! Also, show page generaltype in the footer. 2009-07-21 13:58:47 +00:00
tjhunt
d81f1d6fd8 blocks editing: MDL-19889 edit tag_flickr block form. 2009-07-21 10:32:34 +00:00
tjhunt
f1ec6a630c flickr and youtube blocks: don't call print_error!
That screws up the entire page the block appears on, when this is just an error local to this block.
2009-07-21 10:32:04 +00:00
tjhunt
7b2b1a915c blocks editing: MDL-19889 edit tags block form. 2009-07-21 09:45:27 +00:00
tjhunt
5f3d8dd52b blocks editing: MDL-19889 edit tag_youtube form. 2009-07-21 09:23:29 +00:00
tjhunt
a60bdd8cfd blocks editing: MDL-19889 tidy up HTML form class. 2009-07-21 09:20:44 +00:00
tjhunt
0edd65352f tags: part of MDL-19823 - make sure tag pages are in the right context, and set $PAGE->url 2009-07-21 09:16:25 +00:00
skodak
4aa31a61f0 MDL-19875 tested patch and added some more echos, thanks Tim! 2009-07-21 08:19:02 +00:00
tjhunt
a1a6cf1116 quiz: MDL-19813 missing global $OUTPUT. 2009-07-21 07:08:08 +00:00
tjhunt
4565dcff25 html_table: MDL-19755 deprecate the attributes of html_table that lead to in-line styling in the HTML. 2009-07-21 07:04:19 +00:00
tjhunt
95d28870a2 pagelib: MDL-12212 require_login should set $PAGE->cm, if appicable. 2009-07-21 07:02:06 +00:00
tjhunt
41e87d30bc accesslib: MDL-19882 require_capability no longer does an automatic require_login. 2009-07-21 06:24:44 +00:00
moodler
4693659259 filter/mediaplugins MDL-18658 Add support for MP4 files (Quicktime) 2009-07-21 05:42:28 +00:00
moodlerobot
0fdca8b9a0 Updated the HEAD build version to 20090721 2009-07-21 00:36:37 +00:00
moodlerobot
dd90730264 Automatic installer.php lang files by installer_builder (20090721) 2009-07-21 00:26:39 +00:00
mudrd8mz
65b6adb150 MDL-19877 fix: diplay used font family of the test page 2009-07-20 18:28:24 +00:00
mudrd8mz
f3eeee288c MDL-18664 removing lib/fpdf from the core
This obsoleted library has been replaced by lib/tcpdf - see
lib/pdflib.php
2009-07-20 17:34:33 +00:00
mudrd8mz
0a39261b8e MDL-19877 adding a script producing a test PDF 2009-07-20 17:32:44 +00:00
mudrd8mz
e9618248c3 MDL-19876 upgrade to tcpdf-4.6.020 (php5 version)
See lib/tcpdf/README-MOODLE.TXT for the detailed description about how
the upgrade was done.

MDL-18663 removing all fonts but the selected ones.
2009-07-20 17:31:48 +00:00
tjhunt
084f4c15be MDL-19882 Add remaining missing require_login-s before require_capability. 2009-07-20 09:46:53 +00:00
tjhunt
ebff477995 MDL-19882 Add missing require_login-s before require_capability. 2009-07-20 08:57:18 +00:00
tjhunt
9097fa230d Fix use of incorrect context. 2009-07-20 08:29:53 +00:00