]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years ago"MDL-19985, fixed undefined typeid, thanks for andrei's patch"
dongsheng [Mon, 3 Aug 2009 07:22:55 +0000 (07:22 +0000)]
"MDL-19985, fixed undefined typeid, thanks for andrei's patch"

15 years agoMDL-19787 Changed Yes button to using GET instead of POST
nicolasconnault [Mon, 3 Aug 2009 07:15:21 +0000 (07:15 +0000)]
MDL-19787 Changed Yes button to using GET instead of POST

15 years agoinstallation MDL-19984 fix SQL error during upgrade process
jerome [Mon, 3 Aug 2009 04:02:39 +0000 (04:02 +0000)]
installation MDL-19984 fix SQL error during upgrade process

15 years ago"MDL-19118, formlib removal of comments api"
dongsheng [Mon, 3 Aug 2009 03:48:24 +0000 (03:48 +0000)]
"MDL-19118, formlib removal of comments api"

15 years agoMDL17980 remove redundant files
peterbulmer [Mon, 3 Aug 2009 03:46:58 +0000 (03:46 +0000)]
MDL17980 remove redundant files

15 years agoMDL17980 mnet improvements
peterbulmer [Mon, 3 Aug 2009 03:38:23 +0000 (03:38 +0000)]
MDL17980 mnet improvements

* Allow multiple roles to be allocated by identity provider
* Allow existing enrolment plugins to manage mnet enrolments

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

15 years agoUpdated the HEAD build version to 20090803
moodlerobot [Mon, 3 Aug 2009 00:36:25 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090803

15 years agoMDL-16597 fixed broken maxfiles == -1 support in file manager
skodak [Sun, 2 Aug 2009 18:53:41 +0000 (18:53 +0000)]
MDL-16597 fixed broken maxfiles == -1 support in file manager

15 years agoMDL-19982 fixed notice if group empty; merged from MOODLE_19_STABLE
skodak [Sun, 2 Aug 2009 11:37:37 +0000 (11:37 +0000)]
MDL-19982 fixed notice if group empty; merged from MOODLE_19_STABLE

15 years agoUpdated the HEAD build version to 20090802
moodlerobot [Sun, 2 Aug 2009 00:37:30 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090802

15 years agoUpdated the HEAD build version to 20090801
moodlerobot [Sat, 1 Aug 2009 00:36:28 +0000 (00:36 +0000)]
Updated the HEAD build version to 20090801

15 years agoblocks/rss_client: MDL-13932 Fix typo when editting feed
poltawski [Fri, 31 Jul 2009 21:20:35 +0000 (21:20 +0000)]
blocks/rss_client: MDL-13932 Fix typo when editting feed

This caused loss of which course we were adding/edditing a feed to.

15 years agoblocks/rss_client: MDL-13932: viewfeed.php typo
poltawski [Fri, 31 Jul 2009 21:20:21 +0000 (21:20 +0000)]
blocks/rss_client: MDL-13932: viewfeed.php typo

link -> description

15 years agoblocks/rss_client: MDL-13932 Incease timeout when adding feeds
poltawski [Fri, 31 Jul 2009 21:19:55 +0000 (21:19 +0000)]
blocks/rss_client: MDL-13932 Incease timeout when adding feeds

In order to stop 'slow loading feeds' causing performance problems
with standard moodle pages, i've set the timeout for simplepie quite
low. When cron runs i've set this timeout high and cache duration low.

The intention is that cron does all the hard work of connecting to remote
sites and users get this fast fast fast from cache.

However, in the case of adding a feed its probably better to try and get the
feed more agressively..

15 years agoblocks/rss_client: MDL-13932 fix config_shownumentries typo
poltawski [Fri, 31 Jul 2009 21:19:37 +0000 (21:19 +0000)]
blocks/rss_client: MDL-13932 fix config_shownumentries typo

This caused incorrect rules/defaults to be added

Also add client side validation of the number

15 years agolib/rsslib - Missing global decloration of $OUTPUT
poltawski [Fri, 31 Jul 2009 21:19:20 +0000 (21:19 +0000)]
lib/rsslib - Missing global decloration of $OUTPUT

15 years agoMDL-19756 Outputting a debugging message if $OUTPUT->form() is called without $conten...
nicolasconnault [Fri, 31 Jul 2009 11:14:16 +0000 (11:14 +0000)]
MDL-19756 Outputting a debugging message if $OUTPUT->form() is called without $contents but with a $form->button set. Should use $OUTPUT->button($form) instead

15 years agoMDL-19976 Changing redirect($url->out()) to redirect($url). NEVER, NEVER use redirect...
nicolasconnault [Fri, 31 Jul 2009 09:30:11 +0000 (09:30 +0000)]
MDL-19976 Changing redirect($url->out()) to redirect($url). NEVER, NEVER use redirect($url->out())!!! Bad Tim! :p

15 years agoblocks MDL-19010 Fixed a typo to make the title a string
moodler [Fri, 31 Jul 2009 04:18:57 +0000 (04:18 +0000)]
blocks  MDL-19010  Fixed a typo to make the title a string

15 years agoblocks MDL-19010 Slight reordering of logic to allow titles to be changed by block...
moodler [Fri, 31 Jul 2009 04:17:09 +0000 (04:17 +0000)]
blocks MDL-19010 Slight reordering of logic to allow titles to be changed by block get_contents  (credit to tim)

15 years agoMDL-19756 MDL-19973 Fixed support of url by user_picture, and improved API for adding...
nicolasconnault [Fri, 31 Jul 2009 02:39:38 +0000 (02:39 +0000)]
MDL-19756 MDL-19973 Fixed support of url by user_picture, and improved API for adding a popup action (set $userpic->popup = true)

15 years agoUpdated the HEAD build version to 20090731
moodlerobot [Fri, 31 Jul 2009 00:39:56 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090731

15 years agoMDL-19974 postgres sql generator - delete unused variable
stronk7 [Thu, 30 Jul 2009 22:16:09 +0000 (22:16 +0000)]
MDL-19974 postgres sql generator - delete unused variable

15 years agoMDL-19057, MDL-19974 DDL tests - WIP: from 365 to 473 tests (add/drop field and chang...
stronk7 [Thu, 30 Jul 2009 22:12:42 +0000 (22:12 +0000)]
MDL-19057, MDL-19974 DDL tests - WIP: from 365 to 473 tests (add/drop field and change_field_type)

15 years agoMDL-19974 postgres sql generator - simplified a lot thanks to 8.x as min req in Moodl...
stronk7 [Thu, 30 Jul 2009 22:08:47 +0000 (22:08 +0000)]
MDL-19974 postgres sql generator - simplified a lot thanks to 8.x as min req in Moodle 2.0 (alter column & defaults handling)

15 years agolib/simplepie MDL-7946 - improve simplepie defaults
poltawski [Thu, 30 Jul 2009 18:57:19 +0000 (18:57 +0000)]
lib/simplepie MDL-7946 - improve simplepie defaults

- Specify default low connect timeout in order that 'interactive' pages are
  not slowed down by slow feeds
- Set default cache feed duration of 1 hour

In RSS feed block:
- Try really hard in cron to retreive the feed
- Set the cache duration low in order to help cron refresh the cache

15 years agoMDL-19695 dependencies - now every change_field_xxx() method looks for dependencies
stronk7 [Thu, 30 Jul 2009 18:54:54 +0000 (18:54 +0000)]
MDL-19695 dependencies - now every change_field_xxx() method looks for dependencies

15 years agoMDL-19701, MDL-19695 ddl stuff - review upgrade to enforce dependencies on every...
stronk7 [Thu, 30 Jul 2009 18:48:42 +0000 (18:48 +0000)]
MDL-19701, MDL-19695 ddl stuff - review upgrade to enforce dependencies on every field operation

15 years agolib/simplepie MDL-7946 Set magpie HTTP headers with curl
poltawski [Thu, 30 Jul 2009 16:11:00 +0000 (16:11 +0000)]
lib/simplepie MDL-7946 Set magpie HTTP headers with curl

This allows simplepie to set if-modified-since/if-none-match headers
to efficiently test if a feed has been updated without recieving the
whole content

15 years agoMDL-19972 reverting the previous commit
mudrd8mz [Thu, 30 Jul 2009 15:16:53 +0000 (15:16 +0000)]
MDL-19972 reverting the previous commit

Petr does not agree with adding this new function before require_login() and friends are re-thinked.

15 years agoRemove lib/magpie: MDL-7946/MDL-13932
poltawski [Thu, 30 Jul 2009 14:49:23 +0000 (14:49 +0000)]
Remove lib/magpie: MDL-7946/MDL-13932

It is no longer maintained and simplepie has
replaced it as a maintained and robust alternative

15 years agoMDL-19972 new function require_real_user()
mudrd8mz [Thu, 30 Jul 2009 14:13:27 +0000 (14:13 +0000)]
MDL-19972 new function require_real_user()

15 years agoblock/rss_client MDL-19970 - feeds failed to be deleted
poltawski [Thu, 30 Jul 2009 13:52:05 +0000 (13:52 +0000)]
block/rss_client MDL-19970 - feeds failed to be deleted

The removing the rssfeed from cache is no longer relevant with simplepie,
but i'll create a bug to investigate clearning the cache.

15 years agoajaxlib: MDL-19756 Use 'confirmation' string which exists in confirm_dialogue
poltawski [Thu, 30 Jul 2009 13:44:26 +0000 (13:44 +0000)]
ajaxlib: MDL-19756 Use 'confirmation' string which exists in confirm_dialogue

15 years agoMDL-19969 standarising plugin names - prevent dupes in case record is already there
stronk7 [Thu, 30 Jul 2009 13:40:59 +0000 (13:40 +0000)]
MDL-19969 standarising plugin names - prevent dupes in case record is already there

15 years agoblocks: MDL-19893 move blocks on page UI - part 2
tjhunt [Thu, 30 Jul 2009 10:29:14 +0000 (10:29 +0000)]
blocks: MDL-19893 move blocks on page UI - part 2

This updates the DB.

I beleive this is correct, but it is very hairy and badly needs unit tests.

15 years agoblock MDL-19946 fix "cannot add block" bug (Tim's fix)
jerome [Thu, 30 Jul 2009 09:40:11 +0000 (09:40 +0000)]
block MDL-19946 fix "cannot add block" bug (Tim's fix)

15 years agofixed broken validation of parameters in confirm method
skodak [Thu, 30 Jul 2009 09:05:18 +0000 (09:05 +0000)]
fixed broken validation of parameters in confirm method

15 years agoblocks: MDL-19893 move blocks on page UI - part 1
tjhunt [Thu, 30 Jul 2009 08:22:12 +0000 (08:22 +0000)]
blocks: MDL-19893 move blocks on page UI - part 1

This does all the UI. It does not yet update the DB when you click to complete the action.

15 years agoMDL-19791 Fixed call to add_action
nicolasconnault [Thu, 30 Jul 2009 06:29:38 +0000 (06:29 +0000)]
MDL-19791 Fixed call to add_action

15 years agoMDL-19756 Improved API of OUTPUT->confirm()
nicolasconnault [Thu, 30 Jul 2009 06:09:45 +0000 (06:09 +0000)]
MDL-19756 Improved API of OUTPUT->confirm()

15 years agoMDL-19794 Updated topic and course format's use of popup_form for temporarily working...
nicolasconnault [Thu, 30 Jul 2009 03:48:08 +0000 (03:48 +0000)]
MDL-19794 Updated topic and course format's use of popup_form for temporarily working with new outputlib code. Will eventually need proper upgrading.

15 years agoMDL-19756 Migrated popup_form
nicolasconnault [Thu, 30 Jul 2009 03:47:12 +0000 (03:47 +0000)]
MDL-19756 Migrated popup_form

15 years agoblocks: MDL-19399 proper permissions checks for editing blocks.
tjhunt [Thu, 30 Jul 2009 03:44:10 +0000 (03:44 +0000)]
blocks: MDL-19399 proper permissions checks for editing blocks.

In particular for editing sticky blocks. If the admin addes one at site level,
then the teacher should not be able to change its configuration from
the course page, but should be able to set the position on this page.

15 years agoUpdated the HEAD build version to 20090730
moodlerobot [Thu, 30 Jul 2009 00:37:39 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090730

15 years agoNOBUG Fixed error happening when restoring missingtype questions if answers weren...
stronk7 [Wed, 29 Jul 2009 19:00:55 +0000 (19:00 +0000)]
NOBUG Fixed error happening when restoring missingtype questions if answers weren't present (cast error) Merged from 19_STABLE

15 years agoMDL-19956 $PAGE->set_url(...) passes the same arguments to the legacy page object
mudrd8mz [Wed, 29 Jul 2009 16:38:40 +0000 (16:38 +0000)]
MDL-19956 $PAGE->set_url(...) passes the same arguments to the legacy page object

Credit goes to Tim Hunt, thanks for explaining this to me.

15 years agoMDL-19956 $PAGE->set_url(...) accepts already prepared instance of moodle_url
mudrd8mz [Wed, 29 Jul 2009 16:05:36 +0000 (16:05 +0000)]
MDL-19956 $PAGE->set_url(...) accepts already prepared instance of moodle_url

15 years agoblock_rss_client/rsslib MDL-1393 Clean up
poltawski [Wed, 29 Jul 2009 14:10:15 +0000 (14:10 +0000)]
block_rss_client/rsslib MDL-1393 Clean up

- Remove obsolete magpie configuration
- Remove block_rss_client_submitters which has not been used for some
  time
- Remove some block_rss_client setup from rsslib.php

15 years agoblock_rss_client: MDL-13932/MDL-7946 - Switch to use Simplepie
poltawski [Wed, 29 Jul 2009 13:44:28 +0000 (13:44 +0000)]
block_rss_client: MDL-13932/MDL-7946 - Switch to use Simplepie

Simplepie is actively maintained and supports a broader range of feeds

15 years agoblock_rss_client: MDL-13932 Fix equality typo
poltawski [Wed, 29 Jul 2009 13:13:04 +0000 (13:13 +0000)]
block_rss_client: MDL-13932 Fix equality typo

15 years agoblock_rss_client: MDL-13932 Clean up a lot of the crap.
tjhunt [Wed, 29 Jul 2009 11:18:55 +0000 (11:18 +0000)]
block_rss_client: MDL-13932 Clean up a lot of the crap.

This was all in order to do MDL-19889!

* The old tabbed interface is gone.
* The manage feeds UI has been completely rewritten to be a few
separate sane scripts like managefeeds.php, editfeed.php and viewfeed.php
* This is used from both Admin -> plugins -> blocks ... and as a link from the block edit_form.php
* new edit_form.php for the block replacing config_istance.php.
* A lot of stuff to do with UI specific to this block has been removed from rsslib.php

15 years agoblocks: MDL-19010 fix block editing icon URLs.
tjhunt [Wed, 29 Jul 2009 11:14:41 +0000 (11:14 +0000)]
blocks: MDL-19010 fix block editing icon URLs.

15 years agoMDL-19756 Try to bring some consistency to how we handle & is attribute values.
tjhunt [Wed, 29 Jul 2009 08:52:49 +0000 (08:52 +0000)]
MDL-19756 Try to bring some consistency to how we handle & is attribute values.

15 years agoMDL-19756 Fixes to make actions on action_icons work.
tjhunt [Wed, 29 Jul 2009 08:45:24 +0000 (08:45 +0000)]
MDL-19756 Fixes to make actions on action_icons work.

15 years agotheme/styles MDL-19953 $THEME->csslifetime lets themers adjust the cacheability of...
moodler [Wed, 29 Jul 2009 08:12:48 +0000 (08:12 +0000)]
theme/styles MDL-19953 $THEME->csslifetime lets themers adjust the cacheability of their theme in seconds.

Also:

 1) In dev mode, caching is 60 seconds all the time.
 2) Standard theme always has a long 2 days

15 years agoblocks: MDL-19889 Convert mentees block to use edit_form.php - lang string.
tjhunt [Wed, 29 Jul 2009 05:19:45 +0000 (05:19 +0000)]
blocks: MDL-19889 Convert mentees block to use edit_form.php - lang string.

15 years agoblocks: MDL-19889 Convert mentees block to use edit_form.php
tjhunt [Wed, 29 Jul 2009 05:19:39 +0000 (05:19 +0000)]
blocks: MDL-19889 Convert mentees block to use edit_form.php

15 years agoblocks: MDL-19889 Convert blog tags block to use edit_form.php - fix comment typo.
tjhunt [Wed, 29 Jul 2009 05:13:34 +0000 (05:13 +0000)]
blocks: MDL-19889 Convert blog tags block to use edit_form.php - fix comment typo.

15 years agoblocks: MDL-19889 Convert blog tags block to use edit_form.php
tjhunt [Wed, 29 Jul 2009 05:12:47 +0000 (05:12 +0000)]
blocks: MDL-19889 Convert blog tags block to use edit_form.php

15 years agoblocks: MDL-19889 Convert random glossary block to use edit_form.php
tjhunt [Wed, 29 Jul 2009 03:57:56 +0000 (03:57 +0000)]
blocks: MDL-19889 Convert random glossary block to use edit_form.php

15 years agoblocks: MDL-19946 Sorry, remove debug code.
tjhunt [Wed, 29 Jul 2009 03:57:30 +0000 (03:57 +0000)]
blocks: MDL-19946 Sorry, remove debug code.

15 years agoblocks: MDL-19889 Convert quiz results block to use edit_form.php
tjhunt [Wed, 29 Jul 2009 03:55:12 +0000 (03:55 +0000)]
blocks: MDL-19889 Convert quiz results block to use edit_form.php

15 years agoquiz: XHTML strict.
tjhunt [Wed, 29 Jul 2009 03:51:34 +0000 (03:51 +0000)]
quiz: XHTML strict.

15 years agoblocks: MDL-19946 More bug fixes.
tjhunt [Wed, 29 Jul 2009 03:51:16 +0000 (03:51 +0000)]
blocks: MDL-19946 More bug fixes.

15 years ago"MDL-16597, disable add button once reach max files limit"
dongsheng [Wed, 29 Jul 2009 03:28:36 +0000 (03:28 +0000)]
"MDL-16597, disable add button once reach max files limit"

15 years agoblocks: MDL-19946 And another bug fix.
tjhunt [Wed, 29 Jul 2009 03:21:07 +0000 (03:21 +0000)]
blocks: MDL-19946 And another bug fix.

15 years agoblocks: MDL-19946 bugfixes for my previous commit.
tjhunt [Wed, 29 Jul 2009 03:19:43 +0000 (03:19 +0000)]
blocks: MDL-19946 bugfixes for my previous commit.

15 years ago"MDL-18520, use select instead radio button in admin page"
dongsheng [Wed, 29 Jul 2009 02:39:33 +0000 (02:39 +0000)]
"MDL-18520, use select instead radio button in admin page"

15 years agoMDL-19840 Fixed detection of empty attributes
nicolasconnault [Wed, 29 Jul 2009 01:23:47 +0000 (01:23 +0000)]
MDL-19840 Fixed detection of empty attributes

15 years agoMDL-19756 Updated unit tests
nicolasconnault [Wed, 29 Jul 2009 01:13:04 +0000 (01:13 +0000)]
MDL-19756 Updated unit tests

15 years agoMDL-19756 Changed html_button->label to html_button->text
nicolasconnault [Wed, 29 Jul 2009 01:10:30 +0000 (01:10 +0000)]
MDL-19756 Changed html_button->label to html_button->text

15 years agoMDL-19756 Migrated time selectors from weblib to outputlib
nicolasconnault [Wed, 29 Jul 2009 01:08:52 +0000 (01:08 +0000)]
MDL-19756 Migrated time selectors from weblib to outputlib

15 years agoUpdated the HEAD build version to 20090729
moodlerobot [Wed, 29 Jul 2009 00:38:03 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090729

15 years agoMDL-18658 add support for m4a files in the multimedia filter + missing mimetypes...
stronk7 [Tue, 28 Jul 2009 16:47:01 +0000 (16:47 +0000)]
MDL-18658 add support for m4a files in the multimedia filter + missing mimetypes. Credit goes to Ralf Krause, thanks! Merged from 19_STABLE

15 years agoMDL-19756 Migrated choose_from_menu_yesno and choose_from_menu_nested into $OUTPUT...
nicolasconnault [Tue, 28 Jul 2009 12:12:24 +0000 (12:12 +0000)]
MDL-19756 Migrated choose_from_menu_yesno and choose_from_menu_nested into $OUTPUT->select_menu()

15 years agoMDL-19756 Refactored JS code from SCORM and choice modules into the core function...
nicolasconnault [Tue, 28 Jul 2009 11:24:57 +0000 (11:24 +0000)]
MDL-19756 Refactored JS code from SCORM and choice modules into the core function submit_form_by_id()

15 years agoblocks: MDL-19946 Block editing form must be displayed from the original URL, with...
tjhunt [Tue, 28 Jul 2009 09:59:21 +0000 (09:59 +0000)]
blocks: MDL-19946 Block editing form must be displayed from the original URL, with properliy initialised $page

15 years ago"MDL-19118, fixed a javascript error on webkit core browsers"
dongsheng [Tue, 28 Jul 2009 09:57:28 +0000 (09:57 +0000)]
"MDL-19118, fixed a javascript error on webkit core browsers"

15 years agoMDL-19756 Removed redundant component::add_action_object() function and calls to it
nicolasconnault [Tue, 28 Jul 2009 09:37:14 +0000 (09:37 +0000)]
MDL-19756 Removed redundant component::add_action_object() function and calls to it

15 years agoMDL-19787 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:36:32 +0000 (09:36 +0000)]
MDL-19787 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agoMDL-19794 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:36:10 +0000 (09:36 +0000)]
MDL-19794 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agoMDL-19807 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:35:26 +0000 (09:35 +0000)]
MDL-19807 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agoMDL-19797 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:34:15 +0000 (09:34 +0000)]
MDL-19797 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agoMDL-19805 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:33:34 +0000 (09:33 +0000)]
MDL-19805 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agoMDL-19817 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:33:14 +0000 (09:33 +0000)]
MDL-19817 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agoMDL-19812 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:32:44 +0000 (09:32 +0000)]
MDL-19812 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agoMDL-19815 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
nicolasconnault [Tue, 28 Jul 2009 09:32:23 +0000 (09:32 +0000)]
MDL-19815 Migrated choose_from_menu to the new $OUTPUT->select_menu() function

15 years agostandard/styles MDL-19839 Fixed indenting, tidied up comments CSS and made it a bit...
moodler [Tue, 28 Jul 2009 09:15:23 +0000 (09:15 +0000)]
standard/styles MDL-19839 Fixed indenting, tidied up comments CSS and made it a bit more plain for standard

15 years ago"MDL-19839, resize user picture in comments api"
dongsheng [Tue, 28 Jul 2009 08:54:26 +0000 (08:54 +0000)]
"MDL-19839, resize user picture in comments api"

15 years ago"MDL-19839, limit maxium width of comments block"
dongsheng [Tue, 28 Jul 2009 08:19:26 +0000 (08:19 +0000)]
"MDL-19839, limit maxium width of comments block"

15 years agooutputlib: MDL-19756 fix $OUTPUT->user_picture.
tjhunt [Tue, 28 Jul 2009 07:57:57 +0000 (07:57 +0000)]
outputlib: MDL-19756 fix $OUTPUT->user_picture.

15 years ago"MDL-19839, use samller user picture, shorter date format, remove cancle button in...
dongsheng [Tue, 28 Jul 2009 07:09:11 +0000 (07:09 +0000)]
"MDL-19839, use samller user picture, shorter date format, remove cancle button in block, change the position of deteling button"

15 years agoGrrr! Nico.
tjhunt [Tue, 28 Jul 2009 04:29:42 +0000 (04:29 +0000)]
Grrr! Nico.

15 years agocourse MDL-19794: Fix more initialisation order problems
tjhunt [Tue, 28 Jul 2009 04:16:59 +0000 (04:16 +0000)]
course MDL-19794: Fix more initialisation order problems

15 years ago"MDL-19661, adding combobox support"
dongsheng [Tue, 28 Jul 2009 04:03:41 +0000 (04:03 +0000)]
"MDL-19661, adding combobox support"

15 years agoadmin: MDL-19787 $PAGE->set_url on admin/index.php
tjhunt [Tue, 28 Jul 2009 04:00:33 +0000 (04:00 +0000)]
admin: MDL-19787 $PAGE->set_url on admin/index.php

15 years agoMDL-19756 Improved the API for moodle_html_component::add_action to allow the first...
nicolasconnault [Tue, 28 Jul 2009 03:26:41 +0000 (03:26 +0000)]
MDL-19756 Improved the API for moodle_html_component::add_action to allow the first param to be a component_action object

15 years agocourse MDL-19794: Fix initialisation order problems on course/category.php.
tjhunt [Tue, 28 Jul 2009 03:12:04 +0000 (03:12 +0000)]
course MDL-19794: Fix initialisation order problems on course/category.php.

15 years agocourse MDL-19794: Fix initialisation order problems on course/index.php.
tjhunt [Tue, 28 Jul 2009 03:03:35 +0000 (03:03 +0000)]
course MDL-19794: Fix initialisation order problems on course/index.php.