]>
git.mjollnir.org Git - moodle.git/log
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
poltawski [Fri, 31 Jul 2009 21:19:20 +0000 (21:19 +0000)]
lib/rsslib - Missing global decloration of $OUTPUT
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
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
moodler [Fri, 31 Jul 2009 04:18:57 +0000 (04:18 +0000)]
blocks MDL-19010 Fixed a typo to make the title a string
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)
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)
moodlerobot [Fri, 31 Jul 2009 00:39:56 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090731
stronk7 [Thu, 30 Jul 2009 22:16:09 +0000 (22:16 +0000)]
MDL-19974 postgres sql generator - delete unused variable
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)
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)
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
stronk7 [Thu, 30 Jul 2009 18:54:54 +0000 (18:54 +0000)]
MDL-19695 dependencies - now every change_field_xxx() method looks for dependencies
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
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
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.
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
mudrd8mz [Thu, 30 Jul 2009 14:13:27 +0000 (14:13 +0000)]
MDL-19972 new function require_real_user()
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.
poltawski [Thu, 30 Jul 2009 13:44:26 +0000 (13:44 +0000)]
ajaxlib: MDL-19756 Use 'confirmation' string which exists in confirm_dialogue
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
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.
jerome [Thu, 30 Jul 2009 09:40:11 +0000 (09:40 +0000)]
block MDL-19946 fix "cannot add block" bug (Tim's fix)
skodak [Thu, 30 Jul 2009 09:05:18 +0000 (09:05 +0000)]
fixed broken validation of parameters in confirm method
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.
nicolasconnault [Thu, 30 Jul 2009 06:29:38 +0000 (06:29 +0000)]
MDL-19791 Fixed call to add_action
nicolasconnault [Thu, 30 Jul 2009 06:09:45 +0000 (06:09 +0000)]
MDL-19756 Improved API of OUTPUT->confirm()
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.
nicolasconnault [Thu, 30 Jul 2009 03:47:12 +0000 (03:47 +0000)]
MDL-19756 Migrated popup_form
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.
moodlerobot [Thu, 30 Jul 2009 00:37:39 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090730
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
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.
mudrd8mz [Wed, 29 Jul 2009 16:05:36 +0000 (16:05 +0000)]
MDL-19956 $PAGE->set_url(...) accepts already prepared instance of moodle_url
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
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
poltawski [Wed, 29 Jul 2009 13:13:04 +0000 (13:13 +0000)]
block_rss_client: MDL-13932 Fix equality typo
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
tjhunt [Wed, 29 Jul 2009 11:14:41 +0000 (11:14 +0000)]
blocks: MDL-19010 fix block editing icon URLs.
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.
tjhunt [Wed, 29 Jul 2009 08:45:24 +0000 (08:45 +0000)]
MDL-19756 Fixes to make actions on action_icons work.
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
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.
tjhunt [Wed, 29 Jul 2009 05:19:39 +0000 (05:19 +0000)]
blocks: MDL-19889 Convert mentees block to use edit_form.php
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.
tjhunt [Wed, 29 Jul 2009 05:12:47 +0000 (05:12 +0000)]
blocks: MDL-19889 Convert blog tags 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
tjhunt [Wed, 29 Jul 2009 03:57:30 +0000 (03:57 +0000)]
blocks: MDL-19946 Sorry, remove debug code.
tjhunt [Wed, 29 Jul 2009 03:55:12 +0000 (03:55 +0000)]
blocks: MDL-19889 Convert quiz results block to use edit_form.php
tjhunt [Wed, 29 Jul 2009 03:51:34 +0000 (03:51 +0000)]
quiz: XHTML strict.
tjhunt [Wed, 29 Jul 2009 03:51:16 +0000 (03:51 +0000)]
blocks: MDL-19946 More bug fixes.
dongsheng [Wed, 29 Jul 2009 03:28:36 +0000 (03:28 +0000)]
"MDL-16597, disable add button once reach max files limit"
tjhunt [Wed, 29 Jul 2009 03:21:07 +0000 (03:21 +0000)]
blocks: MDL-19946 And another bug fix.
tjhunt [Wed, 29 Jul 2009 03:19:43 +0000 (03:19 +0000)]
blocks: MDL-19946 bugfixes for my previous commit.
dongsheng [Wed, 29 Jul 2009 02:39:33 +0000 (02:39 +0000)]
"MDL-18520, use select instead radio button in admin page"
nicolasconnault [Wed, 29 Jul 2009 01:23:47 +0000 (01:23 +0000)]
MDL-19840 Fixed detection of empty attributes
nicolasconnault [Wed, 29 Jul 2009 01:13:04 +0000 (01:13 +0000)]
MDL-19756 Updated unit tests
nicolasconnault [Wed, 29 Jul 2009 01:10:30 +0000 (01:10 +0000)]
MDL-19756 Changed html_button->label to html_button->text
nicolasconnault [Wed, 29 Jul 2009 01:08:52 +0000 (01:08 +0000)]
MDL-19756 Migrated time selectors from weblib to outputlib
moodlerobot [Wed, 29 Jul 2009 00:38:03 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090729
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
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()
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()
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
dongsheng [Tue, 28 Jul 2009 09:57:28 +0000 (09:57 +0000)]
"MDL-19118, fixed a javascript error on webkit core browsers"
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
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
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
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
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
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
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
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
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
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
dongsheng [Tue, 28 Jul 2009 08:54:26 +0000 (08:54 +0000)]
"MDL-19839, resize user picture in comments api"
dongsheng [Tue, 28 Jul 2009 08:19:26 +0000 (08:19 +0000)]
"MDL-19839, limit maxium width of comments block"
tjhunt [Tue, 28 Jul 2009 07:57:57 +0000 (07:57 +0000)]
outputlib: MDL-19756 fix $OUTPUT->user_picture.
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"
tjhunt [Tue, 28 Jul 2009 04:29:42 +0000 (04:29 +0000)]
Grrr! Nico.
tjhunt [Tue, 28 Jul 2009 04:16:59 +0000 (04:16 +0000)]
course MDL-19794: Fix more initialisation order problems
dongsheng [Tue, 28 Jul 2009 04:03:41 +0000 (04:03 +0000)]
"MDL-19661, adding combobox support"
tjhunt [Tue, 28 Jul 2009 04:00:33 +0000 (04:00 +0000)]
admin: MDL-19787 $PAGE->set_url on admin/index.php
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
tjhunt [Tue, 28 Jul 2009 03:12:04 +0000 (03:12 +0000)]
course MDL-19794: Fix initialisation order problems on course/category.php.
tjhunt [Tue, 28 Jul 2009 03:03:35 +0000 (03:03 +0000)]
course MDL-19794: Fix initialisation order problems on course/index.php.
nicolasconnault [Tue, 28 Jul 2009 02:45:13 +0000 (02:45 +0000)]
MDL-19756 Migrating choose_from_menu to outputlib
nicolasconnault [Tue, 28 Jul 2009 02:31:30 +0000 (02:31 +0000)]
MDL-19756 Fixing deprecated print_spacer() function
nicolasconnault [Tue, 28 Jul 2009 02:27:04 +0000 (02:27 +0000)]
MDL-19756 Fixing deprecated print_spacer() function
moodlerobot [Tue, 28 Jul 2009 00:38:43 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090728
mits [Mon, 27 Jul 2009 21:18:59 +0000 (21:18 +0000)]
MDL-19944 Removed duplicate "enable guest access".
skodak [Mon, 27 Jul 2009 20:36:28 +0000 (20:36 +0000)]
MDL-19943 new debug optiosn for validators link and page info in footer
skodak [Mon, 27 Jul 2009 19:32:45 +0000 (19:32 +0000)]
MDL-16089 fixed hardcoded itemid in module files support
mudrd8mz [Mon, 27 Jul 2009 16:47:44 +0000 (16:47 +0000)]
MDL-16597 Fixed typo - missing slash
skodak [Mon, 27 Jul 2009 15:14:49 +0000 (15:14 +0000)]
MDL-19756 better broken param diag
skodak [Mon, 27 Jul 2009 15:13:35 +0000 (15:13 +0000)]
MDL-19756 fixing incorrect parameter objects
poltawski [Mon, 27 Jul 2009 14:18:01 +0000 (14:18 +0000)]
lib/simplepie: Improve Integration MDL-7946, MDL-13932
Added more unit tests, improved style and fixed:
- Failed behaviour of redirects
- Incorrect behaviour on feed retrival failure
- Ensured rss cache clear for unit test setup
skodak [Mon, 27 Jul 2009 12:39:13 +0000 (12:39 +0000)]
MDL-16231 fixed regression - completed delete file refactoring
nicolasconnault [Mon, 27 Jul 2009 12:02:39 +0000 (12:02 +0000)]
MDL-19756 Fixed incorrectly thrown exception in output->confirm()
nicolasconnault [Mon, 27 Jul 2009 10:41:38 +0000 (10:41 +0000)]
MDL-19756 Removing debugging call