Michael de Raadt
4b6bf04659
MDL-38543 Adjusted fieldset in select all-none fieldset check
2013-03-19 13:49:47 +08:00
Eloy Lafuente (stronk7)
63b738a177
Merge branch 'MDL-38212' of git://github.com/timhunt/moodle
2013-03-12 16:02:39 +01:00
Jean-Michel Vedrine
3f28674535
MDL-33424 Images missing when restoring a 1.9 backup
2013-03-09 13:51:34 +01:00
Tim Hunt
658b9372ee
MDL-38212 cron: display time and memory usage before each task.
...
This helps diagnose problems.
Also, call gc_collect_cycles between tasks, which may reduce the
frequency of out-of-memory errors.
2013-03-08 10:24:41 +00:00
Eloy Lafuente (stronk7)
bb8f31dbf3
MDL-31390 document the set_source_table() api change.
2013-03-04 18:18:09 +01:00
Andrew Robert Nicols
5251450372
MDL-31390 Convert set_source_sql with order clauses to set_source_table
2013-03-01 11:29:01 +00:00
Andrew Robert Nicols
d9bae60289
MDL-31390 Allow data to be sorted at backup
2013-03-01 10:03:13 +00:00
Sam Hemelryk
1727057218
MDL-37224 backup-import: better handling of search button
2013-02-21 08:23:58 +13:00
Sam Hemelryk
db6539c62a
MDL-37224 backup: fixed bug when searching for a course to import
2013-02-19 09:32:01 +13:00
Eloy Lafuente (stronk7)
a3cdb2ba7e
MDL-37893 Take rid of old comment.
2013-02-12 10:03:29 +01:00
Eloy Lafuente (stronk7)
b57f62c497
Merge branch 'MDL-37893-grouped-empty' of git://github.com/mudrd8mz/moodle
2013-02-12 10:02:23 +01: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
Damyon Wiese
40f1c065b4
Merge branch 'MDL-30637-master' of git://github.com/lucisgit/moodle
2013-02-11 10:37:03 +08:00
Simon Coggins
ec2d8ceb88
MDL-35332 lib: Improve security of hashed passwords
2013-02-09 06:47:57 +13: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
Eloy Lafuente (stronk7)
43b83ea19e
MDL-37893 Always notify pending starts before dispatching chunk
2013-02-07 20:59:43 +01:00
Ruslan Kabalin
a4f1834dca
MDL-30637 backup: Disable shortforms for backup interface
...
As all sections requre user attention or input, there is no sense making them
collapsed in backing up interface.
2013-02-07 14:27:02 +00:00
David Mudrák
2c06c715c7
MDL-37893 Allow elements with no final tags to form a grouped path
2013-02-07 13:00:19 +01:00
David Mudrák
98bba46b70
MDL-37893 Add unit test to demonstrate the issue
2013-02-07 13:00:18 +01:00
Eloy Lafuente (stronk7)
6617125ca4
Merge branch 'MDL-37870-progressive_parser_exception' of git://github.com/mudrd8mz/moodle
2013-02-05 10:19:06 +01:00
David Mudrák
5aeff5ebc0
MDL-37870 Fix the number of parameters when calling the parent constructor
2013-02-05 04:47:41 +01:00
Dan Poltawski
ba076613d3
Merge branch 'MDL-36986' of git://github.com/moodlerooms/moodle
2013-02-05 10:47:15 +08:00
Petr Škoda
a629ad3dff
MDL-37780 fix 1.9 restore on windows
2013-01-30 20:28:06 +01:00
Sam Hemelryk
e17dbeeb1a
MDL-34398 groups: implemented caching of group information.
2013-01-17 09:24:58 +13:00
Dan Poltawski
50ac16b8d0
Merge branch 'MDL-31484_anonymous_user_clash' of git://github.com/davosmith/moodle
2013-01-16 11:45:22 +08:00
Dan Poltawski
d0827c938f
Merge branch 'wip-MDL-30998-master' of git://github.com/marinaglancy/moodle
2013-01-15 12:51:48 +08:00
Marina Glancy
fa4c60c1fe
MDL-30998: updated docblocks for backup of advanced grading
2013-01-14 15:14:54 +11:00
Adrian Greeve
51e8d287f9
MDL-30797 - backup groups: Added a parameter to the groups_assign_grouping function.
...
$timeadded has now been included so that the backup / restore functions can now use
this API rather than duplicating the code.
2013-01-14 10:24:37 +08:00
Adam Olley
fdcf4a5f37
MDL-30797 backup: Use correct API call for mapping groups to groupings on import/restore
2013-01-14 10:24:37 +08:00
Sam Hemelryk
f44e7d0a77
Merge branch 'MDL-36357' of git://github.com/danpoltawski/moodle
...
Conflicts:
user/view.php
2013-01-09 09:34:22 +13:00
David Mudrák
0ab681d3e7
MDL-36977 Be more picky when it comes to migrating files in moodle1 backups
2013-01-08 08:53:38 +08:00
David Mudrák
7b66137f7b
MDL-36977 Add more unit tests for moodle1 backup conversion
2013-01-08 08:53:37 +08:00
Sam Hemelryk
dd89f61e68
Merge branch 'w51_MDL-29996_m25_oldfilters' of git://github.com/skodak/moodle
2013-01-07 15:22:37 +13:00
Simon Coggins
fd1d829500
MDL-35991 - use PARAM_LOCALURL for local urls
2013-01-07 10:09:20 +08:00
Jean-Philippe Gaudreau
924b8d7274
MDL-37161 Backup: Database error caused by grade book settings when importing or restoring a course
2013-01-04 09:59:59 -05:00
Petr Škoda
0662bd677c
MDL-29996 remove deprecated stuff from filter code
2012-12-30 17:02:18 +01:00
Dan Poltawski
3280819b20
Merge branch 'MDL-30899_master' of git://github.com/dmonllao/moodle
2012-12-18 09:10:42 +08:00
Jason Fowler
c8d1e4aa8c
MDL-35056 - Backup/Restore - Converting the 'Unmet Dependencies' Message to be a Developer Debug message to make moodle less confusing to the average user
2012-12-18 09:58:53 +13:00
Dan Poltawski
06ae410844
Merge branch 'MDL-37078-master' of git://github.com/sammarshallou/moodle
2012-12-17 11:36:57 +08:00
sam marshall
79e9e6049b
MDL-37078: Restore - section restore fails with multiple availability conditions
2012-12-12 10:47:17 +00:00
Eloy Lafuente (stronk7)
12e13ce047
Merge branch 'MDL-32880_master_3' of git://github.com/pauln/moodle
2012-12-11 22:48:06 +01:00
Sam Hemelryk
6e68a3a93c
Merge branch 'MDL-36650' of git://github.com/timhunt/moodle
2012-12-11 16:11:13 +13:00
Sam Hemelryk
0296e662a3
Merge branch 'w49_MDL-29442_m25_entityutf8' of git://github.com/skodak/moodle
2012-12-11 10:22:19 +13:00
Sam Hemelryk
13980de16b
Merge branch 'MDL-33125' of git://github.com/aolley/moodle
2012-12-10 10:19:32 +13:00
Petr Škoda
1a4596e434
MDL-29442 add missing utf-8 to entity html encoding and decoding
2012-12-09 18:21:38 +01:00
Eloy Lafuente (stronk7)
03953061ca
NOBUG: Bump backup relese for 2.5dev
2012-12-03 21:11:33 +01:00
Mark Nielsen
bf989c2f3a
MDL-36986: Adding course_restored event trigger
2012-12-03 09:37:29 -08:00
Tim Hunt
c23513dbe4
MDL-36650 don't change question timecreated or timemodified on restore.
2012-11-30 15:57:51 +00:00
Frederic Massart
d9f95015f5
MDL-36777 usability: Theming fixes on backup steps
2012-11-30 16:53:39 +08:00