40679 Commits

Author SHA1 Message Date
Petr Skoda
998ec50ea9 MDL-20204 removing my theme experiment - not working any more and there are other better examples now 2010-04-20 12:43:19 +00:00
Petr Skoda
25346879b7 MDL-22085 support for iso-639-1 2010-04-20 08:36:22 +00:00
Helen Foster
572101b32e MDL-21218 help file rewording thanks to Elena Ivanova 2010-04-20 07:38:36 +00:00
Sam Hemelryk
42086054f9 user-edit MDL-22118 Fixed fatal error in user/edit.php with unassigned users 2010-04-20 03:42:55 +00:00
Patrick Malley
279fac5089 Fixed header issues 2010-04-20 03:03:08 +00:00
Sam Hemelryk
14aac1737e navigation MDL-22044 Fixed alphabetical order of blocks 2010-04-20 02:03:39 +00:00
Moodle Robot
fceb8795b3 Updated the HEAD build version to 20100420 2010-04-20 00:43:10 +00:00
Petr Skoda
af3158d8cc MDL-21891 fix for pg incompatibility - credit goes to Penny Leach 2010-04-19 21:28:28 +00:00
Petr Skoda
e13914acae just a little note for other devs looking for cli info 2010-04-19 21:24:49 +00:00
Petr Skoda
6ad1100fe4 MDL-22102 killing all CRLFs, sorry for introducing them, we need to do search replace before each commit of 3rd party lib 2010-04-19 14:42:19 +00:00
Patrick Malley
e08fbd1940 Added clearfix to .buttons class 2010-04-19 10:47:49 +00:00
Andrew Davis
0be986ded0 graderreport MDL-21562 slight reformatting of grader report instantiation code to make it clearer 2010-04-19 09:29:42 +00:00
Andrew Davis
f9da5ee0f6 themes MDL-21862 added nonavbar to popup layout 2010-04-19 09:01:40 +00:00
Dongsheng Cai
cdbf0f5a4c "MDL-19118, fixed warning when comment blocks in course module context" 2010-04-19 08:09:05 +00:00
Sam Hemelryk
7703888d31 navigation MDL-22044 Fixed up PHPDoc syntax, removed @global 2010-04-19 06:58:15 +00:00
Sam Hemelryk
3406acdef9 navigation MDL-22044 Major navigation structure changes.
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure.
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Patrick Malley
1cbdc5a33a Continuing work on boxxie theme 2010-04-19 03:50:06 +00:00
Dongsheng Cai
5b95daecb3 "MDL-19118, comments api requires courseid error message added" 2010-04-19 03:05:28 +00:00
Sam Hemelryk
9cc507438f themes MDL-22108 Removed IE specific horizontal scroll bars from navigation and settings blocks. Thanks Patrick 2010-04-19 02:05:07 +00:00
Patrick Malley
2d74495c3b Putting navigation styles back in MDL-22108 2010-04-19 01:59:08 +00:00
Sam Hemelryk
f1d12a2fa7 themes MDL-22108 Removed horizontal scroll bars from navigation and settings blocks. Thanks Patrick 2010-04-19 01:39:05 +00:00
Moodle Robot
bfe8fb8a4d Updated the HEAD build version to 20100419 2010-04-19 00:41:25 +00:00
Andreas Grabs
e8790d59bf MDL-21695 - Replace built-in HTML help files with proper strings 2010-04-18 19:21:54 +00:00
Inaki
389d6f72b8 auth cas: MDL-20029 upgrade phpCAS version to the latest available version
Also make sure phpCAS doesn't try to start a new PHP session. We have already
started our own and want to keep it :). In addition to it, it emitted a PHP
notice that could block the authentication process under certain
configurations.

And pretty much the same with the wantsurl and loginguest checks.
2010-04-18 12:08:43 +00:00
Petr Skoda
6fbaf7f8b8 fixed my own sloppy typos in comments 2010-04-18 10:14:04 +00:00
Moodle Robot
786c6333b3 Updated the HEAD build version to 20100418 2010-04-18 00:43:29 +00:00
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