25 Commits

Author SHA1 Message Date
Helen Foster
9825422e02 MDL-21250 capital letters removal 2010-12-08 19:34:47 +00:00
David Mudrak
85ed076b18 MDL-23322 Fixed incorrect definition of installer strings 2010-07-23 12:11:17 +00:00
Eloy Lafuente
a2b9bca5c7 MDL-22556 mssql - Enable HEAD installations using the mssql (freetds) driver 2010-05-26 16:32:09 +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
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
David Mudrak
7217676b92 MDL-22296 CLI installer allows to rename the administrator account username 2010-05-10 21:57:48 +00:00
David Mudrak
30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00
moodler
cfa40737cf Removing all the language packs from HEAD!! 8-D 2006-02-06 09:22:14 +00:00
stronk7
5c95e839f7 One forgotten string... 2006-01-28 19:52:26 +00:00
stronk7
6844571580 Added one new string and polished another one. Thanks EOS! ;-) 2006-01-28 19:21:22 +00:00
stronk7
b3f06605c3 Latest install-related strings added. 2006-01-21 18:14:29 +00:00
stronk7
6f0879b6bf Minor change... 2006-01-20 16:17:51 +00:00
stronk7
2317aa003a Split some strings for better formatting. Old ones are maintained
for 1.5 compatibility.
2006-01-20 16:09:29 +00:00
stronk7
a716b6495f Added some strings (related to external installers), so translators
can work with them. Needed to implement the script to create
install/lang/xx/install.php files automatically from official lang files.
2006-01-19 18:24:50 +00:00
moodler
4ab3acc45d language changes 2005-11-17 07:14:57 +00:00
stronk7
4ac888b1b2 Escaping some double quotes I added recently... :-( 2005-07-25 09:17:25 +00:00
stronk7
2b57e0cd12 Added one new string to be used by the m4w installer 2005-06-29 09:19:27 +00:00
koenr
3ff20ca145 moving towards XHTML compliance 2005-01-07 23:55:49 +00:00
moodler
fe51520688 Installer now checks that MySQL extension is present - see bug 1982 2004-09-23 05:40:53 +00:00
moodler
0f093efab2 Here finally is an admin interface for controlling the new enrolment plugins.
It's not at all well-tested yet (I made a lot of changes to it just tonight)
but it's late and I am literally sick (with flu) and tired so I'm checking
this in and going to bed.

Please fix all the bugs for me.   ;-)
2004-08-21 17:15:07 +00:00
moodler
9b720f926a Updated strings. READY TO TRANSLATE! 2004-08-19 08:53:59 +00:00
moodler
94ba66ce0a Tweaks 2004-08-17 14:12:01 +00:00
moodler
8d783716f9 Improvements to installation procedure.
It now does a compatibility check of the environment as well,
including memory limits and so on - so this should reduce some
of the FAQs.

The text is still rough ... don't translate it just yet.
2004-08-17 13:51:41 +00:00
moodler
8b5b10281c New automatic installation script! No need to make config.php anymore!
It's rough but it works.  I will be doing lots of work on making it
slicker so don't translate the strings just yet.
2004-08-12 15:53:32 +00:00