moodler
3ee8f1715f
Added a button on the language page that takes you to the moodle.org
...
page to download new language packs
2003-05-29 03:20:11 +00:00
moodler
b39cadbfe7
Formatting fixes from Windows editor
2003-05-23 14:41:22 +00:00
moodler
020181047d
Some hacks to stop the addition of blank lines on Windows machines during editing in the web forms.
2003-05-23 14:25:55 +00:00
moodler
2fb7c49f17
Undoing an accidental check-in. These were some experiments trying to
...
solve a Windows problem (not successful yet).
2003-05-06 16:06:56 +00:00
moodler
1f33691c86
Cleaned up the initial setup process. It looks a bit smoother now.
...
Hopefully this is also the end of the occasional errors we keep
hearing about to do with never getting to setup the admin user.
(I think admin/site.php had a redirect that didn't always work).
The setup process is now much better at "trapping" you until it's all done.
2003-05-06 15:58:20 +00:00
paca70
44a334d874
Undoing needless change.
2003-04-19 19:09:01 +00:00
paca70
d61bf02f18
Works now also with $a->something
2003-04-19 17:45:50 +00:00
paca70
4dddd64b5f
Hilite also empty stings.
2003-04-19 10:25:58 +00:00
moodler
45930f2db5
Add support for Taiwan Chinese
2003-02-27 12:15:00 +00:00
moodler
ecc114ee3b
Add better escaping for double quotes
2003-02-02 02:37:09 +00:00
moodler
dd98f2e261
Ignore the fonts folder
2003-01-22 12:03:22 +00:00
moodler
0f61744597
Language editor uses current language (ie even the session language)
2003-01-20 09:28:38 +00:00
moodler
e01b5c0e77
Small fix to make this script more usable on Multi-Byte languages like zh_hk
2003-01-19 05:25:31 +00:00
moodler
7684f1efcc
Minor fix with display of %% in language strings
2003-01-15 11:28:54 +00:00
moodler
dcde9f020a
Displayed time formats are now stored in lang files
...
(see the new strftime* strings) so they can be customised per language
2003-01-15 10:55:54 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
607809b3ba
OK a number of small changes here.
...
Firstly, I'm replacing all use of old-style global variables like
$HTTY_REFERER with their new-style equivalent $_SERVER["HTTP_REFERER"]
Also using $_POST instead $HTTP_POST_VARS etc
Secondly, if gdversion == 0 (ie GD is not installed) then:
- users are not even allowed to upload new images
- graphs now just print a message instead of failing.
this allows Moodle to still be used even if GD is not present
2003-01-05 06:45:20 +00:00
moodler
1c0200e074
More little robustness things
2003-01-01 08:21:19 +00:00
moodler
9c9f7d7790
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 ...
2002-12-29 17:32:32 +00:00
moodler
e3305cc5d9
Better checks when comparing languages. Now highlights missing or
...
empty strings. Quick check mode also flags strings when they exist
but are empty. Larger form space to edit empty strings.
2002-12-12 03:33:12 +00:00
moodler
7f1717c61e
ALL LANGUAGE EDITORS PLEASE NOTICE THIS CHECKIN
...
I've changed htmlentities to htmlspecialchars in this file, to fix
bugs with editing multibyte languages (ie Japanese). Please be
cautious and let me know if this causes any problems when editing
your language (it shouldn't, but I don't want to spoil your day!)
2002-11-22 17:27:56 +00:00
martin
dfb6e4ac3e
Tweaks to page titles to make them more consistent
2002-09-27 14:26:02 +00:00
martin
43dc944611
Make $a bold so it's easier to see
2002-09-26 03:36:16 +00:00
martin
4c2bcc7a1b
Much better. No slashes needed AT ALL now, not even for $a variables.
...
Also provided a help button at the top.
2002-09-26 03:16:40 +00:00
martin
d66ee54d8d
Add some comments
2002-09-25 13:37:12 +00:00
martin
632d640751
It's possible $USER->lang may not be defined. If so, use $CFG->lang.
2002-09-25 11:06:27 +00:00
martin
cb011cfd0a
In compare mode you can now EDIT language files directly. This should
...
make language development much easier.
Based on code sent to me by Petri Asikainen
2002-09-25 07:33:04 +00:00
martin
774ab66002
Improvements to the language checker. As well as checking for missing
...
strings, you can now see the current language compared side-by-side
with English.
2002-09-07 14:57:33 +00:00
martin
31410e9a16
Added a new administration page that can check the current language
...
pack against the English language pack. It prints any missing strings
or files. This should help language pack developers.
2002-09-03 14:29:39 +00:00