Eloy Lafuente (stronk7)
cb48174266
MDL-32587 phpunit: new option to create distributed phpunit.xml files
2012-04-27 13:42:17 +02:00
Petr Skoda
51b7297b7e
MDL-32586 silence buggy glibc when fixing utf-8 strings
2012-04-27 13:41:12 +02:00
Petr Skoda
bd319d12c2
MDL-30686 fix typo
...
Thanks Dan Poltawski!
2012-04-27 13:39:18 +02:00
Petr Skoda
f0202ae9a2
MDL-30686 improve accuracy of qualified_me() by trying PAGE->url first
...
This should help SSL proxies and returning to current page after require_login().
2012-04-27 13:39:18 +02:00
Petr Skoda
6c0e5cd193
MDL-19071 test PCRE compatibility with unicode characters
2012-04-27 13:37:54 +02:00
Eloy Lafuente (stronk7)
291e168894
Revert "MDL-32249 completion: Round course grades and remove hardcoded string"
...
This reverts commit 412cecc32b
.
2012-04-27 12:03:26 +02:00
Dan Poltawski
70b36b488b
MDL-31263 lib/ajax/blocks.php fix nonsensical url
2012-04-26 11:03:05 +08:00
Eloy Lafuente (stronk7)
ee5855687e
Merge branch 'MDL-31052-js-rewrite' of git://github.com/danpoltawski/moodle
2012-04-26 03:32:08 +02:00
Eloy Lafuente (stronk7)
d7f84a2962
Merge branch 'MDL-32471-thumbnails' of git://github.com/mudrd8mz/moodle
2012-04-25 15:14:27 +02:00
David Mudrak
f7eec6ce79
MDL-32471 improved SQL to prevent potential full table scans
2012-04-25 13:44:36 +02:00
David Mudrak
94d104172e
MDL-32471 just a trivial change to prevent eventual issues with various preview modes
2012-04-25 11:53:57 +02:00
David Mudrak
8f110835c1
MDL-32471 adding preview generation unit tests
...
The test image is a public domain file from
http://commons.wikimedia.org/wiki/File:Easter_eggs_-_onion_decoration.jpg
2012-04-25 11:42:17 +02:00
Eloy Lafuente (stronk7)
795558d3e5
Merge branch 'MDL-31548-master' of git://github.com/ankitagarwal/moodle
2012-04-24 21:56:57 +02:00
David Mudrak
fe68aac7d9
MDL-32471 using === for string comparison
...
Thanks to Petr Skoda for spotting this during the peer-review.
2012-04-24 16:10:46 +02:00
David Mudrak
9120a46257
MDL-32471 remove orphaned preview files via cron
2012-04-24 15:14:09 +02:00
David Mudrak
7a00d4385d
MDL-32471 preview thumbnails support for other component types
...
This commit affects mostly qtypes. Other standard components either do
not have pluginfile handler or have been already updated to the new API.
2012-04-24 14:29:44 +02:00
David Mudrak
957fc845b6
MDL-32471 preview thumbnails support for blocks
...
block_xxx_pluginfile() now accepts the $options parameter that is to be passed
to the send_stored_file() function.
2012-04-24 14:01:53 +02:00
Eloy Lafuente (stronk7)
2ea2549e13
MDL-31914 db fix - cannot use table aliases on DELETE statements. Credit goes to Andrew Nicols (LUNS).
2012-04-24 13:07:11 +02:00
Eloy Lafuente (stronk7)
c833026b24
Merge branch 'MDL-32249' of github.com:srynot4sale/moodle
2012-04-24 12:56:30 +02:00
Andrew Robert Nicols
ede323e2b3
MDL-31914 Ensure that completion criteria are deleted when removing a course module
...
Conflicts:
lib/db/upgrade.php
version.php
2012-04-24 12:25:53 +02:00
David Mudrak
261cbbacc1
MDL-32471 preview thumbnails support for activity modules
...
Activity module's xxx_pluginfile() now accepts the $options parameter
that is to be passed to the send_stored_file() function.
2012-04-24 12:09:45 +02:00
David Mudrak
82c224ee7a
MDL-32471 send_stored_file() now supports the preview option
...
If for any reason the preview image can't be generated for the given
file (eg we do not support its mimetype yet), the function will send
404 Not Found HTTP header. This will be useful for the lazy loading of
the file thumbnails as the JavaScript will simply ignore such response
and will not replace the default icon for the file.
In the future, a fallback thumbnail generator can be implemented that
would generate some sort of default preview for all files (eg using
the mimetype icon like some desktop OS do).
2012-04-24 12:09:45 +02:00
David Mudrak
c4d19c5a07
MDL-32471 introducing file_storage::get_file_preview() method
2012-04-24 12:09:45 +02:00
David Mudrak
f0a23f5322
MDL-32471 introducing generate_image_thumbnail() function
...
This helper function uses GD library to generate a thumbnail of the
given image file.
2012-04-24 12:09:45 +02:00
David Mudrak
f0f4fff900
MDL-32471 fixing the coding style in lib/gdlib.php
...
The GD functions are listed in lowercase in the PHP manual. So they
should be using this case in our code, too (otherwise, doc autolinking
tools may not work). I did not remove the underscore from the parameters
names intentionally to have the function interface compatible with the
one documented in the PHP manual.
See http://www.php.net/manual/en/ref.image.php
<
2012-04-24 12:09:44 +02:00
David Mudrak
796495fed2
MDL-32471 changing the interface of the send_stored_file()
2012-04-24 12:09:44 +02:00
David Mudrak
b071498f1b
MDL-32471 pluginfile.php accepts optional parameter 'preview'
2012-04-24 12:09:44 +02:00
Ruslan Kabalin
5683815612
MDL-31263 Rewrite block drag/drop using YUI3
2012-04-24 13:25:43 +08:00
Dan Poltawski
8e8f247f2c
Merge branch 'w17_MDL-32427_m23_protocols' of git://github.com/skodak/moodle
2012-04-24 10:27:15 +08:00
Ruslan Kabalin
ae2afddcd6
MDL-31222 Create a core YUI3 Module for drag-drop
2012-04-23 21:28:39 +01:00
Andrew Robert Nicols
ebaa29d107
MDL-31096 Convert course resource/section javascript to YUI3 Module
...
AMOS BEGIN
MOV [hideweekfromothers,moodle],[hidefromothers,format_week]
MOV [showweekfromothers,moodle],[showfromothers,format_week]
MOV [hidetopicfromothers,moodle],[hidefromothers,format_topics]
MOV [showtopicfromothers,moodle],[showfromothers,format_topics]
AMOS END
2012-04-23 21:28:39 +01:00
Ruslan Kabalin
d8feba6ce7
MDL-31052 Add generic lightbox spinner to indicate progress to user
2012-04-23 21:17:50 +01:00
Dan Poltawski
a0a87e85f0
Merge branch 'w17_MDL-32477_m23_cloneperm' of git://github.com/skodak/moodle
2012-04-23 16:35:26 +08:00
Petr Skoda
d72bb48662
MDL-32427 add HTML Purifier allowed scheme tests
2012-04-23 10:30:00 +02:00
Petr Skoda
590abcf801
MDL-32427 fix suport for extra schemes in links in HTML Purifier
2012-04-23 10:29:43 +02:00
Dan Poltawski
3bbfe7d636
Merge branch 'w17_MDL-32449_m23_tinymce' of git://github.com/skodak/moodle
2012-04-23 15:37:34 +08:00
Dan Poltawski
98fc9c8363
Merge branch 'w17_MDL-31553_m23_clitimeout' of git://github.com/skodak/moodle
2012-04-23 15:25:42 +08:00
Dan Poltawski
b68eef5e0b
Merge branch 'MDL-32462' of git://github.com/timhunt/moodle
2012-04-23 12:54:01 +08:00
Dan Poltawski
e0ed91ba39
Merge branch 'MDL-29262' of git://github.com/stronk7/moodle
...
Conflicts:
version.php
2012-04-23 12:42:16 +08:00
Dan Poltawski
e7e0f8d27f
Merge branch 'MDL-32215-master' of git://github.com/sammarshallou/moodle
...
Conflicts:
course/simpletest/testcourselib.php
lib/db/upgrade.php
version.php
2012-04-23 12:20:57 +08:00
Dan Poltawski
f488088109
Merge branch 'w17_MDL-32569_m23_phpunit5' of git://github.com/skodak/moodle
2012-04-23 11:21:06 +08:00
Dan Poltawski
a50a1b5dbf
Merge branch 'w17_MDL-32512_m23_estrict' of git://github.com/skodak/moodle
2012-04-23 10:22:04 +08:00
Dan Poltawski
c4974b077a
Merge branch 'w17_MDL-32576_m23_markdown' of git://github.com/skodak/moodle
2012-04-23 10:09:02 +08:00
Dan Poltawski
242c26e063
Merge branch 'w17_MDL-32575_m23_typo3' of git://github.com/skodak/moodle
2012-04-23 10:07:07 +08:00
Aaron Barnes
412cecc32b
MDL-32249 completion: Round course grades and remove hardcoded string
2012-04-23 12:18:44 +12:00
Petr Skoda
b29487664d
MDL32575 make sure typo3 is not confused by non-string data types
2012-04-23 00:20:47 +02:00
Eloy Lafuente (stronk7)
14e2704ad4
MDL-29262 backup: new setting to control the ttl of backup logs
...
Add one new backup setting, moving from the general CFG->loglifetime,
to be able to delete backup logged information often.
2012-04-22 21:23:55 +02:00
Petr Skoda
5563f5fbbb
MDL-31553 do not timeout CLI upgrade scripts
...
Credit goes to Michael Aherne.
2012-04-22 17:51:06 +02:00
Petr Skoda
fb8e3faba2
MDL-32569 always set $CFG->wwwroot to http://www.example.com/moodle in test environment
2012-04-22 17:23:20 +02:00
Petr Skoda
e4ba066f1d
MDL-32576 import Markdown 1.2.5
2012-04-21 22:17:41 +02:00