Eloy Lafuente (stronk7)
65412c365d
Merge branch 'MDL-37961-master' of git://github.com/FMCorz/moodle
2013-02-12 00:43:38 +01:00
Eloy Lafuente (stronk7)
e196517bf5
Merge branch 'wip-MDL-35832-master' of git://github.com/phalacee/moodle
2013-02-11 23:31:38 +01:00
David Mudrák
55834476c4
MDL-37598 Proceed full setup in YUI serving files if needed
...
When serving Moodle YUI files, including just moodlelib.php is not enough
any more. We need the full setup in order to use MUC.
Please note that cookies are disabled in these two scripts. This may make
cache_store::MODE_SESSION caches unavailable. We do not expect they will
be needed here.
2013-02-11 16:35:16 +01:00
Gareth J Barnard
cbddba1887
MDL_34798 format_topics and format_weeks: Adjust section names when moving up.
2013-02-11 13:43:42 +00:00
Dan Poltawski
32f832b22b
Merge branch 'master_MDL-35332' of git://github.com/totara/moodle
2013-02-11 16:43:34 +08:00
Simon Coggins
5c4ffeb883
MDL-35332: Use fast hash when generating hashes during tests
2013-02-11 21:38:07 +13:00
Matt Oquist
da48404391
MDL-37953 mod_forum: replace hard-coded numbers with defined values
...
mod/forum/lib.php sets forum_posts.mailed to 0, 1, and 2. What do these numbers
mean? This patch creates defined values for these otherwise-mysterious
numbers.
2013-02-11 15:20:18 +08:00
Damyon Wiese
a052fe8a6b
MDL-37122 core get_max_upload_sizes: Removed unit test for no limit as it is depends on settings in php.ini
2013-02-11 15:18:12 +08:00
Dan Poltawski
354348865c
Merge branch 'MDL-34137_label_dndupload' of git://github.com/davosmith/moodle
2013-02-11 14:55:13 +08:00
Damyon Wiese
1e7db9fee8
Merge branch 'master_MDL-35332' of git://github.com/totara/moodle
...
Conflicts:
lib/tests/moodlelib_test.php
version.php
2013-02-11 14:51:11 +08:00
Frederic Massart
4d3fd60d28
MDL-37961 webservice: PARAM_BOOL with PARAM_DEFAULT accepts boolean default
2013-02-11 14:37:19 +08:00
Dan Poltawski
9d7d0c4f2b
Merge branch 'MDL-37039-master' of git://github.com/damyon/moodle
2013-02-11 14:32:53 +08:00
Dan Poltawski
2ae00d0d3c
Merge branch 'MDL-37122-master' of git://github.com/damyon/moodle
2013-02-11 14:24:04 +08:00
Dan Poltawski
acd561c66a
Merge branch 'MDL-37797' of git://github.com/rwijaya/moodle
2013-02-11 13:58:36 +08:00
Andrew Davis
c90e6b4644
MDL-36091 added debugging() calls in blocks of code marked as "should never happen"
2013-02-11 13:24:52 +08:00
Frederic Massart
506522d582
MDL-5875 forum: Option to display post word count
2013-02-11 12:08:46 +08:00
Rajesh Taneja
95556ce4e8
MDL-20131 Glossary: Global glossary can be added in Random glossary entry block.
2013-02-11 11:55:26 +08:00
Dan Poltawski
06d8f380e9
MDL-35819 - version bump for various JS changes
2013-02-11 10:56:36 +08:00
Dan Poltawski
a614fb7457
Merge branch 'MDL-35819-m' of git://github.com/andrewnicols/moodle
2013-02-11 10:56:07 +08:00
Damyon Wiese
8dcca4aacb
MDL-30637 Formslib - Cleanup for shortforms implementation (mostly comments)
...
Also added deprecated functions for the functions that were removed from MoodleQuickForm.
2013-02-11 10:37:13 +08:00
Damyon Wiese
40f1c065b4
Merge branch 'MDL-30637-master' of git://github.com/lucisgit/moodle
2013-02-11 10:37:03 +08:00
Andrew Davis
01da2d3665
MDL-32076 core_grade: fixed ajax handling of unlimited grades and added some unit tests
2013-02-11 08:49:43 +08:00
Andrew Davis
2e2d197798
MDL-37164 core_message: prevent users from interacting with themself
2013-02-11 08:48:56 +08:00
Andrew Robert Nicols
238b8bc9b6
MDL-35819 AJAX Rewrite Moodle popup help to be more friendly and more efficient
2013-02-10 11:50:56 +00:00
AMOS bot
384dd10a8a
Automatically generated installer lang files
2013-02-10 00:41:38 +00:00
Eloy Lafuente (stronk7)
82b61ff8a5
MDL-37952 make helper descendants abstract
2013-02-09 16:22:06 +01:00
Davo Smith
039677df70
MDL-37831 filepicker - icons / details / tree selector buttons now work more reliably
2013-02-08 20:37:19 +00:00
Simon Coggins
ec2d8ceb88
MDL-35332 lib: Improve security of hashed passwords
2013-02-09 06:47:57 +13:00
Tim Hunt
2d2018abda
MDL-37896 qtype_essay: correct PARAM_CLEANHTML -> PARAM_RAW.
...
It turns out that you should almost never use PARAM_CLEANHTML.
2013-02-08 12:51:21 +00:00
Tim Hunt
1fa845437c
MDL-37943 upgrade: logic error in upgrade_plugins_blocks.
...
Derek Woolhead tracked down the problem and what needed to be fixed. I
just made the patch.
The problem was that if $plugin->cron had changed in version.php, then
the version number in the database could end up wrong after the upgrade,
and so the upgrade would immediately run a second time.
2013-02-08 12:40:49 +00:00
David Mudrák
b3c00549c5
MDL-37774 Do not pass trailing slash if the method does not want it
2013-02-08 12:05:44 +01:00
David Mudrák
d0530ed444
MDL-37774 Make moodle1_file_manager::migrate_directory() support trailing slash in rootpath
...
As the $rootpath is concatenated with the $relpath, we would end with a
path like course_files//file.txt. Such a path is detected as not-valid
later and an error would be thrown.
So the patch makes sure that the trailing slash is cut off and a
debugging for the developer is displayed.
2013-02-08 11:45:24 +01:00
David Mudrák
86083f9752
MDL-37774 Add unit test to illustrate the problem with the trailing slash
...
The patch introduces two new tests for moodle1_file_manager::migrate_directory().
The second test with the trailing slash reveals the trouble here.
The expected behaviour is that the method would deal with the trailing
slash. Debugging message for the developer should be displayed though.
2013-02-08 11:41:38 +01:00
David Monllao
68fae082df
MDL-37787 behat: Using progress format by default
2013-02-08 17:14:57 +08:00
David Monllao
b831d47925
MDL-37768 behat: Checking test site version before running tests
2013-02-08 17:14:26 +08:00
David Monllao
9776ddeee2
MDL-37873 behat: Fixing CSS-based assertions arguments
2013-02-08 17:13:32 +08:00
David Monllao
bf4fa29980
MDL-37750 behat: Adding tests for the rest of the steps definitions
2013-02-08 17:11:27 +08:00
David Monllao
1f9ffbdbde
MDL-37750 behat: Using base find* methods
2013-02-08 17:11:27 +08:00
David Monllao
d56ae59b47
MDL-37750 behat: Waiting for DOM ready
2013-02-08 17:11:27 +08:00
David Monllao
ff48a235a9
MDL-37750 behat: Elements finders at base level
...
Set of DOM elements finders to
avoid false fails.
2013-02-08 17:11:27 +08:00
Davo Smith
fbe4579250
MDL-34137 mod_label - resize images when uploaded via drag & drop
2013-02-08 08:13:24 +00:00
Davo Smith
785e09a7e3
MDL-32456 mod_label - support course drag and drop upload images to create labels
2013-02-08 08:13:24 +00:00
Damyon Wiese
93d1de6d3f
MDL-37039 Assignment - Do not apply filters to grading table for offline assignments
...
Because the filters do not make sense for offline assignments, they are hidden. But if the active filter
prevents you from seeing any assignments you cannot change it. This change makes it so the filters are
also not applied when the assignment is an offline assignment.
2013-02-08 15:44:18 +08:00
Damyon Wiese
7a15c5c458
MDL-37074 Assign theming: Use addClass/removeClass instead of setAttribute to preserve existing classes
2013-02-08 15:16:47 +08:00
Damyon Wiese
6319737865
weekly release 2.5dev
2013-02-08 11:13:54 +08:00
Damyon Wiese
7bdf7d165d
ie9 svg compatibility fixes
2013-02-08 11:05:09 +08:00
Damyon Wiese
eb28bb604f
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2013-02-08 11:02:42 +08:00
AMOS bot
8a3ef166a9
Automatically generated installer lang files
2013-02-08 00:45:14 +00:00
David Mudrák
8d37c9b2d9
MDL-37919 Let PHPUnit display the content of $a even if the error string is not found
2013-02-08 01:25:31 +01:00
Eloy Lafuente (stronk7)
43b83ea19e
MDL-37893 Always notify pending starts before dispatching chunk
2013-02-07 20:59:43 +01:00