mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Various little fixes to remove warnings (usually about empty variables)
when error_reporting is turned up to 15 or so ... more of these to come ...
This commit is contained in:
parent
a900458749
commit
9c9f7d7790
28 changed files with 1600 additions and 65 deletions
|
@ -13,6 +13,7 @@ I would suggest that you:
|
|||
MOST IMPORTANT
|
||||
|-------------------
|
||||
|
|
||||
| - files.php
|
||||
| - install.html
|
||||
| - upgrade.html
|
||||
|
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
Arabic (from Ahmed Nabil), Turkish (from M. Cüneyt Birkök) and Swedish (from Set Lonnert). Many thanks
|
||||
to these guys! All other languages have also had updates and fixes since 1.0.7.
|
||||
The language editor has been improved slightly, making it easier to see
|
||||
new strings and empty strings that need translating.</DD>
|
||||
new strings and empty strings that need translating. All documentation is
|
||||
now able to be localised and will appear in the current language if
|
||||
translated versions exist.</DD>
|
||||
|
||||
<DT> Themes </DT>
|
||||
<DD> Theme support of CSS has been extended to give theme makers more control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue