]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years ago"MDL-19118, comments api"
dongsheng [Fri, 24 Jul 2009 02:44:44 +0000 (02:44 +0000)]
"MDL-19118, comments api"

15 years agoUpdated the HEAD build version to 20090724
moodlerobot [Fri, 24 Jul 2009 00:37:20 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090724

15 years agoprint_simple_box(_start/_end) and preg_replace() fixes
ethem [Thu, 23 Jul 2009 10:38:41 +0000 (10:38 +0000)]
print_simple_box(_start/_end) and preg_replace() fixes

15 years agolesson: MDL-19890 Fix block-printing code in lesson (I hope)
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

15 years agoquiz: MDL-19891 fix that quiz navigation block that was broken by the blocks changes.
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.

15 years agofilemanager MDL-16597 fix YUI repository requires and remove style='display:none...
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

15 years agoajaxlib MDL-19077 required_js_code::now, for those cases when you really want inline...
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.

15 years agoajaxlib: MDL-19915 skip links need to be in a div for XHTML strict.
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.

15 years agoajaxlib MDL-19915 Squashed minor XHTML compliance issue, wrapped an :a: in a :div:
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:

15 years agoMDL-19077 Fixed whitespace
nicolasconnault [Thu, 23 Jul 2009 02:35:58 +0000 (02:35 +0000)]
MDL-19077 Fixed whitespace

15 years agoMDL-19077 Fixed PHPdocs, whitespace and all typos I could find, except for a few...
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

15 years agoUpdated the HEAD build version to 20090723
moodlerobot [Thu, 23 Jul 2009 00:35:50 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090723

15 years agoFix my silly mistake. Thanks for noticing Eloy.
tjhunt [Wed, 22 Jul 2009 14:26:47 +0000 (14:26 +0000)]
Fix my silly mistake. Thanks for noticing Eloy.

15 years agoquiz: fix URL escaping issues.
tjhunt [Wed, 22 Jul 2009 09:49:48 +0000 (09:49 +0000)]
quiz: fix URL escaping issues.

15 years agoquiz: Check this is the users own attempt before sending them to the attempt.php...
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.

15 years agoquiz reports: Fix ordering of reports broken by MDL-16438.
tjhunt [Wed, 22 Jul 2009 09:20:04 +0000 (09:20 +0000)]
quiz reports: Fix ordering of reports broken by MDL-16438.

15 years agoquiz: minor layout improvement.
tjhunt [Wed, 22 Jul 2009 09:13:38 +0000 (09:13 +0000)]
quiz: minor layout improvement.

15 years agothemes: MDL-19077 pass the region name ot the block output function.
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'.

15 years agoRemove deprecated function call.
tjhunt [Wed, 22 Jul 2009 07:05:57 +0000 (07:05 +0000)]
Remove deprecated function call.

15 years agoblocks MDL-19902: were seeing empty block columns on the front page when not logged in.
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. :-(

15 years agoblocks MDL-19902: were seeing empty block columns on the front page when not logged in.
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. :-(

15 years agoMDL-19840 Upgraded code of HTML-parsing assertions
nicolasconnault [Wed, 22 Jul 2009 04:21:13 +0000 (04:21 +0000)]
MDL-19840 Upgraded code of HTML-parsing assertions

15 years agoMDL-19077 Added requires->yui_lib('event') to required_event_handler constructor
nicolasconnault [Wed, 22 Jul 2009 04:02:54 +0000 (04:02 +0000)]
MDL-19077 Added requires->yui_lib('event') to required_event_handler constructor

15 years agoMDL-19077 Added the required_event_handler class and event_handler method
nicolasconnault [Wed, 22 Jul 2009 03:54:13 +0000 (03:54 +0000)]
MDL-19077 Added the required_event_handler class and event_handler method

15 years agoajaxlib: fix variable name typo.
tjhunt [Wed, 22 Jul 2009 03:44:14 +0000 (03:44 +0000)]
ajaxlib: fix variable name typo.

15 years agothemes: MDL-19077 make sure that errors displayed by blocks are displayed properly.
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!

15 years agotags: MDL-19823 missed one $PAGE->set_context yesterday.
tjhunt [Wed, 22 Jul 2009 02:32:41 +0000 (02:32 +0000)]
tags: MDL-19823 missed one $PAGE->set_context yesterday.

15 years agoMDL19901 fix typeo
peterbulmer [Wed, 22 Jul 2009 01:09:55 +0000 (01:09 +0000)]
MDL19901 fix typeo

Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>

15 years agoUpdated the HEAD build version to 20090722
moodlerobot [Wed, 22 Jul 2009 00:37:01 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090722

15 years agoFix new install with developer debug on.\r\rCan't print context name in the page footer...
tjhunt [Tue, 21 Jul 2009 13:58:47 +0000 (13:58 +0000)]
Fix new install with developer debug on.\r\rCan't print context name in the page footer before DB tables exist!\rAlso, show page generaltype in the footer.

15 years agoblocks editing: MDL-19889 edit tag_flickr block form.
tjhunt [Tue, 21 Jul 2009 10:32:34 +0000 (10:32 +0000)]
blocks editing: MDL-19889 edit tag_flickr block form.

15 years agoflickr and youtube blocks: don't call print_error!
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.

15 years agoblocks editing: MDL-19889 edit tags block form.
tjhunt [Tue, 21 Jul 2009 09:45:27 +0000 (09:45 +0000)]
blocks editing: MDL-19889 edit tags block form.

15 years agoblocks editing: MDL-19889 edit tag_youtube form.
tjhunt [Tue, 21 Jul 2009 09:23:29 +0000 (09:23 +0000)]
blocks editing: MDL-19889 edit tag_youtube form.

15 years agoblocks editing: MDL-19889 tidy up HTML form class.
tjhunt [Tue, 21 Jul 2009 09:20:44 +0000 (09:20 +0000)]
blocks editing: MDL-19889 tidy up HTML form class.

15 years agotags: part of MDL-19823 - make sure tag pages are in the right context, and set ...
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

15 years agoMDL-19875 tested patch and added some more echos, thanks Tim!
skodak [Tue, 21 Jul 2009 08:19:02 +0000 (08:19 +0000)]
MDL-19875 tested patch and added some more echos, thanks Tim!

15 years agoquiz: MDL-19813 missing global $OUTPUT.
tjhunt [Tue, 21 Jul 2009 07:08:08 +0000 (07:08 +0000)]
quiz: MDL-19813 missing global $OUTPUT.

15 years agohtml_table: MDL-19755 deprecate the attributes of html_table that lead to in-line...
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.

15 years agopagelib: MDL-12212 require_login should set $PAGE->cm, if appicable.
tjhunt [Tue, 21 Jul 2009 07:02:06 +0000 (07:02 +0000)]
pagelib: MDL-12212 require_login should set $PAGE->cm, if appicable.

15 years agoaccesslib: MDL-19882 require_capability no longer does an automatic require_login.
tjhunt [Tue, 21 Jul 2009 06:24:44 +0000 (06:24 +0000)]
accesslib: MDL-19882 require_capability no longer does an automatic require_login.

15 years agofilter/mediaplugins MDL-18658 Add support for MP4 files (Quicktime)
moodler [Tue, 21 Jul 2009 05:42:28 +0000 (05:42 +0000)]
filter/mediaplugins MDL-18658 Add support for MP4 files (Quicktime)

15 years agoUpdated the HEAD build version to 20090721
moodlerobot [Tue, 21 Jul 2009 00:36:37 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090721

15 years agoAutomatic installer.php lang files by installer_builder (20090721)
moodlerobot [Tue, 21 Jul 2009 00:26:39 +0000 (00:26 +0000)]
Automatic installer.php lang files by installer_builder (20090721)

15 years agoMDL-19877 fix: diplay used font family of the test page
mudrd8mz [Mon, 20 Jul 2009 18:28:24 +0000 (18:28 +0000)]
MDL-19877 fix: diplay used font family of the test page

15 years agoMDL-18664 removing lib/fpdf from the core
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

15 years agoMDL-19877 adding a script producing a test PDF
mudrd8mz [Mon, 20 Jul 2009 17:32:44 +0000 (17:32 +0000)]
MDL-19877 adding a script producing a test PDF

15 years agoMDL-19876 upgrade to tcpdf-4.6.020 (php5 version)
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.

15 years agoMDL-19882 Add remaining missing require_login-s before require_capability.
tjhunt [Mon, 20 Jul 2009 09:46:53 +0000 (09:46 +0000)]
MDL-19882 Add remaining missing require_login-s before require_capability.

15 years agoMDL-19882 Add 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.

15 years agoFix use of incorrect context.
tjhunt [Mon, 20 Jul 2009 08:29:53 +0000 (08:29 +0000)]
Fix use of incorrect context.

15 years ago"MDL-13766, allow null value saved in options"
dongsheng [Mon, 20 Jul 2009 07:08:02 +0000 (07:08 +0000)]
"MDL-13766, allow null value saved in options"

15 years agoMDL-19077: Fix Martin's code.
tjhunt [Mon, 20 Jul 2009 06:57:43 +0000 (06:57 +0000)]
MDL-19077: Fix Martin's code.

15 years agoquiz MDL-17730 Fixed issues caused by escaped redirect urls
samhemelryk [Mon, 20 Jul 2009 06:52:40 +0000 (06:52 +0000)]
quiz MDL-17730 Fixed issues caused by escaped redirect urls

15 years agoMDL-19010: In developer debug mode, print information about this page in the footer.
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.

15 years agouser/view MDL-19077 set blocks context to always be the current user context
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

15 years agouser blocks MDL-19077 Set URL for the user/view page so blocks work better
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

15 years agoMDL-19077: Fix some initialisation order issues on the course/category management...
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

15 years agoFixing drift between CVS and git
Moodle HQ git importer [Mon, 20 Jul 2009 03:04:08 +0000 (03:04 +0000)]
Fixing drift between CVS and git

15 years agoblock MDL-19398 Initialise all blocks on this page before output is started.
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.

15 years agoUpdated the HEAD build version to 20090720
moodlerobot [Mon, 20 Jul 2009 00:37:32 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090720

15 years agoMDL-19874 updated geoip to 1.80 and fixed iplookup regressions
skodak [Sun, 19 Jul 2009 13:55:03 +0000 (13:55 +0000)]
MDL-19874 updated geoip to 1.80 and fixed iplookup regressions

15 years agoMDL-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

15 years agoMDL-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

15 years agoevalmath is BSD, not GPL!
skodak [Sun, 19 Jul 2009 13:18:50 +0000 (13:18 +0000)]
evalmath is BSD, not GPL!

15 years agoMDL-19873 imported new SimplePie 1.2
skodak [Sun, 19 Jul 2009 13:14:44 +0000 (13:14 +0000)]
MDL-19873 imported new SimplePie 1.2

15 years agoMDL-19872 imported new TinyMCE 3.2.5
skodak [Sun, 19 Jul 2009 13:05:21 +0000 (13:05 +0000)]
MDL-19872 imported new TinyMCE 3.2.5

15 years agoMDL-19871 new parameter syntax from htmlpurifier 4.0.0
skodak [Sun, 19 Jul 2009 12:17:48 +0000 (12:17 +0000)]
MDL-19871 new parameter syntax from htmlpurifier 4.0.0

15 years agoMDL-19871 imported htmlpurifier 4.0.0
skodak [Sun, 19 Jul 2009 11:56:56 +0000 (11:56 +0000)]
MDL-19871 imported htmlpurifier 4.0.0

15 years agoMDL-19725 forgotten to update version in lib desc
skodak [Sun, 19 Jul 2009 11:54:35 +0000 (11:54 +0000)]
MDL-19725 forgotten to update version in lib desc

15 years agoMDL-19725 forgotten to update version in readme
skodak [Sun, 19 Jul 2009 10:43:21 +0000 (10:43 +0000)]
MDL-19725 forgotten to update version in readme

15 years agoMDL-14589 added missing require_login()
skodak [Sun, 19 Jul 2009 08:56:45 +0000 (08:56 +0000)]
MDL-14589 added missing require_login()

15 years agoUpdated the HEAD build version to 20090719
moodlerobot [Sun, 19 Jul 2009 00:35:41 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090719

15 years agoImprove comment. Thanks David Mudrak.
tjhunt [Sat, 18 Jul 2009 11:59:17 +0000 (11:59 +0000)]
Improve comment. Thanks David Mudrak.

15 years agoUpdated the HEAD build version to 20090718
moodlerobot [Sat, 18 Jul 2009 00:35:28 +0000 (00:35 +0000)]
Updated the HEAD build version to 20090718

15 years agoMDL-19842 securing algebradebug the same way as text debug - only admins may use...
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

15 years agoClean up some more todos.
tjhunt [Fri, 17 Jul 2009 08:26:13 +0000 (08:26 +0000)]
Clean up some more todos.

15 years agoblock/search: Eliminate todo that was already done, and clean up whitespace.
tjhunt [Fri, 17 Jul 2009 08:07:50 +0000 (08:07 +0000)]
block/search: Eliminate todo that was already done, and clean up whitespace.

15 years agoadmin block: MDL-16693 fix todo.
tjhunt [Fri, 17 Jul 2009 07:46:04 +0000 (07:46 +0000)]
admin block: MDL-16693 fix todo.

15 years agoadmin bookmarks: remove useless todo.
tjhunt [Fri, 17 Jul 2009 07:42:21 +0000 (07:42 +0000)]
admin bookmarks: remove useless todo.

15 years agotodochecker: don't match variables called $todo or fields called ->todo.
tjhunt [Fri, 17 Jul 2009 07:40:54 +0000 (07:40 +0000)]
todochecker: don't match variables called $todo or fields called ->todo.

15 years agoClarify commenst in backup, to make it clear what is acutally a TODO, and what is...
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!

15 years agotodochecker: Match todo case-insensitively :-( that finds a lot more.
tjhunt [Fri, 17 Jul 2009 07:26:12 +0000 (07:26 +0000)]
todochecker: Match todo case-insensitively :-( that finds a lot more.

15 years agotodochecker: bug summary in tool tip.
tjhunt [Fri, 17 Jul 2009 07:19:43 +0000 (07:19 +0000)]
todochecker: bug summary in tool tip.

15 years agoquiz: add tracker id to TODO.
tjhunt [Fri, 17 Jul 2009 07:06:53 +0000 (07:06 +0000)]
quiz: add tracker id to TODO.

15 years agoquiz: remove incorrect TODO.
tjhunt [Fri, 17 Jul 2009 07:02:13 +0000 (07:02 +0000)]
quiz: remove incorrect TODO.

15 years agoquiz manual grading: Remove todo that was already done!
tjhunt [Fri, 17 Jul 2009 07:00:16 +0000 (07:00 +0000)]
quiz manual grading: Remove todo that was already done!

15 years agoquiz editing: Remove unnecessary TODO.
tjhunt [Fri, 17 Jul 2009 06:56:33 +0000 (06:56 +0000)]
quiz editing: Remove unnecessary TODO.

15 years agoquiz editing: MDL-17730 need better skip links on the quiz editing page.
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.

15 years agothemes: MDL-19077 better handling of top of body code for legacy themes.
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.

15 years agotodochecker script: skip third party code.
tjhunt [Fri, 17 Jul 2009 05:56:49 +0000 (05:56 +0000)]
todochecker script: skip third party code.

15 years agoadmin: broken icons on question type page.
tjhunt [Fri, 17 Jul 2009 05:51:52 +0000 (05:51 +0000)]
admin: broken icons on question type page.

15 years agoformslib: moodleform_mod needs to be abstract too.
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.)

15 years agoUpdated the HEAD build version to 20090717
moodlerobot [Fri, 17 Jul 2009 00:38:06 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090717

15 years agoblocks editing ui: MDL-19398 Can now edit the position of any block.
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.

15 years agoblocks editing ui: MDL-19398 Can how precisely control block positioning using the...
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.

15 years agoformslib: use abstract, rather than a print_error, now we have PHP5.
tjhunt [Thu, 16 Jul 2009 10:38:15 +0000 (10:38 +0000)]
formslib: use abstract, rather than a print_error, now we have PHP5.

15 years agoMDL-19832 new mimeTeX binaries v1.70
skodak [Thu, 16 Jul 2009 09:48:17 +0000 (09:48 +0000)]
MDL-19832 new mimeTeX binaries v1.70

15 years agoMDL-19841 removed sloppy hardcoded debug levels
skodak [Thu, 16 Jul 2009 09:05:15 +0000 (09:05 +0000)]
MDL-19841 removed sloppy hardcoded debug levels

15 years agoMDL-19840 Fixed a bug in regex delimiter quoting
nicolasconnault [Thu, 16 Jul 2009 03:21:19 +0000 (03:21 +0000)]
MDL-19840 Fixed a bug in regex delimiter quoting