moodle/blocks
tjhunt 43457dc87c MDL-12066 - Links in the HTML block are not recoded on backup and restore.
This is messy because the links are hidden in the configdata column, which is serialized and base64encoded. So we have to untangle that, then ask the block whether there are any bits of $config that need to be fixed, then re-encode it before backup up. And reverse that on restore. It needs to remain base64 encoded in the backup file, so that the file format is backwards compatible.

I disucssed this with Eloy before doing it.

Merged from MOODLE_19_STABLE.
2007-11-14 17:03:32 +00:00
..
activity_modules Changed applicable_formats to remove certain blocks from the tags pages 2007-08-10 09:33:21 +00:00
admin MDL-11952 - In the course admin block, if the user has moodle/question:managecategory, but no other capabilites, the questions link should go to the manage categories page. Merged from MOODLE_19_STABLE. 2007-10-29 16:58:32 +00:00
admin_bookmarks MDL-11937 - save 100 database queries in the case of the admin bookmarks block 2007-10-28 23:06:39 +00:00
admin_tree MDL-11563 replaced hardcoded permission check from admin_tree_block 2007-10-28 22:35:00 +00:00
blog_menu MDL-11442 removed last instances of global $course 2007-09-27 08:18:28 +00:00
blog_tags MDL-7380 converted various places to use new groups API 2007-09-08 20:53:05 +00:00
calendar_month fixing a warning 2007-10-16 04:33:46 +00:00
calendar_upcoming calendar: performance optimisations + behaviour fix (MDL-7416 MDL-9617) 2007-05-06 04:28:11 +00:00
course_list Let's use the default (cached) list of fields here. MDL-10571 2007-07-23 16:34:41 +00:00
course_summary MDL-8518 incorrect link to frontpage settings from course summary block 2007-02-14 21:04:05 +00:00
db Second pass. Some more default comments are out. MDL-11385 2007-09-24 22:10:13 +00:00
glossary_random MDL-9457 Missed a few files 2007-04-23 04:14:11 +00:00
html MDL-12066 - Links in the HTML block are not recoded on backup and restore. 2007-11-14 17:03:32 +00:00
loancalc MDL-11869 - javascript syntax error was preventing the call to the calc function. Adding in the double slashes around CDATA resolves the problem. (merging into HEAD) 2007-10-22 20:39:29 +00:00
login Longer titles names in languages like German are displayed above the input field. I reduced the length of the input fields to 5em as in 1.8. 2007-06-14 07:55:18 +00:00
mentees Changed applicable_formats to remove certain blocks from the tags pages 2007-08-10 09:33:21 +00:00
messages MDL-7861xhtml strict and css fixes in blocks 2007-01-09 23:45:24 +00:00
mnet_hosts Changed applicable_formats to remove certain blocks from the tags pages 2007-08-10 09:33:21 +00:00
news_items MDL-10939 converting news_item block too 2007-09-07 09:43:14 +00:00
online_users MDL-7380 converted various places to use new groups API 2007-09-08 20:53:05 +00:00
participants change participants of frontpage course to display all users, if current user has capability MDL-11143 2007-10-02 03:37:30 +00:00
quiz_results MDL-10383 - groups/groupings refactoring nearly finished ;-) 2007-08-16 11:06:48 +00:00
recent_activity Changed applicable_formats to remove certain blocks from the tags pages 2007-08-10 09:33:21 +00:00
rss_client Second pass. Some more default comments are out. MDL-11385 2007-09-24 22:10:13 +00:00
search changing access resolution for buttons labels 2007-10-07 19:44:59 +00:00
search_forums Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6" 2007-05-09 14:15:33 +00:00
section_links MDL-10995 eliminated some get course record calls - reused $COURSE instead 2007-08-26 08:24:50 +00:00
site_main_menu MDL-11004 missing capability check in main manu block on the frontpage 2007-08-26 15:58:48 +00:00
social_activities MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
tag_flickr MDL-11766 Flickr/Youtube blocks don't respect http proxy vars 2007-10-19 15:09:12 +00:00
tag_youtube MDL-11766 Flickr/Youtube blocks don't respect http proxy vars 2007-10-19 15:09:12 +00:00
tags MDL-11230 fixing wrong include for tags library - always use require_once() instead of include() when dealing with library files! 2007-09-16 21:43:08 +00:00
index.html Just to avoid browsing of block directory 2006-04-08 16:05:38 +00:00
moodleblock.class.php MDL-12066 - Links in the HTML block are not recoded on backup and restore. 2007-11-14 17:03:32 +00:00
version.php missing a ?> 2007-08-13 02:57:05 +00:00