Commit graph

42465 commits

Author SHA1 Message Date
Petr Skoda
c6084d0e74 fixed admin typo 2010-05-21 19:22:53 +00:00
Petr Skoda
18f0115601 fixed role typo 2010-05-21 19:20:36 +00:00
Petr Skoda
b8578f2593 fixed some repository typos 2010-05-21 19:19:47 +00:00
Petr Skoda
10c4d3088a fixed portfolio lang typo 2010-05-21 19:18:47 +00:00
Petr Skoda
31e83f9916 fixed notes lang typo 2010-05-21 19:17:35 +00:00
Petr Skoda
d6e7a05713 fixed comment typos, removed silly global object docs 2010-05-21 19:13:00 +00:00
Petr Skoda
1275723f36 fixed typo 2010-05-21 19:08:35 +00:00
Petr Skoda
875e5f070b fixed a few typos in adminlib too 2010-05-21 19:06:38 +00:00
Petr Skoda
f7d515b6d3 fixed silly comment typos 2010-05-21 18:57:05 +00:00
Petr Skoda
4c8725be66 fixed comment typos 2010-05-21 18:50:07 +00:00
Petr Skoda
25a0c3e57b some DTL comment typos fixed 2010-05-21 18:45:04 +00:00
Petr Skoda
a3790ed5db a few more DDL comment typos 2010-05-21 18:42:50 +00:00
Petr Skoda
72c45dcc1b DDL comment typos 2010-05-21 18:37:22 +00:00
Petr Skoda
2434f624ad yet more comment typos 2010-05-21 18:32:44 +00:00
Petr Skoda
14c423d70e a few more comment typos 2010-05-21 18:29:35 +00:00
Petr Skoda
02df9cfdfb comment typos again 2010-05-21 18:25:59 +00:00
Petr Skoda
4d276e3482 more comment typos 2010-05-21 18:23:06 +00:00
Petr Skoda
862d54c314 fixed a large number of typos in comments :-( 2010-05-21 18:18:42 +00:00
Petr Skoda
5ad9704bc5 fixed typo 2010-05-21 18:18:11 +00:00
Petr Skoda
34ff25a6ef fixed multiple inline docs comment typos 2010-05-21 18:11:57 +00:00
Petr Skoda
ff24ae3b36 another typo 2010-05-21 18:00:13 +00:00
Petr Skoda
00cddbd3dc yet another overridden typo 2010-05-21 17:57:49 +00:00
Petr Skoda
1ef61171d7 fixed another typo 2010-05-21 17:57:21 +00:00
Petr Skoda
994d33e06d fixed typo 2010-05-21 17:55:50 +00:00
Petr Skoda
36654970e6 fixed some old typos 2010-05-21 17:51:33 +00:00
Petr Skoda
554a3c4c4c fixed gnu version 2010-05-21 17:48:57 +00:00
Petr Skoda
3fa6992509 fixed some typos 2010-05-21 17:46:11 +00:00
Petr Skoda
8bb701112d fixed comment typo 2010-05-21 17:40:28 +00:00
Petr Skoda
763b8ebe53 MDL-22546 removing dirroot error string which is not used any more 2010-05-21 17:39:26 +00:00
Petr Skoda
b646340f0b fixed typo 2010-05-21 17:36:48 +00:00
Petr Skoda
3b5ff37f24 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 2010-05-21 17:32:15 +00:00
Helen Foster
0b6dc629d8 MDL-21695 rewording help strings 2010-05-21 15:35:36 +00:00
Petr Skoda
08fcf3a0f4 MDL-22538 removing older YUI versions that are not used any more 2010-05-21 14:11:32 +00:00
David Mudrak
a4bc3cf821 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
2010-05-21 13:46:53 +00:00
David Mudrak
3869ab1ac6 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
2010-05-21 13:46:28 +00:00
David Mudrak
75dc321807 MDL-21695 Replacing grade/aggregatesubcats.html
AMOS BEGIN
 HLP grade/aggregatesubcats.html,[aggregatesubcats_help,core_grades]
AMOS END
2010-05-21 13:45:55 +00:00
David Mudrak
53267b7970 MDL-21695 Replacing grade/aggregateoutcomes.html
AMOS BEGIN
 HLP grade/aggregateoutcomes.html,[aggregateoutcomes_help,core_grades]
AMOS END
2010-05-21 13:45:29 +00:00
Pierre Pichet
3f42a35a5c MDL-20296 correcting unit penalty display 2010-05-21 13:31:34 +00:00
Pierre Pichet
960ac99bf6 MDL-20296 correcting Correct response display 2010-05-21 13:07:58 +00:00
Petr Skoda
305664e9bc soap emulation library not used any more in 2.0 2010-05-21 12:42:26 +00:00
Petr Skoda
7e8860c478 MDL-22538 fixing yui 3rd party lib info 2010-05-21 12:37:44 +00:00
Petr Skoda
c595847d11 MDL-22538 final switch to YUI 3.1.1 and 2.8.1 2010-05-21 12:33:46 +00:00
Petr Skoda
9b1662120f MDL-22538 updated readme 2010-05-21 12:23:41 +00:00
Petr Skoda
0fb81fab40 MDL-22538 adding phploader support for YUI 3.1.1 and 2.8.1 2010-05-21 12:22:37 +00:00
Petr Skoda
c20792b145 MDL-22538 importing new YUI 3.1.1 2010-05-21 12:14:09 +00:00
Petr Skoda
e9b4e764e3 MDL-22538 importing new YUI 2.8.1 2010-05-21 12:07:32 +00:00
Petr Skoda
6bf8f5cd2b another borked lineending fixed 2010-05-21 11:59:51 +00:00
Petr Skoda
426dcd6482 fixed borked line ending - git hates these 2010-05-21 11:59:31 +00:00
Sam Marshall
ca3d4806a3 accesslib MDL-22527 (undoing file accidentally committed with previous change - grr eclipse - sorry) 2010-05-21 11:52:40 +00:00
Sam Marshall
31c9330392 accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php 2010-05-21 11:51:23 +00:00