|
Petr Skoda made changes - 11/Jan/09 01:15 AM
Petr Skoda made changes - 11/Jan/09 01:15 AM
Petr Skoda committed 3 files to 'Moodle CVS' - 01/Feb/09 09:52 PM
Petr Skoda committed 5 files to 'Moodle CVS' - 01/Feb/09 10:37 PM
Mitsuhiro Yoshida committed 4 files to 'Lang CVS' - 02/Feb/09 01:07 AM
Petr Skoda committed 3 files to 'Moodle CVS' - 02/Feb/09 01:20 AM
Petr Skoda committed 2 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 02/Feb/09 01:22 AM
Petr Skoda committed 2 files to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 02/Feb/09 01:27 AM
Petr Skoda committed 1 file to 'Moodle CVS' - 02/Feb/09 01:33 AM
Petr Skoda committed 1 file to 'Moodle CVS' - 02/Feb/09 01:36 AM
Mitsuhiro Yoshida committed 2 files to 'Lang CVS' - 03/Feb/09 08:31 AM
martignoni committed 1 file to 'Lang CVS' - 06/Feb/09 03:59 AM
martignoni committed 1 file to 'Lang CVS' - 06/Feb/09 04:18 AM
the new code should be now fully refactored - going to work on cli installer soon
thanks
Petr Skoda made changes - 07/Feb/09 07:35 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I am in a process of:
1/ moving configuration checks from install.php into environment - new section PHP_SETTINGS in environment.xml and setup.php - why?? because many ppl are reporting problems when configuration changes
2/ moving environment test from install.php to admin/index.php - problems here are two - first all strings in environment test need to go into install lang packs, when creating config.php manually the environment tests were not executed at all (critical)
3/ installation strings are getting bigger and bigger - seems easier to download installer right after successful directory selection; this way we can use normal string handling in db selection/configuration/testing etc., this way we will need only some 15 strings instead of 50+ in install/en_utf8/installer.php
4/ enabling full debug and error dispaly in installer + tweaking all strings - this could prevent very many installer bug reports finally