40484 Commits

Author SHA1 Message Date
Petr Skoda
b4cf79c861 MDL-21146 removing incorrect license defaults, setup.php is not the right place for this, sorry 2010-04-10 19:52:57 +00:00
Petr Skoda
cae07b1cdc MDL-22052 pruning pre-amos string related code 2010-04-10 19:28:34 +00:00
Petr Skoda
3554590cc8 MDL-22050 removing old langconfig automatic redirection + adding missing string debug (disabled for now) 2010-04-10 19:02:11 +00:00
Petr Skoda
f62493d8a6 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [thislanguage,core],[thislanguage,core_langconfig]
AMOS END
2010-04-10 18:29:27 +00:00
Petr Skoda
a23f02ed50 fixed typo 2010-04-10 18:27:05 +00:00
Petr Skoda
e372f4c7c1 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [thisdirection,core],[thisdirection,core_langconfig]
AMOS END
2010-04-10 18:26:20 +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
6cf9b98a4a MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [strftimedate,core],[strftimedate,core_langconfig]
  MOV [strftimedatefullshort,core],[strftimedatefullshort,core_langconfig]
  MOV [strftimedateshort,core],[strftimedateshort,core_langconfig]
  MOV [strftimedatetime,core],[strftimedatetime,core_langconfig]
  MOV [strftimedatetimeshort,core],[strftimedatetimeshort,core_langconfig]
  MOV [strftimedaydate,core],[strftimedaydate,core_langconfig]
  MOV [strftimedaydatetime,core],[strftimedaydatetime,core_langconfig]
  MOV [strftimedayshort,core],[strftimedayshort,core_langconfig]
  MOV [strftimedaytime,core],[strftimedaytime,core_langconfig]
  MOV [strftimemonthyear,core],[strftimemonthyear,core_langconfig]
  MOV [strftimerecent,core],[strftimerecent,core_langconfig]
  MOV [strftimerecentfull,core],[strftimerecentfull,core_langconfig]
  MOV [strftimetime,core],[strftimetime,core_langconfig]
AMOS END
2010-04-10 18:15:30 +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
bf69b06d1b MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [locale,core],[locale,core_langconfig]
  MOV [localewin,core],[localewin,core_langconfig]
  MOV [localewincharset,core],[localewincharset,core_langconfig]
  MOV [oldcharset,core],[oldcharset,core_langconfig]
AMOS END
2010-04-10 17:54:39 +00:00
Petr Skoda
0a933ae65d MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [firstdayofweek,core],[firstdayofweek,core_langconfig]
AMOS END
2010-04-10 17:44:05 +00:00
Petr Skoda
3c7e56c4b8 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [decsep,core],[decsep,core_langconfig]
  MOV [listsep,core],[listsep,core_langconfig]
  MOV [thousandsep,core],[thousandsep,core_langconfig]
AMOS END
2010-04-10 17:40:58 +00:00
Petr Skoda
4248b15cf8 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [backupnameformat,core],[backupnameformat,core_langconfig]
AMOS END
2010-04-10 17:35:19 +00:00
Petr Skoda
61bb07c257 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [alphabet,core],[alphabet,core_langconfig]
AMOS END
2010-04-10 17:30:00 +00:00
Inaki
b8fc9582e6 auth cas/db/ldap: MDL-18689 Fix typos in auth/{cas,db,ldap}/auth.php
Forward-ported from MOODLE_18_STABLE
2010-04-10 15:26:39 +00:00
Inaki
247b7dbb4a auth config: MDL-19053 Use the HTML editor to edit the login page authentication instructions
They are actually displayed as HTML, but they are edited through a plain
text area control instead.

Forward-ported from MOODLE_19_STABLE
2010-04-10 15:13:35 +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
53a78cef28 MDL-21695 help files replaced by standard strings - basic infrastructure in place, no strings converted yet 2010-04-10 09:10:08 +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
Moodle Robot
4bf0c0b372 Updated the HEAD build version to 20100410 2010-04-10 00:41:38 +00:00
Inaki
cf4e7548a8 filter tex: MDL-10197 Quality improvement of TeX-images by using PNG format.
It seems some TeX installs use a convert utility that renders poor quality
images when using the GIF format, but render good ones when using PNG. If
all the needed tools are available, let the admin choose the preferred
output format.

Merged from MOODLE_19_STABLE
2010-04-10 00:19:22 +00:00
Dongsheng Cai
ba74f517e6 MDL-21146, default license will be locked to prevent from disable, move site default license from frontpage to license config page 2010-04-09 19:40:23 +00:00
Dongsheng Cai
513a73df06 MDL-21951, replace $COURSE with $PAGE->course 2010-04-09 18:38:08 +00:00
Petr Skoda
c7f4e3e246 MDL-21951 reverting changes in moodlelib.php, most probably forgotten debug stuff 2010-04-09 09:43:21 +00:00
Dongsheng Cai
866354a905 MDL-21951, improve comments performance 2010-04-09 09:03:51 +00:00
Anthony Borrow
f854cfae80 MDL-18044 - updating missed scalestip string to scalestip2 2010-04-09 08:40:03 +00:00
Moodle Robot
82d6980a79 Updated the HEAD build version to 20100409 2010-04-09 00:42:54 +00:00
Andreas Grabs
51859310b3 no more modification of form outside the form class. All needed data are passed by the _customdata array 2010-04-08 19:32:43 +00:00
Eloy Lafuente
1a6b93675b NOBUG: BOM rebombed from 19_STABLE 2010-04-08 18:16:26 +00:00
Petr Skoda
7b55e20a2a fixed typo 2010-04-08 16:36:09 +00:00
Dan Marsden
76b79f2f88 MDL-21655 fix typo 2010-04-08 09:40:38 +00:00
Dongsheng Cai
b45fde0572 MDL-19118, fixed css selector, comments api 2010-04-08 05:40:11 +00:00
Dongsheng Cai
a53062105b MDL-21955, fixed potential page parameter collision in nonjs comments paging code 2010-04-08 05:38:44 +00:00
Dongsheng Cai
535b4a51c1 MDL-21941, change language strings for comments api 2010-04-08 01:53:48 +00:00
Moodle Robot
0a1b830c42 Updated the HEAD build version to 20100408 2010-04-08 00:42:53 +00:00
Helen Foster
29a8af3f4d MDL-19401 moving exercise help files thanks to Andrea Bicciolo 2010-04-07 20:27:41 +00:00
Tim Hunt
db77f4103c quiz reports: MDL-21688 Add missing sesskey checks. 2010-04-07 11:26:02 +00:00
Tim Hunt
59be14de39 questionlib: MDL-21828 Fix database query that does not work in Oracle.
Bug report and fix thanks to David Binney.
2010-04-07 09:47:19 +00:00
Dongsheng Cai
1150c1bdba MDL-21944, remve ### link target 2010-04-07 09:09:32 +00:00
Petr Skoda
98da60215e MDL-22033 groupings now enabled unconditionally, groupmembersonly kept as experimental - this simplifies groups code logic a bit, user interface changes should not be significant because the groupings are not visible much until at least one created; hopefully the new description of groupmembersonly will have to preventsome gradebook complaints 2010-04-07 07:37:12 +00:00
Petr Skoda
e8c2189d78 MDL-21655 marking groupid parameters as unused when assigning/unassigning roles because those were never implemented and are not planned to be ever implemented 2010-04-07 07:07:37 +00:00
Dongsheng Cai
4b201bc6f5 MDL-19118, comments api improvement 2010-04-07 06:42:17 +00:00
Moodle Robot
bb9728e873 Updated the HEAD build version to 20100407 2010-04-07 00:43:00 +00:00
Moodle Robot
2b4108e157 Automatic installer.php lang files by installer_builder (20100407) 2010-04-07 00:31:20 +00:00
Petr Skoda
f46eba7e7d MDL-19917 it is now possible to recover installation when it stops on some blocks trouble 2010-04-06 19:52:45 +00:00
Petr Skoda
6f4f82f262 MDL-19157 adding missing all hosts mnet entry 2010-04-06 19:37:59 +00:00
Petr Skoda
199c198137 MDL-19928 adding unofficial support for the cherokee web server + adding some notes about other servers 2010-04-06 19:23:47 +00:00
Petr Skoda
e2253187a2 MDL-22031 fixed installer regression, adding more defines that are later done in setup.php 2010-04-06 19:08:15 +00:00
Petr Skoda
f56af8884d MDL-21146 fixed install regression - copypasted the setting of active license setting from ugprade code 2010-04-06 18:52:38 +00:00
Petr Skoda
f0b9ee18e8 MDL-21146 fixed upgrade regression - we need to create all necessary "files" fields before we start the upgrade, it is too late to do that at the end; reshuffling the field order to mach the general convention of putting dates last; splitting upgrade blocks because we should cleanup the upgrade path right before releasing stable 2.0 2010-04-06 18:45:02 +00:00