Sam Hemelryk
6c721bbfed
navigation MDL-22173 Fixed XHTML issue with navbar, and removed redundant ul's from nodes without children
2010-04-27 02:01:38 +00:00
Eloy Lafuente
633fedbcea
MDL-22145 backup storage - add missing userid
2010-04-27 01:10:15 +00:00
Eloy Lafuente
ce937f9957
MDL-22145 backup storage - provide 'user_tohub' storage for HUB files
2010-04-27 01:02:38 +00:00
Moodle Robot
96449a1698
Updated the HEAD build version to 20100427
2010-04-27 00:42:02 +00:00
Helen Foster
5a944254f6
MDL-21695 adding help strings
2010-04-26 20:06:30 +00:00
Eloy Lafuente
777f6eb3d6
NOBUG: Fix tests that were using the old forum_ratings table (moved to rating).
2010-04-26 17:17:01 +00:00
Tim Hunt
c8a9f066f7
unit tests: MDL-22175 Still more improvements unit test failure display.
...
Thanks to Eloy for suggesting these improvements:
1. We display debuginfo if it is there.
2. If the exception refers to a missing lang string, we output as much
information as we have.
2010-04-26 15:25:56 +00:00
Helen Foster
5fbd8c0b07
MDL-21695 adding help strings
2010-04-26 13:36:22 +00:00
Jamie Pratt
38f57b632c
Just replacing some stray tabs with spaces for indentation in this file.
2010-04-26 11:50:32 +00:00
Helen Foster
51fd8fad80
MDL-21695 obsolete help files
2010-04-26 08:34:59 +00:00
Helen Foster
dbbd8e9fd1
MDL-21695 adding help strings
2010-04-26 08:28:50 +00:00
Martin Dougiamas
94ee9ae007
blocks/html MDL-19844 Very minimal fixes to make HTML work. Files still not working properly, see MDL-19844
2010-04-26 07:56:23 +00:00
Martin Dougiamas
9f6e1e71ed
Just adding a small readme placeholder for Patrick
2010-04-26 02:56:12 +00:00
Piers Harding
87db13b53c
MDL-21985 - modify the mod/scorm settings descriptions, reorder settings, and add the _hlp text values.
2010-04-26 01:00:22 +00:00
Moodle Robot
e72a035185
Updated the HEAD build version to 20100426
2010-04-26 00:42:43 +00:00
Patrick Malley
19e6204e34
Continuing work on Boxxie theme
2010-04-25 23:38:19 +00:00
Patrick Malley
d427d6095e
Removed embedded CSS and properly named a few elements
2010-04-25 19:20:35 +00:00
Eloy Lafuente
1c9e93c77a
MDL-21432 backup settings - added root "activities" setting and section settings
2010-04-25 15:51:42 +00:00
Dongsheng Cai
50d7699489
"MDL-8224, fixed chat module"
2010-04-25 15:14:36 +00:00
David Mudrak
c944495eed
MDL-15252 Added/fixed some CLI strings
2010-04-25 15:03:24 +00:00
Dan Marsden
6db1124204
Assignment MDL-7206 - zip_packer allows passing of file objects - doesn't need real path
2010-04-25 07:20:17 +00:00
Martin Dougiamas
f612434fb8
Added a missing string for block config
2010-04-25 06:49:20 +00:00
Moodle Robot
81594d961e
Updated the HEAD build version to 20100425
2010-04-25 00:41:30 +00:00
Helen Foster
a1397e4f88
MDL-21695 adding help strings
2010-04-24 21:11:39 +00:00
Petr Skoda
3811c1d4ad
MDL-22181 fixed 'random' overriding of assignment idnumbers in gradebook - big thanks to Gordon Bridge for the report and patch
2010-04-24 17:39:20 +00:00
Pierre Pichet
5a5487ff7f
correcting the addrule required
2010-04-24 09:48:37 +00:00
Pierre Pichet
a387e8ac3c
Setting help element for each file formats, TODO help filles
2010-04-24 09:44:42 +00:00
Pierre Pichet
05f7f7c1b4
Setting help element for each file formats, TODO help filles
2010-04-24 09:25:32 +00:00
Pierre Pichet
f942cd72e6
Moving setHelpButton('format',.. after addgroup($radioarray,'format' so it applies to an existing form element
2010-04-24 03:31:42 +00:00
Moodle Robot
2f9b71f763
Updated the HEAD build version to 20100424
2010-04-24 00:41:39 +00:00
Andreas Grabs
45c2f92aa3
MDL-21227 - convert Feedback to new files api
2010-04-23 23:18:56 +00:00
Pierre Pichet
04d8268d82
MDL-10110 adding import export xml for calculatedmulti and calculatedsimple
2010-04-23 23:10:11 +00:00
Pierre Pichet
34e24cd360
MDL-10110 correcting answers display and defining CALCULATEDMULTI for format
2010-04-23 23:07:52 +00:00
Andreas Grabs
271fdd6212
MDL-21227 - convert Feedback to new files api
2010-04-23 22:58:44 +00:00
Andreas Grabs
a59ff6b085
MDL-21227 - convert Feedback to new files api
2010-04-23 21:25:27 +00:00
Patrick Malley
aa1b682edf
MDL-22180 - Implementing new selector names for page layout
2010-04-23 17:47:48 +00:00
Patrick Malley
8e0d1f8586
implementing new wrapper names - MDL-22180
2010-04-23 17:43:08 +00:00
Petr Skoda
0a03123fcf
MDL-22167 removing sqlite because it is not maintained
2010-04-23 17:30:02 +00:00
Tim Hunt
39321e0faf
unit tests: MDL-22175 Further improvements unit test failure display.
...
Exceptions are now also shown with a pruned stack trace.
And 2.0 code for displaying PHP5 error types backported to 1.9.
2010-04-23 17:22:55 +00:00
Eloy Lafuente
9dbe1980c4
MDL-22176 backup & restore links - Added support for course encoder
2010-04-23 16:35:08 +00:00
Eloy Lafuente
cd00f9b78f
MDL-20628 section backup - add new field and missing alias
2010-04-23 12:35:40 +00:00
Tim Hunt
f99b19c58d
unit tests: MDL-22175 Improve unit test failure display.
...
When you are using helper funcitions, show all the interesting bits of the stack trace,
rather that just the line in the helper function where the failed asset was called.
2010-04-23 11:22:30 +00:00
Sam Marshall
4a9cf90e6a
weblib: MDL-22174 print_group_picture should not print empty links
2010-04-23 11:14:10 +00:00
Petr Skoda
f6eb428ea6
MDL-21781 trying to fix context+page title filtering trouble
2010-04-23 10:39:47 +00:00
Petr Skoda
b81e18f889
adding new forced upgrade version
2010-04-23 10:36:56 +00:00
Tim Hunt
836c47d7fe
MDL-22155 useful new method html_writer::nonempty_tag.
...
It outputs a tag only if the contents you pass is non-empty.
Also, unit tests for the basic parts of html_writer.
2010-04-23 10:34:07 +00:00
Andrew Davis
d251b25937
rating MDL-21657 updated version of ratings including checks for both new system capabilities and old per module capabilities
2010-04-23 09:44:19 +00:00
Petr Skoda
832d2d29a6
MDL-21781 removing user from cohorts during delete
2010-04-23 09:18:12 +00:00
Petr Skoda
fddf5b3d3f
MDL-21781 improved cohort table comments
2010-04-23 09:17:24 +00:00
Petr Skoda
3c35aea28c
MDL-21781 fixed cohort access control in groups UI
2010-04-23 09:16:53 +00:00