18167 Commits

Author SHA1 Message Date
mits
05a42a140b polished. 2006-02-02 04:52:37 +00:00
mjollnir_
3abd1a5552 Merged from MOODLE_15_STABLE: Fixing bug#4659 - don't make upload directories unless there's something to save 2006-02-01 20:01:50 +00:00
stronk7
4128597a44 Solved one bug when decoding encoded links for
resource->reference
(http://moodle.org/mod/forum/discuss.php?d=38801)

Merged from MOODLE_15_STABLE
2006-02-01 19:10:30 +00:00
koenr
19b7a4a2ca New strings from Vichika for khmer 2006-02-01 16:25:01 +00:00
koenr
64c17a0710 New files and new strings from a new translator: Tormod for the no language pack
Checking it in while I'm still sure I'm doing it right :-D
2006-02-01 15:36:22 +00:00
ethem
33bbb39b4f Show warning message if cron doesn't work. Review order depends on cron & an_capture_day. 2006-02-01 13:30:45 +00:00
gbateson
abbd2c40ba if old "v6" folder cannot be deleted, update will WARN but will not fail 2006-02-01 13:25:06 +00:00
ethem
7fec4cb2f9 Rename an_cutoff_hour and an_cutoff_min to an_cutoff. 2006-02-01 13:03:13 +00:00
vyshane
88f47f81bc Removed autolink form radio button field (not needed). 2006-02-01 06:59:57 +00:00
moodler
1c6f450c41 changed to use componentlib 2006-02-01 05:59:21 +00:00
mits
2655b93fe2 Delete one slash from "remotedownloadnotallowed" on error.php
translated new strings for language migration.
translated a new string for Authorize.net.

to make expression soften changed translation "We" from [Kanji] character to Japanese syllabary characters.
meaning is same.
2006-02-01 05:43:07 +00:00
vyshane
2806b95ca2 Modification to make field use content1 column in data_content table 2006-02-01 05:13:01 +00:00
vyshane
22e192c9f0 Added language strings for multi-selection menu and checkbox fields. 2006-02-01 05:11:23 +00:00
vyshane
2c5c1418bb Added multi-selection menu field support. 2006-02-01 05:09:59 +00:00
vyshane
4728968fc7 Checkbox field support 2006-02-01 05:08:51 +00:00
ethem
181c06ea6b Show only one message for actions (Capture/Void/Credit) in test mode. 2006-01-31 16:41:46 +00:00
stronk7
4d1014d5c8 ziip files doesn't exist! 2006-01-31 15:03:52 +00:00
stronk7
24e4cd5375 Now environmental data can be installed automatically from
download.moodle.org using the component_installer class.

Seems to work at the fist try, so something is wrong, sure! :-P
2006-01-31 14:53:05 +00:00
stronk7
65e9c20363 2 components strings... 2006-01-31 14:48:49 +00:00
stronk7
71de0d55f8 Bug solved. make_upload_directory() is relative to
dataroot by definition.
2006-01-31 14:32:20 +00:00
stronk7
ae8c20d737 Minor change. Delete one slash. 2006-01-31 14:31:02 +00:00
martignoni
c77f9c311f Better wording 2006-01-31 13:40:52 +00:00
martignoni
58780da99b Some typos corrected 2006-01-31 13:36:52 +00:00
martignoni
0dae324b93 Typo corrected 2006-01-31 13:22:40 +00:00
moodler
9b470754b3 deleting lang cahce after done 2006-01-31 09:08:22 +00:00
moodler
860e5affcb adding some strings for db migration 2006-01-31 08:43:07 +00:00
moodler
001fc706ef fixing bugs in event table 2006-01-31 08:37:00 +00:00
moodler
799ce77d79 mechanism for unicode db migration is in. Please only use for testing at this stage. This is not for production site! (yet) 2006-01-31 08:21:04 +00:00
moodler
b1cdbbf9c6 New Chameleon theme from
Urs Hunkler - http://www.unodo.de
    Andrew Walker - http://www.altoncollege.ac.uk
2006-01-31 06:05:33 +00:00
vyshane
f1ad19bcae Fixed update display bug in the menu field.
Updated following fields so that they do not pack data into
data_content.content, but use data_content.content, data_content.content1,
etc:

- URL field
- File field
- Picture field

Note that above changes to the way data is stored means that the new
implementation is not compatible with previous version.

Updated textarea field. Added relevant help messages. Added richtext editor
support. Removed ability to restrict allowed formats for the textarea field.

Misc bug fixes and display tweaks.
2006-01-31 04:25:46 +00:00
vyshane
5f5bcda8b4 Added richtext support for textarea, plus relevant help buttons. Made fields
use column content1, content 2, etc. instead of packing everything into
content.
2006-01-31 03:58:42 +00:00
patrickslee
79724b8ebb file enrol_manual.php was initially added on branch MOODLE_16_MULTIENROL. 2006-01-31 02:53:56 +00:00
moodler
136b6ab33f changed to use utfconvert function 2006-01-31 02:15:21 +00:00
mits
9ae17efc1c translated new strings for component_installer class. 2006-01-31 01:22:41 +00:00
stronk7
cdeb260153 Error strings for component_installer class added. 2006-01-31 00:15:26 +00:00
stronk7
c6fd7d80f3 Minor modifications. 2006-01-31 00:14:48 +00:00
stronk7
d70c9bda55 Finished the install_component class. It allows do do all the work
just with 2 calls. See embebed documentation about usage.

Next step, add some error strings and implement it both in pear and
environmental actions.
2006-01-30 23:19:13 +00:00
gustav_delius
a445d5e8b2 shortened language string name as requested in bug 4568 2006-01-30 23:17:47 +00:00
patrickslee
e0140f2425 Revised front page logic so list of courses and list of categories show correct things regardless of any special situation
And a small HTML fix for print_category_info()
2006-01-30 22:54:12 +00:00
patrickslee
6298f98c0a Some HTML fixes for configurable frontpage settings page 2006-01-30 21:20:45 +00:00
gustav_delius
6e218d24ce Fixed alignment of form elements in IE 2006-01-30 21:09:48 +00:00
gustav_delius
56b5d16a4d Fixed alignment of module icon so it looks correct also in Firefox. 2006-01-30 20:45:54 +00:00
mits
c551c0604a polished. 2006-01-30 15:31:21 +00:00
stronk7
d359b5ac14 first cut of the component download and install
library. Will be used for 1.6 langs, pear and
enviromental stuff install from moodle.org.

Not working yet!
2006-01-30 15:02:20 +00:00
mits
21d47f1f37 polished. 2006-01-30 12:05:46 +00:00
thepurpleblob
610a889296 Fixed typo. 2006-01-30 10:51:40 +00:00
mits
176ef4cdde polished. 2006-01-30 02:19:06 +00:00
mits
3328924542 polished.
translated new string new for "express ordering choices".
2006-01-30 01:02:01 +00:00
gustav_delius
9f55987836 Now use language strings instead of 1,2,3 to express ordering choices 2006-01-30 00:40:57 +00:00
gustav_delius
9af43ab537 new language strings to express ordering choices 2006-01-30 00:40:36 +00:00