Dan Poltawski
3a723033e8
MDL-36109 accesibility: use proper words for logo alt text
2015-10-30 16:55:03 +00:00
David Mudrák
6ef02f8479
MDL-51261 admin: Add option to define upgradekey via cli installer
2015-09-24 21:02:33 +02:00
Sam Hemelryk
1168a5f2e3
MDL-39575 install: better handling of database creation error.
...
Implemented better handling of DML exceptions.
Added translation for cannotcreatedb exception.
2013-05-10 17:28:39 +12:00
David Mudrak
6e17567624
MDL-30402 Removing hard-coded English string from the CLI installer
2011-11-22 10:02:42 +01:00
Petr Skoda
2dfef18842
MDL-29474 tell AMOS we have a new install string
2011-10-27 14:36:20 +02:00
David Mudrak
300f518e77
MDL-23322 Removing non-existing string from the installer strings definition
...
install.php does not seem to use this string and it does not exist in
any core string file.
2010-07-23 12:16:28 +00:00
David Mudrak
85ed076b18
MDL-23322 Fixed incorrect definition of installer strings
2010-07-23 12:11:17 +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
David Mudrak
a18d577dcd
MDL-22059 Missing installer strings. To be automated soon.
2010-05-10 14:24:36 +00:00
David Mudrak
c944495eed
MDL-15252 Added/fixed some CLI strings
2010-04-25 15:03:24 +00:00
Petr Skoda
e2283206db
MDL-22059 adding some missing parent languages in order to test the installer routines
2010-04-11 18:27:10 +00:00
Petr Skoda
9006ded3a7
MDL-22050 dear 'thischarset', we did not need you since 1.7, time to say good bye, RIP
2010-04-10 18:20:54 +00:00
Petr Skoda
c9042db5c7
MDL-22050 removing moodle/langconfig duplicates
...
AMOS BEGIN
MOV [parentlanguage,core],[parentlanguage,core_langconfig]
AMOS END
2010-04-10 18:01:49 +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
skodak
c31d94e8ba
MDL-15249 towards localized cli installer
2009-05-30 17:14:24 +00:00
stronk7
b14df659d7
MDL-18200 installer - Added 2 new strings to installer
2009-02-11 16:22:20 +00:00
skodak
64c368e3df
MDL-18167 more distro hooks refactoring - agreed with Eloy
2009-02-07 20:03:25 +00:00
skodak
5c1fb7d4d1
MDL-18167 towareds reimplementing of win installer support
2009-02-07 14:08:44 +00:00
skodak
4d928665b9
MDL-14924 language autorefresh and starting to reimplement welcome.html support + strings.txt cleanup
2009-02-07 13:35:01 +00:00
skodak
3b09331066
MDL-17458 rewritten installer
2009-02-07 10:20:33 +00:00
stronk7
fed640276f
MDL-13202 Windows Installer: Add new string to show mysqli usage
2008-11-30 23:22:28 +00:00
jerome
c861f079e4
database: MDL-16999 fix "Required Entries" and "Required Entries before viewing" settings. Display a warning message during upgrade process if the fields were set previously (partially merged from 1.9)
2008-11-21 07:19:00 +00:00
skodak
2aeb3bcbdb
MDL-14679 dml/native_mysqli adding lang strings
2008-10-25 18:37:59 +00:00
skodak
bba0beaee2
MDL-15716 Tightened dataroot security checks and and 'loud' administrator warning
2008-08-21 15:29:42 +00:00
stronk7
1df0d51320
Added missing curlrequired string. MDL-15349 ; merged from 19_STABLE
2008-08-04 21:19:35 +00:00
skodak
ed94cb66c6
MDL-15928 switched to zip PHP extensions
2008-08-04 16:45:08 +00:00
skodak
55946ffda6
MDL-15071 new sqlite pdo driver by Andrei Bautu (with minor changes)
2008-06-22 21:35:07 +00:00
stronk7
17bbbb72f3
Adding to strings to install lang files. They could be used in the future.
2008-05-19 18:19:04 +00:00
skodak
b4ac62457e
MDL-14645 PHP 5.2.0 now required for new installation - installer lang packs will be updated automatically later by cron job on cvs.moodle.org
2008-05-01 21:40:34 +00:00
scyrma
bbbfc0579f
MDL-3381 - Remove all remaining core calls to ctype_* functions in 1.9, and make ctype required for 2.0. (merge from 1.9)
2008-04-24 03:07:59 +00:00
stronk7
ae4d1351b4
Added one new string to installer files. MDL-13489 ; merged from 19_STABLE
2008-02-19 11:49:42 +00:00
stronk7
6ef343768f
Adding missing string to installer. MDL-12914 ; merged from 19_STABLE
2008-01-20 20:40:37 +00:00
mjollnir_
e3cd54731c
MDL-12894 Fixing language string mess (language packs containing \n) & moved them to the controllers,
...
also fixed a few typos and a || instead of && bug. This all relates to the CLI installer.
2008-01-09 23:15:44 +00:00
mjollnir_
2f13f94ccc
New feature: Command line installer. Credit: Dilan Anurudda.
...
This was a Google Summer of Code 2007 Project.
This introduces two new files, admin/cliupgrader.php and lib/installlib.php.
It also introduces a new PEAR library, Console_GetOpt. I have recieved permission from the upstream author to include this in GPL Moodle (essentially dual license it) - notes in lib/pear.
Most stuff that outputs html during install gets suppressed by the use of a constant.
Run the script like php admin/cliupgrade.php --help for info.
Note that this all uses strings from install/ rather than lang, so I have updated stringnames.txt accordingly and they'll all be broken until the cronjob that generates them runs.
2008-01-07 01:54:28 +00:00
skodak
a7d43f0d15
MDL-12698, MDL-12569 - componentlib & langimport improvements and fixes; merged from MOODLE_19_STABLE
2007-12-30 22:19:36 +00:00
stronk7
01d90712db
New string goes to installer lang files. MDL-9609
...
Merged from MOODLE_19_STABLE
2007-12-29 11:51:49 +00:00
moodler
d53a428683
Added string needed for RTL
2007-09-07 02:20:50 +00:00
skodak
e102e78a10
MDL-10930 added mysqli support into installer; it needs install files refresh
2007-08-21 10:40:59 +00:00
moodler
e9261e0fc0
Added installer string names here so others can maintain it
2007-08-20 03:48:37 +00:00