]>
git.mjollnir.org Git - moodle.git/log
dongsheng [Fri, 24 Jul 2009 04:18:38 +0000 (04:18 +0000)]
"MDL-19118, blog should be moodle type plugin"
tjhunt [Fri, 24 Jul 2009 04:05:39 +0000 (04:05 +0000)]
plugins: MDL-19921 external database auth was not showing up.
This was a regression from MDL-16438
dongsheng [Fri, 24 Jul 2009 03:36:12 +0000 (03:36 +0000)]
"MDL-19839, add comments block to core blocks"
dongsheng [Fri, 24 Jul 2009 02:52:09 +0000 (02:52 +0000)]
"MDL-19839, comments block"
dongsheng [Fri, 24 Jul 2009 02:44:44 +0000 (02:44 +0000)]
"MDL-19118, comments api"
moodlerobot [Fri, 24 Jul 2009 00:37:20 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090724
ethem [Thu, 23 Jul 2009 10:38:41 +0000 (10:38 +0000)]
print_simple_box(_start/_end) and preg_replace() fixes
tjhunt [Thu, 23 Jul 2009 10:01:19 +0000 (10:01 +0000)]
lesson: MDL-19890 Fix block-printing code in lesson (I hope)
This got broken by one of the commits for MDL-19077 & MDL-19010
tjhunt [Thu, 23 Jul 2009 09:20:33 +0000 (09:20 +0000)]
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.
jerome [Thu, 23 Jul 2009 07:48:30 +0000 (07:48 +0000)]
filemanager MDL-16597 fix YUI repository requires and remove style='display:none' from filemanager form - credit: Dongsheng
tjhunt [Thu, 23 Jul 2009 05:55:03 +0000 (05:55 +0000)]
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.
tjhunt [Thu, 23 Jul 2009 05:39:41 +0000 (05:39 +0000)]
ajaxlib: MDL-19915 skip links need to be in a div for XHTML strict.
Refine Sam's solution.
samhemelryk [Thu, 23 Jul 2009 05:09:29 +0000 (05:09 +0000)]
ajaxlib MDL-19915 Squashed minor XHTML compliance issue, wrapped an :a: in a :div:
nicolasconnault [Thu, 23 Jul 2009 02:35:58 +0000 (02:35 +0000)]
MDL-19077 Fixed whitespace
nicolasconnault [Thu, 23 Jul 2009 02:33:58 +0000 (02:33 +0000)]
MDL-19077 Fixed PHPdocs, whitespace and all typos I could find, except for a few stub methods which have a TODO tag
moodlerobot [Thu, 23 Jul 2009 00:35:50 +0000 (00:35 +0000)]
Updated the HEAD build version to
20090723
tjhunt [Wed, 22 Jul 2009 14:26:47 +0000 (14:26 +0000)]
Fix my silly mistake. Thanks for noticing Eloy.
tjhunt [Wed, 22 Jul 2009 09:49:48 +0000 (09:49 +0000)]
quiz: fix URL escaping issues.
tjhunt [Wed, 22 Jul 2009 09:25:46 +0000 (09:25 +0000)]
quiz: Check this is the users own attempt before sending them to the attempt.php page.
tjhunt [Wed, 22 Jul 2009 09:20:04 +0000 (09:20 +0000)]
quiz reports: Fix ordering of reports broken by MDL-16438.
tjhunt [Wed, 22 Jul 2009 09:13:38 +0000 (09:13 +0000)]
quiz: minor layout improvement.
tjhunt [Wed, 22 Jul 2009 07:13:43 +0000 (07:13 +0000)]
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'.
tjhunt [Wed, 22 Jul 2009 07:05:57 +0000 (07:05 +0000)]
Remove deprecated function call.
tjhunt [Wed, 22 Jul 2009 06:38:26 +0000 (06:38 +0000)]
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. :-(
tjhunt [Wed, 22 Jul 2009 05:38:28 +0000 (05:38 +0000)]
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. :-(
nicolasconnault [Wed, 22 Jul 2009 04:21:13 +0000 (04:21 +0000)]
MDL-19840 Upgraded code of HTML-parsing assertions
nicolasconnault [Wed, 22 Jul 2009 04:02:54 +0000 (04:02 +0000)]
MDL-19077 Added requires->yui_lib('event') to required_event_handler constructor
nicolasconnault [Wed, 22 Jul 2009 03:54:13 +0000 (03:54 +0000)]
MDL-19077 Added the required_event_handler class and event_handler method
tjhunt [Wed, 22 Jul 2009 03:44:14 +0000 (03:44 +0000)]
ajaxlib: fix variable name typo.
tjhunt [Wed, 22 Jul 2009 02:34:24 +0000 (02:34 +0000)]
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!
tjhunt [Wed, 22 Jul 2009 02:32:41 +0000 (02:32 +0000)]
tags: MDL-19823 missed one $PAGE->set_context yesterday.
peterbulmer [Wed, 22 Jul 2009 01:09:55 +0000 (01:09 +0000)]
MDL19901 fix typeo
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
moodlerobot [Wed, 22 Jul 2009 00:37:01 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090722
tjhunt [Tue, 21 Jul 2009 13:58:47 +0000 (13:58 +0000)]
Fix new install with developer debug on.\r \r Can't print context name in the page footer before DB tables exist!\r Also, show page generaltype in the footer.
tjhunt [Tue, 21 Jul 2009 10:32:34 +0000 (10:32 +0000)]
blocks editing: MDL-19889 edit tag_flickr block form.
tjhunt [Tue, 21 Jul 2009 10:32:04 +0000 (10:32 +0000)]
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.
tjhunt [Tue, 21 Jul 2009 09:45:27 +0000 (09:45 +0000)]
blocks editing: MDL-19889 edit tags block form.
tjhunt [Tue, 21 Jul 2009 09:23:29 +0000 (09:23 +0000)]
blocks editing: MDL-19889 edit tag_youtube form.
tjhunt [Tue, 21 Jul 2009 09:20:44 +0000 (09:20 +0000)]
blocks editing: MDL-19889 tidy up HTML form class.
tjhunt [Tue, 21 Jul 2009 09:16:25 +0000 (09:16 +0000)]
tags: part of MDL-19823 - make sure tag pages are in the right context, and set $PAGE->url
skodak [Tue, 21 Jul 2009 08:19:02 +0000 (08:19 +0000)]
MDL-19875 tested patch and added some more echos, thanks Tim!
tjhunt [Tue, 21 Jul 2009 07:08:08 +0000 (07:08 +0000)]
quiz: MDL-19813 missing global $OUTPUT.
tjhunt [Tue, 21 Jul 2009 07:04:19 +0000 (07:04 +0000)]
html_table: MDL-19755 deprecate the attributes of html_table that lead to in-line styling in the HTML.
tjhunt [Tue, 21 Jul 2009 07:02:06 +0000 (07:02 +0000)]
pagelib: MDL-12212 require_login should set $PAGE->cm, if appicable.
tjhunt [Tue, 21 Jul 2009 06:24:44 +0000 (06:24 +0000)]
accesslib: MDL-19882 require_capability no longer does an automatic require_login.
moodler [Tue, 21 Jul 2009 05:42:28 +0000 (05:42 +0000)]
filter/mediaplugins MDL-18658 Add support for MP4 files (Quicktime)
moodlerobot [Tue, 21 Jul 2009 00:36:37 +0000 (00:36 +0000)]
Updated the HEAD build version to
20090721
moodlerobot [Tue, 21 Jul 2009 00:26:39 +0000 (00:26 +0000)]
Automatic installer.php lang files by installer_builder (
20090721 )
mudrd8mz [Mon, 20 Jul 2009 18:28:24 +0000 (18:28 +0000)]
MDL-19877 fix: diplay used font family of the test page
mudrd8mz [Mon, 20 Jul 2009 17:34:33 +0000 (17:34 +0000)]
MDL-18664 removing lib/fpdf from the core
This obsoleted library has been replaced by lib/tcpdf - see
lib/pdflib.php
mudrd8mz [Mon, 20 Jul 2009 17:32:44 +0000 (17:32 +0000)]
MDL-19877 adding a script producing a test PDF
mudrd8mz [Mon, 20 Jul 2009 17:31:48 +0000 (17:31 +0000)]
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.
tjhunt [Mon, 20 Jul 2009 09:46:53 +0000 (09:46 +0000)]
MDL-19882 Add remaining missing require_login-s before require_capability.
tjhunt [Mon, 20 Jul 2009 08:57:18 +0000 (08:57 +0000)]
MDL-19882 Add missing require_login-s before require_capability.
tjhunt [Mon, 20 Jul 2009 08:29:53 +0000 (08:29 +0000)]
Fix use of incorrect context.
dongsheng [Mon, 20 Jul 2009 07:08:02 +0000 (07:08 +0000)]
"MDL-13766, allow null value saved in options"
tjhunt [Mon, 20 Jul 2009 06:57:43 +0000 (06:57 +0000)]
MDL-19077: Fix Martin's code.
samhemelryk [Mon, 20 Jul 2009 06:52:40 +0000 (06:52 +0000)]
quiz MDL-17730 Fixed issues caused by escaped redirect urls
tjhunt [Mon, 20 Jul 2009 06:18:16 +0000 (06:18 +0000)]
MDL-19010: In developer debug mode, print information about this page in the footer.
moodler [Mon, 20 Jul 2009 06:09:27 +0000 (06:09 +0000)]
user/view MDL-19077 set blocks context to always be the current user context
moodler [Mon, 20 Jul 2009 05:40:32 +0000 (05:40 +0000)]
user blocks MDL-19077 Set URL for the user/view page so blocks work better
tjhunt [Mon, 20 Jul 2009 03:28:50 +0000 (03:28 +0000)]
MDL-19077: Fix some initialisation order issues on the course/category management pages
Moodle HQ git importer [Mon, 20 Jul 2009 03:04:08 +0000 (03:04 +0000)]
Fixing drift between CVS and git
tjhunt [Mon, 20 Jul 2009 03:04:08 +0000 (03:04 +0000)]
block MDL-19398 Initialise all blocks on this page before output is started.
moodlerobot [Mon, 20 Jul 2009 00:37:32 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090720
skodak [Sun, 19 Jul 2009 13:55:03 +0000 (13:55 +0000)]
MDL-19874 updated geoip to 1.80 and fixed iplookup regressions
skodak [Sun, 19 Jul 2009 13:54:12 +0000 (13:54 +0000)]
MDL-19874 updated geoip to 1.80 and fixed iplookup regressions
skodak [Sun, 19 Jul 2009 13:54:11 +0000 (13:54 +0000)]
MDL-19874 updated geoip to 1.80 and fixed iplookup regressions
skodak [Sun, 19 Jul 2009 13:18:50 +0000 (13:18 +0000)]
evalmath is BSD, not GPL!
skodak [Sun, 19 Jul 2009 13:14:44 +0000 (13:14 +0000)]
MDL-19873 imported new SimplePie 1.2
skodak [Sun, 19 Jul 2009 13:05:21 +0000 (13:05 +0000)]
MDL-19872 imported new TinyMCE 3.2.5
skodak [Sun, 19 Jul 2009 12:17:48 +0000 (12:17 +0000)]
MDL-19871 new parameter syntax from htmlpurifier 4.0.0
skodak [Sun, 19 Jul 2009 11:56:56 +0000 (11:56 +0000)]
MDL-19871 imported htmlpurifier 4.0.0
skodak [Sun, 19 Jul 2009 11:54:35 +0000 (11:54 +0000)]
MDL-19725 forgotten to update version in lib desc
skodak [Sun, 19 Jul 2009 10:43:21 +0000 (10:43 +0000)]
MDL-19725 forgotten to update version in readme
skodak [Sun, 19 Jul 2009 08:56:45 +0000 (08:56 +0000)]
MDL-14589 added missing require_login()
moodlerobot [Sun, 19 Jul 2009 00:35:41 +0000 (00:35 +0000)]
Updated the HEAD build version to
20090719
tjhunt [Sat, 18 Jul 2009 11:59:17 +0000 (11:59 +0000)]
Improve comment. Thanks David Mudrak.
moodlerobot [Sat, 18 Jul 2009 00:35:28 +0000 (00:35 +0000)]
Updated the HEAD build version to
20090718
skodak [Fri, 17 Jul 2009 08:33:23 +0000 (08:33 +0000)]
MDL-19842 securing algebradebug the same way as text debug - only admins may use it now
tjhunt [Fri, 17 Jul 2009 08:26:13 +0000 (08:26 +0000)]
Clean up some more todos.
tjhunt [Fri, 17 Jul 2009 08:07:50 +0000 (08:07 +0000)]
block/search: Eliminate todo that was already done, and clean up whitespace.
tjhunt [Fri, 17 Jul 2009 07:46:04 +0000 (07:46 +0000)]
admin block: MDL-16693 fix todo.
tjhunt [Fri, 17 Jul 2009 07:42:21 +0000 (07:42 +0000)]
admin bookmarks: remove useless todo.
tjhunt [Fri, 17 Jul 2009 07:40:54 +0000 (07:40 +0000)]
todochecker: don't match variables called $todo or fields called ->todo.
tjhunt [Fri, 17 Jul 2009 07:40:38 +0000 (07:40 +0000)]
Clarify commenst in backup, to make it clear what is acutally a TODO, and what is a reference to the $todo variable.
I would like to suggest that $todo is not a great variable name!
tjhunt [Fri, 17 Jul 2009 07:26:12 +0000 (07:26 +0000)]
todochecker: Match todo case-insensitively :-( that finds a lot more.
tjhunt [Fri, 17 Jul 2009 07:19:43 +0000 (07:19 +0000)]
todochecker: bug summary in tool tip.
tjhunt [Fri, 17 Jul 2009 07:06:53 +0000 (07:06 +0000)]
quiz: add tracker id to TODO.
tjhunt [Fri, 17 Jul 2009 07:02:13 +0000 (07:02 +0000)]
quiz: remove incorrect TODO.
tjhunt [Fri, 17 Jul 2009 07:00:16 +0000 (07:00 +0000)]
quiz manual grading: Remove todo that was already done!
tjhunt [Fri, 17 Jul 2009 06:56:33 +0000 (06:56 +0000)]
quiz editing: Remove unnecessary TODO.
tjhunt [Fri, 17 Jul 2009 06:54:58 +0000 (06:54 +0000)]
quiz editing: MDL-17730 need better skip links on the quiz editing page.
tjhunt [Fri, 17 Jul 2009 06:51:25 +0000 (06:51 +0000)]
themes: MDL-19077 better handling of top of body code for legacy themes.
tjhunt [Fri, 17 Jul 2009 05:56:49 +0000 (05:56 +0000)]
todochecker script: skip third party code.
tjhunt [Fri, 17 Jul 2009 05:51:52 +0000 (05:51 +0000)]
admin: broken icons on question type page.
tjhunt [Fri, 17 Jul 2009 03:40:40 +0000 (03:40 +0000)]
formslib: moodleform_mod needs to be abstract too.
(See one of the commits I made yesterday.)
moodlerobot [Fri, 17 Jul 2009 00:38:06 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090717
tjhunt [Thu, 16 Jul 2009 11:05:26 +0000 (11:05 +0000)]
blocks editing ui: MDL-19398 Can now edit the position of any block.
I think this is probaby insecure at the moment. I am still working on it.
tjhunt [Thu, 16 Jul 2009 10:50:19 +0000 (10:50 +0000)]
blocks editing ui: MDL-19398 Can how precisely control block positioning using the edit icon
This mostly works now, but ...
* The UI needs further work. In particular we need a non-advanced mode.
* This only works for blocks that use a new edit_form.php to replace config_instance.html.
* .. and so far I have only implemented edit_form.php for the HTML block so far.
* Needs to be enabled (with no block-specific config) for blocks without instance config, so you can control their positioning.