Moodle Robot
eeaccd757d
Updated the HEAD build version to 20100417
2010-04-17 00:40:51 +00:00
Petr Skoda
0a27866d58
MDL-22102 trying to fix line endings
2010-04-16 08:45:05 +00:00
Petr Skoda
0ac9023335
MDL-22102 removing problematic readme files which were breaking my git checkout in phpstorm ide, they are not used and the whole wiki will be replaced soon anyway
2010-04-16 08:31:02 +00:00
Andrew Davis
11cca21ec3
unit tests MDL-22017 made test_usergetdate() work on machines in different timezones
2010-04-16 07:47:39 +00:00
David Mudrak
fb42b73be0
MDL-22059 Installer strings re-exported from AMOS
...
Generated still manually. Fixes missing parentlanguage in langconfig.php
- there was a bug in AMOS due to intersection with English strings keys.
parentlanguage in langconfig is an exception as it may contain string
not defined in the English master pack.
2010-04-16 05:53:47 +00:00
Andrew Davis
0bc8907386
gradebook MDL-21218 made overview report respect display hidden items default correctly
2010-04-16 04:39:49 +00:00
Moodle Robot
231fbe1b0d
Updated the HEAD build version to 20100416
2010-04-16 00:41:38 +00:00
David Mudrak
5e1bccd227
MDL-21657 Fixing incorrect usage of relative path in require_once() and tab indentation
2010-04-15 19:56:41 +00:00
Tim Hunt
79312a06e4
grades: MDL-22098 silly bug that leads to bad performance problems in the grader report.
2010-04-15 16:37:05 +00:00
Petr Skoda
4399b9d5de
MDL-22091 fix for sloppy IE CSS limits hack
2010-04-15 14:43:25 +00:00
Sam Hemelryk
f1cbbbeb20
themes MDL-21984 Removed the need to specify the theme name in layouts within its config.php file
2010-04-15 07:09:28 +00:00
Sam Hemelryk
84db3ea2a3
themes MDL-21984 Removed the need to specify the theme name in layouts within its config.php file
2010-04-15 06:37:55 +00:00
Sam Hemelryk
07a14a3b02
themes MDL-22014 Reversal of YUI css property for input widths so that input size attribute is respected.
2010-04-15 04:14:15 +00:00
Sam Hemelryk
7e18467262
course-format MDL-22071 Added clearfix class to section lis
2010-04-15 02:04:28 +00:00
Moodle Robot
f34497c831
Updated the HEAD build version to 20100415
2010-04-15 00:41:04 +00:00
Petr Skoda
15a17d3504
MDL-22015 fixed more string_manager encapsulation issues - string format conversion scripts
2010-04-14 14:48:12 +00:00
Petr Skoda
96de38c3ab
MDL-22015 fixed regression in last commit, sorry
2010-04-14 14:43:51 +00:00
Petr Skoda
38bb62b5aa
MDL-22015 fixed more string_manager encapsulation issues - use edit form
2010-04-14 14:42:03 +00:00
Petr Skoda
e926e953a3
MDL-22015 removing obsolete TODOs
2010-04-14 14:38:56 +00:00
Petr Skoda
ecd7978c05
MDL-22015 fixed more string_manager encapsulation issues
2010-04-14 14:38:33 +00:00
Petr Skoda
db975a46c0
MDL-22015 fixed recent regression
2010-04-14 14:37:56 +00:00
Petr Skoda
0aa759b01c
MDL-22015 more get_list_of_countries() refactoring
2010-04-14 14:27:10 +00:00
Petr Skoda
42b702a627
MDL-22015 list of pix names is not used any more
2010-04-14 14:05:39 +00:00
Petr Skoda
97b7d149b6
MDL-22015 deprecated get_list_of_currencies() method - improved string_manager encapsulation
2010-04-14 14:04:21 +00:00
Petr Skoda
f6907ba954
MDL-22015 fixed php docs
2010-04-14 13:37:59 +00:00
Petr Skoda
ef686eb5c8
MDL-22015 new translation_exists() method - improved string_manager encapsulation
2010-04-14 13:16:20 +00:00
Petr Skoda
c11575dbe7
MDL-22015 improved get_string method - it can now fetch strings from any language, not just the current one
2010-04-14 12:51:53 +00:00
Petr Skoda
adea0621fa
MDL-22015 improved country lists
2010-04-14 12:42:48 +00:00
Petr Skoda
0bd028292d
MDL-22085 adding iso-639-2 reference string to en lang pack - this way we may look up the corresponding code for each our translation, this may be very useful in exports/imports
2010-04-14 12:17:23 +00:00
Petr Skoda
b7db66cb09
MDL-22085 language name lists - implementation of iso-639-2 support
2010-04-14 12:14:18 +00:00
Petr Skoda
36f069fd6b
MDL-22084 new API - making a clear distinction between list of our translations and list of all languages defined in ISO 639-3
2010-04-14 10:02:05 +00:00
Petr Skoda
1f96e907ea
MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2
2010-04-14 09:45:49 +00:00
Petr Skoda
b2ad1a3aea
MDL-15252 fixed docs
2010-04-14 09:18:13 +00:00
Petr Skoda
d2265f130c
MDL-21695 more help conversion examples
...
AMOS BEGIN
HLP mods.html,[activities_hlp,core]
AMOS END
2010-04-14 08:54:17 +00:00
Petr Skoda
9c7b24bf49
MDL-21695 fixed help regression
2010-04-14 08:53:30 +00:00
Dongsheng Cai
467c85d732
MDL-19118, set $PAGE->context for comment_ajax.php
2010-04-14 05:01:43 +00:00
Sam Hemelryk
d5cbccb398
navigation MDL-14632 Fix: Dock now respects block weight
2010-04-14 02:30:14 +00:00
Sam Hemelryk
f226227cf8
admin MDL-20204 Fixed minor regression $PAGE->context needs to be set before calling admin_get_root
2010-04-14 02:26:26 +00:00
Moodle Robot
b3e8385090
Updated the HEAD build version to 20100414
2010-04-14 00:41:03 +00:00
Petr Skoda
9fffbfc0fa
MDL-21695 example of help_icon() conversion
...
AMOS BEGIN
HLP feedback/preview.html,[preview_hlp,mod_feedback]
AMOS END
2010-04-13 22:08:28 +00:00
Petr Skoda
3fc066917d
MDL-21695 adding support for module help
2010-04-13 21:59:15 +00:00
Petr Skoda
503d243a3c
MDL-21695 first sample help migration - course full name
...
AMOS BEGIN
HLP coursefullname.html,[fullnamecourse_hlp,core]
AMOS END
2010-04-13 21:55:02 +00:00
Petr Skoda
259c165d7a
MDL-21695 new help api
2010-04-13 21:51:49 +00:00
Petr Skoda
2b0e098e83
more module upgrade notes
2010-04-13 21:42:19 +00:00
Petr Skoda
19538d8c16
more block upgrade notes
2010-04-13 21:41:11 +00:00
Petr Skoda
73593f4186
MDL-22061 fixed warning
2010-04-13 21:19:35 +00:00
Petr Skoda
49f0d48171
MDL-21695 new help_icon structure
2010-04-13 20:45:05 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
Petr Skoda
9f9193f623
MDL-22061 new string_exists() method - this can be used in some corner cases
2010-04-13 20:14:31 +00:00
Petr Skoda
3d93400145
MDL-21695 help files not used any more, all docs are now in wiki
2010-04-13 19:13:10 +00:00