]>
git.mjollnir.org Git - moodle.git/log
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.
tjhunt [Thu, 16 Jul 2009 10:38:15 +0000 (10:38 +0000)]
formslib: use abstract, rather than a print_error, now we have PHP5.
skodak [Thu, 16 Jul 2009 09:48:17 +0000 (09:48 +0000)]
MDL-19832 new mimeTeX binaries v1.70
skodak [Thu, 16 Jul 2009 09:05:15 +0000 (09:05 +0000)]
MDL-19841 removed sloppy hardcoded debug levels
nicolasconnault [Thu, 16 Jul 2009 03:21:19 +0000 (03:21 +0000)]
MDL-19840 Fixed a bug in regex delimiter quoting
moodlerobot [Thu, 16 Jul 2009 00:38:53 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090716
sam_marshall [Wed, 15 Jul 2009 14:19:24 +0000 (14:19 +0000)]
MDL-19827: Completioninfo bugfix
tjhunt [Wed, 15 Jul 2009 08:59:51 +0000 (08:59 +0000)]
Fix boilerplate.
tjhunt [Wed, 15 Jul 2009 08:55:52 +0000 (08:55 +0000)]
blocks editing ui: MDL-19398 Remove stupid pass by reference.
Was causing errors when this method was called via block_method_result
tjhunt [Wed, 15 Jul 2009 08:52:33 +0000 (08:52 +0000)]
blocks editing ui: MDL-19398 Make block config_global.html files more strongly deprecated.
tjhunt [Wed, 15 Jul 2009 08:24:12 +0000 (08:24 +0000)]
blocks editing ui: MDL-19398 block.multiple column no longer exists, so remove admin for it.
skodak [Wed, 15 Jul 2009 08:11:28 +0000 (08:11 +0000)]
MDL-19785 temp fix for undefined completioninfo
tjhunt [Wed, 15 Jul 2009 07:45:48 +0000 (07:45 +0000)]
blocks editing ui: MDL-19398 Make invisible blocks at least partly invisible.
tjhunt [Wed, 15 Jul 2009 07:41:25 +0000 (07:41 +0000)]
blocks editing ui: MDL-19398 showing and hiding blocks now works.
tjhunt [Wed, 15 Jul 2009 06:33:13 +0000 (06:33 +0000)]
blocks editing ui: MDL-19398 give users a path back after assigning block roles
tjhunt [Wed, 15 Jul 2009 06:17:39 +0000 (06:17 +0000)]
moodlellib: MDL-19828 PARAM_LOCALURL should accept URLs like course/view.php?id=2
jerome [Wed, 15 Jul 2009 06:11:55 +0000 (06:11 +0000)]
moodle_page: MDL-12212 misspelling
tjhunt [Wed, 15 Jul 2009 05:40:15 +0000 (05:40 +0000)]
filters admin: Re-fix heading.
tjhunt [Wed, 15 Jul 2009 05:37:31 +0000 (05:37 +0000)]
outputlib tables: MDL-19755 fix all cases of deprecated $table->rowclass
Also fix wrong title on Manage filters admin page.
tjhunt [Wed, 15 Jul 2009 04:06:03 +0000 (04:06 +0000)]
question bank: MDL-19826 Merge from MOODLE_19_STABLE.
tjhunt [Wed, 15 Jul 2009 04:05:05 +0000 (04:05 +0000)]
weblib: Let redirect() take a moodle_url object.
nicolasconnault [Wed, 15 Jul 2009 02:54:40 +0000 (02:54 +0000)]
MDL-19808 Upgraded view.php to new pagelib and outputlib APIs
Moodle HQ git importer [Wed, 15 Jul 2009 00:37:05 +0000 (00:37 +0000)]
Fix CVS drift
moodlerobot [Wed, 15 Jul 2009 00:37:05 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090715
sam_marshall [Tue, 14 Jul 2009 14:00:34 +0000 (14:00 +0000)]
MDL-19692: Completion tracking help icon enhancements
tjhunt [Tue, 14 Jul 2009 11:16:21 +0000 (11:16 +0000)]
blocks editing ui: MDL-19398 permissions checks when deleting a block.
tjhunt [Tue, 14 Jul 2009 10:57:06 +0000 (10:57 +0000)]
blocks editing ui: MDL-19398 move generating the block edit icons to blocklib.php
Since that is where the resulting actions are processed.
tjhunt [Tue, 14 Jul 2009 10:41:59 +0000 (10:41 +0000)]
blocks editing ui: MDL-19398 fix adding a block to a page that forgets to call $PAGE->set_url.
tjhunt [Tue, 14 Jul 2009 09:36:02 +0000 (09:36 +0000)]
forum: $PAGE->set_url on forum view page.
tjhunt [Tue, 14 Jul 2009 09:35:33 +0000 (09:35 +0000)]
fix typo
tjhunt [Tue, 14 Jul 2009 09:28:10 +0000 (09:28 +0000)]
blocks editing ui: MDL-19398 fix some bugs with adding a block.
tjhunt [Tue, 14 Jul 2009 08:37:28 +0000 (08:37 +0000)]
blocks editing ui: MDL-19398 add block now secure. Delete block works insecurely.
Will add security checks in a moment.
tjhunt [Tue, 14 Jul 2009 08:36:40 +0000 (08:36 +0000)]
blocks: MDL-19010 Delete weird line of legacy code.
tjhunt [Tue, 14 Jul 2009 08:31:30 +0000 (08:31 +0000)]
setuplib: early errors were not showing debuginfo.
skodak [Tue, 14 Jul 2009 08:26:45 +0000 (08:26 +0000)]
MDL-16075 fixed incomplete conversion of glossary comments
skodak [Tue, 14 Jul 2009 08:25:51 +0000 (08:25 +0000)]
MDL-14589 fixed incorrect condition testing if files allowed when postprocessing editor element data, thanks Nicolas for reporting this
tjhunt [Tue, 14 Jul 2009 07:18:57 +0000 (07:18 +0000)]
blocks editing ui: MDL-19398 you can now add new blocks!
tjhunt [Tue, 14 Jul 2009 07:06:06 +0000 (07:06 +0000)]
blocks: MDL-19010 show empty blocks if they have controls.
skodak [Tue, 14 Jul 2009 06:33:34 +0000 (06:33 +0000)]
MDL-16089 new general page type needed for framed resources, this is not accessible but unfortunately it works much better than object embedding; it will be also used by phpmyadmin integration
tjhunt [Tue, 14 Jul 2009 05:14:45 +0000 (05:14 +0000)]
themes: MDL-19077 Don't need both output_starting_hook and starting_output method on page.
tjhunt [Tue, 14 Jul 2009 04:18:58 +0000 (04:18 +0000)]
Fix block manager unit tests.
moodlerobot [Tue, 14 Jul 2009 00:38:40 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090714