Petr Skoda [Fri, 21 May 2010 19:25:13 +0000 (19:25 +0000)]
fixed comment typo
Petr Skoda [Fri, 21 May 2010 19:22:53 +0000 (19:22 +0000)]
fixed admin typo
Petr Skoda [Fri, 21 May 2010 19:20:36 +0000 (19:20 +0000)]
fixed role typo
Petr Skoda [Fri, 21 May 2010 19:19:47 +0000 (19:19 +0000)]
fixed some repository typos
Petr Skoda [Fri, 21 May 2010 19:18:47 +0000 (19:18 +0000)]
fixed portfolio lang typo
Petr Skoda [Fri, 21 May 2010 19:17:35 +0000 (19:17 +0000)]
fixed notes lang typo
Petr Skoda [Fri, 21 May 2010 19:13:00 +0000 (19:13 +0000)]
fixed comment typos, removed silly global object docs
Petr Skoda [Fri, 21 May 2010 19:08:35 +0000 (19:08 +0000)]
fixed typo
Petr Skoda [Fri, 21 May 2010 19:06:38 +0000 (19:06 +0000)]
fixed a few typos in adminlib too
Petr Skoda [Fri, 21 May 2010 18:57:05 +0000 (18:57 +0000)]
fixed silly comment typos
Petr Skoda [Fri, 21 May 2010 18:50:07 +0000 (18:50 +0000)]
fixed comment typos
Petr Skoda [Fri, 21 May 2010 18:45:04 +0000 (18:45 +0000)]
some DTL comment typos fixed
Petr Skoda [Fri, 21 May 2010 18:42:50 +0000 (18:42 +0000)]
a few more DDL comment typos
Petr Skoda [Fri, 21 May 2010 18:37:22 +0000 (18:37 +0000)]
DDL comment typos
Petr Skoda [Fri, 21 May 2010 18:32:44 +0000 (18:32 +0000)]
yet more comment typos
Petr Skoda [Fri, 21 May 2010 18:29:35 +0000 (18:29 +0000)]
a few more comment typos
Petr Skoda [Fri, 21 May 2010 18:25:59 +0000 (18:25 +0000)]
comment typos again
Petr Skoda [Fri, 21 May 2010 18:23:06 +0000 (18:23 +0000)]
more comment typos
Petr Skoda [Fri, 21 May 2010 18:18:42 +0000 (18:18 +0000)]
fixed a large number of typos in comments :-(
Petr Skoda [Fri, 21 May 2010 18:18:11 +0000 (18:18 +0000)]
fixed typo
Petr Skoda [Fri, 21 May 2010 18:11:57 +0000 (18:11 +0000)]
fixed multiple inline docs comment typos
Petr Skoda [Fri, 21 May 2010 18:00:13 +0000 (18:00 +0000)]
another typo
Petr Skoda [Fri, 21 May 2010 17:57:49 +0000 (17:57 +0000)]
yet another overridden typo
Petr Skoda [Fri, 21 May 2010 17:57:21 +0000 (17:57 +0000)]
fixed another typo
Petr Skoda [Fri, 21 May 2010 17:55:50 +0000 (17:55 +0000)]
fixed typo
Petr Skoda [Fri, 21 May 2010 17:51:33 +0000 (17:51 +0000)]
fixed some old typos
Petr Skoda [Fri, 21 May 2010 17:48:57 +0000 (17:48 +0000)]
fixed gnu version
Petr Skoda [Fri, 21 May 2010 17:46:11 +0000 (17:46 +0000)]
fixed some typos
Petr Skoda [Fri, 21 May 2010 17:40:28 +0000 (17:40 +0000)]
fixed comment typo
Petr Skoda [Fri, 21 May 2010 17:39:26 +0000 (17:39 +0000)]
MDL-22546 removing dirroot error string which is not used any more
Petr Skoda [Fri, 21 May 2010 17:36:48 +0000 (17:36 +0000)]
fixed typo
Petr Skoda [Fri, 21 May 2010 17:32:15 +0000 (17:32 +0000)]
MDL-22546 removing dirroot from the config.php - this should finally solve the symbolic links issues because we know 100% what should be in $CFG->dirroot once we get into lib/setup.php, it is being initialised there automatically instead + more robust handling of dataroot + simplified config-dist.php and installer; the $CFG->admin is now visible only if admin directory can not be found; please note the old config.php's are still going to work, if admins remove the dirroot they have to add the __FILE__ into require_once lib/setup.php at the end of old config
Helen Foster [Fri, 21 May 2010 15:35:36 +0000 (15:35 +0000)]
MDL-21695 rewording help strings
Petr Skoda [Fri, 21 May 2010 14:11:32 +0000 (14:11 +0000)]
MDL-22538 removing older YUI versions that are not used any more
David Mudrak [Fri, 21 May 2010 13:46:53 +0000 (13:46 +0000)]
MDL-21695 gradebook: Item weight help string
Most of the calls has been fixed by the previous commit as item weight
is in fact just an interpretation of aggregation coefficient value.
AMOS BEGIN
HLP grade/aggregationcoefweight.html,[aggregationcoefweight_help,core_grades]
AMOS END
David Mudrak [Fri, 21 May 2010 13:46:28 +0000 (13:46 +0000)]
MDL-21695 gradebook: Extra credit help strings
String aggregationcoefextraweight is used when editing an item which is
aggregated by Mean of grades (with extra credit) and was reworded to
Extra credit weight (because in fact it is the weight of the extra
credit - if it equals zero, the grade is not extra)
String aggregationcoefextrasum is used for Sum of grades and Simple
weighted mean of grades, meaning a checkbox extra credit yes/no
String aggregationcoefextra is used in the header of table Categories
and items (either Simple view or Full view). It must contain the information
about both meanings of aggregation.
AMOS BEGIN
HLP grade/aggregationcoefcombo.html,[aggregationcoefextra_help,core_grades]
HLP grade/aggregationcoefextra.html,[aggregationcoefextraweight_help,core_grades]
HLP grade/aggregationcoefextrasum.html,[aggregationcoefextrasum_help,core_grades]
AMOS END
David Mudrak [Fri, 21 May 2010 13:45:55 +0000 (13:45 +0000)]
MDL-21695 Replacing grade/aggregatesubcats.html
AMOS BEGIN
HLP grade/aggregatesubcats.html,[aggregatesubcats_help,core_grades]
AMOS END
David Mudrak [Fri, 21 May 2010 13:45:29 +0000 (13:45 +0000)]
MDL-21695 Replacing grade/aggregateoutcomes.html
AMOS BEGIN
HLP grade/aggregateoutcomes.html,[aggregateoutcomes_help,core_grades]
AMOS END
Pierre Pichet [Fri, 21 May 2010 13:31:34 +0000 (13:31 +0000)]
MDL-20296 correcting unit penalty display
Pierre Pichet [Fri, 21 May 2010 13:07:58 +0000 (13:07 +0000)]
MDL-20296 correcting Correct response display
Petr Skoda [Fri, 21 May 2010 12:42:26 +0000 (12:42 +0000)]
soap emulation library not used any more in 2.0
Petr Skoda [Fri, 21 May 2010 12:37:44 +0000 (12:37 +0000)]
MDL-22538 fixing yui 3rd party lib info
Petr Skoda [Fri, 21 May 2010 12:33:46 +0000 (12:33 +0000)]
MDL-22538 final switch to YUI 3.1.1 and 2.8.1
Petr Skoda [Fri, 21 May 2010 12:23:41 +0000 (12:23 +0000)]
MDL-22538 updated readme
Petr Skoda [Fri, 21 May 2010 12:22:37 +0000 (12:22 +0000)]
MDL-22538 adding phploader support for YUI 3.1.1 and 2.8.1
Petr Skoda [Fri, 21 May 2010 12:14:09 +0000 (12:14 +0000)]
MDL-22538 importing new YUI 3.1.1
Petr Skoda [Fri, 21 May 2010 12:07:32 +0000 (12:07 +0000)]
MDL-22538 importing new YUI 2.8.1
Petr Skoda [Fri, 21 May 2010 11:59:51 +0000 (11:59 +0000)]
another borked lineending fixed
Petr Skoda [Fri, 21 May 2010 11:59:31 +0000 (11:59 +0000)]
fixed borked line ending - git hates these
Sam Marshall [Fri, 21 May 2010 11:52:40 +0000 (11:52 +0000)]
accesslib MDL-22527 (undoing file accidentally committed with previous change - grr eclipse - sorry)
Sam Marshall [Fri, 21 May 2010 11:51:23 +0000 (11:51 +0000)]
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
Sam Marshall [Fri, 21 May 2010 11:43:37 +0000 (11:43 +0000)]
MDL-22527 Accesslib patch to support name 'archetypes' instead of 'legacy' in access.php files
Petr Skoda [Fri, 21 May 2010 11:13:52 +0000 (11:13 +0000)]
MDL-22544 html purifier now default cleaning engine - die kses die
Jordi Piguillem [Fri, 21 May 2010 11:07:43 +0000 (11:07 +0000)]
[MDL-22112]
Finishing some todos and fixing some bugs
Petr Skoda [Fri, 21 May 2010 10:40:56 +0000 (10:40 +0000)]
MDL-22537 new html purifier
Pierre Pichet [Fri, 21 May 2010 08:27:13 +0000 (08:27 +0000)]
MDL-10110 Improving display and setting language strings
Dongsheng Cai [Fri, 21 May 2010 08:13:08 +0000 (08:13 +0000)]
MDL-13766, improve file picker UI
Pierre Pichet [Fri, 21 May 2010 08:11:06 +0000 (08:11 +0000)]
MDL-20296 undefined QTYPES
Pierre Pichet [Fri, 21 May 2010 08:08:15 +0000 (08:08 +0000)]
MDL-20296 undefined QTYPE and misplaced }
Andrew Davis [Fri, 21 May 2010 07:50:38 +0000 (07:50 +0000)]
rating MDL-22526 added item checks to rating submission
Rossiani Wijaya [Fri, 21 May 2010 03:50:00 +0000 (03:50 +0000)]
Change the fields value (3rd parameter) from 'id' to 'u.id'
Andrew Davis [Fri, 21 May 2010 03:43:45 +0000 (03:43 +0000)]
rating MDL-22526 adding sesskey to improve security
Sam Hemelryk [Fri, 21 May 2010 03:22:51 +0000 (03:22 +0000)]
navigation MDL-20276 Fixed version number
Sam Hemelryk [Fri, 21 May 2010 03:15:48 +0000 (03:15 +0000)]
navigation MDL-20276 Fixed up the navigation for the quiz module and question section as per Tim's recommendation.
* Routine navigation through the quiz and question modules
* Fixed navbar through quiz and questions
* Pages headers added throughout
* Added method to turn a navigation node into a tabs array suitable for use with print tabs
Rossiani Wijaya [Fri, 21 May 2010 02:33:43 +0000 (02:33 +0000)]
fixed typo for parameter value from treu to true.
jerome mouneyrac [Fri, 21 May 2010 02:13:22 +0000 (02:13 +0000)]
publication MDL-19315 display message when no hub can be selected
Pierre Pichet [Fri, 21 May 2010 01:37:42 +0000 (01:37 +0000)]
MDL-20296 modifications necessary for improving grading for numerical and transform display.html as independent from
shortanswer, add display of unitpenalty for numerical in print_question_grading_details()
Pierre Pichet [Fri, 21 May 2010 01:32:53 +0000 (01:32 +0000)]
MDL-20296 improving grading for numerical and transform display.html as independent of the analoguous shortanswer file
Pierre Pichet [Fri, 21 May 2010 01:31:35 +0000 (01:31 +0000)]
MDL-20296 improving grading for numerical and transform diplay.html as independent of the analoguous shortanswer file
Pierre Pichet [Fri, 21 May 2010 01:28:49 +0000 (01:28 +0000)]
MDL-20296 creating common functions to handle units in numerical, calculated and calculatedsimple edit forms
and improving grading and rendering
Pierre Pichet [Fri, 21 May 2010 01:26:46 +0000 (01:26 +0000)]
MDL-20296 creating common functions to handle units in numerical, calculated and calculatedsimple edit forms
Pierre Pichet [Fri, 21 May 2010 01:24:07 +0000 (01:24 +0000)]
MDL-20296 improving grading for numerical
Pierre Pichet [Fri, 21 May 2010 01:18:35 +0000 (01:18 +0000)]
MDL-20296 creating common functions to handle units in numerical, calculated and calculatedsimple edit forms
Moodle Robot [Fri, 21 May 2010 00:41:57 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100521
Dan Marsden [Thu, 20 May 2010 23:01:22 +0000 (23:01 +0000)]
Quiz Events MDL-22539 add events to start and process attempts
Petr Skoda [Thu, 20 May 2010 17:33:56 +0000 (17:33 +0000)]
MDL-22530 fixed regression in url module - missing encrypted parameter
Petr Skoda [Thu, 20 May 2010 17:21:57 +0000 (17:21 +0000)]
MDL-17617 finally getting rid of unmaintained Snoopy library
Petr Skoda [Thu, 20 May 2010 17:20:06 +0000 (17:20 +0000)]
MDL-22533 removing obsoleted sso infrastructure - core updated too
Petr Skoda [Thu, 20 May 2010 17:18:05 +0000 (17:18 +0000)]
MDL-22533 removing obsoleted sso infrastructure - this was announced very long ago ;-)
Petr Skoda [Thu, 20 May 2010 17:13:07 +0000 (17:13 +0000)]
MDL-22532 support for fetching of large files via temp files
Andreas Grabs [Thu, 20 May 2010 15:33:00 +0000 (15:33 +0000)]
MDL-19835 - Produce list of emails for non-respondents
Helen Foster [Thu, 20 May 2010 15:28:11 +0000 (15:28 +0000)]
MDL-21695 adding help and link strings
Andreas Grabs [Thu, 20 May 2010 14:32:26 +0000 (14:32 +0000)]
MDL-19835 - Produce list of emails for non-respondents
David Mudrak [Thu, 20 May 2010 13:40:45 +0000 (13:40 +0000)]
MDL-22295 CLI installer supports --chmod argument to define $CFG->directorypermissions
Helen Foster [Thu, 20 May 2010 12:15:59 +0000 (12:15 +0000)]
MDL-21695 adding help strings
Andreas Grabs [Thu, 20 May 2010 11:22:36 +0000 (11:22 +0000)]
removed 'user' => CAP_ALLOW
Jordi Piguillem [Thu, 20 May 2010 10:49:00 +0000 (10:49 +0000)]
[MDL-22112]
Removing access to $PAGE from this function
Helen Foster [Thu, 20 May 2010 09:34:26 +0000 (09:34 +0000)]
MDL-21695 adding help strings
Petr Skoda [Thu, 20 May 2010 09:28:58 +0000 (09:28 +0000)]
fixed incorrect whitespace in glossary upgrade
Petr Skoda [Thu, 20 May 2010 09:12:39 +0000 (09:12 +0000)]
fixed incorrect whitespace in data upgrade
Petr Skoda [Thu, 20 May 2010 09:09:08 +0000 (09:09 +0000)]
fixed inconsistent whitespace and obsolete use of $result in upgrades
Andrew Davis [Thu, 20 May 2010 08:48:19 +0000 (08:48 +0000)]
gradebook MDL-22522 made the edit letters page display the nav drop down
Jordi Piguillem [Thu, 20 May 2010 08:15:02 +0000 (08:15 +0000)]
[22352]
Fixing the error.
Sam Hemelryk [Thu, 20 May 2010 08:04:20 +0000 (08:04 +0000)]
navigation MDL-22524 Integrated blogs with the settings navigation.
Petr Skoda [Thu, 20 May 2010 07:59:13 +0000 (07:59 +0000)]
MDL-17445 course deletion cleanup and adding new event that is triggered after removing course content
Petr Skoda [Thu, 20 May 2010 07:53:48 +0000 (07:53 +0000)]
MDL-14589 files are attached to context so it makes sense to delete them when deleting the context
Petr Skoda [Thu, 20 May 2010 07:40:17 +0000 (07:40 +0000)]
MDL-17317 delete_context can not return false any more, only exceptions when problem found
Sam Hemelryk [Thu, 20 May 2010 07:35:44 +0000 (07:35 +0000)]
navigation MDL-14632 Fixed up pagelayouts and navbars in the group section
Petr Skoda [Thu, 20 May 2010 07:31:53 +0000 (07:31 +0000)]
MDL-17376 more plugin info
Petr Skoda [Thu, 20 May 2010 07:29:54 +0000 (07:29 +0000)]
MDL-22061 use string_exists during plugin uninstall