45706 Commits

Author SHA1 Message Date
David Mudrak
8bda7ceca1 Fixed MNet strings that explicitly talk about Moodle site
The remote site can be Mahara site, too.
2010-11-12 09:36:50 +00:00
David Mudrak
628c78409c New icon for portfolio export and improving its position
The old icon was considered "temporary" (according to Penny) and it was
not very clear. Hopefully this one is a bit better.
2010-11-12 08:52:55 +00:00
Sam Hemelryk
d9e0726431 lib MDL-1975 Users who have been auto logged in by guest are now redirected to login on capability exceptions rather than being shown the exception. 2010-11-12 07:53:55 +00:00
Dongsheng Cai
ee14924440 "MDL-25184, fixed regular expression of youtube" 2010-11-12 07:26:42 +00:00
Sam Hemelryk
081c914b39 backup MDL-25183 Added a dedicated CLI script for running automated backups 2010-11-12 07:05:18 +00:00
Sam Hemelryk
d067fc474c javascript MDL-25013 YUI modules are now recursively loaded and a stacktrace stored when this occurs 2010-11-12 05:26:47 +00:00
Andrew Davis
078397d28e gradebook MDL-21907 grader report group view was being limited to groups in the course's default grouping 2010-11-12 04:00:45 +00:00
Dongsheng Cai
b160915d6b "MDL-25175, fixed groups_get_group parameter" 2010-11-12 03:34:49 +00:00
Pierre Pichet
a207b735a2 MDL-25168 decoding questiontext using new questiontext array [text].... 2010-11-12 02:45:30 +00:00
Petr Skoda
07c53c4a48 MDL-25174 adding a workaround for old passwords that were hashed with magic quotes 2010-11-12 02:36:20 +00:00
Moodle Robot
e91182222b Updated the HEAD build version to 20101112 2010-11-12 00:48:49 +00:00
Eloy Lafuente
ab00250268 MDL-24924 course/import - delete one more file I missed in my prev commit 2010-11-11 22:57:39 +00:00
Eloy Lafuente
96c726b663 MDL-24924 course/import - plugin not available anymore. Killed! 2010-11-11 22:52:17 +00:00
Eloy Lafuente
dc2abd4020 MDL-24718 import - always import adding 2010-11-11 22:17:09 +00:00
Tim Hunt
5d548d3e0a question bank MDL-24995 clean up a lot of deprecated code to do with moving questions around.
This should also fix MDL-25172, MDL-23021 and MDL-23073. In other words, moving questions between categories should now work.
2010-11-11 21:54:22 +00:00
john St
333fde7664 fix for brick MDL-25091 2010-11-11 20:10:58 +00:00
Eloy Lafuente
0f66acede0 MDL-22135 - logs restore, course and activities + cleanup 2010-11-11 19:46:04 +00:00
Tim Hunt
d2af10140a forum files MDL-25167 files in the post file area were not moved when the post was moved or deleted.
Also, I refactord some code out of forum_move_post and into a new method file_storage::move_area_files_to_new_context. I hope that is OK.
2010-11-11 18:58:06 +00:00
David Mudrak
d8c4a74e29 Text filters can not be applied on the content exported to the portfolio
Filters can replace text with images (smilies, temporary TeX images
etc.), links to glossaries or databases or embedded media players.
Therefore it is important to disable filter processing during portfolio
export.
2010-11-11 18:47:57 +00:00
Tim Hunt
057815f341 formslib editor NOBUG delete unused global file reference. 2010-11-11 18:33:11 +00:00
David Mudrak
ac6d26bbd1 Portfolio export link displays title plus obsolete code cleanup 2010-11-11 18:24:49 +00:00
David Mudrak
f357d2f8eb Fixed portfolio UI integration in forum thread
There was not enough space to put yet another discussion thread control
widget.
2010-11-11 18:04:43 +00:00
David Mudrak
0ce579fe89 Portfolio strings changed to reflect the heading of the next page
Plus fixed some typos in the portfolio library
2010-11-11 18:04:27 +00:00
Tim Hunt
a9efae50e3 question upgrade MDL-16094 fix up earlier mistakes in the text format upgrade.
There was a mistake in the text format upgrade in the question bank. The wrong conversions were performed, and the wrong arguments were passed to text_to_html in the conversions that were done.

Also, not all the calls to format_text had been updated to use the values in the new format columns.

I think this change fixes everything, but I have only had very limited time to test it. I am committing it anyway, because that seems to me to be the best way to maximise testing. I think that the new code is certainly better than the old code was.
2010-11-11 17:32:25 +00:00
David Mudrak
d39c651378 Fixed trivial typo in debugging message text 2010-11-11 16:46:41 +00:00
David Mudrak
104c06ac9d Incorrect order of content processing during forum post portfolio export
During the portfolio export, portfolio_rewrite_pluginfile_urls() must be
called before format_text(). Otherwise some filters can interfere with
internal raw record syntax. For example, the Algebra Notation uses @@
for its own purposes and it used to break @@PLUGINFILE@@ placeholder.
2010-11-11 16:42:53 +00:00
David Mudrak
2da70c6c30 Fixed undefined variable notice 2010-11-11 15:44:34 +00:00
David Mudrak
eefb011d8a Box.net portfolio setup instructions updated 2010-11-11 13:33:37 +00:00
David Mudrak
76116d2e16 MDL-24693 Flickr.com portfolio plugin fixed 2010-11-11 13:33:13 +00:00
David Mudrak
bf0fc3c057 Improved portfolio export summary layout 2010-11-11 13:32:57 +00:00
Petr Skoda
4e56afdfb4 attempt to fix mnet jumping issue when already logged in as guest 2010-11-11 09:39:41 +00:00
Andrew Davis
943630292a message MDL-25148 fixed a bug with my popup availability bug fix 2010-11-11 09:17:47 +00:00
Sam Hemelryk
09ecc227a3 navigation MDL-24990 Wrapped link to assign roles in categories within proper capability check. 2010-11-11 08:58:46 +00:00
Petr Skoda
dfd9f745b1 MDL-21963 rewritten progress bar internals, hopefully working now properly 2010-11-11 07:56:49 +00:00
Andrew Davis
d38755249d message MDL-25148 using method on $PAGE to allow or disallow popup notifications 2010-11-11 06:11:43 +00:00
Petr Skoda
f11f7b41df MDL-25152 guest logging can be disabled now 2010-11-11 06:11:13 +00:00
Andrew Davis
e7f93d5cb5 message MDL-25148 added method to $PAGE to allow or disallow popup notifications 2010-11-11 06:06:11 +00:00
Aparup Banerjee
f38da0342f global search MDL-25133 fixes to blog posts search documents so that it will add new posts into the search index successfully 2010-11-11 05:53:43 +00:00
Petr Skoda
0ed26d1288 MDL-25150 new debugusers setting 2010-11-11 05:27:34 +00:00
Sam Hemelryk
740952e40b blocks MDL-24999 Fixed up regression in the display of block_list type blocks. Columns now site next to each other rather than below. 2010-11-11 05:15:41 +00:00
Sam Hemelryk
3cf8629554 user-profile-field-datetime MDL-24806 Fixed typo 2010-11-11 05:04:07 +00:00
Sam Hemelryk
41a42c1d02 mod-wiki MDL-25003 Wiki history diff view now uses divs for layout rather than table which fixes the nasty overflow problems that were occurring 2010-11-11 04:02:37 +00:00
Petr Skoda
80cfa4537c MDL-24239 scorm upgrade includes handling of extracted archives 2010-11-11 03:43:04 +00:00
Sam Hemelryk
ed1d72ea70 navigation MDL-25142 Fixed up differences in navigation between guest and normal user.
As part of this patch I also introduced a new method in accesslib can_access_course that can be used
to check a users access to a course.
I also fixed a minor issue with guest access flag caching in require_login
2010-11-11 03:37:56 +00:00
Aparup Banerjee
693fc4a29f global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings. 2010-11-11 03:37:54 +00:00
jerome mouneyrac
2031735b1b community block MDL-25141 hub description is now format in FORMAT_PLAIN + xhtml strict code + remove BR tags 2010-11-11 02:41:04 +00:00
Sam Hemelryk
215d7cb84e NOBUG: Improved docs for concat functions within mysql_native_moodle_database.php 2010-11-11 01:57:35 +00:00
Sam Hemelryk
9fc9de91be enrol-users MDL-24618 Enrol users search now concats firstname and lastname as requested and searches email. 2010-11-11 01:49:58 +00:00
Sam Hemelryk
33d34b4b77 restore MDL-24757 Fixed up course and category selectors 2010-11-11 01:21:16 +00:00
Moodle Robot
32d535ac4d Updated the HEAD build version to 20101111 2010-11-11 00:49:30 +00:00